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
Name |
Description |
avoid_reuse |
Whether to read from the avoid‐reuse slot rather than the all slot. |
Created with MrDocs