wallet::CachableAmount::IsCached

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

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