Interface TokenAmountEstimate

An interface representing the estimated fees.

interface TokenAmountEstimate {
    totalFees?: BigNumber;
    token?: TokenInfo;
}

Properties

Properties

totalFees?: BigNumber

The estimated fees for the transaction.

token?: TokenInfo

The gas token information.