serai/coins/monero/rpc
Luke Parker 774424b70b
Differentiate Rpc from DecoyRpc
Enables using a locally backed decoy DB.
2024-07-08 18:14:56 -04:00
..
simple-request Differentiate Rpc from DecoyRpc 2024-07-08 18:14:56 -04:00
src Differentiate Rpc from DecoyRpc 2024-07-08 18:14:56 -04:00
Cargo.toml Clean the Monero lib for auditing (#577) 2024-07-07 06:57:18 -04:00
LICENSE Clean the Monero lib for auditing (#577) 2024-07-07 06:57:18 -04:00
README.md Clean the Monero lib for auditing (#577) 2024-07-07 06:57:18 -04:00

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).