Crate firehose_rs

Source
Expand description

§Firehose in Rust

Structs§

FetchClient
Interact programatically with the Firehose v2 Fetch API.
Request
Create Firehose API fetch requests.
Response
Work with Firehose API streaming responses.
SingleBlockRequest
Create Firehose API streaming requests.
SingleBlockResponse
Receive Firehose API fetch responses.
StreamClient
Work with the Firehose v2 Stream API.

Traits§

FromResponse
Convert protocol buffer messages into domain-specific block types.
HasNumberOrSlot
Work with block numbers or slots in a unified way.