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