Returns the RPC commands provided by the wallet component.
Synopsis
Declared in <wallet/rpc/wallet.h>
std::span<CRPCCommand const>
GetWalletRPCCommands();
Return Value
A span over the wallet's RPC command table.
Created with MrDocs