-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wallet)!: Add persister parameters
This introduces a `WalletPersisterCommon` trait that provides common type parameters (`::Error` and `::Params`) for `WalletPersister` and `AsyncWalletPersister`. Methods/functions that construct `PersistedWallet` now take in an extra `::Params` input. This allows more flexible configurations for persister implementations.
- Loading branch information
1 parent
94ea1fe
commit bcdbe0f
Showing
9 changed files
with
112 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.