serai/coins/monero/rpc
2024-07-12 02:19:21 -04:00
..
simple-request Fix handling of output distribution 2024-07-11 18:06:51 -04:00
src Cite source for obscure wallet protocol rules 2024-07-12 02:19:21 -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).