mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-08 03:51:20 +00:00
9 lines
282 B
Go
9 lines
282 B
Go
|
package rpc_helper
|
||
|
|
||
|
const EngineNewPayloadV1 = "engine_newPayloadV1"
|
||
|
const EngineNewPayloadV2 = "engine_newPayloadV2"
|
||
|
const EngineNewPayloadV3 = "engine_newPayloadV3"
|
||
|
|
||
|
const ForkChoiceUpdatedV1 = "engine_forkchoiceUpdatedV1"
|
||
|
const ForkChoiceUpdatedV2 = "engine_forkchoiceUpdatedV2"
|