Skip to content

Instantly share code, notes, and snippets.

@jt-nti
Last active July 25, 2019 08:56
Show Gist options
  • Save jt-nti/a215f8256fab367986b7bb10d2034813 to your computer and use it in GitHub Desktop.
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
[
{
"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