|
|
@ -86,6 +86,7 @@ UniversalDAppUI.prototype.renderInstanceFromABI = function (contractABI, address |
|
|
|
|
|
|
|
|
|
|
|
// TODO this is used by renderInstance when a new instance is displayed.
|
|
|
|
// TODO this is used by renderInstance when a new instance is displayed.
|
|
|
|
// this returns a DOM element.
|
|
|
|
// this returns a DOM element.
|
|
|
|
|
|
|
|
//
|
|
|
|
UniversalDAppUI.prototype.getCallButton = function (args) { |
|
|
|
UniversalDAppUI.prototype.getCallButton = function (args) { |
|
|
|
var self = this |
|
|
|
var self = this |
|
|
|
// args.funABI, args.address [fun only]
|
|
|
|
// args.funABI, args.address [fun only]
|
|
|
|