RAII object to check and reserve a wallet rescan
Synopsis
Declared in <wallet/wallet.h>
class WalletRescanReserver;
Member Functions
Name |
Description |
|
Construct a reserver for the given wallet without reserving yet. |
|
Release the rescan reservation if this object holds it. |
Report whether this object currently holds the rescan reservation. |
|
Return the current time, using the injected clock if one is set. |
|
Attempt to reserve the wallet for a rescan. |
|
Override the clock used by now(), for testing. |
Created with MrDocs