UpdateConfidentialTransferMintInstructionDataArgs: {
    auditorElgamalPubkey: OptionOrNullable<PublicKey>;
    autoApproveNewAccounts: boolean;
}

Type declaration

  • auditorElgamalPubkey: OptionOrNullable<PublicKey>

    New authority to decode any transfer amount in a confidential transfer.

  • autoApproveNewAccounts: boolean

    Determines if newly configured accounts must be approved by the authority before they may be used by the user.

Generated using TypeDoc