Suppose I create two Participant type A and B respectively, and a transaction X which can only be executed by participant type B or admin.
Moreover, I added some permission rule that Participant A can be created/updated only by the admin or other Participant of type A.
Now, my logic in transaction X requires creation/updating of Participant A. So, If I execute the transaction X using one of the Participant B registry ID, will it be able to create/update the participant A?
If not, then is there any way to do so?
A participant using transaction to update/add another participant
60 Views Asked by Sourav At
1
If I have understood your requirement correctly, then these rules should work for the core of what you want: (This example uses the default Basic Sample Network)