[#wallet-CWallet-GetKeyPoolSize] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetKeyPoolSize :relfileprefix: ../../ :mrdocs: Count the keys currently available in the keypool. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e599a28), requires_capability(0x7f2e11aaa7e8), requires_capability(0x7f2e16a005d8), requires_capability(0x7f2e15f2fa78), requires_capability(0x7f2e12c6e708)]] unsigned int GetKeyPoolSize() const; ---- == Return Value The keypool size. [.small]#Created with https://www.mrdocs.com[MrDocs]#