node classes and permissions

+2 votes
Is it possible to have different "types" or classes of nodes, with different permissions?

e.g. all nodes can validate / verify transactions

some types of nodes can only amend assets

some types of nodes can create or amend assets

or can something similar be achieved through user permissions?
asked Feb 21, 2018 by Dave Connors

1 Answer

0 votes
Yes, this is absolutely what the permissions system is for. Permissions are assigned by address rather than by node, but since in general each address is only controlled by an individual node, it has the same effect.

Once an asset is created, its creating address can also grant permissions to other address to perform actions relating to that asset. See for example this tutorial:

https://www.multichain.com/developers/asset-reissuance/
answered Feb 22, 2018 by MultiChain
...