• Retrieves the progress of the USDCBridge.

    Returns

    A Promise that resolves to the progress value.

    Parameters

    • status: USDCBridgeStatus

      The USDCBridgeProgress to get the progress for.

    • Optional sdk: GlitterBridgeSDK

      (Optional) The GlitterBridgeSDK instance. if currentBlock is undefined, will try to get current block from CurrentBlock class.

    • Optional sourceChain: BridgeNetworks

      (Optional) The BridgeNetworks value representing the sourceChain.

    • Optional destinationChain: BridgeNetworks

      (Optional) The BridgeNetworks value representing the destinationChain.

    • Optional startBlock: number

      (Optional) The start block number.

    • Optional currentBlock: number

      (Optional) The current block number.

    Returns Promise<number>

Generated using TypeDoc