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

Specifies an API to build Stellar transactions.

Summary

Types

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