Trait primitives::ToETHChecksum
source · 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