You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that #1387 is merged, we should move the persistence structs/traits into a separate bdk_persist crate. This way, bdk_chain would not need to depend on anyhow.
Describe the enhancement
Now that #1387 is merged, we should move the persistence structs/traits into a separate
bdk_persistcrate. This way,bdk_chainwould not need to depend onanyhow.Additional context
#1387 (review)