Skip to main content

Crate agglayer_primitives

Crate agglayer_primitives 

Source

Re-exports§

pub use alloy_primitives;
pub use alloy_primitives::ruint;

Modules§

bytes
keccak
vkey_hash

Macros§

address

Structs§

Address
A wrapper over alloy_primitives::Address that allows us to add custom methods and trait implementations.
Digest
Signature
A wrapper over AlloySignature with custom serialization.

Enums§

SignatureError
Errors in signature parsing or verification.

Traits§

FromBool
Allows for the conversion of a boolean to a type This trait is used in tree to properly bound the type of the digest.
FromU256
Hashable
Trait for objects that can be hashed.

Type Aliases§

B256
32-byte fixed byte-array type.
U256
256-bit unsigned integer type, consisting of 4, 64-bit limbs.
U512
512-bit unsigned integer type, consisting of 8, 64-bit limbs.