dash/src/wallet
MarcoFalke 1a1378b96f Merge #14530: Use RPCHelpMan to generate RPC doc strings
fa483e13b3 rpc: Add RPCHelpMan for machine-generated help (MarcoFalke)
fa0d36f712 rpc: Include rpc/util.h where needed for RPCHelpMan (MarcoFalke)

Pull request description:

  This introduces a manager for the RPC help generation and demonstrates its use of it in some RPCs.

  It is the first non-exhaustive step toward #14378 and I will create pull requests for the next steps after this one is merged.

Tree-SHA512: 86f68322443ff01cd964aaf0ebe186be63fbebe4c47676cf7a622cc2b5305fd176bd57badfd1bbf788a036812253eb0dead74ecc3b30664c3e0d9392b2248054
2021-08-12 14:42:21 -03:00
..
test
coincontrol.cpp
coincontrol.h
coinselection.cpp
coinselection.h
crypter.cpp
crypter.h
db.cpp Merge #15491: wallet: Improve log output for errors during load 2021-08-11 13:58:48 -04:00
db.h Merge #15491: wallet: Improve log output for errors during load 2021-08-11 13:58:48 -04:00
fees.cpp
fees.h
init.cpp bitcoin#14168: Remove ENABLE_WALLET from libbitcoin_server.a 2021-08-11 09:48:41 +05:30
psbtwallet.cpp
psbtwallet.h
rpcdump.cpp Merge #14530: Use RPCHelpMan to generate RPC doc strings 2021-08-12 14:42:21 -03:00
rpcwallet.cpp Merge #14530: Use RPCHelpMan to generate RPC doc strings 2021-08-12 14:42:21 -03:00
rpcwallet.h
wallet.cpp Merge #15491: wallet: Improve log output for errors during load 2021-08-11 13:58:48 -04:00
wallet.h Merge #15109: refactor: Use C++11 default member initializers 2021-08-10 22:20:30 -03:00
walletdb.cpp Merge pull request #4334 from linuxsh2/bp-19 2021-08-11 16:57:34 -05:00
walletdb.h
walletutil.cpp
walletutil.h