[#wallet-GetWalletRPCCommands] = xref:wallet.adoc[wallet]::GetWalletRPCCommands :relfileprefix: ../ :mrdocs: Returns the RPC commands provided by the wallet component. == Synopsis Declared in `<wallet/rpc/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::span<CRPCCommand const> GetWalletRPCCommands(); ---- == Return Value A span over the wallet's RPC command table. [.small]#Created with https://www.mrdocs.com[MrDocs]#