We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7c77a commit 8b7d6e0Copy full SHA for 8b7d6e0
CHANGELOG.md
@@ -64,6 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64
- Add `get_internal_address` to allow you to get internal addresses just as you get external addresses.
65
- added `ensure_addresses_cached` to `Wallet` to let offline wallets load and cache addresses in their database
66
- Add `is_spent` field to `LocalUtxo`; when we notice that a utxo has been spent we set `is_spent` field to true instead of deleting it from the db.
67
+- Added `Wallet::get_signers()`, `Wallet::get_transaction()`, `Wallet::descriptor_checksum()` and `Wallet::get_address_validators()`, exposed the `AsDerived` trait.
68
69
### Sync API change
70
0 commit comments