|
|
@ -39,7 +39,6 @@ export class Provider { |
|
|
|
this.methods = merge(this.methods, netMethods()) |
|
|
|
this.methods = merge(this.methods, netMethods()) |
|
|
|
this.methods = merge(this.methods, this.Transactions.methods()) |
|
|
|
this.methods = merge(this.methods, this.Transactions.methods()) |
|
|
|
this.methods = merge(this.methods, (new Debug(this.executionContext)).methods()) |
|
|
|
this.methods = merge(this.methods, (new Debug(this.executionContext)).methods()) |
|
|
|
// this.init()
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
async init () { |
|
|
|
async init () { |
|
|
|