UNPKG

@perk.money/perk-swap-core

Version:

This npm package contains core logic of Perk Aggregator build on top of NEAR blockchain

4 lines (3 loc) 138 B
import { Amm } from '../types'; declare const checkIsMultiHopOnSameAMM: (amms: Amm[]) => boolean; export { checkIsMultiHopOnSameAMM };