Interface Estimation

Estimation object.

Hierarchy

  • Estimation

Properties

costsDetails: {
    amountIn: string;
    amountOut: string;
    chain: string;
    payload: {
        feeAmount: string;
    };
    tokenIn: string;
    tokenOut: string;
    type: string;
}[]

Destination chain token out.

executionFee: {
    actualAmount: string;
    recommendedAmount: string;
    token: BaseToken;
}

Details of the token representing execution fee currency, a recommended amount calculated by the planner, and an actual amount used during route construction.

Type declaration

  • actualAmount: string
  • recommendedAmount: string
  • token: BaseToken
srcChainTokenIn: DlnTokenMinAmount

Source chain token in.

srcChainTokenOut: DlnTokenMinAmount

Source chain token out.

Generated using TypeDoc