InitializeConfidentialMintBurnInstructionDataArgs: {
    decryptableSupply: DecryptableBalanceArgs;
    supplyElgamalPubkey: PublicKey;
}

Type declaration

  • decryptableSupply: DecryptableBalanceArgs

    The initial 0 supply encrypted with the supply aes key.

  • supplyElgamalPubkey: PublicKey

    The ElGamal pubkey used to encrypt the confidential supply.

Generated using TypeDoc