Interface OrbiterTradeParams

Hierarchy

  • OrbiterTradeParams

Properties

crossChainTrade: {
    feeInfo: FeeInfo;
    from: PriceTokenAmount<EvmBlockchainName>;
    gasData: GasData;
    priceImpact: null | number;
    quoteConfig: OrbiterQuoteConfig;
    to: PriceTokenAmount<EvmBlockchainName>;
}

Type declaration

providerAddress: string
routePath: RubicStep[]

Generated using TypeDoc