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

sawtooth.sdk.protobuf.ClientBatchSubmitRequestOrBuilder 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_batch_submit.proto

package sawtooth.sdk.protobuf;

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

  /**
   * repeated .Batch batches = 1;
   */
  java.util.List 
      getBatchesList();
  /**
   * repeated .Batch batches = 1;
   */
  sawtooth.sdk.protobuf.Batch getBatches(int index);
  /**
   * repeated .Batch batches = 1;
   */
  int getBatchesCount();
  /**
   * repeated .Batch batches = 1;
   */
  java.util.List 
      getBatchesOrBuilderList();
  /**
   * repeated .Batch batches = 1;
   */
  sawtooth.sdk.protobuf.BatchOrBuilder getBatchesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy