View Source Stellar.TxBuild (Elixir Stellar SDK v0.17.1)

Specifies an API to build Stellar transactions.

Summary

Types

@type t() :: %Stellar.TxBuild{
  signatures: signatures(),
  tx: tx(),
  tx_envelope: tx_envelope()
}
@type tx_envelope() :: Stellar.TxBuild.TransactionEnvelope.t() | nil