Function resumeCrosschainTransfer

  • Resumes a cross chain transfer that was started but not applied to the target chain yet. Which could happen if for example one intermediary were down or the client were disrupted before the transfer was completed.

    Parameters

    Returns Web3CustomPromiEvent<void, {
        hop: Buffer;
    }>

    a promi-event that will emit once for each hop during the transfer. It will resolve once the transfer is completed.