
com.hederahashgraph.api.proto.java.CryptoGetAccountRecordsResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CryptoGetAccountRecords.proto
package com.hederahashgraph.api.proto.java;
public interface CryptoGetAccountRecordsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.CryptoGetAccountRecordsResponse)
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 that this record is for
*
*
* .proto.AccountID accountID = 2;
*/
boolean hasAccountID();
/**
*
* The account that this record is for
*
*
* .proto.AccountID accountID = 2;
*/
com.hederahashgraph.api.proto.java.AccountID getAccountID();
/**
*
* The account that this record is for
*
*
* .proto.AccountID accountID = 2;
*/
com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountIDOrBuilder();
/**
*
* List of records
*
*
* repeated .proto.TransactionRecord records = 3;
*/
java.util.List
getRecordsList();
/**
*
* List of records
*
*
* repeated .proto.TransactionRecord records = 3;
*/
com.hederahashgraph.api.proto.java.TransactionRecord getRecords(int index);
/**
*
* List of records
*
*
* repeated .proto.TransactionRecord records = 3;
*/
int getRecordsCount();
/**
*
* List of records
*
*
* repeated .proto.TransactionRecord records = 3;
*/
java.util.List extends com.hederahashgraph.api.proto.java.TransactionRecordOrBuilder>
getRecordsOrBuilderList();
/**
*
* List of records
*
*
* repeated .proto.TransactionRecord records = 3;
*/
com.hederahashgraph.api.proto.java.TransactionRecordOrBuilder getRecordsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy