Stellar.XDR.TransactionSignaturePayload (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar TransactionSignaturePayload type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.TransactionSignaturePayload{
  network_id: Stellar.XDR.Hash.t(),
  tagged_transaction:
    Stellar.XDR.TransactionSignaturePayloadTaggedTransaction.t()
}

Link to this section Functions

Link to this function

new(network_id, tagged_transaction)

View Source

Specs

new(
  network_id :: Stellar.XDR.Hash.t(),
  tagged_transaction ::
    Stellar.XDR.TransactionSignaturePayloadTaggedTransaction.t()
) :: t()