Type alias TransactionFeePayerSignature

TransactionFeePayerSignature: {
    fee_payer_address: string;
    fee_payer_signer: AccountSignature;
    secondary_signer_addresses: string[];
    secondary_signers: AccountSignature[];
    sender: AccountSignature;
    type: "fee_payer_signature";
}

Type declaration

  • fee_payer_address: string
  • fee_payer_signer: AccountSignature
  • secondary_signer_addresses: string[]

    The other involved parties' addresses

  • secondary_signers: AccountSignature[]

    The associated signatures, in the same order as the secondary addresses

  • sender: AccountSignature
  • type: "fee_payer_signature"

Generated using TypeDoc