ERROR_INVALID_TRANSACTION_PROOF
Error message for invalid transaction proof.This error is thrown when the zero-knowledge proof fails verification by the external proof verifier contract. # When Thrown - Cryptographic proof verification fails - Proof is malformed or invalid - Proof was generated with incorrect inputs # Resolution - Regenerate proof with correct inputs - Ensure all proof components are valid
Fully qualified path: obscura::errors::ERROR_INVALID_TRANSACTION_PROOF
pub const ERROR_INVALID_TRANSACTION_PROOF: felt252 = 'Invalid transaction proof';