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

    Interface XReserveTokenInfo

    xReserve route configuration of a token, see Messenger.X_RESERVE

    interface XReserveTokenInfo {
        bridgeAddress: string;
        feeConst: string;
        feeShare: string;
        protocolAddress?: string;
    }
    Index

    Properties

    bridgeAddress: string

    xReserve bridge contract address (the contract to approve)

    feeConst: string

    Constant part of the fee, in the smallest denomination of the token

    feeShare: string

    Share of the transferred amount charged as a fee

    protocolAddress?: string

    xReserve protocol contract address