UNPKG

efx-api-node

Version:

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

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