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

org.hyperledger.fabric.protos.gateway.CommitStatusRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: gateway/gateway.proto
// Protobuf Java Version: 4.28.2

package org.hyperledger.fabric.protos.gateway;

public interface CommitStatusRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gateway.CommitStatusRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Identifier of the transaction to check.
   * 
* * string transaction_id = 1 [json_name = "transactionId"]; * @return The transactionId. */ java.lang.String getTransactionId(); /** *
   * Identifier of the transaction to check.
   * 
* * string transaction_id = 1 [json_name = "transactionId"]; * @return The bytes for transactionId. */ com.google.protobuf.ByteString getTransactionIdBytes(); /** *
   * Identifier of the channel this request is bound for.
   * 
* * string channel_id = 2 [json_name = "channelId"]; * @return The channelId. */ java.lang.String getChannelId(); /** *
   * Identifier of the channel this request is bound for.
   * 
* * string channel_id = 2 [json_name = "channelId"]; * @return The bytes for channelId. */ com.google.protobuf.ByteString getChannelIdBytes(); /** *
   * Client requestor identity.
   * 
* * bytes identity = 3 [json_name = "identity"]; * @return The identity. */ com.google.protobuf.ByteString getIdentity(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy