Return whether the requested balance slot is cached.
Synopsis
Declared in <wallet/transaction.h>
bool
IsCached(bool avoid_reuse);
Return Value
True if the requested slot holds a cached balance.
Parameters
Name |
Description |
avoid_reuse |
Whether to check the avoid‐reuse slot rather than the all slot. |
Created with MrDocs