serai/networks/monero/rpc
2024-09-13 02:36:53 -04:00
..
simple-request Remove async-trait from monero-rpc 2024-09-13 02:36:53 -04:00
src Remove async-trait from monero-rpc 2024-09-13 02:36:53 -04:00
Cargo.toml Remove async-trait from monero-rpc 2024-09-13 02:36:53 -04:00
LICENSE Rename the coins folder to networks (#583) 2024-07-18 15:16:45 -04:00
README.md Rename the coins folder to networks (#583) 2024-07-18 15:16:45 -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).