UNPKG

npm-web3

Version:

Wiseplat JavaScript API, middleware to talk to a wiseplat node over RPC

10 lines (5 loc) 134 B
var Settings = function () { this.defaultBlock = 'latest'; this.defaultAccount = undefined; }; module.exports = Settings;