Crate monero_rpc

Source
Expand description

§Monero RPC

Trait for an RPC connection to a Monero daemon, built around monero-serai.

This library is usable under no-std when the std feature (on by default) is disabled.

§Cargo Features

  • std (on by default): Enables std (and with it, more efficient internal implementations).

Structs§

FeeRate
A struct containing a fee rate.
OutputInformation
The response to an query for the information of a RingCT output.
ScannableBlock
A block which is able to be scanned.

Enums§

FeePriority
The priority for the fee.
RpcError
An error from the RPC.

Traits§

DecoyRpc
A trait for any object which can be used to select RingCT decoys.
Rpc
An RPC connection to a Monero daemon.