Hex encoded oracle pubkey
Hex encoded queue pubkey
Hex encoded oracle signing pubkey
Hex encoded feed id
Hex encoded blockhash/slothash the response was signed with.
Errors encountered while fetching feed value
Feed values derived
Signed message of the result and blockhash
Oracle signature of the result and blockhash
Sha256(success_feed_hashes || results || slothash)
If the feed fetch failed, get other recent successes
Optional
timestamp?: numberTimestamp marking when the result was fetched
Minimum number of oracle samples required
Optional
receipts?: Record<string, unknown>[]Task execution receipts
Response from a single oracle for a feed evaluation
Contains the oracle's signed response including the computed value, signature, and metadata. Variables are snake_case for serialization compatibility with the gateway API.