[#wallet-RESULT_LAST_PROCESSED_BLOCK] = xref:wallet.adoc[wallet]::RESULT_LAST_PROCESSED_BLOCK :relfileprefix: ../ :mrdocs: RPC result describing the block a piece of wallet information was generated on. == Synopsis Declared in `<wallet/rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline xref:RPCResult.adoc[RPCResult] const RESULT_LAST_PROCESSED_BLOCK = RESULT_LAST_PROCESSED_BLOCK { RPCResult::Type::OBJ, "lastprocessedblock", "hash and height of the block this information was generated on",{ {RPCResult::Type::STR_HEX, "hash", "hash of the block this information was generated on"}, {RPCResult::Type::NUM, "height", "height of the block this information was generated on"}} }; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#