Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuilderBlockValidationRequest ¶
type BuilderBlockValidationRequest struct {
*bellatrix.SubmitBlockRequest
RegisteredGasLimit uint64 `json:"registered_gas_limit,string"`
}
type BuilderBlockValidationRequestV2 ¶
type BuilderBlockValidationRequestV2 struct {
*capella.SubmitBlockRequest
WithdrawalsRoot common.Hash `json:"withdrawals_root"`
RegisteredGasLimit uint64 `json:"registered_gas_limit,string"`
}
type ResponseAttached ¶
type ResponseAttached struct {
Method string
Response RpcRawResponse
Attached []byte
}
type RpcRawResponse ¶
type RpcRawResponse struct {
VersionTag string `json:"jsonrpc"`
Result json.RawMessage `json:"result"`
Error *RpcError `json:"error"`
ID uint64 `json:"id"`
}
type RpcRequest ¶
Click to show internal directories.
Click to hide internal directories.