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 1b01a7a commit 41a0af9Copy full SHA for 41a0af9
target_chains/ethereum/contracts/contracts/pyth/Pyth.sol
@@ -314,6 +314,9 @@ abstract contract Pyth is
314
private
315
view
316
returns (
317
+ /// @return newOffset The next position in the update data after processing this TWAP update
318
+ /// @return twapPriceInfo The extracted time-weighted average price information
319
+ /// @return priceId The unique identifier for this price feed
320
uint newOffset,
321
PythStructs.TwapPriceInfo memory twapPriceInfo,
322
bytes32 priceId
0 commit comments