Contains transfer costs

interface TxCostAmount {
    maxAmount: string;
    swap: string;
    transfer: string;
}

Properties

maxAmount: string

The maximum gas amount that can be received as extra gas for one transfer

swap: string

Swap cost

transfer: string

Transfer cost