Expand description
Provides a local dev service engine that can be used to run a dev chain.
LocalEngineService
polls the payload builder based on a mining mode
which can be set to Instant
or Interval
. The Instant
mode will
constantly poll the payload builder and initiate block building
with a single transaction. The Interval
mode will initiate block
building at a fixed interval.
Structsยง
- Provides a local dev service engine that can be used to drive the chain forward.