Registry / crypto / ethereum-types

ethereum-types

JSON →
library0.16.0rscratesunverified

Ethereum types for Rust.

# Cargo.toml [dependencies] ethereum-types = "0.16.0"
INSTALL
IMPORT
SIG · ETHEREUM-TYPES
E
ethereum-types
cryptorustv0.16.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

H256
use ethereum_types::H256;

Creating a zero H256 hash.

use ethereum_types::H256; fn main() { let hash = H256::zero(); println!("Zero hash: {:?}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
ethereum-types — cargo add ethereum-types · libregistry