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 should introduce a new class that will be responsible for figuring out whether there is a channel between two blockchains.
EDIT: We do not need to know the channel type, we just essentially need a function that will return a boolean representing whether there exists a channel between two blockchains. Making a separate class for this might not even be needed.
The text was updated successfully, but these errors were encountered:
We should introduce a new class that will be responsible for figuring out whether there is a channel between two blockchains.
EDIT: We do not need to know the channel type, we just essentially need a function that will return a boolean representing whether there exists a channel between two blockchains. Making a separate class for this might not even be needed.
The text was updated successfully, but these errors were encountered: