com.hederahashgraph.api.proto.java.GetBySolidityIDQueryOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: get_by_solidity_id.proto
package com.hederahashgraph.api.proto.java;
public interface GetBySolidityIDQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.GetBySolidityIDQuery)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of
* response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of
* response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return The header.
*/
com.hederahashgraph.api.proto.java.QueryHeader getHeader();
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of
* response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
*/
com.hederahashgraph.api.proto.java.QueryHeaderOrBuilder getHeaderOrBuilder();
/**
*
**
* The ID in the format used by Solidity
*
*
* string solidityID = 2;
* @return The solidityID.
*/
java.lang.String getSolidityID();
/**
*
**
* The ID in the format used by Solidity
*
*
* string solidityID = 2;
* @return The bytes for solidityID.
*/
com.google.protobuf.ByteString
getSolidityIDBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy