UNPKG

spacylabs-rhino

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