Expand description
Tx input resolution pipeline.
Orchestrates three stages:
- Narrow: query the UTxO store to build a pool of candidate UTxOs
- Approximate: filter and rank candidates for each query independently
- Assign: allocate UTxOs across all queries simultaneously
Structs§
Functions§
- resolve
- Resolve all input queries in a TIR transaction.
- resolve_
queries - Resolve input queries against a UTxO store, returning a map of query name → selected UTxOs.