View Source Stellar.TxBuild.Amount (Elixir Stellar SDK v0.11.1)
Amount
struct definition.
Link to this section Summary
Link to this section Types
@type amount() :: non_neg_integer() | float()
@type t() :: %Stellar.TxBuild.Amount{amount: amount(), raw: non_neg_integer()}