Interface MesonCrossChainTradeConstructorParams

Hierarchy

  • MesonCrossChainTradeConstructorParams

Properties

crossChainTrade: {
    feeInfo: FeeInfo;
    from: PriceTokenAmount<EvmBlockchainName>;
    gasData: GasData;
    priceImpact: null | number;
    sourceAssetString: string;
    targetAssetString: string;
    to: PriceTokenAmount<EvmBlockchainName>;
}

Type declaration

providerAddress: string
routePath: RubicStep[]

Generated using TypeDoc