github.com/kchristidis/fabric@v1.0.4-0.20171028114726-837acd08cde1/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  }