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

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

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

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

public interface GetAccountDetailsQueryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.GetAccountDetailsQuery)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * Account details 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(); /** *
   **
   * Account details 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.hedera.hashgraph.sdk.proto.QueryHeader getHeader(); /** *
   **
   * Account details 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.hedera.hashgraph.sdk.proto.QueryHeaderOrBuilder getHeaderOrBuilder(); /** *
   **
   * The account ID for which information is requested
   * 
* * .proto.AccountID account_id = 2; * @return Whether the accountId field is set. */ boolean hasAccountId(); /** *
   **
   * The account ID for which information is requested
   * 
* * .proto.AccountID account_id = 2; * @return The accountId. */ com.hedera.hashgraph.sdk.proto.AccountID getAccountId(); /** *
   **
   * The account ID for which information is requested
   * 
* * .proto.AccountID account_id = 2; */ com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder getAccountIdOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy