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 344f8a9 commit 3d9781eCopy full SHA for 3d9781e
price_service/client/js/README.md
@@ -42,7 +42,7 @@ const priceIds = [
42
const currentPrices = await connection.getLatestPriceFeeds(priceIds);
43
44
// You can also call this function to get price updates for the on-chain contract directly.
45
-const priceUpdateData = await connection.getPriceFeedsUpdateData(priceIds);
+const priceUpdateData = await connection.getLatestVaas(priceIds);
46
```
47
48
`PriceServiceConnection` also allows subscribing to real-time price updates over a websocket connection:
0 commit comments