[][src]Crate monero

Rust Monero Library

This is a library for which supports subsets of the Monero network protocol and associated primitives. It is designed for Rust programs built to work with the Monero network.

It is also written entirely in Rust and is compatible with wasm32 target to power web-based application with the benefits of strong type safety, including ownership and lifetime, for financial and/or cryptographic software.

Re-exports

pub use blockdata::transaction::Transaction;
pub use blockdata::transaction::TxIn;
pub use blockdata::transaction::TxOut;
pub use network::Network;
pub use util::address::Address;
pub use util::address::PaymentId;
pub use util::key::PrivateKey;
pub use util::key::PublicKey;

Modules

blockdata

Blockdata

consensus

Consensus

cryptonote

CryptoNote modules

network

Monero network types

util

Utility functions