]> Untitled Git - bdk/commit
Implement SpkIterator
authorWei <122563728+LagginTimes@users.noreply.github.com>
Wed, 22 Mar 2023 09:00:08 +0000 (17:00 +0800)
committer志宇 <hello@evanlinjin.me>
Tue, 2 May 2023 09:31:40 +0000 (17:31 +0800)
commit10fe32e6f10091c0c43aba3f66e0f700a06f8c89
tree20c1dc41ddf3cf7425ef3baaf02b4336dbf4dc39
parent139e3d3802e45a37e0cbb695718f06bceb68e9b7
Implement SpkIterator

SpkIterator was created with its own nth() and next() implementations
and its own new() and new_with_range() constructors.

Co-authored-by: 志宇 <hello@evanlinjin.me>
crates/chain/src/keychain/txout_index.rs
crates/chain/src/lib.rs
crates/chain/src/spk_iter.rs [new file with mode: 0644]