class Blockchain {
constructor(optiosn) {
this.plugins = options.plugins;
this.logger = options.logger;
}
module.exports = Blockchain;