You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`feedID`|`bytes32`| The unique identifier for the stream |
61
-
|`validFromTimestamp`|`uint32`| The earliest timestamp during which the price is valid |
62
-
|`observationsTimestamp`|`uint32`| The latest timestamp during which the price is valid |
61
+
|`validFromTimestamp`|`uint32`| The earliest timestamp during which the price is valid (seconds)|
62
+
|`observationsTimestamp`|`uint32`| The latest timestamp during which the price is valid (seconds)|
63
63
|`nativeFee`|`uint192`| The cost to verify this report onchain when paying with the blockchain's native token |
64
64
|`linkFee`|`uint192`| The cost to verify this report onchain when paying with LINK |
65
-
|`expiresAt`|`uint32`| The expiration date of this report |
65
+
|`expiresAt`|`uint32`| The expiration date of this report (seconds)|
66
66
|`price`|`int192`| The DON's consensus median price |
67
67
|`marketStatus`|`uint32`| The DON's consensus on whether the market is currently open. Possible values: `0` (`Unknown`), `1` (`Closed`), `2` (`Open`). |
0 commit comments