UNPKG

webu

Version:

IrChain JavaScript API, middleware to talk to a irchain node over RPC

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