haedal-vault-sdk 1.2.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -476,7 +476,7 @@ declare class PythPriceModule implements IModule {
476
476
  * @returns A promise that resolves to a record mapping coin types to their respective price information.
477
477
  */
478
478
  getLatestPrice(coinTypeList: string[], useCache?: boolean): Promise<Record<string, Price>>;
479
- getPriceFeedsUpdateData(feedIds: string[]): Promise<Buffer<ArrayBufferLike>[] | undefined>;
479
+ getPriceFeedsUpdateData(feedIds: string[]): Promise<Buffer[] | undefined>;
480
480
  getLatestPriceFeeds(feedIds: string[]): Promise<_pythnetwork_price_service_sdk.PriceFeed[] | undefined>;
481
481
  /**
482
482
  * Builds the payload to update Pyth price feeds with the provided coin types and transaction.