Expand description
A node’s view of a HotShot chain
The node API provides a subjective view of the HotShot blockchain, from the perspective of
one particular node. It provides access to information that the
availability API does not, because this information depends on the
perspective of the node observing it, and may be subject to eventual consistency. For example,
/node/block-height
may return smaller counts than expected, if the node being queried is not
fully synced with the entire history of the chain. However, the node will eventually sync and
return the expected counts.
Re-exports§
Modules§
- data_
source 🔒 - Data for the
node
API. - query_
data 🔒
Structs§
- Custom
Snafu - SNAFU context selector for the
Error::Custom
variant - Limits
- Options
- Query
Snafu - SNAFU context selector for the
Error::Query
variant - Query
VidSnafu - SNAFU context selector for the
Error::QueryVid
variant - Query
Window Snafu - SNAFU context selector for the
Error::QueryWindow
variant - Request
Snafu - SNAFU context selector for the
Error::Request
variant - Sync
Status - Time
Window Query Data - Response to a
/:resource/window
query.