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.
ArbPayloadConversionError
Error when converting built payloads to envelope types.
ArbPayloadTypes
Payload types for the Arbitrum engine.

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.