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

Name

Description

flag

The wallet flag bit to test.

Created with MrDocs