View Source StellarBase.XDR.Memo (Elixir Stellar Base v0.16.0)
Representation of Stellar Memo
type.
Summary
Types
@type memo_value() :: StellarBase.XDR.Void.t() | StellarBase.XDR.UInt64.t() | StellarBase.XDR.Hash.t() | StellarBase.XDR.String28.t()
@type t() :: %StellarBase.XDR.Memo{ type: StellarBase.XDR.MemoType.t(), value: memo_value() }
Functions
@spec new(value :: memo_value(), type :: StellarBase.XDR.MemoType.t()) :: t()