View Source StellarBase.XDR.String (Elixir Stellar Base v0.16.0)
Representation of Stellar String
type.
Summary
Types
@type string_type() :: String.t()
@type t() :: %StellarBase.XDR.String{value: string_type()}
Functions
@spec new(value :: string_type()) :: t()