[#wallet-CWallet-m_keypool_size] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::m_keypool_size :relfileprefix: ../../ :mrdocs: Number of pre‐generated keys/scripts by each spkm (part of the look‐ahead process, used to detect payments) == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int64_t m_keypool_size = {DEFAULT_KEYPOOL_SIZE}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#