endpoint URL to the price service.
Optionalconfig: PriceServiceConnectionConfigOptional configuration for custom setups.
Fetch the latest price update data for the given price IDs.
Uses Hermes v2 (/v2/updates/price/latest). The v1 endpoint (/api/latest_vaas)
is deprecated; it returned the same payload this reads out of binary.data.
Hermes returns one accumulator message covering every requested feed, not one per
feed, so the result is normally a single element regardless of priceIds.length.
Array of hex-encoded price IDs.
Array of base64-encoded update messages.
Fetch price feed update data.
Array of hex-encoded price IDs.
Array of buffers containing the price update data.
Constructs a new Connection.