alloy-primitives 1.7.1

Ethereum primitive types
1
2
3
4
5
6
7
8
mod error;
pub use error::SignatureError;

mod utils;
pub use utils::{normalize_v, to_eip155_v};

mod sig;
pub use sig::Signature;