Is your feature request related to a problem? Please describe.
In general most backends are able to map a specific transaction id to a UTxO and an address to a set of UTxOs. Some backends even provide optimized code to fetch specific patterns (like kupo) or to fetch several addresses (like the cli)
Describe the solution you'd like
Extending ChainContext.utxos to support all of
Is your feature request related to a problem? Please describe. In general most backends are able to map a specific transaction id to a UTxO and an address to a set of UTxOs. Some backends even provide optimized code to fetch specific patterns (like kupo) or to fetch several addresses (like the cli)
Describe the solution you'd like Extending ChainContext.utxos to support all of
And use additional context for optimization.
Describe alternatives you've considered None
Additional context None