github.com/myafeier/fabric@v1.0.1-0.20170722181825-3a4b1f2bce86/examples/chaincode/chaintool/example02/src/interfaces/appinit.cci (about) 1 2 message Party { 3 string entity = 1; 4 int32 value = 2; 5 } 6 7 message Init { 8 Party partyA = 1; 9 Party partyB = 2; 10 }