![]() |
Bitcoin Core
21.99.0
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 std::any &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 std::any & | context | ) |
Definition at line 126 of file rpcwallet.cpp.
void EnsureWalletIsUnlocked | ( | const CWallet & | ) |
Definition at line 119 of file rpcwallet.cpp.
RPCHelpMan getaddressinfo | ( | ) |
Definition at line 3756 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 96 of file rpcwallet.cpp.
Span<const CRPCCommand> GetWalletRPCCommands | ( | ) |
Definition at line 4542 of file rpcwallet.cpp.
RPCHelpMan signrawtransactionwithwallet | ( | ) |
Definition at line 3290 of file rpcwallet.cpp.