# Functions
NewGetBlobSidecarsByBlockNum creates a new http.Handler for the get blob sidecars by block num operation.
NewGetBlobSidecarsByBlockNumBadRequest creates GetBlobSidecarsByBlockNumBadRequest with default headers values.
NewGetBlobSidecarsByBlockNumInternalServerError creates GetBlobSidecarsByBlockNumInternalServerError with default headers values.
NewGetBlobSidecarsByBlockNumNotFound creates GetBlobSidecarsByBlockNumNotFound with default headers values.
NewGetBlobSidecarsByBlockNumOK creates GetBlobSidecarsByBlockNumOK with default headers values.
NewGetBlobSidecarsByBlockNumParams creates a new GetBlobSidecarsByBlockNumParams object
There are no default values defined in the spec.
NewGetBSCBlobSidecarsByBlockNum creates a new http.Handler for the get b s c blob sidecars by block num operation.
NewGetBSCBlobSidecarsByBlockNumInternalServerError creates GetBSCBlobSidecarsByBlockNumInternalServerError with default headers values.
NewGetBSCBlobSidecarsByBlockNumOK creates GetBSCBlobSidecarsByBlockNumOK with default headers values.
NewGetBSCBlobSidecarsByBlockNumParams creates a new GetBSCBlobSidecarsByBlockNumParams object
There are no default values defined in the spec.
# Constants
GetBlobSidecarsByBlockNumBadRequestCode is the HTTP code returned for type GetBlobSidecarsByBlockNumBadRequest.
GetBlobSidecarsByBlockNumInternalServerErrorCode is the HTTP code returned for type GetBlobSidecarsByBlockNumInternalServerError.
GetBlobSidecarsByBlockNumNotFoundCode is the HTTP code returned for type GetBlobSidecarsByBlockNumNotFound.
GetBlobSidecarsByBlockNumOKCode is the HTTP code returned for type GetBlobSidecarsByBlockNumOK.
GetBSCBlobSidecarsByBlockNumInternalServerErrorCode is the HTTP code returned for type GetBSCBlobSidecarsByBlockNumInternalServerError.
GetBSCBlobSidecarsByBlockNumOKCode is the HTTP code returned for type GetBSCBlobSidecarsByBlockNumOK.
# Structs
GetBlobSidecarsByBlockNum swagger:route GET /eth/v1/beacon/blob_sidecars/{block_id} blob getBlobSidecarsByBlockNum
Get blob sidecars by block num
*/.
GetBlobSidecarsByBlockNumBadRequest Bad Request
swagger:response getBlobSidecarsByBlockNumBadRequest
*/.
GetBlobSidecarsByBlockNumInternalServerError internal server error
swagger:response getBlobSidecarsByBlockNumInternalServerError
*/.
GetBlobSidecarsByBlockNumNotFound blob not found
swagger:response getBlobSidecarsByBlockNumNotFound
*/.
GetBlobSidecarsByBlockNumOK successful operation
swagger:response getBlobSidecarsByBlockNumOK
*/.
GetBlobSidecarsByBlockNumParams contains all the bound params for the get blob sidecars by block num operation typically these are obtained from a http.Request
swagger:parameters getBlobSidecarsByBlockNum.
GetBlobSidecarsByBlockNumURL generates an URL for the get blob sidecars by block num operation.
GetBSCBlobSidecarsByBlockNum swagger:route POST / blob getBSCBlobSidecarsByBlockNum
Get BSC blob sidecars by block num
*/.
GetBSCBlobSidecarsByBlockNumInternalServerError internal server error
swagger:response getBSCBlobSidecarsByBlockNumInternalServerError
*/.
GetBSCBlobSidecarsByBlockNumOK successful operation
swagger:response getBSCBlobSidecarsByBlockNumOK
*/.
GetBSCBlobSidecarsByBlockNumParams contains all the bound params for the get b s c blob sidecars by block num operation typically these are obtained from a http.Request
swagger:parameters getBSCBlobSidecarsByBlockNum.
GetBSCBlobSidecarsByBlockNumURL generates an URL for the get b s c blob sidecars by block num operation.
# Interfaces
GetBlobSidecarsByBlockNumHandler interface for that can handle valid get blob sidecars by block num params.
GetBSCBlobSidecarsByBlockNumHandler interface for that can handle valid get b s c blob sidecars by block num params.
# Type aliases
GetBlobSidecarsByBlockNumHandlerFunc turns a function with the right signature into a get blob sidecars by block num handler.
GetBSCBlobSidecarsByBlockNumHandlerFunc turns a function with the right signature into a get b s c blob sidecars by block num handler.