UNPKG

@yoroi/swap

Version:
3 lines 225 B
import { Portfolio, Swap } from '@yoroi/types'; export declare const getPtPrice: (primaryTokenInfo: Portfolio.Token.Info, api: Swap.Api) => (id: Portfolio.Token.Id) => Promise<number>; //# sourceMappingURL=getPtPrice.d.ts.map