Type
Task
Estimated Effort
1-3 development days
Summary
Emit the stored order metadata hash at escrow creation so indexers can link contract state to off-chain order records.
Scope
contracts/escrow/src/lib.rs
Required Data Structure
pub struct EscrowMetadataEvent { pub escrow_id: BytesN<32>, pub order_hash: BytesN<32>, pub schema: Symbol }
Implementation Tasks
Acceptance Criteria
Type
Task
Estimated Effort
1-3 development days
Summary
Emit the stored order metadata hash at escrow creation so indexers can link contract state to off-chain order records.
Scope
contracts/escrow/src/lib.rsRequired Data Structure
Implementation Tasks
Acceptance Criteria