Expand description
Arbitrum payload and engine types.
Defines the payload attributes, built payload, payload types, and engine types used by the engine API and block construction pipeline.
Structs§
- ArbBuilt
Payload - A built Arbitrum payload ready to be sealed.
- ArbEngine
Types - Engine types for the Arbitrum consensus engine.
- ArbPayload
Attributes - Arbitrum-specific payload attributes extending the standard engine API.
- ArbPayload
Builder Attributes - Builder attributes for constructing Arbitrum payloads.
- ArbPayload
Conversion Error - Error when converting built payloads to envelope types.
- ArbPayload
Types - Payload types for the Arbitrum engine.
- Payload
IdCompute Error - Error when computing payload IDs (infallible in practice).
Functions§
- arb_
payload_ id - Compute a unique payload ID from the parent hash and attributes.
Type Aliases§
- ArbBlock
- Type alias for the Arbitrum block type.