Last active
July 25, 2019 08:56
-
-
Save jt-nti/a215f8256fab367986b7bb10d2034813 to your computer and use it in GitHub Desktop.
Hyperledger Fabric private data collection definition. See issue FAB-1311 - https://jira.hyperledger.org/browse/FABN-1311
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "underHat", | |
"policy": { | |
"identities": [ | |
{ | |
"role": { | |
"name": "member", | |
"mspId": "Org1MSP" | |
} | |
} | |
], | |
"policy": { | |
"1-of": [ | |
{ | |
"signed-by": 0 | |
} | |
] | |
} | |
}, | |
"requiredPeerCount": 1, | |
"maxPeerCount": 1, | |
"blockToLive": 100 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment