Also update examples and remove bdk_persist crate.
This is a simple append-only flat file implementation of PersistBackend.
PersistBackend
The main structure is [Store] which works with any bdk_chain based changesets to persist data into a flat file.
Store
bdk_chain