Last active
October 4, 2018 13:57
-
-
Save plutoegg/004dc5913d525032d451ba0fc636cd6f to your computer and use it in GitHub Desktop.
Trustless Developer Guide - 7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const token = 'ZRX' | |
const amount = 15 | |
const response = await efx.contract.unlock(token, amount) | |
// If tokens are still locked for a longer time period, permission is required to unlock | |
// This permission can be requested from Ethfinex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment