UNPKG

@rhino.fi/client-js

Version:
13 lines (12 loc) 188 B
/** * Gets token name */ module.exports = (dvf, tokenAddress) => { const action = 'name' return dvf.eth.call( dvf.contract.abi.token, tokenAddress, action, [], ) }