mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-16 18:06:45 +00:00
8 lines
421 B
Nim
8 lines
421 B
Nim
# https://github.com/ethereum/execution-apis/blob/v1.0.0-alpha.5/src/engine/specification.md
|
|
|
|
import ethtypes, engine_api_types
|
|
|
|
proc engine_executePayloadV1(payload: ExecutionPayloadV1): ExecutePayloadResponse
|
|
proc engine_forkchoiceUpdatedV1(forkchoiceState: ForkchoiceStateV1, payloadAttributes: Option[PayloadAttributesV1]): ForkchoiceUpdatedResponse
|
|
proc engine_getPayloadV1(payloadId: PayloadID): ExecutionPayloadV1
|