github.com/leonlxy/hyperledger@v1.0.0-alpha.0.20170427033203-34922035d248/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  }