UNPKG

@bancor/carbon-sdk

Version:

The SDK is a READ-ONLY tool, intended to facilitate working with Carbon contracts. It's a convenient wrapper around our matching algorithm, allowing programs and users get a ready to use transaction data that will allow them to manage strategies and fulfi

4 lines 207 B
import { Rate } from '../common/types'; export declare const sortByMinRate: (x: Rate, y: Rate) => number; export declare const sortByMaxRate: (x: Rate, y: Rate) => number; //# sourceMappingURL=utils.d.ts.map