Interface MultiAgentTransactionAuthenticatorJSON

interface MultiAgentTransactionAuthenticatorJSON {
    MultiAgent: {
        secondary_signer_addresses: string[];
        secondary_signers: Ed25519AuthenticatorJSON[];
        sender: Ed25519AuthenticatorJSON;
    };
}

Properties

Properties

MultiAgent: {
    secondary_signer_addresses: string[];
    secondary_signers: Ed25519AuthenticatorJSON[];
    sender: Ed25519AuthenticatorJSON;
}

Type declaration