Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobsBundleV1 ¶
type BlobsBundleV1 = engine.BlobsBundleV1
There are some types we can borrow from geth.
type ForkchoiceResponse ¶
type ForkchoiceResponse = engine.ForkChoiceResponse
There are some types we can borrow from geth.
type ForkchoiceState ¶
type ForkchoiceState = engine.ForkchoiceStateV1
There are some types we can borrow from geth.
type PayloadStatus ¶
type PayloadStatus = engine.PayloadStatusV1
There are some types we can borrow from geth.
type PayloadStatusStr ¶
type PayloadStatusStr = string
var ( PayloadStatusValid PayloadStatusStr = engine.VALID PayloadStatusInvalid PayloadStatusStr = engine.INVALID PayloadStatusSyncing PayloadStatusStr = engine.SYNCING PayloadStatusAccepted PayloadStatusStr = engine.ACCEPTED )
Click to show internal directories.
Click to hide internal directories.