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

sawtooth.sdk.protobuf.TpStateEntryOrBuilder 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 TpStateEntryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:TpStateEntry)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string address = 1;
   */
  java.lang.String getAddress();
  /**
   * string address = 1;
   */
  com.google.protobuf.ByteString
      getAddressBytes();

  /**
   * bytes data = 2;
   */
  com.google.protobuf.ByteString getData();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy