Stellar.TxBuild (Elixir Stellar SDK v0.5.0) View Source
Specifies an API to build Stellar transactions.
Link to this section Summary
Link to this section Types
Specs
signatures() :: Stellar.TxBuild.Signature.t() | [Stellar.TxBuild.Signature.t()]
Specs
t() :: %Stellar.TxBuild{ signatures: signatures(), tx: tx(), tx_envelope: tx_envelope() }
Specs
tx() :: Stellar.TxBuild.Transaction.t()
Specs
tx_envelope() :: Stellar.TxBuild.TransactionEnvelope.t() | nil