wallet::CachableAmount::Get

Return the cached balance from the avoid-reuse or all slot.

Synopsis

Declared in <wallet/transaction.h>

CAmount
Get(bool avoid_reuse);

Return Value

The cached balance from the requested slot.

Parameters

NameDescription
avoid_reuseWhether to read from the avoid-reuse slot rather than the all slot.