web3.js/lib/web3/settings.js
2015-10-07 04:32:32 +02:00

10 lines
134 B
JavaScript

var Settings = function () {
this.defaultBlock = 'latest';
this.defaultAccount = undefined;
};
module.exports = Settings;