Interface SponsorTransactionAuthenticatorJSON

interface SponsorTransactionAuthenticatorJSON {
    FeePayer: {
        fee_payer_address: string;
        fee_payer_signer: Ed25519AuthenticatorJSON;
        secondary_signer_addresses: string[];
        secondary_signers: Ed25519AuthenticatorJSON[];
        sender: Ed25519AuthenticatorJSON;
    };
}

Properties

Properties

FeePayer: {
    fee_payer_address: string;
    fee_payer_signer: Ed25519AuthenticatorJSON;
    secondary_signer_addresses: string[];
    secondary_signers: Ed25519AuthenticatorJSON[];
    sender: Ed25519AuthenticatorJSON;
}

Type declaration