Function revertCrosschainTransfer

  • Reverts a cross chain transfer that has timed out. I.e., returns the asset back to the sender account after the transfer failed to be completed before the timeout. If the transfer has reached its final destination but you want to recall it, use recallUnclaimedCrosschainTransfer

    Parameters

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

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

    Remarks

    If this function is called before the transfer has timed out, the promise will be rejected