mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
It was public as the raw RPC response. It's more polite to handle the formatting in the RPC, and allows us to return a better structure.
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): Enablesstd(and with it, more efficient internal implementations).