Resolves the effective avoid-reuse flag from a request parameter.
Declared in <wallet/rpc/util.h>
bool
GetAvoidReuseFlag(
CWallet const& wallet,
UniValue const& param);
true if avoid-reuse behavior should be applied.
| Name | Description |
|---|---|
| wallet | The wallet the request applies to. |
| param | The RPC parameter that may override the wallet default. |