UNPKG

rubic-sdk

Version:
8 lines (7 loc) 455 B
import { PriceTokenAmount, Token } from "../../../../../../../../common/tokens"; import { SuiBlockchainName } from "../../../../../../../../core/blockchain/models/blockchain-name"; import { OnChainTradeStruct } from '../../evm-on-chain-trade/models/evm-on-chain-trade-struct'; export interface SuiOnChainTradeStruct extends OnChainTradeStruct<SuiBlockchainName> { fromWithoutFee: PriceTokenAmount<SuiBlockchainName>; path: ReadonlyArray<Token>; }