ConfidentialMintInstructionData: {
    ciphertextValidityProofInstructionOffset: number;
    confidentialMintBurnDiscriminator: number;
    discriminator: number;
    equalityProofInstructionOffset: number;
    mintAmountAuditorCiphertextHi: EncryptedBalance;
    mintAmountAuditorCiphertextLo: EncryptedBalance;
    newDecryptableSupply: DecryptableBalance;
    rangeProofInstructionOffset: number;
}

Type declaration

  • ciphertextValidityProofInstructionOffset: number

    Relative location of the ProofInstruction::VerifyBatchedGroupedCiphertext3HandlesValidity instruction to the ConfidentialMint instruction in the transaction. If the offset is 0, then use a context state account for the proof.

  • confidentialMintBurnDiscriminator: number
  • discriminator: number
  • equalityProofInstructionOffset: number

    Relative location of the ProofInstruction::VerifyCiphertextCommitmentEquality instruction to the ConfidentialMint instruction in the transaction. If the offset is 0, then use a context state account for the proof.

  • mintAmountAuditorCiphertextHi: EncryptedBalance

    The mint amount encrypted under the auditor ElGamal public key.

  • mintAmountAuditorCiphertextLo: EncryptedBalance

    The mint amount encrypted under the auditor ElGamal public key.

  • newDecryptableSupply: DecryptableBalance

    The new decryptable supply if the mint succeeds.

  • rangeProofInstructionOffset: number

    Relative location of the ProofInstruction::VerifyBatchedRangeProofU128 instruction to the ConfidentialMint instruction in the transaction. If the offset is 0, then use a context state account for the proof.

Generated using TypeDoc