web3.js/lib/web3/settings.js

10 lines
134 B
JavaScript
Raw Normal View History

2015-10-07 04:32:32 +02:00
var Settings = function () {
this.defaultBlock = 'latest';
this.defaultAccount = undefined;
};
module.exports = Settings;