mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 11:05:10 +00:00
24 lines
No EOL
519 B
Django/Jinja
24 lines
No EOL
519 B
Django/Jinja
{
|
|
"type": 1,
|
|
"value": {
|
|
"rule": {
|
|
"n_out_of": {
|
|
"n": 1,
|
|
"rules": [
|
|
{
|
|
"signed_by": 0
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"identities": [
|
|
{
|
|
"principal_classification": "ROLE",
|
|
"principal": {
|
|
"msp_identifier": "{{ org1_msp_id }}",
|
|
"role": "MEMBER"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |