UNPKG

dvf-client-js

Version:

<img src="https://avatars1.githubusercontent.com/u/56512535?s=200&v=4" align="right" />

7 lines (6 loc) 114 B
/** * Returns ETH balance */ module.exports = (dvf) => { return dvf.web3.eth.getBalance(dvf.get('account')) }