rustywallet-address 0.3.0

Cryptocurrency address generation and validation for Bitcoin and Ethereum
Documentation
1
2
3
4
5
//! Ethereum address types and generation.

mod address;

pub use address::EthereumAddress;