Appends the wallet's last processed block to an RPC result object.
Declared in <wallet/rpc/util.h>
[[requires_capability(0x7f2e16bc39d8)]]
void
AppendLastProcessedBlock(
UniValue& entry,
CWallet const& wallet);
| Name | Description |
|---|---|
| entry | The RPC object to append the block information to. |
| wallet | The wallet whose last processed block is reported. |