com.hederahashgraph.api.proto.java.GetBySolidityIDResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetBySolidityID.proto
package com.hederahashgraph.api.proto.java;
public interface GetBySolidityIDResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.GetBySolidityIDResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
boolean hasHeader();
/**
*
* Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
com.hederahashgraph.api.proto.java.ResponseHeader getHeader();
/**
*
* Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
com.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder getHeaderOrBuilder();
/**
*
* The Account ID for the cryptocurrency account
*
*
* .proto.AccountID accountID = 2;
*/
boolean hasAccountID();
/**
*
* The Account ID for the cryptocurrency account
*
*
* .proto.AccountID accountID = 2;
*/
com.hederahashgraph.api.proto.java.AccountID getAccountID();
/**
*
* The Account ID for the cryptocurrency account
*
*
* .proto.AccountID accountID = 2;
*/
com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountIDOrBuilder();
/**
*
* The file Id for the file
*
*
* .proto.FileID fileID = 3;
*/
boolean hasFileID();
/**
*
* The file Id for the file
*
*
* .proto.FileID fileID = 3;
*/
com.hederahashgraph.api.proto.java.FileID getFileID();
/**
*
* The file Id for the file
*
*
* .proto.FileID fileID = 3;
*/
com.hederahashgraph.api.proto.java.FileIDOrBuilder getFileIDOrBuilder();
/**
*
* A smart contract ID for the instance (if this is included, then the associated accountID will also be included)
*
*
* .proto.ContractID contractID = 4;
*/
boolean hasContractID();
/**
*
* A smart contract ID for the instance (if this is included, then the associated accountID will also be included)
*
*
* .proto.ContractID contractID = 4;
*/
com.hederahashgraph.api.proto.java.ContractID getContractID();
/**
*
* A smart contract ID for the instance (if this is included, then the associated accountID will also be included)
*
*
* .proto.ContractID contractID = 4;
*/
com.hederahashgraph.api.proto.java.ContractIDOrBuilder getContractIDOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy