Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
8f8b5d64
Unverified
Commit
8f8b5d64
authored
Sep 24, 2018
by
yann300
Committed by
GitHub
Sep 24, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1533 from ethereum/yann300-patch-3
Update plugin.md
parents
b5756382
84a849f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
plugin.md
src/app/plugin/plugin.md
+11
-2
No files found.
src/app/plugin/plugin.md
View file @
8f8b5d64
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment