InitializeConfidentialTransferMintInstructionArgs: {
    auditorElgamalPubkey: OptionOrNullable<PublicKey<string>>;
    authority: OptionOrNullable<PublicKey<string>>;
    autoApproveNewAccounts: boolean;
}

Type declaration

  • auditorElgamalPubkey: OptionOrNullable<PublicKey<string>>

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

  • authority: OptionOrNullable<PublicKey<string>>

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

  • autoApproveNewAccounts: boolean

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

Generated using TypeDoc