@allbridge/bridge-core-sdk
    Preparing search index...

    Interface TxCostAmount

    Contains transfer costs

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

    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