PermissionedConfidentialBurnInstructionArgs: {
    burnAmountAuditorCiphertextHi: Uint8Array;
    burnAmountAuditorCiphertextLo: Uint8Array;
    ciphertextValidityProofInstructionOffset: number;
    equalityProofInstructionOffset: number;
    newDecryptableAvailableBalance: Uint8Array;
    rangeProofInstructionOffset: number;
}

Type declaration

  • burnAmountAuditorCiphertextHi: Uint8Array

    The burn amount encrypted under the auditor ElGamal public key.

  • burnAmountAuditorCiphertextLo: Uint8Array

    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: Uint8Array

    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