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