gill
gill/programs/token/Type aliases

InitializeConfidentialTransferMintInstructionDataArgs

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

Properties

auditorElgamalPubkey

auditorElgamalPubkey: OptionOrNullable<Address>;

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


authority

authority: OptionOrNullable<Address>;

Authority to modify the ConfidentialTransferMint configuration and to approve new accounts.


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