Child Chain Permissions
Add Account Permission
Grants a permission to an account.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Get Account Permissions
Queries the permissions of an account.
Method: GET
Example response: 200
Get Chain Permissions
Queries the permissions of a chain.
Method: GET
Example response: 200
Remove Account Permission
Revokes a permission to an account.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Last updated