Re-exports§
pub use crate::aggchain_data::PayloadWithCtx as CertificateAggchainDataWithCtx;
Structs§
- Aggchain
Proof Ctx - Aggchain proof data from the L1 and enforced by the agglayer.
- Aggchain
Proof Payload - Aggchain proof with aggchain params and optional public values for debug purposes.
- Multisig
Ctx - Multisig data from the L1 and enforced by the agglayer.
- Multisig
Payload - Multisig data from the chain.
- Payload
With Ctx - Represents the payload from the chain, with the context fetched from the L1.
Enums§
- Aggchain
Data Error - Certificate
Aggchain Data - Represents the data needed from the API/Certificate to verify aggchain proofs and multisig. Made separately for now to not have to deal with storage and API design.
- Certificate
Aggchain Data Ctx - Represents the context fetched from L1 and/or defined by the agglayer.