pull/2781/head
yann300 2 years ago committed by Aniket
parent 1cf484afcc
commit 05caa31694
  1. 2
      apps/debugger/src/app/debugger.ts

@ -25,6 +25,6 @@ export class DebuggerClientApi extends DebuggerApiMixin(PluginClient) {
getDebugWeb3: () => any // returns an instance of web3.js, if applicable (mainet, goerli, ...) it returns a reference to a node from devops (so we are sure debug endpoint is available)
web3: () => any // returns an instance of web3.js
onStartDebugging: () => void // called when debug starts
onStopDebugging: () => void // called when debug starts
onStopDebugging: () => void // called when debug stops
}

Loading…
Cancel
Save