cancelPayment
@totemsdk/omnia-router / cancelPayment
Function: cancelPayment()
cancelPayment(
ops,channels,route,leaseProviders):Promise<void>
Cancel all pending HTLCs on a route by calling timeoutHTLC on each hop. Call this explicitly to roll back before or without attempting execution.
Parameters
ops
channels
Map<string, RouterChannel>
route
leaseProviders
Map<string, unknown>
Returns
Promise<void>