# Functions
Requires a Pyth client to fetch prices from Pyth Hermes API.
Requires a Pyth client to fetch prices from Pyth Benchmarks API.
# Constants
LatestAsync is a query type that fetches all latest prices individually, in parallel.
LatestSync is a query type that fetches all latest prices together & synchronously.
Stream is a query type that subscribes to price updates and returns the latest cached price.
# Structs
Settings is a struct that holds the settings for querying Hermes using the Pythnet client.
# Type aliases
Type is an enum that represents the type of query to be made to the Pythnet Hermes API.