We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current implementation of DeDir #502 is based on a blob based and there also exists a discarded attributes based model. #495
DeDir
blob
attributes
Supported Dispatchable Functions:
create_registry
create_registry_entry
registry_entry_state_change
add_delegate
remove_delegate
update_delegate_permission
Features:
Unit Tests:
enum Errors
The text was updated successfully, but these errors were encountered:
Decentralised Directories
vatsa287
No branches or pull requests
Current implementation of
DeDir
#502 is based on ablob
based and there also exists a discardedattributes
based model. #495Supported Dispatchable Functions:
create_registry
- Create a registry, with digest, blob.create_registry_entry
- Create a registry entry for the created registry.registry_entry_state_change
- Change the status of the registry entry.add_delegate
- Add a account as a delegate with specific permission.remove_delegate
- Add a existing account from authorised delegates list.update_delegate_permission
- Update the permission of an existing delegate.Features:
Unit Tests:
enum Errors
would suffice). (TODO)The text was updated successfully, but these errors were encountered: