Stellar.TxBuild.TransactionEnvelope (Elixir Stellar SDK v0.5.0) View Source

TransactionEnvelope struct definition.

Link to this section Summary

Link to this section Types

Specs

signatures() :: [Stellar.TxBuild.Signature.t()]

Specs

t() :: %Stellar.TxBuild.TransactionEnvelope{
  signatures: signatures(),
  tx: Stellar.TxBuild.Transaction.t()
}

Specs

tx_base64() :: String.t()

Link to this section Functions

Link to this function

add_signature(tx_base64, signature)

View Source

Specs

add_signature(
  tx_base64 :: tx_base64(),
  signature :: Stellar.TxBuild.Signature.t()
) :: StellarBase.XDR.TransactionEnvelope.t()

Specs

from_base64(tx_base64 :: tx_base64()) :: StellarBase.XDR.TransactionEnvelope.t()
Link to this function

to_base64(tx_envelope_xdr)

View Source

Specs

to_base64(tx_envelope_xdr :: StellarBase.XDR.TransactionEnvelope.t()) ::
  String.t()