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

com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponseOrBuilder 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 GetAccountDetailsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.GetAccountDetailsResponse)
    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(); /** *
   **
   * Details of the account (a state proof can be generated for this)
   * 
* * .proto.GetAccountDetailsResponse.AccountDetails account_details = 2; * @return Whether the accountDetails field is set. */ boolean hasAccountDetails(); /** *
   **
   * Details of the account (a state proof can be generated for this)
   * 
* * .proto.GetAccountDetailsResponse.AccountDetails account_details = 2; * @return The accountDetails. */ com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails getAccountDetails(); /** *
   **
   * Details of the account (a state proof can be generated for this)
   * 
* * .proto.GetAccountDetailsResponse.AccountDetails account_details = 2; */ com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder getAccountDetailsOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy