Skip to main content

Module inputs

Module inputs 

Source
Expand description

Tx input resolution pipeline.

Orchestrates three stages:

  1. Narrow: query the UTxO store to build a pool of candidate UTxOs
  2. Approximate: filter and rank candidates for each query independently
  3. Assign: allocate UTxOs across all queries simultaneously

Structs§

CanonicalQuery

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.