Expand description
Entrypoint for sync engine
Structs§
- Sync
Config - Sync configuration.
- Sync
Result - Returned when
crate::sync::syncsuccessfully completes. - Sync
Status - A snapshot of the current state of sync. Useful for displaying the status of sync to a user / consumer.
- Transparent
Address Discovery - Transparent address configuration.
- Transparent
Address Discovery Scopes - Sets the active scopes for transparent address recovery.
Functions§
- add_
scan_ targets - API for targetted scanning.
- scan_
pending_ transaction - Scans a pending
transactionof a givenstatus, adding to the wallet and updating output spend statuses. - sync
- Syncs a wallet to the latest state of the blockchain.
- sync_
status - Creates a
self::SyncStatusfrom the wallet’s currentcrate::wallet::SyncState.