UNPKG

@multiversx/sdk-dapp-swap

Version:

A library to hold the main logic for swapping between tokens on the MultiversX blockchain

13 lines 376 B
export interface TokenPriceDateSubscriptionType { tokensPriceUpdated: { updates: string[][]; }; } export interface PriceSubscriptionType { price: string; timestamp: number; } export declare const useTokenPriceSubscription: () => { priceSubscriptions: Record<string, PriceSubscriptionType>; }; //# sourceMappingURL=useTokenPriceSubscription.d.ts.map