VoR0220 4de830ca29 resolve appears to be done, now I just need some help wiring the module together
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-05-23 11:47:57 -05:00

10 lines
203 B
JavaScript

const fs = require('../../core/fs.js');
class ENS {
constructor(embark, options) {
this.logger = embark.logger;
this.events = embark.events;
this.web3 = options.web3;
this.embark = embark;
}
}