Replies: 1 comment
-
Hi, I'm not sure what your questions is since the PersistedWallet struct is a public type. If you want to see an example of how to use it with sqlite check out the docs here: https://bookofbdk.com/cookbook/persistence/sqlite/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PersistedWallet
: Wraps Wallet, persists via a WalletPersister (or AsyncWalletPersister for async). It’s perfect—create(), load(), and persist() handle everything.
WalletPersister: bdk_sqlite::Store could implement this?
Problem: PersistedWallet isn’t public in 1.1.0 (source), despite the ADR intent.
Beta Was this translation helpful? Give feedback.
All reactions