InitializeConfidentialMintBurnInstructionArgs: {
    decryptableSupply: Uint8Array;
    supplyElgamalPubkey: PublicKey<string>;
}

Type declaration

  • decryptableSupply: Uint8Array

    The initial 0 supply encrypted with the supply aes key.

  • supplyElgamalPubkey: PublicKey<string>

    The ElGamal pubkey used to encrypt the confidential supply.

Generated using TypeDoc