Remove gratuitous use of lifetimes in the main persistence struct
This is a simple append-only flat file implementation of Persist.
Persist
The main structure is Store, which can be used with bdk's Wallet to persist wallet data into a flat file.
Store
bdk
Wallet