Description
escrow.rs is compiled, but its functions are only internal helpers and are not available through the contract interface. That makes the feature inaccessible to downstream clients despite having real logic and tests.
Acceptance Criteria
Technical Scope
- Files likely affected:
src/contract.rs, src/escrow.rs, src/escrow_test.rs, src/lib.rs
- Modules/contracts involved:
VeritixToken, escrow
Dependencies
None
Notes
Keep the internal helpers if they remain useful for dispute integration.
Description
escrow.rsis compiled, but its functions are only internal helpers and are not available through the contract interface. That makes the feature inaccessible to downstream clients despite having real logic and tests.Acceptance Criteria
VeritixTokenexposes create/release/refund escrow entrypointsTechnical Scope
src/contract.rs,src/escrow.rs,src/escrow_test.rs,src/lib.rsVeritixToken,escrowDependencies
None
Notes
Keep the internal helpers if they remain useful for dispute integration.