InitializeConfidentialTransferMintInstructionData: {
    auditorElgamalPubkey: Option<PublicKey>;
    authority: Option<PublicKey>;
    autoApproveNewAccounts: boolean;
    confidentialTransferDiscriminator: number;
    discriminator: number;
}

Type declaration

  • auditorElgamalPubkey: Option<PublicKey>

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

  • authority: Option<PublicKey>

    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.

  • confidentialTransferDiscriminator: number
  • discriminator: number

Generated using TypeDoc