Type alias TransactionMultiAgentSignature

TransactionMultiAgentSignature: {
    secondary_signer_addresses: string[];
    secondary_signers: AccountSignature[];
    sender: AccountSignature;
    type: "multi_agent_signature";
}

Type declaration

  • 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: "multi_agent_signature"

Generated using TypeDoc