All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.peer.ChaincodeEventOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: peer/chaincode_event.proto

package org.hyperledger.fabric.protos.peer;

public interface ChaincodeEventOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protos.ChaincodeEvent)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string chaincode_id = 1 [json_name = "chaincodeId"];
   * @return The chaincodeId.
   */
  java.lang.String getChaincodeId();
  /**
   * string chaincode_id = 1 [json_name = "chaincodeId"];
   * @return The bytes for chaincodeId.
   */
  com.google.protobuf.ByteString
      getChaincodeIdBytes();

  /**
   * string tx_id = 2 [json_name = "txId"];
   * @return The txId.
   */
  java.lang.String getTxId();
  /**
   * string tx_id = 2 [json_name = "txId"];
   * @return The bytes for txId.
   */
  com.google.protobuf.ByteString
      getTxIdBytes();

  /**
   * string event_name = 3 [json_name = "eventName"];
   * @return The eventName.
   */
  java.lang.String getEventName();
  /**
   * string event_name = 3 [json_name = "eventName"];
   * @return The bytes for eventName.
   */
  com.google.protobuf.ByteString
      getEventNameBytes();

  /**
   * bytes payload = 4 [json_name = "payload"];
   * @return The payload.
   */
  com.google.protobuf.ByteString getPayload();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy