We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd62f6 commit 9d69e01Copy full SHA for 9d69e01
pages/lazer/payload-reference.mdx
@@ -89,9 +89,10 @@ Here's what a typical StreamUpdated response that contains a PriceFeed looks lik
89
90
<Callout type="warning">
91
**Important**: The price is stored in two parts: an integer mantissa value
92
- (the price field) and a power-of-ten exponent. The actual decimal
93
- representation of the price is given by: `decimal_price = price ×
94
- 10^exponent`. For example: `1006900000000 × 10^(-8) = $10,069.00`
+ (the `price` field) and a power-of-ten `exponent`.
+ <br /> The actual decimal representation of the price is given by: `decimal_price
+ = price × 10^exponent`.
95
+ <br /> For example: `1006900000000 × 10^(-8) = $10,069.00`
96
</Callout>
97
98
## Property Specifications
0 commit comments