Bitcoin Core  27.99.0
P2P Digital Currency
Public Slots | Signals | Public Member Functions | Private Attributes | List of all members
RPCExecutor Class Reference
Inheritance diagram for RPCExecutor:
[legend]
Collaboration diagram for RPCExecutor:
[legend]

Public Slots

void request (const QString &command, const WalletModel *wallet_model)
 

Signals

void reply (int category, const QString &command)
 

Public Member Functions

 RPCExecutor (interfaces::Node &node)
 

Private Attributes

interfaces::Nodem_node
 

Detailed Description

Definition at line 85 of file rpcconsole.cpp.

Constructor & Destructor Documentation

◆ RPCExecutor()

RPCExecutor::RPCExecutor ( interfaces::Node node)
inlineexplicit

Definition at line 89 of file rpcconsole.cpp.

Member Function Documentation

◆ reply

void RPCExecutor::reply ( int  category,
const QString &  command 
)
signal
Here is the caller graph for this function:

◆ request

void RPCExecutor::request ( const QString &  command,
const WalletModel wallet_model 
)
slot

Definition at line 411 of file rpcconsole.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_node

interfaces::Node& RPCExecutor::m_node
private

Definition at line 98 of file rpcconsole.cpp.


The documentation for this class was generated from the following file: