gill
gill/programs/token/Type aliases

UpdateConfidentialTransferMintInstructionDataArgs

type UpdateConfidentialTransferMintInstructionDataArgs = {
  auditorElgamalPubkey: OptionOrNullable<Address>;
  autoApproveNewAccounts: boolean;
};

Properties

auditorElgamalPubkey

auditorElgamalPubkey: OptionOrNullable<Address>;

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


autoApproveNewAccounts

autoApproveNewAccounts: boolean;

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

On this page