UNPKG

hector-rubic-sdk

Version:
8 lines (7 loc) 269 B
import BigNumber from 'bignumber.js'; import { CrossChainSupportedInstantTrade } from './cross-chain-supported-instant-trade'; export interface ItCalculatedTrade { toAmount: BigNumber; providerIndex: number; instantTrade: CrossChainSupportedInstantTrade; }