kona-protocol 0.4.5

Optimism protocol-specific types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Module containing L1 Attributes types (aka the L1 block info transaction).

mod variant;
pub use variant::L1BlockInfoTx;

mod isthmus;
pub use isthmus::L1BlockInfoIsthmus;

mod bedrock;
pub use bedrock::L1BlockInfoBedrock;

mod ecotone;
pub use ecotone::L1BlockInfoEcotone;

mod errors;
pub use errors::{BlockInfoError, DecodeError};