[#wallet-CWallet-GetLastBlockHeight] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetLastBlockHeight :relfileprefix: ../../ :mrdocs: Get last block processed height == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e59a068), requires_capability(0x7f2e11aaae28), requires_capability(0x7f2e16a00c18), requires_capability(0x7f2e15f300b8), requires_capability(0x7f2e12c6ed48)]] int GetLastBlockHeight() const; ---- == Return Value The height of the last processed block. [.small]#Created with https://www.mrdocs.com[MrDocs]#