Skip to content

Daemon RPC

MoneroDaemonRpc

Bases: MoneroDaemon

Implements a MoneroDaemon using monerod-rpc_.

.. _monerod-rpc: https://docs.getmonero.org/rpc-library/monerod-rpc/

get_rpc_connection()

Get the daemon's RPC connection.

Returns:

Type Description
MoneroRpcConnection

the daemon's rpc connection.

is_connected()

Indicates if the client is connected to the daemon via RPC.

Returns:

Type Description
bool

True if the client is connected to the daemon, False otherwise.