Unverified Commit 8f8b5d64 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1533 from ethereum/yann300-patch-3

Update plugin.md
parents b5756382 84a849f4
...@@ -23,7 +23,9 @@ plugin api ...@@ -23,7 +23,9 @@ plugin api
### app ### app
- getExecutionContextProvider `@return {String} provider (injected | web3 | vm)` - getExecutionContextProvider `@return {String} provider (injected | web3 | vm)`
- getProviderEndpoint `@return {String} url`
- updateTitle `@param {String} title` - updateTitle `@param {String} title`
- detectNetWork `@return {Object} {name, id}`
### config ### config
...@@ -38,4 +40,12 @@ plugin api ...@@ -38,4 +40,12 @@ plugin api
- runTx `@param {Object} tx` - runTx `@param {Object} tx`
- getAccounts `@return {Array} acccounts` - getAccounts `@return {Array} acccounts`
- createVMAccount `@param {String} privateKey, @param {String} balance (hex)` - createVMAccount `@param {String} privateKey, @param {String} balance (hex)`
\ No newline at end of file ### editor
- getFilesFromPath `@param {Array} [path]`
- getCurrentFile `@return {String} path`
- getFile `@param {String} path`
- setFile `@param {String} path, @param {String} content`
- highlight `@param {Object} lineColumnPos {start: {line, column}, end: {line, column}}, @param {String} path, @param {String} hexColor`
- discardHighlight
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment