You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we already allow for the token type and the target channel outcome to be indexed in the transaction calldata, with an escape hatch, empty array [] implying "do them all".
if you have many channels virtually funded through the same hub, you will likely want to claim all of the guarantees. SO we should upgrade targetChannelIndex: number to targetChannelIndices: number[].
because we now to specify payout indices for each target, for each target index in some target indices for each asset in the outcome of the "origin" channel. Thus the exitRequest becomes quite complicated.
I anticipate we will run into "stack too deep" difficulties with this large number of variables
[]
implying "do them all".targetChannelIndex: number
totargetChannelIndices: number[]
.exit-format/nitro-src/claim.ts
Line 11 in 62a7c65
The text was updated successfully, but these errors were encountered: