Currently `script_pubkey_lens` returns a generic `Iterator` using `impl` syntax. This syntax is not supported in traits and we want to move the function to the soon-to-be-added `TransactionExt` trait. Add a struct to hold the iterator returned by `Map`, this is ugly but its the least ugly thing I could come up with. |
||
---|---|---|
.. | ||
contrib | ||
embedded | ||
examples | ||
src | ||
tests | ||
CHANGELOG.md | ||
Cargo.toml |