github.com/adnan-c/fabric_e2e_couchdb@v0.6.1-preview.0.20170228180935-21ce6b23cf91/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 }