Account Properties
- Please see the transaction and query fees table for the base transaction fee
- Please use the Hedera fee estimator to estimate your query fee cost
- The client operator private key is required to sign the query request.
Methods
| Method | Type | Requirement |
|---|---|---|
setAccountId(<accountId>) | AccountId | Required |
<AccountInfo>.accountId | AccountId | Optional |
<AccountInfo>.contractAccountId | String | Optional |
<AccountInfo>.isDeleted | boolean | Optional |
<AccountInfo>.key | Key | Optional |
<AccountInfo>.balance | HBAR | Optional |
<AccountInfo>.isReceiverSignatureRequired | boolean | Optional |
<AccountInfo>.ownedNfts | long | Optional |
<AccountInfo>.maxAutomaticTokenAssociations | int | Optional |
<AccountInfo>.accountMemo | String | Optional |
<AccountInfo>.expirationTime | Instant | Optional |
<AccountInfo>.autoRenewPeriod | Duration | Optional |
<AccountInfo>.ledgerId | LedgerId | Optional |
<AccountInfo>.ethereumNonce | long | Optional |
<AccountInfo>.stakingInfo | StakingInfo | Optional |
<AccountInfo>.tokenRelationships | Map<TokenId, TokenRelationships> | Optional |