![]() |
Bitcoin Core 22.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 141 of file rpcwallet.cpp.
WalletContext & EnsureWalletContext | ( | const std::any & | context | ) |
Definition at line 131 of file rpcwallet.cpp.
void EnsureWalletIsUnlocked | ( | const CWallet & | wallet | ) |
Definition at line 124 of file rpcwallet.cpp.
RPCHelpMan getaddressinfo | ( | ) |
Definition at line 4005 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 99 of file rpcwallet.cpp.
Span< const CRPCCommand > GetWalletRPCCommands | ( | ) |
Definition at line 4855 of file rpcwallet.cpp.
RPCHelpMan signrawtransactionwithwallet | ( | ) |
Definition at line 3536 of file rpcwallet.cpp.