check if a certain wallet flag is set
Synopsis
Declared in <wallet/wallet.h>
virtual
bool
IsWalletFlagSet(uint64_t flag) const override;
Return Value
true if the flag is set.
Parameters
Name |
Description |
flag |
The wallet flag to test. |
Created with MrDocs