superchain-primitives
A set of Superchain Primitive Types.
Usage
Add this to your Cargo.toml:
[]
= "0.1.0"
Example
use b256;
use BlockID;
let block_id = BlockID ;
println!;
Feature Flags
serde: Implements serialization and deserialization for types.std: Uses standard library types.