Expand description
arbtimeboost_* and arbtimeboostauctioneer_* RPC namespaces.
Arbitrum Timeboost is an optional sequencer-side priority-lane
feature: an auctioneer resolves bids for express-lane slots, and
winning txs are submitted through arbtimeboost_* with round +
sequence metadata. The feature is off by default.
When timeboost isn’t configured on the node, both namespaces return “not enabled” errors.
Structs§
- ArbTimeboost
Config - Configuration for the timeboost namespaces.
- ArbTimeboost
Handler - Handler for both
arbtimeboost_*andarbtimeboostauctioneer_*. - Express
Lane Submission - Wire format of an express-lane submission. Fields are accepted as-is and passed through to the transaction publisher — we don’t validate the signature ourselves.
Traits§
- ArbTimeboost
ApiServer - Server trait implementation for the
ArbTimeboostApiRPC API. - ArbTimeboost
Auctioneer ApiServer - Server trait implementation for the
ArbTimeboostAuctioneerApiRPC API.