PermissionedConfidentialBurnInstructionDataArgs: {
    burnAmountAuditorCiphertextHi: EncryptedBalanceArgs;
    burnAmountAuditorCiphertextLo: EncryptedBalanceArgs;
    ciphertextValidityProofInstructionOffset: number;
    equalityProofInstructionOffset: number;
    newDecryptableAvailableBalance: DecryptableBalanceArgs;
    rangeProofInstructionOffset: number;
}

Type declaration

  • burnAmountAuditorCiphertextHi: EncryptedBalanceArgs

    The burn amount encrypted under the auditor ElGamal public key.

  • burnAmountAuditorCiphertextLo: EncryptedBalanceArgs

    The burn amount encrypted under the auditor ElGamal public key.

  • ciphertextValidityProofInstructionOffset: number

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

  • equalityProofInstructionOffset: number

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

  • newDecryptableAvailableBalance: DecryptableBalanceArgs

    The new decryptable balance of the burner if the burn succeeds.

  • rangeProofInstructionOffset: number

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

Generated using TypeDoc