signet-types 0.18.0

A collection of types used in Signet.
Documentation
1
2
3
4
5
6
7
8
mod block;
mod header;
pub use alloy::consensus::crypto::RecoveryError;
pub use block::{Block, RecoveredBlock, SealedBlock, Transaction, TransactionSigned};
#[cfg(feature = "experimental")]
#[allow(deprecated)]
pub use header::SignetHeaderV2;
pub use header::{SignetHeaderError, SignetHeaderV1};