Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface CryptoGetInfoResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CryptoGetInfoResponse,CryptoGetInfoResponse.Builder
@Generated
public interface CryptoGetInfoResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* Details of the account.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).boolean* Details of the account.boolean* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasHeader
boolean hasHeader()* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
.proto.ResponseHeader header = 1;- Returns:
- Whether the header field is set.
-
getHeader
ResponseHeader getHeader()* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
.proto.ResponseHeader header = 1;- Returns:
- The header.
-
hasAccountInfo
boolean hasAccountInfo()* Details of the account. <p> A state proof MAY be generated for this field.
.proto.CryptoGetInfoResponse.AccountInfo accountInfo = 2;- Returns:
- Whether the accountInfo field is set.
-
getAccountInfo
CryptoGetInfoResponse.AccountInfo getAccountInfo()* Details of the account. <p> A state proof MAY be generated for this field.
.proto.CryptoGetInfoResponse.AccountInfo accountInfo = 2;- Returns:
- The accountInfo.
-