Unverified Commit 0c20140d authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #961 from ethereum/yann300-patch-25

Update remix_plugin_api.md
parents 418455c2 23ae0ee1
......@@ -47,6 +47,14 @@ This section list all the available key and value pair which define this API:
- runTx `@param {Object} tx`
- getAccounts `@return {Array} acccounts`
- createVMAccount `@param {String} privateKey, @param {String} balance (hex)`
### editor
- getCurrentFile `@return {String} current file path displayed in the editor`
- getFile `@param {String} path`
- setFile `@param {String} path, @param {String} content`
- highlight `@param {Object} lineColumnPos, @param {String} filePath, @param {String} hexColor`
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