All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: crypto_get_account_records.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

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; * @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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder getHeaderOrBuilder(); /** *
   **
   * The account that this record is for
   * 
* * .proto.AccountID accountID = 2; * @return Whether the accountID field is set. */ boolean hasAccountID(); /** *
   **
   * The account that this record is for
   * 
* * .proto.AccountID accountID = 2; * @return The accountID. */ com.hedera.hashgraph.sdk.proto.AccountID getAccountID(); /** *
   **
   * The account that this record is for
   * 
* * .proto.AccountID accountID = 2; */ com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder getAccountIDOrBuilder(); /** *
   **
   * List of records
   * 
* * repeated .proto.TransactionRecord records = 3; */ java.util.List getRecordsList(); /** *
   **
   * List of records
   * 
* * repeated .proto.TransactionRecord records = 3; */ com.hedera.hashgraph.sdk.proto.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 getRecordsOrBuilderList(); /** *
   **
   * List of records
   * 
* * repeated .proto.TransactionRecord records = 3; */ com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder getRecordsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy