Resolves the effective avoid‐reuse flag from a request parameter.

Synopsis

Declared in <wallet/rpc/util.h>

bool
GetAvoidReuseFlag(
    CWallet const& wallet,
    UniValue const& param);

Return Value

true if avoid‐reuse behavior should be applied.

Parameters

Name

Description

wallet

The wallet the request applies to.

param

The RPC parameter that may override the wallet default.

Created with MrDocs