Commit 2c1dcfbf authored by pldespaigne's avatar pldespaigne Committed by François

update methods

parent 433aafac
...@@ -161,7 +161,7 @@ export class RemixAppManager extends PluginEngine { ...@@ -161,7 +161,7 @@ export class RemixAppManager extends PluginEngine {
name: '3box', name: '3box',
displayName: '3Box Spaces', displayName: '3Box Spaces',
description: 'A decentralized storage for everything that happen on Remix', description: 'A decentralized storage for everything that happen on Remix',
methods: ['isEnabled', 'openSpace', 'getValue', 'setValue'], methods = [ 'login', 'isEnabled', 'getUserAddress', 'openSpace', 'closeSpace', 'isSpaceOpened', 'getSpacePrivateValue', 'setSpacePrivateValue', 'getSpacePublicValue', 'setSpacePublicValue', 'getSpacePublicData'],
events: [], events: [],
version: '0.1.0-beta', version: '0.1.0-beta',
url: 'https://remix-3box.surge.sh', url: 'https://remix-3box.surge.sh',
......
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