InitializeConfidentialMintBurnInstructionData: {
    confidentialMintBurnDiscriminator: number;
    decryptableSupply: DecryptableBalance;
    discriminator: number;
    supplyElgamalPubkey: PublicKey;
}

Type declaration

  • confidentialMintBurnDiscriminator: number
  • decryptableSupply: DecryptableBalance

    The initial 0 supply encrypted with the supply aes key.

  • discriminator: number
  • supplyElgamalPubkey: PublicKey

    The ElGamal pubkey used to encrypt the confidential supply.

Generated using TypeDoc