[#wallet-CWallet-GetDatabase] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetDatabase :relfileprefix: ../../ :mrdocs: Access the wallet's database backend. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:wallet/WalletDatabase.adoc[WalletDatabase]& GetDatabase() const override; ---- == Return Value A reference to the wallet database. [.small]#Created with https://www.mrdocs.com[MrDocs]#