com.hederahashgraph.api.proto.java.ContractGetRecordsResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: contract_get_records.proto
package com.hederahashgraph.api.proto.java;
@java.lang.Deprecated public interface ContractGetRecordsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ContractGetRecordsResponse)
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;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither
*
*
* .proto.ResponseHeader header = 1;
* @return The header.
*/
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 smart contract instance that this record is for
*
*
* .proto.ContractID contractID = 2;
* @return Whether the contractID field is set.
*/
boolean hasContractID();
/**
*
**
* The smart contract instance that this record is for
*
*
* .proto.ContractID contractID = 2;
* @return The contractID.
*/
com.hederahashgraph.api.proto.java.ContractID getContractID();
/**
*
**
* The smart contract instance that this record is for
*
*
* .proto.ContractID contractID = 2;
*/
com.hederahashgraph.api.proto.java.ContractIDOrBuilder getContractIDOrBuilder();
/**
*
**
* List of records, each with contractCreateResult or contractCallResult as its body
*
*
* repeated .proto.TransactionRecord records = 3;
*/
java.util.List
getRecordsList();
/**
*
**
* List of records, each with contractCreateResult or contractCallResult as its body
*
*
* repeated .proto.TransactionRecord records = 3;
*/
com.hederahashgraph.api.proto.java.TransactionRecord getRecords(int index);
/**
*
**
* List of records, each with contractCreateResult or contractCallResult as its body
*
*
* repeated .proto.TransactionRecord records = 3;
*/
int getRecordsCount();
/**
*
**
* List of records, each with contractCreateResult or contractCallResult as its body
*
*
* repeated .proto.TransactionRecord records = 3;
*/
java.util.List extends com.hederahashgraph.api.proto.java.TransactionRecordOrBuilder>
getRecordsOrBuilderList();
/**
*
**
* List of records, each with contractCreateResult or contractCallResult as its body
*
*
* repeated .proto.TransactionRecord records = 3;
*/
com.hederahashgraph.api.proto.java.TransactionRecordOrBuilder getRecordsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy