Stellar.XDR.TransactionSignaturePayloadTaggedTransaction (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar TransactionSignaturePayloadTaggedTransaction
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.XDR.TransactionSignaturePayloadTaggedTransaction{ transaction: transaction(), type: Stellar.XDR.EnvelopeType.t() }
Specs
transaction() :: Stellar.XDR.Transaction.t() | Stellar.XDR.FeeBumpTransaction.t()
Link to this section Functions
Specs
new(transaction :: transaction(), type :: Stellar.XDR.EnvelopeType.t()) :: t()