]> Untitled Git - bdk/commit
feat(persist): introduce `CombinedChangeSet`
author志宇 <hello@evanlinjin.me>
Tue, 21 May 2024 13:08:40 +0000 (21:08 +0800)
committerSteve Myers <steve@notmandatory.org>
Thu, 23 May 2024 04:02:54 +0000 (23:02 -0500)
commit0958ff56b20c1325a7da5d5f21e7ac836c601f1f
tree1307d5608656a73fc2d606d3af5be0a632765a9e
parent54942a902d3203ee59731f35d2a1c402ac626878
feat(persist): introduce `CombinedChangeSet`

It is a good idea to have common changeset types stored in
`bdk_persist`. This will make it convenient for persistence crates and
`bdk_wallet` interaction.
crates/persist/Cargo.toml
crates/persist/src/changeset.rs [new file with mode: 0644]
crates/persist/src/lib.rs