sawtooth.sdk.protobuf.StateChangeOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sawtooth-sdk-protos Show documentation
Show all versions of sawtooth-sdk-protos Show documentation
"Java classes generated from Sawtooth proto definition files, to interact with the component, consensus, and other validator interfaces"
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: transaction_receipt.proto
package sawtooth.sdk.protobuf;
public interface StateChangeOrBuilder extends
// @@protoc_insertion_point(interface_extends:StateChange)
com.google.protobuf.MessageOrBuilder {
/**
* string address = 1;
*/
java.lang.String getAddress();
/**
* string address = 1;
*/
com.google.protobuf.ByteString
getAddressBytes();
/**
* bytes value = 2;
*/
com.google.protobuf.ByteString getValue();
/**
* .StateChange.Type type = 3;
*/
int getTypeValue();
/**
* .StateChange.Type type = 3;
*/
sawtooth.sdk.protobuf.StateChange.Type getType();
}