|
|
|
@ -9,13 +9,10 @@ var css = require('./universal-dapp-styles') |
|
|
|
|
var MultiParamManager = require('./multiParamManager') |
|
|
|
|
|
|
|
|
|
function UniversalDAppUI (udapp, opts = {}) { |
|
|
|
|
var self = this |
|
|
|
|
this.udapp = udapp |
|
|
|
|
self.el = yo`<div class=${css.udapp}></div>` |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
UniversalDAppUI.prototype.reset = function () { |
|
|
|
|
this.el.innerHTML = '' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
UniversalDAppUI.prototype.renderInstance = function (contract, address, contractName) { |
|
|
|
|