the output of transaction assignig permissions

+1 vote
if I make a permission grant transaction, normally the transaction will be broadcast on all blocks of the blockchain, but what are the output of the transaction, are the outputs the addresses that  have "connect" the right, i really dont  understand ?
asked Jan 22, 2019 by ashir

1 Answer

0 votes
The transaction indeed goes into the blockchain and is broadcast to all nodes on the network.

The "output" is simply that part of the transaction in which the permission is actually granted. It contains the address to which the permission is granted, plus some special data denoting the permission:

https://www.multichain.com/developers/permissions-management/
answered Jan 23, 2019 by MultiChain
...