sawtooth.sdk.protobuf.TpRegisterResponseOrBuilder 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: processor.proto
package sawtooth.sdk.protobuf;
public interface TpRegisterResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:TpRegisterResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .TpRegisterResponse.Status status = 1;
*/
int getStatusValue();
/**
* .TpRegisterResponse.Status status = 1;
*/
sawtooth.sdk.protobuf.TpRegisterResponse.Status getStatus();
}