[#wallet-CWallet-cs_wallet] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::cs_wallet :relfileprefix: ../../ :mrdocs: Main wallet lock. This lock protects all the fields added by CWallet. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- mutable xref:RecursiveMutex.adoc[RecursiveMutex] cs_wallet; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#