Bitcoin Core 31.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 QString &wallet_name)

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 88 of file rpcconsole.cpp.

Constructor & Destructor Documentation

◆ RPCExecutor()

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

Definition at line 92 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 QString & wallet_name )
slot

Definition at line 381 of file rpcconsole.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ m_node

interfaces::Node& RPCExecutor::m_node
private

Definition at line 101 of file rpcconsole.cpp.


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