[#wallet-CachableAmount-Get] = xref:wallet.adoc[wallet]::xref:wallet/CachableAmount.adoc[CachableAmount]::Get :relfileprefix: ../../ :mrdocs: Return the cached balance from the avoid‐reuse or all slot. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CAmount.adoc[CAmount] Get(bool avoid_reuse); ---- == Return Value The cached balance from the requested slot. == Parameters [cols="1,4"] |=== | Name| Description | *avoid_reuse* | Whether to read from the avoid‐reuse slot rather than the all slot. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#