We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81cd4c commit 7717c8aCopy full SHA for 7717c8a
src/sdk/market/pricefeeds/index.ts
@@ -18,6 +18,13 @@ export * from "./PriceFeedsRegister.js";
18
export * from "./PythPriceFeed.js";
19
export * from "./RedstonePriceFeed.js";
20
export * from "./types.js";
21
+export {
22
+ FetchPythPayloadsOptions,
23
+ FetchRedstonePayloadsOptions,
24
+ fetchPythPayloads,
25
+ fetchRedstonePayloads,
26
+ TimestampedCalldata,
27
+} from "./updates/index.js";
28
export * from "./WstETHPriceFeed.js";
29
export * from "./YearnPriceFeed.js";
30
export * from "./ZeroPriceFeed.js";
0 commit comments