Eric Ramos
Results
1
issues of
Eric Ramos
const Eth = require('ethjs'); const eth = new Eth(new Eth.HttpProvider('https://ropsten.infura.io')); eth.getBlockByNumber(45300, true, (err, block) => { // result null { ...block data... } }); const etherValue = Eth.toWei(72, 'ether'); //...