Bitcoin Core 28.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 86 of file rpcconsole.cpp.

Constructor & Destructor Documentation

◆ RPCExecutor()

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

Definition at line 90 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 412 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 99 of file rpcconsole.cpp.


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