serai/coins/monero/rpc
2024-07-17 06:54:26 -04:00
..
simple-request Have RPC tests run sequentially 2024-07-12 22:09:46 -04:00
src Use non-pruned nodes in verify-chain 2024-07-17 06:54:26 -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).