Crate arb_payload

Crate arb_payload 

Source
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§

ArbBuiltPayload
A built Arbitrum payload ready to be sealed.
ArbEngineTypes
Engine types for the Arbitrum consensus engine.
ArbPayloadAttributes
Arbitrum-specific payload attributes extending the standard engine API.
ArbPayloadBuilderAttributes
Builder attributes for constructing Arbitrum payloads.
ArbPayloadConversionError
Error when converting built payloads to envelope types.
ArbPayloadTypes
Payload types for the Arbitrum engine.
PayloadIdComputeError
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.