Description
invoice_state_changed in contracts/split/src/events.rs already has a detailed # Indexer Guide comment explaining how to use it. Similar events like milestone_reached and funding_checkpoint lack this guide. Adding it would help off-chain tooling authors understand how to filter and decode these events.
Acceptance Criteria
Context
- Target file:
contracts/split/src/events.rs
Description
invoice_state_changedincontracts/split/src/events.rsalready has a detailed# Indexer Guidecomment explaining how to use it. Similar events likemilestone_reachedandfunding_checkpointlack this guide. Adding it would help off-chain tooling authors understand how to filter and decode these events.Acceptance Criteria
/// # Indexer Guidesection tomilestone_reachedincontracts/split/src/events.rs/// # Indexer Guidesection tofunding_checkpointmilestone_bps/threshold_bps, and the data fieldscargo docbuilds without warningscargo testpassesContext
contracts/split/src/events.rs