UNPKG

@yoroi/swap

Version:
3 lines 224 B
import { Swap } from '@yoroi/types'; export declare const getBestSwap: (tokenOutPrice: number) => <T extends Swap.EstimateResponse | Swap.CreateResponse>(best: T, candidate: T) => T; //# sourceMappingURL=getBestSwap.d.ts.map