UNPKG

web3quorum

Version:

Ethereum JavaScript API, middleware to talk to a ethereum node over RPC

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