|
|
@ -181,7 +181,7 @@ class App { |
|
|
|
profile () { |
|
|
|
profile () { |
|
|
|
return { |
|
|
|
return { |
|
|
|
name: 'app', |
|
|
|
name: 'app', |
|
|
|
description: 'provides information about current context (network).', |
|
|
|
description: 'service - provides information about current context (network).', |
|
|
|
methods: ['getExecutionContextProvider', 'getProviderEndpoint', 'detectNetWork', 'addProvider', 'removeProvider'] |
|
|
|
methods: ['getExecutionContextProvider', 'getProviderEndpoint', 'detectNetWork', 'addProvider', 'removeProvider'] |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -371,8 +371,9 @@ Please make a backup of your contracts and start using http://remix.ethereum.org |
|
|
|
event: new EventEmitter(), |
|
|
|
event: new EventEmitter(), |
|
|
|
profile () { |
|
|
|
profile () { |
|
|
|
return { |
|
|
|
return { |
|
|
|
name: 'TxListener', |
|
|
|
name: 'transaction listener', |
|
|
|
events: ['newTransaction'] |
|
|
|
events: ['newTransaction'], |
|
|
|
|
|
|
|
description: 'service - notify new transactions' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|