Interface Estimation

Estimation object.

Hierarchy

  • Estimation

Properties

costsDetails: {
    payload: {
        feeAmount: string;
    };
    type: string;
}[]
dstChainTokenOut: TokenMinAmount

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: TokenMinAmount

Source chain token in.

srcChainTokenOut: TokenMinAmount

Source chain token out.

Generated using TypeDoc