serai/networks/monero/rpc
Luke Parker 2edc2f3612 Add a database of all Monero outs into the processor
Enables synchronous transaction creation (which requires synchronous decoy
selection).
2024-09-19 23:36:32 -07:00
..
simple-request Remove async-trait from monero-rpc 2024-09-13 02:36:53 -04:00
src Add a database of all Monero outs into the processor 2024-09-19 23:36:32 -07: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).