signet-bundle 0.17.0

Signet bundle library for creating and simulating Signet bundles.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod bundle;
pub use bundle::{BundleInspector, SignetEthBundle};

mod decoded;
pub use decoded::{RecoveredBundle, TxRequirement};

mod driver;
pub use driver::{SignetEthBundleDriver, SignetEthBundleInsp};

mod error;
pub use error::{BundleRecoverError, RecoverError, SignetEthBundleError};