erigon-pulse/cl/phase1/execution_client/rpc_helper/methods.go

9 lines
282 B
Go
Raw Normal View History

package rpc_helper
const EngineNewPayloadV1 = "engine_newPayloadV1"
const EngineNewPayloadV2 = "engine_newPayloadV2"
const EngineNewPayloadV3 = "engine_newPayloadV3"
const ForkChoiceUpdatedV1 = "engine_forkchoiceUpdatedV1"
const ForkChoiceUpdatedV2 = "engine_forkchoiceUpdatedV2"