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
{{ message }}
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.
Helper methods for initiating and responding to challenges needed on the node package.
This will be important for reclaiming collateral from offline users, or breaking even in the case of linked transfers if the sender does not come back online.
Will likely need the following methods:
getActiveChallenges -- returns all active challenges
initiateChallenge(appId) -- begins a challenge for a specific app
respondToChallenge(appId, appState) -- responds to challenges that have been initiated, may not need to provide a state here if it can be retrieved from the store
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Helper methods for initiating and responding to challenges needed on the node package.
This will be important for reclaiming collateral from offline users, or breaking even in the case of linked transfers if the sender does not come back online.
Will likely need the following methods:
getActiveChallenges
-- returns all active challengesinitiateChallenge(appId)
-- begins a challenge for a specific apprespondToChallenge(appId, appState)
-- responds to challenges that have been initiated, may not need to provide a state here if it can be retrieved from the storeThe text was updated successfully, but these errors were encountered: