handle_get_blobs

Function handle_get_blobs 

Source
pub async fn handle_get_blobs(
    __arg0: State<EthApi>,
    __arg1: Path<String>,
    __arg2: Query<HashMap<String, String>>,
) -> Response
Expand description

Handles incoming Beacon API requests for blobs

GET /eth/v1/beacon/blobs/{block_id}