View Source Stellar.TxBuild.Memo (Elixir Stellar SDK v0.22.0)
Memo
struct definition.
Summary
Types
@type t() :: %Stellar.TxBuild.Memo{type: atom(), value: memo_value()}
@type xdr_memo_value() :: StellarBase.XDR.String28.t() | StellarBase.XDR.UInt64.t() | StellarBase.XDR.Hash.t() | nil