]> Untitled Git - bdk/commit
feat(core)!: Remove redundant `SyncRequest` methods
author志宇 <hello@evanlinjin.me>
Fri, 14 Mar 2025 00:23:24 +0000 (11:23 +1100)
committer志宇 <hello@evanlinjin.me>
Fri, 14 Mar 2025 02:16:41 +0000 (13:16 +1100)
commit1f8fc173b6aeddbc81a8301346502f9a923554ce
treefb0515e02b27cbc0438491815de1444da4c0bcf6
parentf42d5a8549df89452d57f1f9cff8f6e8e8c23dbc
feat(core)!: Remove redundant `SyncRequest` methods

Methods `next_spk` and `iter_spks` are removed. These are superceded
with `next_spk_with_expected_txids` and `iter_spks_with_expected_txids`.
crates/core/src/spk_client.rs