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

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

There is a newer version: 0.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: gateway/gateway.proto

package org.hyperledger.fabric.protos.gateway;

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

  /**
   * 
   * Serialized CommitStatusRequest message.
   * 
* * bytes request = 1 [json_name = "request"]; * @return The request. */ com.google.protobuf.ByteString getRequest(); /** *
   * Signature for request message.
   * 
* * bytes signature = 2 [json_name = "signature"]; * @return The signature. */ com.google.protobuf.ByteString getSignature(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy