txpipe / pallas

Rust-native building blocks for the Cardano blockchain ecosystem
Apache License 2.0
150 stars 60 forks source link

Added block context for mapping tx inputs as outputs #450

Closed alekswithakayy closed 6 months ago

alekswithakayy commented 7 months ago

Enable the provision of a context for mapping tx inputs to their respective tx output.

Previous PR (449) attempted to use an outdated branch as a base. This one forks from main and implements the necessary additions from scratch.