![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
| Span< const CRPCCommand > | GetWalletRPCCommands () |
| std::shared_ptr< CWallet > | GetWalletForJSONRPCRequest (const JSONRPCRequest &request) |
| Figures out what wallet, if any, to use for a JSONRPCRequest. More... | |
| void | EnsureWalletIsUnlocked (const CWallet *) |
| WalletContext & | EnsureWalletContext (const util::Ref &context) |
| LegacyScriptPubKeyMan & | EnsureLegacyScriptPubKeyMan (CWallet &wallet, bool also_create=false) |
| RPCHelpMan | getaddressinfo () |
| RPCHelpMan | signrawtransactionwithwallet () |
| LegacyScriptPubKeyMan& EnsureLegacyScriptPubKeyMan | ( | CWallet & | wallet, |
| bool | also_create = false |
||
| ) |
Definition at line 136 of file rpcwallet.cpp.
| WalletContext& EnsureWalletContext | ( | const util::Ref & | context | ) |
Definition at line 127 of file rpcwallet.cpp.
| void EnsureWalletIsUnlocked | ( | const CWallet * | ) |
Definition at line 120 of file rpcwallet.cpp.
| RPCHelpMan getaddressinfo | ( | ) |
Definition at line 3766 of file rpcwallet.cpp.
| std::shared_ptr<CWallet> GetWalletForJSONRPCRequest | ( | const JSONRPCRequest & | request | ) |
Figures out what wallet, if any, to use for a JSONRPCRequest.
| [in] | request | JSONRPCRequest that wishes to access a wallet |
Definition at line 97 of file rpcwallet.cpp.
| Span<const CRPCCommand> GetWalletRPCCommands | ( | ) |
Definition at line 4542 of file rpcwallet.cpp.
| RPCHelpMan signrawtransactionwithwallet | ( | ) |
Definition at line 3293 of file rpcwallet.cpp.
1.8.8