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

sawtooth.sdk.protobuf.TpStateGetResponseOrBuilder 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: state_context.proto

package sawtooth.sdk.protobuf;

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

  /**
   * repeated .TpStateEntry entries = 1;
   */
  java.util.List 
      getEntriesList();
  /**
   * repeated .TpStateEntry entries = 1;
   */
  sawtooth.sdk.protobuf.TpStateEntry getEntries(int index);
  /**
   * repeated .TpStateEntry entries = 1;
   */
  int getEntriesCount();
  /**
   * repeated .TpStateEntry entries = 1;
   */
  java.util.List 
      getEntriesOrBuilderList();
  /**
   * repeated .TpStateEntry entries = 1;
   */
  sawtooth.sdk.protobuf.TpStateEntryOrBuilder getEntriesOrBuilder(
      int index);

  /**
   * .TpStateGetResponse.Status status = 2;
   */
  int getStatusValue();
  /**
   * .TpStateGetResponse.Status status = 2;
   */
  sawtooth.sdk.protobuf.TpStateGetResponse.Status getStatus();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy