Stellar.TxBuild.Memo (Elixir Stellar SDK v0.5.0) View Source

Memo struct definition.

Link to this section Summary

Link to this section Types

Specs

memo_value() :: String.t() | integer() | binary() | nil

Specs

t() :: %Stellar.TxBuild.Memo{type: atom(), value: memo_value()}

Specs