UNPKG

solidity-cron

Version:

[![Build Status](https://travis-ci.com/Frontier-project/cron.svg?token=DJeMzxJJncp3nRaEUuxH&branch=master)](https://travis-ci.com/Frontier-project/cron) [![codecov](https://codecov.io/gh/Frontier-project/cron/branch/master/graph/badge.svg?token=BGbU5Q6IRV

10 lines (7 loc) 203 B
const pify = require('pify') const ethAsync = pify(web3.eth) module.exports = { ethGetBalance: ethAsync.getBalance, ethSendTransaction: ethAsync.sendTransaction, ethGetBlock: ethAsync.getBlock }