Type alias UpdateConfidentialMintBurnDecryptableSupplyInstructionArgs

UpdateConfidentialMintBurnDecryptableSupplyInstructionArgs: {
    newDecryptableSupply: Uint8Array;
}

Type declaration

  • newDecryptableSupply: Uint8Array

    The new decryptable supply.

Generated using TypeDoc