Methods
(inner) addTo(options) → {Promise.<T>}
- Source:
Add to an existing on-chain privacy group
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | Map to add the members Properties
|
Returns:
- Type
- Promise.<T>
(inner) create(options) → {Promise.<T>}
- Source:
Create an on chain privacy group
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | Map to add the members Properties
|
Returns:
- Type
- Promise.<T>
(inner) find(public) → {Object}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
public |
Array.<String> | enclave keys |
Returns:
- Type
- Object
(inner) getParticipants(options) → {Promise.<T>}
- Source:
Get Participants of a specific privacy group
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
options |
Object |
Properties
|
Returns:
- Type
- Promise.<T>
(inner) removeFrom(options) → {Promise.<T>}
- Source:
Remove a member from an on-chain privacy group
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | Map to add the members Properties
|
Returns:
- Type
- Promise.<T>
(inner) setLockState(options) → {Promise.<T>}
- Source:
Either lock or unlock the privacy group for member adding
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | Map to lock the group Properties
|
Returns:
- Type
- Promise.<T>