Files

13 lines
278 B
JavaScript

var statusAPI = {};
statusAPI.dispatch = function(){};
Web3.prototype.fromWei = function(){};
Web3.prototype.toWei = function(){};
Web3.eth = {};
Web3.eth.getAccounts = function(){};
Web3.eth.getBalance = function(){};
Web3.eth.sendTransaction = function(){};
var web3 = {};