StellarBase.XDR.Memo (Elixir Stellar Base v0.8.7) View Source
Representation of Stellar Memo type.
Link to this section Summary
Link to this section Types
Specs
memo_value() :: StellarBase.XDR.Void.t() | StellarBase.XDR.UInt64.t() | StellarBase.XDR.Hash.t() | StellarBase.XDR.String28.t()
Specs
t() :: %StellarBase.XDR.Memo{
type: StellarBase.XDR.MemoType.t(),
value: memo_value()
}
Link to this section Functions
Specs
new(value :: memo_value(), type :: StellarBase.XDR.MemoType.t()) :: t()