[#wallet-AppendLastProcessedBlock] = xref:wallet.adoc[wallet]::AppendLastProcessedBlock :relfileprefix: ../ :mrdocs: Appends the wallet's last processed block to an RPC result object. == Synopsis Declared in `<wallet/rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e16bc39d8)]] void AppendLastProcessedBlock( xref:UniValue.adoc[UniValue]& entry, xref:wallet/CWallet.adoc[CWallet] const& wallet); ---- == Parameters [cols="1,4"] |=== | Name| Description | *entry* | The RPC object to append the block information to. | *wallet* | The wallet whose last processed block is reported. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#