wallet::WalletStorage::IsWalletFlagSet

Returns whether the given wallet flag is set.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
bool
IsWalletFlagSet(uint64_t flag) const = 0;

Return Value

true if the flag is set.

Parameters

NameDescription
flagThe wallet flag bit to test.