Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 199 Bytes

chaincodeevent_proto.md

File metadata and controls

12 lines (10 loc) · 199 Bytes

chaincodeevent.proto

跟 Chaincode 相关的事件。

message ChaincodeEvent {
      string chaincodeID = 1;
      string txID = 2;
      string eventName = 3;
      bytes payload = 4;
}