UNPKG

@gateway.fm/gtw-dvf-client-js

Version:

DVF client js lib with gateway.fm rpc endpoints

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, [] ) }