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

sawtooth.sdk.protobuf.ClientBlockGetResponseOrBuilder Maven / Gradle / Ivy

Go to download

"Java classes generated from Sawtooth proto definition files, to interact with the component, consensus, and other validator interfaces"

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

package sawtooth.sdk.protobuf;

public interface ClientBlockGetResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:ClientBlockGetResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .ClientBlockGetResponse.Status status = 1;
   */
  int getStatusValue();
  /**
   * .ClientBlockGetResponse.Status status = 1;
   */
  sawtooth.sdk.protobuf.ClientBlockGetResponse.Status getStatus();

  /**
   * .Block block = 2;
   */
  boolean hasBlock();
  /**
   * .Block block = 2;
   */
  sawtooth.sdk.protobuf.Block getBlock();
  /**
   * .Block block = 2;
   */
  sawtooth.sdk.protobuf.BlockOrBuilder getBlockOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy