Skip to content

Instantly share code, notes, and snippets.

@plutoegg
Last active October 4, 2018 13:57
Show Gist options
  • Save plutoegg/004dc5913d525032d451ba0fc636cd6f to your computer and use it in GitHub Desktop.
Save plutoegg/004dc5913d525032d451ba0fc636cd6f to your computer and use it in GitHub Desktop.
Trustless Developer Guide - 7
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