Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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';