mirror of
https://github.com/status-im/wallet.git
synced 2026-09-01 06:01:09 +00:00
13 lines
278 B
JavaScript
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 = {};
|