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