Store a cached balance in the avoid‐reuse or all slot.
Synopsis
Declared in <wallet/transaction.h>
void
Set(
bool avoid_reuse,
CAmount value);
Parameters
Name |
Description |
avoid_reuse |
Whether to store the value in the avoid‐reuse slot rather than the all slot. |
value |
The balance to cache. |
Created with MrDocs