pub trait ToETHChecksum: AsRef<[u8]> {
    fn to_checksum(&self) -> String { ... }
}
Expand description

Trait that creates a String which is 0x prefixed and encodes the bytes by eth_checksum

Provided Methods

Implementations on Foreign Types

Implementors