UNPKG

rubic-sdk

Version:
9 lines (8 loc) 211 B
export interface RouterQuoteSendParams { amount: string; fromTokenAddress: string; fromTokenChainId: string; toTokenAddress: string; toTokenChainId: string; slippageTolerance?: number; }