Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractTokenTransferTransaction<T> - Class in com.hedera.hashgraph.sdk
- AbstractTokenTransferTransaction() - Constructor for class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
- AbstractTokenTransferTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
-
Constructor.
- AbstractTokenTransferTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
-
Constructor.
- ACCESS_LIST_UNSUPPORTED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The ethereum transaction specified an access list, which the network does not support.
- ACCESS_LIST_UNSUPPORTED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The ethereum transaction specified an access list, which the network does not support.
- ACCESS_LIST_UNSUPPORTED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The ethereum transaction specified an access list, which the network does not support.
- accessList - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
-
specifies an array of addresses and storage keys that the transaction plans to access
- Account - Class in com.hedera.hashgraph.sdk.proto
-
* A single Account in the Hedera distributed ledger.
- ACCOUNT_ALLOWANCE_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.HookExtensionPoint
-
Used to customize an account's allowances during a CryptoTransfer transaction.
- ACCOUNT_ALLOWANCE_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookExtensionPoint
-
* Used to customize an account's allowances during a CryptoTransfer transaction.
- ACCOUNT_ALLOWANCE_HOOK_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HookExtensionPoint
-
* Used to customize an account's allowances during a CryptoTransfer transaction.
- ACCOUNT_AMOUNT_TRANSFERS_ONLY_ALLOWED_FOR_FUNGIBLE_COMMON - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An AccountAmount token transfers list referenced a token type other than FUNGIBLE_COMMON
- ACCOUNT_AMOUNT_TRANSFERS_ONLY_ALLOWED_FOR_FUNGIBLE_COMMON - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An AccountAmount token transfers list referenced a token type other than FUNGIBLE_COMMON
- ACCOUNT_AMOUNT_TRANSFERS_ONLY_ALLOWED_FOR_FUNGIBLE_COMMON_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An AccountAmount token transfers list referenced a token type other than FUNGIBLE_COMMON
- ACCOUNT_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the account has been marked as deleted
- ACCOUNT_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the account has been marked as deleted
- ACCOUNT_DELETED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the account has been marked as deleted
- ACCOUNT_DETAILS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- ACCOUNT_DOES_NOT_OWN_WIPED_NFT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An account did not own the NFT to be wiped
- ACCOUNT_DOES_NOT_OWN_WIPED_NFT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An account did not own the NFT to be wiped
- ACCOUNT_DOES_NOT_OWN_WIPED_NFT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An account did not own the NFT to be wiped
- ACCOUNT_EXPIRED_AND_PENDING_REMOVAL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction references an account which has passed its expiration without renewal funds available, and currently remains in the ledger only because of the grace period given to expired entities
- ACCOUNT_EXPIRED_AND_PENDING_REMOVAL - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The transaction references an account which has passed its expiration without renewal funds available, and currently remains in the ledger only because of the grace period given to expired entities
- ACCOUNT_EXPIRED_AND_PENDING_REMOVAL_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction references an account which has passed its expiration without renewal funds available, and currently remains in the ledger only because of the grace period given to expired entities
- ACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- ACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- ACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- ACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- ACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- ACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- ACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- ACCOUNT_FROZEN_FOR_TOKEN - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Account is frozen and cannot transact with the token
- ACCOUNT_FROZEN_FOR_TOKEN - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Account is frozen and cannot transact with the token
- ACCOUNT_FROZEN_FOR_TOKEN_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Account is frozen and cannot transact with the token
- ACCOUNT_HAS_PENDING_AIRDROPS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The identified account is sender for one or more pending airdrop(s) and cannot be deleted.
- ACCOUNT_HAS_PENDING_AIRDROPS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The identified account is sender for one or more pending airdrop(s) and cannot be deleted.
- ACCOUNT_HAS_PENDING_AIRDROPS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The identified account is sender for one or more pending airdrop(s) and cannot be deleted.
- ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookEntityId.EntityIdCase
- ACCOUNT_ID_DOES_NOT_EXIST - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the account id passed has not yet been created.
- ACCOUNT_ID_DOES_NOT_EXIST - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the account id passed has not yet been created.
- ACCOUNT_ID_DOES_NOT_EXIST_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the account id passed has not yet been created.
- ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookEntityId
- ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Node
- ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelation
- ACCOUNT_IS_IMMUTABLE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The account cannot be modified.
- ACCOUNT_IS_IMMUTABLE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The account cannot be modified.
- ACCOUNT_IS_IMMUTABLE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The account cannot be modified.
- ACCOUNT_IS_LINKED_TO_A_NODE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* This operation cannot be completed because the target account is a "Node Account".<br/> This account is currently in use as the "Node Account" for a consensus node, and therefore the requested change is not permitted.
- ACCOUNT_IS_LINKED_TO_A_NODE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
This operation cannot be completed because the target account is a "Node Account".
This account is currently in use as the "Node Account" for a consensus node, and therefore the requested change is not permitted. - ACCOUNT_IS_LINKED_TO_A_NODE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* This operation cannot be completed because the target account is a "Node Account".<br/> This account is currently in use as the "Node Account" for a consensus node, and therefore the requested change is not permitted.
- ACCOUNT_IS_NOT_GENESIS_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Special Account Operations should be performed by only Genesis account, return this code if it is not Genesis Account
- ACCOUNT_IS_NOT_GENESIS_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Special Account Operations should be performed by only Genesis account, return this code if it is not Genesis Account
- ACCOUNT_IS_NOT_GENESIS_ACCOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Special Account Operations should be performed by only Genesis account, return this code if it is not Genesis Account
- ACCOUNT_IS_TREASURY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
An attempted operation is invalid because the account is a treasury
- ACCOUNT_IS_TREASURY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An attempted operation is invalid because the account is a treasury
- ACCOUNT_IS_TREASURY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
An attempted operation is invalid because the account is a treasury
- ACCOUNT_KYC_NOT_GRANTED_FOR_TOKEN - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
KYC must be granted and account does not have KYC granted
- ACCOUNT_KYC_NOT_GRANTED_FOR_TOKEN - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
KYC must be granted and account does not have KYC granted
- ACCOUNT_KYC_NOT_GRANTED_FOR_TOKEN_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
KYC must be granted and account does not have KYC granted
- ACCOUNT_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.AccountID.AccountCase
- ACCOUNT_REPEATED_IN_ACCOUNT_AMOUNTS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* same accounts repeated in the transfer account list
- ACCOUNT_REPEATED_IN_ACCOUNT_AMOUNTS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
same accounts repeated in the transfer account list
- ACCOUNT_REPEATED_IN_ACCOUNT_AMOUNTS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* same accounts repeated in the transfer account list
- ACCOUNT_STILL_OWNS_NFTS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An account cannot be dissociated from a unique token if it owns NFTs for the token
- ACCOUNT_STILL_OWNS_NFTS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An account cannot be dissociated from a unique token if it owns NFTs for the token
- ACCOUNT_STILL_OWNS_NFTS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An account cannot be dissociated from a unique token if it owns NFTs for the token
- ACCOUNT_UPDATE_FAILED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The update of the account failed
- ACCOUNT_UPDATE_FAILED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The update of the account failed
- ACCOUNT_UPDATE_FAILED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The update of the account failed
- Account.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single Account in the Hedera distributed ledger.
- Account.StakedIdCase - Enum Class in com.hedera.hashgraph.sdk.proto
- AccountAllowanceAdjustTransaction - Class in com.hedera.hashgraph.sdk
-
Deprecated.with no replacement
- AccountAllowanceAdjustTransaction() - Constructor for class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.Constructor.
- AccountAllowanceAdjustTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.
- AccountAllowanceAdjustTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.
- AccountAllowanceApproveTransaction - Class in com.hedera.hashgraph.sdk
-
# Approve Allowance This transaction body provides a mechanism to add "allowance" entries for an account.
- AccountAllowanceApproveTransaction() - Constructor for class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Constructor.
- AccountAllowanceApproveTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Constructor.
- AccountAllowanceApproveTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Constructor.
- AccountAllowanceDeleteTransaction - Class in com.hedera.hashgraph.sdk
-
Delete one or more allowances.
- AccountAllowanceDeleteTransaction() - Constructor for class com.hedera.hashgraph.sdk.AccountAllowanceDeleteTransaction
-
Constructor.
- AccountAllowanceDeleteTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.AccountAllowanceDeleteTransaction
-
Constructor.
- AccountAllowanceDeleteTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.AccountAllowanceDeleteTransaction
-
Constructor.
- AccountAmount - Class in com.hedera.hashgraph.sdk.proto
-
* An account, and the amount that it sends or receives during a token transfer.
- AccountAmount.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An account, and the amount that it sends or receives during a token transfer.
- AccountAmount.HookCallCase - Enum Class in com.hedera.hashgraph.sdk.proto
- AccountAmountOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ACCOUNTAMOUNTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransferList
- AccountApprovalForAllAllowance - Class in com.hedera.hashgraph.sdk.proto
-
* Permission granted by one account (the "funding" account) to another account (the "spender" account) that allows the spender to transfer all serial numbers of a specific non-fungible token (NFT) collection owned by the funding account.<br/> This is a broad permission, as it does not matter how many NFTs of the specified collection the funding account owns, the spender MAY dispose of any or all of them with this allowance.<br/> Each token type (typically a collection of NFTs) SHALL require a separate allowance.<br/> Allowances for a specific serial number MUST be directly associated with that specific non-fungible token, rather than the holding account.
- AccountApprovalForAllAllowance.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Permission granted by one account (the "funding" account) to another account (the "spender" account) that allows the spender to transfer all serial numbers of a specific non-fungible token (NFT) collection owned by the funding account.<br/> This is a broad permission, as it does not matter how many NFTs of the specified collection the funding account owns, the spender MAY dispose of any or all of them with this allowance.<br/> Each token type (typically a collection of NFTs) SHALL require a separate allowance.<br/> Allowances for a specific serial number MUST be directly associated with that specific non-fungible token, rather than the holding account.
- AccountApprovalForAllAllowanceOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- AccountBalance - Class in com.hedera.hashgraph.sdk
-
This class represents the account balance object
- AccountBalance(Hbar, Map<TokenId, Long>, Map<TokenId, Integer>) - Constructor for class com.hedera.hashgraph.sdk.AccountBalance
- AccountBalanceQuery - Class in com.hedera.hashgraph.sdk
-
Get the balance of a Hederaâ„¢ crypto-currency account.
- AccountBalanceQuery() - Constructor for class com.hedera.hashgraph.sdk.AccountBalanceQuery
-
Constructor.
- AccountCreateTransaction - Class in com.hedera.hashgraph.sdk
- AccountCreateTransaction() - Constructor for class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Constructor.
- AccountCreateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Constructor.
- AccountCreateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Constructor.
- AccountCryptoAllowance - Class in com.hedera.hashgraph.sdk.proto
-
* Permission granted by one account (the "funding" account) to another account (the "spender" account) that allows the spender to spend a specified amount of HBAR owned by the funding account.
- AccountCryptoAllowance.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Permission granted by one account (the "funding" account) to another account (the "spender" account) that allows the spender to spend a specified amount of HBAR owned by the funding account.
- AccountCryptoAllowanceOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- AccountDeleteTransaction - Class in com.hedera.hashgraph.sdk
-
Delete an account.
This will mark an account deleted, and transfer all tokens to a "sweep" account. - AccountDeleteTransaction() - Constructor for class com.hedera.hashgraph.sdk.AccountDeleteTransaction
-
Constructor.
- AccountDeleteTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.AccountDeleteTransaction
-
Constructor.
- AccountDeleteTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.AccountDeleteTransaction
-
Constructor.
- ACCOUNTDETAILS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- ACCOUNTDETAILS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- ACCOUNTDETAILS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- ACCOUNTDETAILS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- AccountFungibleTokenAllowance - Class in com.hedera.hashgraph.sdk.proto
-
* Permission granted by one account (the "funding" account) to another account (the "spender" account) that allows the spender to spend a specified amount of a specific non-HBAR fungible token from the balance owned by the funding account.
- AccountFungibleTokenAllowance.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Permission granted by one account (the "funding" account) to another account (the "spender" account) that allows the spender to spend a specified amount of a specific non-HBAR fungible token from the balance owned by the funding account.
- AccountFungibleTokenAllowanceOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- accountId - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The account ID for which this information applies.
- accountId - Variable in class com.hedera.hashgraph.sdk.Client.Operator
- accountId - Variable in class com.hedera.hashgraph.sdk.ContractInfo
-
ID of the cryptocurrency account owned by the contract instance, in the format used in transactions.
- accountId - Variable in class com.hedera.hashgraph.sdk.LiveHash
-
The account to which the livehash is attached
- accountId - Variable in class com.hedera.hashgraph.sdk.NodeAddress
-
The account to be paid for queries and transactions sent to this node.
- accountId - Variable in class com.hedera.hashgraph.sdk.ProxyStaker
-
The Account ID that is proxy staking.
- accountId - Variable in class com.hedera.hashgraph.sdk.TokenAssociation
-
The account involved in the association
- accountId - Variable in class com.hedera.hashgraph.sdk.TokenNftInfo
-
The current owner of the NFT
- accountId - Variable in class com.hedera.hashgraph.sdk.TokenTransfer
- accountId - Variable in class com.hedera.hashgraph.sdk.TransactionId
-
The Account ID that paid for this transaction.
- accountId - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
The account ID, if a new account was created.
- accountId - Variable in class com.hedera.hashgraph.sdk.Transfer
-
The Account ID that sends or receives crypto-currency.
- AccountId - Class in com.hedera.hashgraph.sdk
-
The ID for a cryptocurrency account on Hedera.
- AccountId(long) - Constructor for class com.hedera.hashgraph.sdk.AccountId
-
Deprecated.
- AccountId(long, long, long) - Constructor for class com.hedera.hashgraph.sdk.AccountId
-
Assign all parts of the account id.
- AccountId(long, long, long, String) - Constructor for class com.hedera.hashgraph.sdk.AccountId
-
Assign all parts of the account id.
- AccountId(long, long, long, String, PublicKey, EvmAddress) - Constructor for class com.hedera.hashgraph.sdk.AccountId
-
Assign all parts of the account id.
- AccountID - Class in com.hedera.hashgraph.sdk.proto
-
* A unique identifier for an Hedera account.
- ACCOUNTID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.BalanceSourceCase
- ACCOUNTID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.EntityID.EntityCase
-
Deprecated.
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountAmount
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.LiveHash
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionID
- ACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- AccountID.AccountCase - Enum Class in com.hedera.hashgraph.sdk.proto
- AccountID.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A unique identifier for an Hedera account.
- AccountIDOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ACCOUNTIDTOUPDATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- AccountInfo - Class in com.hedera.hashgraph.sdk
-
Current information about an account, including the balance.
- ACCOUNTINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- AccountInfoFlow - Class in com.hedera.hashgraph.sdk
-
Account Info Flow object.
- AccountInfoFlow() - Constructor for class com.hedera.hashgraph.sdk.AccountInfoFlow
- AccountInfoQuery - Class in com.hedera.hashgraph.sdk
-
Get all the information about an account, including the balance.
- AccountInfoQuery() - Constructor for class com.hedera.hashgraph.sdk.AccountInfoQuery
-
Constructor.
- accountMemo - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The memo associated with the account
- ACCOUNTNUM - Enum constant in enum class com.hedera.hashgraph.sdk.proto.AccountID.AccountCase
- ACCOUNTNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountID
- ACCOUNTOFLIVEHASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- AccountOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- AccountOuterClass - Class in com.hedera.hashgraph.sdk.proto
- AccountPendingAirdrop - Class in com.hedera.hashgraph.sdk.proto
-
* A node within a doubly linked list of pending airdrop references.<br/> This internal state message forms the entries in a doubly-linked list of references to pending airdrop entries that are "owed" by a particular account as "sender".
- AccountPendingAirdrop.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A node within a doubly linked list of pending airdrop references.<br/> This internal state message forms the entries in a doubly-linked list of references to pending airdrop entries that are "owed" by a particular account as "sender".
- AccountPendingAirdropOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- AccountPendingAirdropOuterClass - Class in com.hedera.hashgraph.sdk.proto
- AccountRecordsQuery - Class in com.hedera.hashgraph.sdk
-
Get all the records for an account for any transfers into it and out of it, that were above the threshold, during the last 25 hours.
- AccountRecordsQuery() - Constructor for class com.hedera.hashgraph.sdk.AccountRecordsQuery
-
Constructor.
- ACCOUNTS_FROZEN_BY_DEFAULT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- ACCOUNTS_KYC_GRANTED_BY_DEFAULT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- AccountUpdateTransaction - Class in com.hedera.hashgraph.sdk
-
Modify the current state of an account.
- AccountUpdateTransaction() - Constructor for class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Constructor.
- AccountUpdateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Constructor.
- AccountUpdateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Constructor.
- ACTION_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.ActionCase
- ACTIVE_ROSTER_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- add(Key) - Method in class com.hedera.hashgraph.sdk.KeyList
- add(T...) - Method in class com.hedera.hashgraph.sdk.LockableList
-
Add items to this list instance.
- addAccountAmounts(int, AccountAmount) - Method in class com.hedera.hashgraph.sdk.proto.TransferList.Builder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- addAccountAmounts(int, AccountAmount.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransferList.Builder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- addAccountAmounts(AccountAmount) - Method in class com.hedera.hashgraph.sdk.proto.TransferList.Builder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- addAccountAmounts(AccountAmount.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransferList.Builder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- addAddress() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an address parameter.
- addAddress(String) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 40-character hex-encoded Solidity address parameter with the type
address. - addAddressArray() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an address array parameter.
- addAddressArray(String[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add an array of 40-character hex-encoded Solidity addresses as a
address[]param. - addAll(Collection<? extends Key>) - Method in class com.hedera.hashgraph.sdk.KeyList
- addAll(Collection<? extends T>) - Method in class com.hedera.hashgraph.sdk.LockableList
-
Add all items to this list instance.
- addAllAccountAmounts(Iterable<? extends AccountAmount>) - Method in class com.hedera.hashgraph.sdk.proto.TransferList.Builder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- addAllApproveForAllNftAllowances(Iterable<? extends AccountApprovalForAllAllowance>) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- addAllAssessedCustomFees(Iterable<? extends AssessedCustomFee>) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- addAllAssociatedRegisteredNode(Iterable<? extends Long>) - Method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList.Builder
-
* A list of registered node identifiers.
- addAllAssociatedRegisteredNode(Iterable<? extends Long>) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- addAllAssociatedRegisteredNode(Iterable<? extends Long>) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- addAllAutomaticTokenAssociations(Iterable<? extends TokenAssociation>) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- addAllChildTransactionReceipts(Iterable<? extends TransactionReceipt>) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- addAllChildTransactionRecords(Iterable<? extends TransactionRecord>) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of records for all child transactions spawned by the requested transaction.
- addAllContractNonces(Iterable<? extends ContractNonceInfo>) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- addAllContractNonces(Iterable<? extends ContractNonceInfo>) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- addAllCreatedContractIDs(Iterable<? extends ContractID>) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
Deprecated.
- addAllCryptoAllowances(Iterable<? extends AccountCryptoAllowance>) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- addAllCryptoAllowances(Iterable<? extends CryptoAllowance>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of hbar allowances approved by the account owner.
- addAllCustomFees(Iterable<? extends CustomFee>) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A custom fee schedule for this token.
- addAllCustomFees(Iterable<? extends CustomFee>) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- addAllCustomFees(Iterable<? extends CustomFee>) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- addAllCustomFees(Iterable<? extends CustomFee>) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A custom fee schedule for this token.
- addAllCustomFees(Iterable<? extends FixedCustomFee>) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addAllCustomFees(Iterable<? extends FixedCustomFee>) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addAllCustomFees(Iterable<? extends FixedCustomFee>) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addAllDuplicateTransactionReceipts(Iterable<? extends TransactionReceipt>) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of duplicate transaction receipts.
- addAllDuplicateTransactionRecords(Iterable<? extends TransactionRecord>) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of duplicate transaction records.
- addAllEffectivePayerAccountId(Iterable<? extends AccountID>) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that provided the tokens assessed as a fee.
- addAllEndpointApi(Iterable<? extends RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi>) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.Builder
-
* An indicator of what API this endpoint supports.
- addAllEndpointApiValue(Iterable<Integer>) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.Builder
-
* An indicator of what API this endpoint supports.
- addAllEntities(Iterable<? extends EntityID>) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- addAllEntries(Iterable<? extends EvmHookMappingEntry>) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The entries in the mapping at the given slot.
- addAllEntries(Iterable<? extends TransactionReceiptEntry>) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries.Builder
-
repeated .proto.TransactionReceiptEntry entries = 1; - addAllEventTransaction(Iterable<? extends EventTransaction>) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
Deprecated.
- addAllExecutionTimes(Iterable<? extends Long>) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse.Builder
-
Deprecated.* A list of execution times, in nanoseconds.
- addAllFeeExemptKeyList(Iterable<? extends Key>) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addAllFeeExemptKeyList(Iterable<? extends Key>) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addAllFeeExemptKeyList(Iterable<? extends Key>) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addAllFees(Iterable<? extends FeeData>) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- addAllFees(Iterable<? extends FixedCustomFee>) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- addAllFees(Iterable<? extends FixedFee>) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* The maximum fees that the user is willing to pay for the message.
- addAllGasLevelStarts(Iterable<? extends Timestamp>) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- addAllGenericLevelStarts(Iterable<? extends Timestamp>) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- addAllGossipEndpoint(Iterable<? extends ServiceEndpoint>) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for gossip.
- addAllGossipEndpoint(Iterable<? extends ServiceEndpoint>) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- addAllGossipEndpoint(Iterable<? extends ServiceEndpoint>) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- addAllGossipEndpoint(Iterable<? extends ServiceEndpoint>) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A list of service endpoints for gossip.
- addAllGrantedCryptoAllowances(Iterable<? extends GrantedCryptoAllowance>) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- addAllGrantedNftAllowances(Iterable<? extends GrantedNftAllowance>) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- addAllGrantedTokenAllowances(Iterable<? extends GrantedTokenAllowance>) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of fungible token allowances approved by this account.
- addAllHookCreationDetails(Iterable<? extends HookCreationDetails>) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this contract.
- addAllHookCreationDetails(Iterable<? extends HookCreationDetails>) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The hooks to create for the contract.
- addAllHookCreationDetails(Iterable<? extends HookCreationDetails>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this account.
- addAllHookCreationDetails(Iterable<? extends HookCreationDetails>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The hooks to create for the account.
- addAllHookIdsToDelete(Iterable<? extends Long>) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The ids the hooks to delete from the contract.
- addAllHookIdsToDelete(Iterable<? extends Long>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The ids the hooks to delete from the account.
- addAllIntermediatePreviousBlockRootHashes(Iterable<? extends ByteString>) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The intermediate hashes needed for subroot 2 in the block merkle tree structure.
- addAllKeys(Iterable<? extends Key>) - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList.Builder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- addAllKeys(Iterable<? extends Key>) - Method in class com.hedera.hashgraph.sdk.proto.KeyList.Builder
-
* A list of keys.
- addAllLiveHashes(Iterable<? extends LiveHash>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- addAllLogInfo(Iterable<? extends ContractLoginfo>) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any Log events produced by this contract call.
- addAllMaxCustomFees(Iterable<? extends CustomFeeLimit>) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- addAllMaxCustomFees(Iterable<? extends CustomFeeLimit>) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- addAllMessages(Iterable<? extends WrapsMessageDetails>) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory.Builder
-
The published messages.
- addAllMetadata(Iterable<? extends ByteString>) - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* A list of metadata bytes.<br/> <p> One non-fungible/unique token SHALL be minted for each entry in this list.<br/> Each entry in this list MUST NOT be larger than the limit set by the current network configuration value `tokens.maxMetadataBytes`.<br/> This list MUST NOT contain more entries than the current limit set by the network configuration value `tokens.nfts.maxBatchSizeMint`.<br/> If this list is not empty, the token MUST be a non-fungible/unique type.<br/> If this list is empty, the token MUST be a fungible/common type.
- addAllNameValue(Iterable<? extends Setting>) - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList.Builder
-
* A List of `Setting` values, typically read from application properties.
- addAllNewPendingAirdrops(Iterable<? extends PendingAirdropRecord>) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of pending token airdrops.
- addAllNftAllowances(Iterable<? extends NftAllowance>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of non-fungible token allowances approved by the account owner.
- addAllNftAllowances(Iterable<? extends NftRemoveAllowance>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody.Builder
-
* List of non-fungible/unique token allowances to remove.
- addAllNfts(Iterable<? extends TokenNftInfo>) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* List of NFTs associated to the account
- addAllNfts(Iterable<? extends TokenNftInfo>) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A list of messages, each of which describes one NFT.
- addAllNftTransfers(Iterable<? extends NftTransfer>) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of NftTransfers.
- addAllNodeActivities(Iterable<? extends NodeActivity>) - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- addAllNodeAddress(Iterable<? extends NodeAddress>) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook.Builder
-
* Published data for all nodes in the network
- addAllNodeContributions(Iterable<? extends LedgerIdNodeContribution>) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The node-specific contributions made to the new ledger id.
- addAllNodePartyIds(Iterable<? extends NodePartyId>) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The final party ids assigned to each node in the target roster.
- addAllNodeSignatures(Iterable<? extends NodeSignature>) - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- addAllNodeStake(Iterable<? extends NodeStake>) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- addAllOperations(Iterable<? extends HederaFunctionality>) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A list of operations to be throttled.
- addAllOperationsValue(Iterable<Integer>) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A list of operations to be throttled.
- addAllPaidStakingRewards(Iterable<? extends AccountAmount>) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of staking rewards paid.
- addAllParents(Iterable<? extends EventDescriptor>) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- addAllPayments(Iterable<? extends NodePayment>) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- addAllPendingAirdrops(Iterable<? extends PendingAirdropId>) - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- addAllPendingAirdrops(Iterable<? extends PendingAirdropId>) - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.
- addAllProxyStaker(Iterable<? extends ProxyStaker>) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- addAllRecords(Iterable<? extends TransactionRecord>) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- addAllRecords(Iterable<? extends TransactionRecord>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* A list of records.
- addAllRejections(Iterable<? extends TokenReference>) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* A list of one or more token rejections.
- addAllRewardSumHistory(Iterable<? extends Long>) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* A running list of reward amounts for the last 365+1 staking periods (typically a year and a day).
- addAllRightmostPrecedingStateChangesTreeHashes(Iterable<? extends ByteString>) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A concatenation of SHA2-384 hash values.<br/> This is the "rightmost" values of the "output" subtree.
- addAllRosterEntries(Iterable<? extends RosterEntry>) - Method in class com.hedera.hashgraph.sdk.proto.Roster.Builder
-
* List of roster entries, one per consensus node.
- addAllRoundRosterPairs(Iterable<? extends RoundRosterPair>) - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- addAllScheduleIds(Iterable<? extends ScheduleID>) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList.Builder
-
* A list of schedule identifiers, in no particular order.
- addAllSchedules(Iterable<? extends Schedule>) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList.Builder
-
* a list of schedules, in no particular order.
- addAllSerialNumbers(Iterable<? extends Long>) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A list of token serial numbers.<br/> The list of serial numbers that the spender is permitted to transfer.
- addAllSerialNumbers(Iterable<? extends Long>) - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* The list of serial numbers to remove allowances from.
- addAllSerialNumbers(Iterable<? extends Long>) - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* A list of serial numbers to burn from the Treasury Account.
- addAllSerialNumbers(Iterable<? extends Long>) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A list of serial numbers to be updated.
- addAllSerialNumbers(Iterable<? extends Long>) - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* A list of serial numbers to wipe.<br/> The non-fungible/unique tokens with these serial numbers will be destroyed and cannot be recovered or reused.
- addAllSerialNumbers(Iterable<? extends Long>) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `TokenMint` for non-fungible/unique tokens, the serial numbers of the newly created tokens.
- addAllServiceEndpoint(Iterable<? extends RegisteredServiceEndpoint>) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A list of service endpoints for client calls.
- addAllServiceEndpoint(Iterable<? extends RegisteredServiceEndpoint>) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- addAllServiceEndpoint(Iterable<? extends RegisteredServiceEndpoint>) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- addAllServiceEndpoint(Iterable<? extends ServiceEndpoint>) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for client calls.
- addAllServiceEndpoint(Iterable<? extends ServiceEndpoint>) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- addAllServiceEndpoint(Iterable<? extends ServiceEndpoint>) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- addAllServiceEndpoint(Iterable<? extends ServiceEndpoint>) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- addAllSignatories(Iterable<? extends Key>) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* All of the "primitive" keys that have already signed this schedule.
- addAllSigningNodeIds(Iterable<? extends Long>) - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures.Builder
-
* In ascending order, the ids of the nodes that contributed signatures.
- addAllSigPair(Iterable<? extends SignaturePair>) - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap.Builder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- addAllSigs(Iterable<? extends Signature>) - Method in class com.hedera.hashgraph.sdk.proto.SignatureList.Builder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- addAllStorageUpdates(Iterable<? extends EvmHookStorageUpdate>) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* Initial storage updates for the hook, if any.
- addAllStorageUpdates(Iterable<? extends EvmHookStorageUpdate>) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The updates to the storage of the EVM hook.
- addAllTargetProofKeys(Iterable<? extends ProofKey>) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- addAllThrottleBuckets(Iterable<? extends ThrottleBucket>) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions.Builder
-
* A list of throttle buckets.
- addAllThrottleGroups(Iterable<? extends ThrottleGroup>) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- addAllTokenAllowances(Iterable<? extends AccountFungibleTokenAllowance>) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of fungible token allowances approved by this account.
- addAllTokenAllowances(Iterable<? extends TokenAllowance>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of fungible token allowances approved by the account owner.
- addAllTokenBalances(Iterable<? extends TokenBalance>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
Deprecated.
- addAllTokenBalances(Iterable<? extends TokenBalance>) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances.Builder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- addAllTokenNftAllowance(TokenId, AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
- addAllTokenNftAllowance(TokenId, AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Deprecated.
- addAllTokenRelationships(Iterable<? extends TokenRelationship>) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
Deprecated.
- addAllTokenRelationships(Iterable<? extends TokenRelationship>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- addAllTokenRelationships(Iterable<? extends TokenRelationship>) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- addAllTokens(Iterable<? extends TokenID>) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* A list of token identifiers.
- addAllTokens(Iterable<? extends TokenID>) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* A list of token identifiers.
- addAllTokenTransferLists(Iterable<? extends TokenTransferList>) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- addAllTokenTransfers(Iterable<? extends TokenTransferList>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* One or more lists of token transfers.
- addAllTokenTransfers(Iterable<? extends TokenTransferList>) - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody.Builder
-
* A list of token transfers representing one or more airdrops.
- addAllTopic(Iterable<? extends ByteString>) - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
- addAllTpsThrottles(Iterable<? extends ThrottleUsageSnapshot>) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A list of snapshots for TPS throttles.
- addAllTransactionFeeSchedule(Iterable<? extends TransactionFeeSchedule>) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* Sets of fee coefficients for various transaction or query types.
- addAllTransactionIds(Iterable<? extends TransactionID>) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* A list of transaction identifiers to query.
- addAllTransactionList(Iterable<? extends Transaction>) - Method in class com.hedera.hashgraph.sdk.proto.TransactionList.Builder
-
repeated .proto.Transaction transaction_list = 1; - addAllTransactions(Iterable<? extends ByteString>) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* A list of serialized transactions.
- addAllTransactions(Iterable<? extends ByteString>) - Method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody.Builder
-
* A list of signed bytes that represent the batch transactions.
- addAllTransfers(Iterable<? extends AccountAmount>) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of account amounts.
- addAllWrappedIntermediatePreviousBlockRootHashes(Iterable<? extends ByteString>) - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody.Builder
-
* Intermediate hashing state for wrapped previous block roots.
- addAllWrappedIntermediatePreviousBlockRootHashes(Iterable<? extends ByteString>) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The intermediate hashes, calculated for all historical wrapped record blocks, needed for subroot 2 in the block merkle tree structure.
- addApprovedHbarTransfer(AccountId, Hbar) - Method in class com.hedera.hashgraph.sdk.TransferTransaction
-
Add an approved hbar transfer.
- addApprovedNftTransfer(NftId, AccountId, AccountId) - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
-
Add an approved nft transfer.
- addApprovedTokenTransfer(TokenId, AccountId, long) - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
-
Add an approved token transfer to the transaction.
- addApprovedTokenTransferWithDecimals(TokenId, AccountId, long, int) - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
-
Add an approved token transfer with decimals.
- addApproveForAllNftAllowances(int, AccountApprovalForAllAllowance) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- addApproveForAllNftAllowances(int, AccountApprovalForAllAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- addApproveForAllNftAllowances(AccountApprovalForAllAllowance) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- addApproveForAllNftAllowances(AccountApprovalForAllAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- addAssessedCustomFees(int, AssessedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- addAssessedCustomFees(int, AssessedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- addAssessedCustomFees(AssessedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- addAssessedCustomFees(AssessedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- addAssociatedRegisteredNode(long) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Add a registered nodes operated by the same entity as this node.
- addAssociatedRegisteredNode(long) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Add a registered nodes operated by the same entity as this node.
- addAssociatedRegisteredNode(long) - Method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList.Builder
-
* A list of registered node identifiers.
- addAssociatedRegisteredNode(long) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- addAssociatedRegisteredNode(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- addAutomaticTokenAssociations(int, TokenAssociation) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- addAutomaticTokenAssociations(int, TokenAssociation.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- addAutomaticTokenAssociations(TokenAssociation) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- addAutomaticTokenAssociations(TokenAssociation.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- addBool() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add a bool parameter.
- addBool(boolean) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a boolean parameter
- addBoolArray(boolean[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a boolean array parameter
- addBytes() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add a bytes parameter.
- addBytes(byte[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a parameter of type
bytes, a byte-string. - addBytes32() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add a bytes 32 parameter.
- addBytes32(byte[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a parameter of type
bytes32, a 32-byte byte-string. - addBytes32Array() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add a bytes 32 array parameter.
- addBytes32Array(byte[][]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a parameter of type
bytes32[], an array of 32-byte byte-strings. - addBytes4(byte[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a parameter of type
bytes4, a 4-byte fixed-length byte-string. - addBytes4Array(byte[][]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a parameter of type
bytes4[], an array of 4-byte fixed-length byte-strings. - addBytesArray() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add a bytes array parameter.
- addBytesArray(byte[][]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a parameter of type
bytes[], an array of byte-strings. - addChildTransactionReceipts(int, TransactionReceipt) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- addChildTransactionReceipts(int, TransactionReceipt.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- addChildTransactionReceipts(TransactionReceipt) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- addChildTransactionReceipts(TransactionReceipt.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- addChildTransactionRecords(int, TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of records for all child transactions spawned by the requested transaction.
- addChildTransactionRecords(int, TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of records for all child transactions spawned by the requested transaction.
- addChildTransactionRecords(TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of records for all child transactions spawned by the requested transaction.
- addChildTransactionRecords(TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of records for all child transactions spawned by the requested transaction.
- addContractNonces(int, ContractNonceInfo) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- addContractNonces(int, ContractNonceInfo) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- addContractNonces(int, ContractNonceInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- addContractNonces(int, ContractNonceInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- addContractNonces(ContractNonceInfo) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- addContractNonces(ContractNonceInfo) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- addContractNonces(ContractNonceInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- addContractNonces(ContractNonceInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- addCreatedContractIDs(int, ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
Deprecated.
- addCreatedContractIDs(int, ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
Deprecated.
- addCreatedContractIDs(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
Deprecated.
- addCreatedContractIDs(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
Deprecated.
- addCryptoAllowances(int, AccountCryptoAllowance) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- addCryptoAllowances(int, AccountCryptoAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- addCryptoAllowances(int, CryptoAllowance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of hbar allowances approved by the account owner.
- addCryptoAllowances(int, CryptoAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of hbar allowances approved by the account owner.
- addCryptoAllowances(AccountCryptoAllowance) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- addCryptoAllowances(AccountCryptoAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- addCryptoAllowances(CryptoAllowance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of hbar allowances approved by the account owner.
- addCryptoAllowances(CryptoAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of hbar allowances approved by the account owner.
- addCustomFee(CustomFixedFee) - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Adds fixed fee to assess when a message is submitted to the new topic.
- addCustomFee(CustomFixedFee) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Adds fixed fee to assess when a message is submitted to the new topic.
- addCustomFeeLimit(CustomFeeLimit) - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
Adds a custom fee limit
- addCustomFees(int, CustomFee) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A custom fee schedule for this token.
- addCustomFees(int, CustomFee) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- addCustomFees(int, CustomFee) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- addCustomFees(int, CustomFee) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A custom fee schedule for this token.
- addCustomFees(int, CustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A custom fee schedule for this token.
- addCustomFees(int, CustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- addCustomFees(int, CustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- addCustomFees(int, CustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A custom fee schedule for this token.
- addCustomFees(int, FixedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addCustomFees(int, FixedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addCustomFees(int, FixedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addCustomFees(int, FixedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addCustomFees(int, FixedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addCustomFees(int, FixedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addCustomFees(CustomFee) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A custom fee schedule for this token.
- addCustomFees(CustomFee) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- addCustomFees(CustomFee) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- addCustomFees(CustomFee) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A custom fee schedule for this token.
- addCustomFees(CustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A custom fee schedule for this token.
- addCustomFees(CustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- addCustomFees(CustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- addCustomFees(CustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A custom fee schedule for this token.
- addCustomFees(FixedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addCustomFees(FixedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addCustomFees(FixedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addCustomFees(FixedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addCustomFees(FixedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addCustomFees(FixedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- addDuplicateTransactionReceipts(int, TransactionReceipt) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of duplicate transaction receipts.
- addDuplicateTransactionReceipts(int, TransactionReceipt.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of duplicate transaction receipts.
- addDuplicateTransactionReceipts(TransactionReceipt) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of duplicate transaction receipts.
- addDuplicateTransactionReceipts(TransactionReceipt.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of duplicate transaction receipts.
- addDuplicateTransactionRecords(int, TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of duplicate transaction records.
- addDuplicateTransactionRecords(int, TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of duplicate transaction records.
- addDuplicateTransactionRecords(TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of duplicate transaction records.
- addDuplicateTransactionRecords(TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of duplicate transaction records.
- addEffectivePayerAccountId(int, AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that provided the tokens assessed as a fee.
- addEffectivePayerAccountId(int, AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that provided the tokens assessed as a fee.
- addEffectivePayerAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that provided the tokens assessed as a fee.
- addEffectivePayerAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that provided the tokens assessed as a fee.
- addEndpointApi(BlockNodeApi) - Method in class com.hedera.hashgraph.sdk.BlockNodeServiceEndpoint
-
Adds a single API to the list of supported APIs for this endpoint.
- addEndpointApi(RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.Builder
-
* An indicator of what API this endpoint supports.
- addEndpointApiValue(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.Builder
-
* An indicator of what API this endpoint supports.
- addEntities(int, EntityID) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- addEntities(int, EntityID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- addEntities(EntityID) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- addEntities(EntityID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- addEntries(int, EvmHookMappingEntry) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The entries in the mapping at the given slot.
- addEntries(int, EvmHookMappingEntry.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The entries in the mapping at the given slot.
- addEntries(int, TransactionReceiptEntry) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries.Builder
-
repeated .proto.TransactionReceiptEntry entries = 1; - addEntries(int, TransactionReceiptEntry.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries.Builder
-
repeated .proto.TransactionReceiptEntry entries = 1; - addEntries(EvmHookMappingEntry) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The entries in the mapping at the given slot.
- addEntries(EvmHookMappingEntry.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The entries in the mapping at the given slot.
- addEntries(TransactionReceiptEntry) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries.Builder
-
repeated .proto.TransactionReceiptEntry entries = 1; - addEntries(TransactionReceiptEntry.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries.Builder
-
repeated .proto.TransactionReceiptEntry entries = 1; - addEventTransaction(int, EventTransaction) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
Deprecated.
- addEventTransaction(int, EventTransaction.Builder) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
Deprecated.
- addEventTransaction(EventTransaction) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
Deprecated.
- addEventTransaction(EventTransaction.Builder) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
Deprecated.
- addExecutionTimes(long) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse.Builder
-
Deprecated.* A list of execution times, in nanoseconds.
- addFee(FeeData) - Method in class com.hedera.hashgraph.sdk.TransactionFeeSchedule
-
Add a fee to the schedule.
- addFeeExemptKey(Key) - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Adds a key that will be exempt from paying fees.
- addFeeExemptKey(Key) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Adds a key that will be exempt from paying fees.
- addFeeExemptKeyList(int, Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addFeeExemptKeyList(int, Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addFeeExemptKeyList(int, Key) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addFeeExemptKeyList(int, Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addFeeExemptKeyList(int, Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addFeeExemptKeyList(int, Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addFeeExemptKeyList(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addFeeExemptKeyList(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addFeeExemptKeyList(Key) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addFeeExemptKeyList(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addFeeExemptKeyList(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addFeeExemptKeyList(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- addFees(int, FeeData) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- addFees(int, FeeData.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- addFees(int, FixedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- addFees(int, FixedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- addFees(int, FixedFee) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* The maximum fees that the user is willing to pay for the message.
- addFees(int, FixedFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* The maximum fees that the user is willing to pay for the message.
- addFees(FeeData) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- addFees(FeeData.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- addFees(FixedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- addFees(FixedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- addFees(FixedFee) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* The maximum fees that the user is willing to pay for the message.
- addFees(FixedFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* The maximum fees that the user is willing to pay for the message.
- addFunction() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add a function parameter.
- addFunction(String, byte[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
- addFunction(String, ContractFunctionSelector) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a Solidity function reference as a 20-byte contract address and a constructed
ContractFunctionSelector. - addGasLevelStarts(int, Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- addGasLevelStarts(int, Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- addGasLevelStarts(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- addGasLevelStarts(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- addGenericLevelStarts(int, Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- addGenericLevelStarts(int, Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- addGenericLevelStarts(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- addGenericLevelStarts(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- addGossipEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(Endpoint) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Add an endpoint for gossip to the list of service endpoints for gossip.
- addGossipEndpoint(Endpoint) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Add an endpoint for gossip to the list of service endpoints for gossip.
- addGossipEndpoint(ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- addGossipEndpoint(ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A list of service endpoints for gossip.
- addGrantedCryptoAllowances(int, GrantedCryptoAllowance) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- addGrantedCryptoAllowances(int, GrantedCryptoAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- addGrantedCryptoAllowances(GrantedCryptoAllowance) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- addGrantedCryptoAllowances(GrantedCryptoAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- addGrantedNftAllowances(int, GrantedNftAllowance) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- addGrantedNftAllowances(int, GrantedNftAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- addGrantedNftAllowances(GrantedNftAllowance) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- addGrantedNftAllowances(GrantedNftAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- addGrantedTokenAllowances(int, GrantedTokenAllowance) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of fungible token allowances approved by this account.
- addGrantedTokenAllowances(int, GrantedTokenAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of fungible token allowances approved by this account.
- addGrantedTokenAllowances(GrantedTokenAllowance) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of fungible token allowances approved by this account.
- addGrantedTokenAllowances(GrantedTokenAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of fungible token allowances approved by this account.
- addHbarAllowance(AccountId, Hbar) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
- addHbarAllowance(AccountId, Hbar) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Deprecated.
- addHbarTransfer(AccountId, Hbar) - Method in class com.hedera.hashgraph.sdk.TransferTransaction
-
Add a non approved hbar transfer.
- addHbarTransfer(EvmAddress, Hbar) - Method in class com.hedera.hashgraph.sdk.TransferTransaction
-
Add a non approved hbar transfer to an EVM address.
- addHbarTransferWithHook(AccountId, Hbar, FungibleHookCall) - Method in class com.hedera.hashgraph.sdk.TransferTransaction
-
Add an HBAR transfer with a fungible hook.
- addHook(HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Add a hook creation detail to this account.
- addHook(HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Add a hook creation detail to this contract.
- addHookCreationDetails(int, HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this contract.
- addHookCreationDetails(int, HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The hooks to create for the contract.
- addHookCreationDetails(int, HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this account.
- addHookCreationDetails(int, HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The hooks to create for the account.
- addHookCreationDetails(int, HookCreationDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this contract.
- addHookCreationDetails(int, HookCreationDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The hooks to create for the contract.
- addHookCreationDetails(int, HookCreationDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this account.
- addHookCreationDetails(int, HookCreationDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The hooks to create for the account.
- addHookCreationDetails(HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this contract.
- addHookCreationDetails(HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The hooks to create for the contract.
- addHookCreationDetails(HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this account.
- addHookCreationDetails(HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The hooks to create for the account.
- addHookCreationDetails(HookCreationDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this contract.
- addHookCreationDetails(HookCreationDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The hooks to create for the contract.
- addHookCreationDetails(HookCreationDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this account.
- addHookCreationDetails(HookCreationDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The hooks to create for the account.
- addHookIdsToDelete(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The ids the hooks to delete from the contract.
- addHookIdsToDelete(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The ids the hooks to delete from the account.
- addHookToCreate(HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Add a hook to be created for the account.
- addHookToCreate(HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Add a hook to be created for the contract.
- addHookToDelete(Long) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Mark a hook for deletion from the account.
- addHookToDelete(Long) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Mark a hook for deletion from the contract.
- addInnerTransaction(Transaction<?>) - Method in class com.hedera.hashgraph.sdk.BatchTransaction
-
Append a transaction to the list of transactions this BatchTransaction will execute.
- addInt104(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 104-bit integer.
- addInt104Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 104-bit integers.
- addInt112(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 112-bit integer.
- addInt112Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 112-bit integers.
- addInt120(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 120-bit integer.
- addInt120Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 120-bit integers.
- addInt128(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 128-bit integer.
- addInt128Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 128-bit integers.
- addInt136(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 136-bit integer.
- addInt136Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 136-bit integers.
- addInt144(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 144-bit integer.
- addInt144Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 144-bit integers.
- addInt152(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 152-bit integer.
- addInt152Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 152-bit integers.
- addInt16(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 16-bit integer.
- addInt160(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 160-bit integer.
- addInt160Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 160-bit integers.
- addInt168(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 168-bit integer.
- addInt168Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 168-bit integers.
- addInt16Array(int[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 16-bit integers.
- addInt176(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 176-bit integer.
- addInt176Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 176-bit integers.
- addInt184(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 184-bit integer.
- addInt184Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 184-bit integers.
- addInt192(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 192-bit integer.
- addInt192Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 192-bit integers.
- addInt200(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 200-bit integer.
- addInt200Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 200-bit integers.
- addInt208(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 208-bit integer.
- addInt208Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 208-bit integers.
- addInt216(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 216-bit integer.
- addInt216Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 216-bit integers.
- addInt224(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 224-bit integer.
- addInt224Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 224-bit integers.
- addInt232(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 232-bit integer.
- addInt232Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 232-bit integers.
- addInt24(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 24-bit integer.
- addInt240(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 240-bit integer.
- addInt240Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 240-bit integers.
- addInt248(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 248-bit integer.
- addInt248Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 248-bit integers.
- addInt24Array(int[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 24-bit integers.
- addInt256() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an int 256 parameter.
- addInt256(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 256-bit integer.
- addInt256Array() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an int 256 array parameter.
- addInt256Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 256-bit integers.
- addInt32() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an int 32 parameter.
- addInt32(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 32-bit integer.
- addInt32Array() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an int 32 array parameter.
- addInt32Array(int[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 32-bit integers.
- addInt40(long) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 40-bit integer.
- addInt40Array(long[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 40-bit integers.
- addInt48(long) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 48-bit integer.
- addInt48Array(long[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 48-bit integers.
- addInt56(long) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 56-bit integer.
- addInt56Array(long[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 56-bit integers.
- addInt64() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an int 64 parameter.
- addInt64(long) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 64-bit integer.
- addInt64Array() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an int 64 array parameter.
- addInt64Array(long[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 64-bit integers.
- addInt72(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 72-bit integer.
- addInt72Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 72-bit integers.
- addInt8() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an int 8 parameter.
- addInt8(byte) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add an 8-bit integer.
- addInt80(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 80-bit integer.
- addInt80Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 80-bit integers.
- addInt88(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 88-bit integer.
- addInt88Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 88-bit integers.
- addInt8Array() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an int 8 array parameter.
- addInt8Array(byte[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 8-bit integers.
- addInt96(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 96-bit integer.
- addInt96Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 96-bit integers.
- addIntermediatePreviousBlockRootHashes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The intermediate hashes needed for subroot 2 in the block merkle tree structure.
- addKeys(int, Key) - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList.Builder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- addKeys(int, Key) - Method in class com.hedera.hashgraph.sdk.proto.KeyList.Builder
-
* A list of keys.
- addKeys(int, Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList.Builder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- addKeys(int, Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.KeyList.Builder
-
* A list of keys.
- addKeys(Key) - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList.Builder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- addKeys(Key) - Method in class com.hedera.hashgraph.sdk.proto.KeyList.Builder
-
* A list of keys.
- addKeys(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList.Builder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- addKeys(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.KeyList.Builder
-
* A list of keys.
- addLiveHash(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
-
Deprecated.
- addLiveHash(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
-
Deprecated.
- addLiveHash(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
-
Deprecated.
- addLiveHash(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
-
Deprecated.
- addLiveHash(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
-
Deprecated.
- addLiveHashes(int, LiveHash) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- addLiveHashes(int, LiveHash.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- addLiveHashes(LiveHash) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- addLiveHashes(LiveHash.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- addLogInfo(int, ContractLoginfo) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any Log events produced by this contract call.
- addLogInfo(int, ContractLoginfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any Log events produced by this contract call.
- addLogInfo(ContractLoginfo) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any Log events produced by this contract call.
- addLogInfo(ContractLoginfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any Log events produced by this contract call.
- addMaxCustomFees(int, CustomFeeLimit) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- addMaxCustomFees(int, CustomFeeLimit) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- addMaxCustomFees(int, CustomFeeLimit.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- addMaxCustomFees(int, CustomFeeLimit.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- addMaxCustomFees(CustomFeeLimit) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- addMaxCustomFees(CustomFeeLimit) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- addMaxCustomFees(CustomFeeLimit.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- addMaxCustomFees(CustomFeeLimit.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- addMessages(int, WrapsMessageDetails) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory.Builder
-
The published messages.
- addMessages(int, WrapsMessageDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory.Builder
-
The published messages.
- addMessages(WrapsMessageDetails) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory.Builder
-
The published messages.
- addMessages(WrapsMessageDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory.Builder
-
The published messages.
- addMetadata(byte[]) - Method in class com.hedera.hashgraph.sdk.TokenMintTransaction
-
Add to the metadata list.
- addMetadata(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* A list of metadata bytes.<br/> <p> One non-fungible/unique token SHALL be minted for each entry in this list.<br/> Each entry in this list MUST NOT be larger than the limit set by the current network configuration value `tokens.maxMetadataBytes`.<br/> This list MUST NOT contain more entries than the current limit set by the network configuration value `tokens.nfts.maxBatchSizeMint`.<br/> If this list is not empty, the token MUST be a non-fungible/unique type.<br/> If this list is empty, the token MUST be a fungible/common type.
- addNameValue(int, Setting) - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList.Builder
-
* A List of `Setting` values, typically read from application properties.
- addNameValue(int, Setting.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList.Builder
-
* A List of `Setting` values, typically read from application properties.
- addNameValue(Setting) - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList.Builder
-
* A List of `Setting` values, typically read from application properties.
- addNameValue(Setting.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList.Builder
-
* A List of `Setting` values, typically read from application properties.
- addNewPendingAirdrops(int, PendingAirdropRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of pending token airdrops.
- addNewPendingAirdrops(int, PendingAirdropRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of pending token airdrops.
- addNewPendingAirdrops(PendingAirdropRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of pending token airdrops.
- addNewPendingAirdrops(PendingAirdropRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of pending token airdrops.
- addNftAllowances(int, NftAllowance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of non-fungible token allowances approved by the account owner.
- addNftAllowances(int, NftAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of non-fungible token allowances approved by the account owner.
- addNftAllowances(int, NftRemoveAllowance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody.Builder
-
* List of non-fungible/unique token allowances to remove.
- addNftAllowances(int, NftRemoveAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody.Builder
-
* List of non-fungible/unique token allowances to remove.
- addNftAllowances(NftAllowance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of non-fungible token allowances approved by the account owner.
- addNftAllowances(NftAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of non-fungible token allowances approved by the account owner.
- addNftAllowances(NftRemoveAllowance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody.Builder
-
* List of non-fungible/unique token allowances to remove.
- addNftAllowances(NftRemoveAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody.Builder
-
* List of non-fungible/unique token allowances to remove.
- addNftId(NftId) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Add a nft to the list of nfts.
- addNftId(NftId) - Method in class com.hedera.hashgraph.sdk.TokenRejectTransaction
-
Add a nft to the list of nfts.
- addNfts(int, TokenNftInfo) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* List of NFTs associated to the account
- addNfts(int, TokenNftInfo) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A list of messages, each of which describes one NFT.
- addNfts(int, TokenNftInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* List of NFTs associated to the account
- addNfts(int, TokenNftInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A list of messages, each of which describes one NFT.
- addNfts(TokenNftInfo) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* List of NFTs associated to the account
- addNfts(TokenNftInfo) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A list of messages, each of which describes one NFT.
- addNfts(TokenNftInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* List of NFTs associated to the account
- addNfts(TokenNftInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A list of messages, each of which describes one NFT.
- addNftTransfer(NftId, AccountId, AccountId) - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
-
Add a non-approved nft transfer.
- addNftTransfers(int, NftTransfer) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of NftTransfers.
- addNftTransfers(int, NftTransfer.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of NftTransfers.
- addNftTransfers(NftTransfer) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of NftTransfers.
- addNftTransfers(NftTransfer.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of NftTransfers.
- addNftTransferWithHook(NftId, AccountId, AccountId, NftHookCall, NftHookCall) - Method in class com.hedera.hashgraph.sdk.TransferTransaction
-
Add an NFT transfer with optional sender/receiver allowance hooks.
- addNodeActivities(int, NodeActivity) - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- addNodeActivities(int, NodeActivity.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- addNodeActivities(NodeActivity) - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- addNodeActivities(NodeActivity.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- addNodeAddress(int, NodeAddress) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook.Builder
-
* Published data for all nodes in the network
- addNodeAddress(int, NodeAddress.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook.Builder
-
* Published data for all nodes in the network
- addNodeAddress(NodeAddress) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook.Builder
-
* Published data for all nodes in the network
- addNodeAddress(NodeAddress.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook.Builder
-
* Published data for all nodes in the network
- addNodeContributions(int, LedgerIdNodeContribution) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The node-specific contributions made to the new ledger id.
- addNodeContributions(int, LedgerIdNodeContribution.Builder) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The node-specific contributions made to the new ledger id.
- addNodeContributions(LedgerIdNodeContribution) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The node-specific contributions made to the new ledger id.
- addNodeContributions(LedgerIdNodeContribution.Builder) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The node-specific contributions made to the new ledger id.
- addNodePartyIds(int, NodePartyId) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The final party ids assigned to each node in the target roster.
- addNodePartyIds(int, NodePartyId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The final party ids assigned to each node in the target roster.
- addNodePartyIds(NodePartyId) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The final party ids assigned to each node in the target roster.
- addNodePartyIds(NodePartyId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The final party ids assigned to each node in the target roster.
- addNodeSignatures(int, NodeSignature) - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- addNodeSignatures(int, NodeSignature.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- addNodeSignatures(NodeSignature) - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- addNodeSignatures(NodeSignature.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- addNodeStake(int, NodeStake) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- addNodeStake(int, NodeStake.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- addNodeStake(NodeStake) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- addNodeStake(NodeStake.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- addOperations(HederaFunctionality) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A list of operations to be throttled.
- addOperationsValue(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A list of operations to be throttled.
- addPaidStakingRewards(int, AccountAmount) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of staking rewards paid.
- addPaidStakingRewards(int, AccountAmount.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of staking rewards paid.
- addPaidStakingRewards(AccountAmount) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of staking rewards paid.
- addPaidStakingRewards(AccountAmount.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of staking rewards paid.
- addParamType(String) - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add a Solidity type name to this selector;
- addParents(int, EventDescriptor) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- addParents(int, EventDescriptor.Builder) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- addParents(EventDescriptor) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- addParents(EventDescriptor.Builder) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- addPayments(int, NodePayment) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- addPayments(int, NodePayment.Builder) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- addPayments(NodePayment) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- addPayments(NodePayment.Builder) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- addPendingAirdrop(PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.PendingAirdropLogic
-
Add pendingAirdropId
- addPendingAirdrops(int, PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- addPendingAirdrops(int, PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.
- addPendingAirdrops(int, PendingAirdropId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- addPendingAirdrops(int, PendingAirdropId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.
- addPendingAirdrops(PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- addPendingAirdrops(PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.
- addPendingAirdrops(PendingAirdropId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- addPendingAirdrops(PendingAirdropId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.
- addProxyStaker(int, ProxyStaker) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- addProxyStaker(int, ProxyStaker.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- addProxyStaker(ProxyStaker) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- addProxyStaker(ProxyStaker.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- addRecords(int, TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- addRecords(int, TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* A list of records.
- addRecords(int, TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- addRecords(int, TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* A list of records.
- addRecords(TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- addRecords(TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* A list of records.
- addRecords(TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- addRecords(TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* A list of records.
- addRejections(int, TokenReference) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* A list of one or more token rejections.
- addRejections(int, TokenReference.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* A list of one or more token rejections.
- addRejections(TokenReference) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* A list of one or more token rejections.
- addRejections(TokenReference.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* A list of one or more token rejections.
- address - Variable in class com.hedera.hashgraph.sdk.BaseNode
-
Address of this node
- address - Variable in class com.hedera.hashgraph.sdk.Endpoint
- ADDRESS_BOOK - Static variable in class com.hedera.hashgraph.sdk.FileId
-
The public node address book for the current network.
- ADDRESS_BOOK_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.History
- ADDRESS_LEN - Static variable in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
The length of a Solidity address in bytes.
- ADDRESS_LEN_HEX - Static variable in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
The length of a hexadecimal-encoded Solidity address, in ASCII characters (bytes).
- ADDRESS_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.AddressCase
- addressBook - Variable in class com.hedera.hashgraph.sdk.Network
-
The protobuf address book converted into a map of node account IDs to NodeAddress This variable is package private so tests can use it
- AddressBookQuery - Class in com.hedera.hashgraph.sdk
-
Query the mirror node for the address book.
- AddressBookQuery - Class in com.hedera.hashgraph.sdk.proto.mirror
-
* Request object to query an address book for its list of nodes
- AddressBookQuery() - Constructor for class com.hedera.hashgraph.sdk.AddressBookQuery
-
Constructor.
- AddressBookQuery.Builder - Class in com.hedera.hashgraph.sdk.proto.mirror
-
* Request object to query an address book for its list of nodes
- AddressBookQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto.mirror
- AddressBookServiceGrpc - Class in com.hedera.hashgraph.sdk.proto
-
The Address Book service provides the ability for Hedera network node administrators to add, update, and remove consensus nodes.
- AddressBookServiceGrpc.AddressBookServiceBlockingStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do limited synchronous rpc calls to service AddressBookService.
- AddressBookServiceGrpc.AddressBookServiceBlockingV2Stub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do synchronous rpc calls to service AddressBookService.
- AddressBookServiceGrpc.AddressBookServiceFutureStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do ListenableFuture-style rpc calls to service AddressBookService.
- AddressBookServiceGrpc.AddressBookServiceImplBase - Class in com.hedera.hashgraph.sdk.proto
-
Base class for the server implementation of the service AddressBookService.
- AddressBookServiceGrpc.AddressBookServiceStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do asynchronous rpc calls to service AddressBookService.
- AddressBookServiceGrpc.AsyncService - Interface in com.hedera.hashgraph.sdk.proto
-
The Address Book service provides the ability for Hedera network node administrators to add, update, and remove consensus nodes.
- AddressBookServiceImplBase() - Constructor for class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceImplBase
- AddressBookServiceOuterClass - Class in com.hedera.hashgraph.sdk.proto
- addressBookToNetwork(Collection<NodeAddress>) - Static method in class com.hedera.hashgraph.sdk.Network
- addresses - Variable in class com.hedera.hashgraph.sdk.NodeAddress
-
A node's service IP addresses and ports.
- addRewardSumHistory(long) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* A running list of reward amounts for the last 365+1 staking periods (typically a year and a day).
- addRightmostPrecedingStateChangesTreeHashes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A concatenation of SHA2-384 hash values.<br/> This is the "rightmost" values of the "output" subtree.
- addRosterEntries(int, RosterEntry) - Method in class com.hedera.hashgraph.sdk.proto.Roster.Builder
-
* List of roster entries, one per consensus node.
- addRosterEntries(int, RosterEntry.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Roster.Builder
-
* List of roster entries, one per consensus node.
- addRosterEntries(RosterEntry) - Method in class com.hedera.hashgraph.sdk.proto.Roster.Builder
-
* List of roster entries, one per consensus node.
- addRosterEntries(RosterEntry.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Roster.Builder
-
* List of roster entries, one per consensus node.
- addRoundRosterPairs(int, RoundRosterPair) - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- addRoundRosterPairs(int, RoundRosterPair.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- addRoundRosterPairs(RoundRosterPair) - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- addRoundRosterPairs(RoundRosterPair.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- addScheduleIds(int, ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList.Builder
-
* A list of schedule identifiers, in no particular order.
- addScheduleIds(int, ScheduleID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList.Builder
-
* A list of schedule identifiers, in no particular order.
- addScheduleIds(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList.Builder
-
* A list of schedule identifiers, in no particular order.
- addScheduleIds(ScheduleID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList.Builder
-
* A list of schedule identifiers, in no particular order.
- addSchedules(int, Schedule) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList.Builder
-
* a list of schedules, in no particular order.
- addSchedules(int, Schedule.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList.Builder
-
* a list of schedules, in no particular order.
- addSchedules(Schedule) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList.Builder
-
* a list of schedules, in no particular order.
- addSchedules(Schedule.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList.Builder
-
* a list of schedules, in no particular order.
- addSerial(long) - Method in class com.hedera.hashgraph.sdk.TokenBurnTransaction
-
Add a serial number to the list of serials.
- addSerial(long) - Method in class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
-
Add a serial number to the list of serial numbers.
- addSerial(long) - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
-
Add a serial number to the list of serial numbers.
- addSerialNumbers(long) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A list of token serial numbers.<br/> The list of serial numbers that the spender is permitted to transfer.
- addSerialNumbers(long) - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* The list of serial numbers to remove allowances from.
- addSerialNumbers(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* A list of serial numbers to burn from the Treasury Account.
- addSerialNumbers(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A list of serial numbers to be updated.
- addSerialNumbers(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* A list of serial numbers to wipe.<br/> The non-fungible/unique tokens with these serial numbers will be destroyed and cannot be recovered or reused.
- addSerialNumbers(long) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `TokenMint` for non-fungible/unique tokens, the serial numbers of the newly created tokens.
- addServiceEndpoint(int, RegisteredServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(int, RegisteredServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(int, RegisteredServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(int, RegisteredServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(int, RegisteredServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(int, RegisteredServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- addServiceEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- addServiceEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- addServiceEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- addServiceEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- addServiceEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- addServiceEndpoint(Endpoint) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Add an endpoint for gRPC calls to the list of service endpoints for gRPC calls.
- addServiceEndpoint(Endpoint) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Add an endpoint for gRPC calls to the list of service endpoints for gRPC calls.
- addServiceEndpoint(RegisteredServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(RegisteredServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(RegisteredServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(RegisteredServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(RegisteredServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(RegisteredServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- addServiceEndpoint(ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- addServiceEndpoint(ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- addServiceEndpoint(ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for client calls.
- addServiceEndpoint(ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- addServiceEndpoint(ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- addServiceEndpoint(ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- addServiceEndpoint(RegisteredServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
-
Add a service endpoint for the client calls.
- addServiceEndpoint(RegisteredServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
-
Add a service endpoint for the client calls.
- addSignatories(int, Key) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* All of the "primitive" keys that have already signed this schedule.
- addSignatories(int, Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* All of the "primitive" keys that have already signed this schedule.
- addSignatories(Key) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* All of the "primitive" keys that have already signed this schedule.
- addSignatories(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* All of the "primitive" keys that have already signed this schedule.
- addSignature(PublicKey, byte[]) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
- addSignature(PublicKey, byte[]) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Add a signature to the transaction.
- addSignature(PublicKey, byte[], TransactionId, AccountId) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Adds a signature to the transaction for a specific transaction id and node id.
- addSigningNodeIds(long) - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures.Builder
-
* In ascending order, the ids of the nodes that contributed signatures.
- addSigPair(int, SignaturePair) - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap.Builder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- addSigPair(int, SignaturePair.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap.Builder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- addSigPair(SignaturePair) - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap.Builder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- addSigPair(SignaturePair.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap.Builder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- addSigs(int, Signature) - Method in class com.hedera.hashgraph.sdk.proto.SignatureList.Builder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- addSigs(int, Signature.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SignatureList.Builder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- addSigs(Signature) - Method in class com.hedera.hashgraph.sdk.proto.SignatureList.Builder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- addSigs(Signature.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SignatureList.Builder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- addStorageUpdate(EvmHookStorageUpdate) - Method in class com.hedera.hashgraph.sdk.HookStoreTransaction
-
Add a storage update.
- addStorageUpdates(int, EvmHookStorageUpdate) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* Initial storage updates for the hook, if any.
- addStorageUpdates(int, EvmHookStorageUpdate) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The updates to the storage of the EVM hook.
- addStorageUpdates(int, EvmHookStorageUpdate.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* Initial storage updates for the hook, if any.
- addStorageUpdates(int, EvmHookStorageUpdate.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The updates to the storage of the EVM hook.
- addStorageUpdates(EvmHookStorageUpdate) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* Initial storage updates for the hook, if any.
- addStorageUpdates(EvmHookStorageUpdate) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The updates to the storage of the EVM hook.
- addStorageUpdates(EvmHookStorageUpdate.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* Initial storage updates for the hook, if any.
- addStorageUpdates(EvmHookStorageUpdate.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The updates to the storage of the EVM hook.
- addString() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add a string parameter.
- addString(String) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a parameter of type
string. - addStringArray() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add a string array parameter.
- addStringArray(String[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a parameter of type
string[]. - addTargetProofKeys(int, ProofKey) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- addTargetProofKeys(int, ProofKey.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- addTargetProofKeys(ProofKey) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- addTargetProofKeys(ProofKey.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- addThrottleBuckets(int, ThrottleBucket) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions.Builder
-
* A list of throttle buckets.
- addThrottleBuckets(int, ThrottleBucket.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions.Builder
-
* A list of throttle buckets.
- addThrottleBuckets(ThrottleBucket) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions.Builder
-
* A list of throttle buckets.
- addThrottleBuckets(ThrottleBucket.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions.Builder
-
* A list of throttle buckets.
- addThrottleGroups(int, ThrottleGroup) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- addThrottleGroups(int, ThrottleGroup.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- addThrottleGroups(ThrottleGroup) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- addThrottleGroups(ThrottleGroup.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- addTokenAllowance(TokenId, AccountId, long) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
- addTokenAllowance(TokenId, AccountId, long) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Deprecated.
- addTokenAllowances(int, AccountFungibleTokenAllowance) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of fungible token allowances approved by this account.
- addTokenAllowances(int, AccountFungibleTokenAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of fungible token allowances approved by this account.
- addTokenAllowances(int, TokenAllowance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of fungible token allowances approved by the account owner.
- addTokenAllowances(int, TokenAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of fungible token allowances approved by the account owner.
- addTokenAllowances(AccountFungibleTokenAllowance) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of fungible token allowances approved by this account.
- addTokenAllowances(AccountFungibleTokenAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of fungible token allowances approved by this account.
- addTokenAllowances(TokenAllowance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of fungible token allowances approved by the account owner.
- addTokenAllowances(TokenAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of fungible token allowances approved by the account owner.
- addTokenBalances(int, TokenBalance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
Deprecated.
- addTokenBalances(int, TokenBalance) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances.Builder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- addTokenBalances(int, TokenBalance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
Deprecated.
- addTokenBalances(int, TokenBalance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances.Builder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- addTokenBalances(TokenBalance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
Deprecated.
- addTokenBalances(TokenBalance) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances.Builder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- addTokenBalances(TokenBalance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
Deprecated.
- addTokenBalances(TokenBalance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances.Builder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- addTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Add a token to the list of tokens.
- addTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenRejectTransaction
-
Add a token to the list of tokens.
- addTokenNftAllowance(NftId, AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
- addTokenNftAllowance(NftId, AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Deprecated.
- addTokenRelationships(int, TokenRelationship) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
Deprecated.
- addTokenRelationships(int, TokenRelationship) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- addTokenRelationships(int, TokenRelationship) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- addTokenRelationships(int, TokenRelationship.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
Deprecated.
- addTokenRelationships(int, TokenRelationship.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- addTokenRelationships(int, TokenRelationship.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- addTokenRelationships(TokenRelationship) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
Deprecated.
- addTokenRelationships(TokenRelationship) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- addTokenRelationships(TokenRelationship) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- addTokenRelationships(TokenRelationship.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
Deprecated.
- addTokenRelationships(TokenRelationship.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- addTokenRelationships(TokenRelationship.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- addTokens(int, TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* A list of token identifiers.
- addTokens(int, TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* A list of token identifiers.
- addTokens(int, TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* A list of token identifiers.
- addTokens(int, TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* A list of token identifiers.
- addTokens(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* A list of token identifiers.
- addTokens(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* A list of token identifiers.
- addTokens(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* A list of token identifiers.
- addTokens(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* A list of token identifiers.
- addTokenTransfer(TokenId, AccountId, long) - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
-
Add a non-approved token transfer to the transaction.
- addTokenTransferLists(int, TokenTransferList) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- addTokenTransferLists(int, TokenTransferList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- addTokenTransferLists(TokenTransferList) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- addTokenTransferLists(TokenTransferList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- addTokenTransfers(int, TokenTransferList) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* One or more lists of token transfers.
- addTokenTransfers(int, TokenTransferList) - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody.Builder
-
* A list of token transfers representing one or more airdrops.
- addTokenTransfers(int, TokenTransferList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* One or more lists of token transfers.
- addTokenTransfers(int, TokenTransferList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody.Builder
-
* A list of token transfers representing one or more airdrops.
- addTokenTransfers(TokenTransferList) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* One or more lists of token transfers.
- addTokenTransfers(TokenTransferList) - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody.Builder
-
* A list of token transfers representing one or more airdrops.
- addTokenTransfers(TokenTransferList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* One or more lists of token transfers.
- addTokenTransfers(TokenTransferList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody.Builder
-
* A list of token transfers representing one or more airdrops.
- addTokenTransferWithDecimals(TokenId, AccountId, long, int) - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
-
Add a non-approved token transfer with decimals.
- addTokenTransferWithHook(TokenId, AccountId, long, FungibleHookCall) - Method in class com.hedera.hashgraph.sdk.TransferTransaction
-
Add an token transfer with allowance hook.
- addTopic(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
- addTpsThrottles(int, ThrottleUsageSnapshot) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A list of snapshots for TPS throttles.
- addTpsThrottles(int, ThrottleUsageSnapshot.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A list of snapshots for TPS throttles.
- addTpsThrottles(ThrottleUsageSnapshot) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A list of snapshots for TPS throttles.
- addTpsThrottles(ThrottleUsageSnapshot.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A list of snapshots for TPS throttles.
- addTransactionFeeSchedule(int, TransactionFeeSchedule) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* Sets of fee coefficients for various transaction or query types.
- addTransactionFeeSchedule(int, TransactionFeeSchedule.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* Sets of fee coefficients for various transaction or query types.
- addTransactionFeeSchedule(TransactionFeeSchedule) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* Sets of fee coefficients for various transaction or query types.
- addTransactionFeeSchedule(TransactionFeeSchedule.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* Sets of fee coefficients for various transaction or query types.
- addTransactionFeeSchedule(TransactionFeeSchedule) - Method in class com.hedera.hashgraph.sdk.FeeSchedule
-
Add a transaction fee schedule.
- addTransactionIds(int, TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* A list of transaction identifiers to query.
- addTransactionIds(int, TransactionID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* A list of transaction identifiers to query.
- addTransactionIds(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* A list of transaction identifiers to query.
- addTransactionIds(TransactionID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* A list of transaction identifiers to query.
- addTransactionList(int, Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TransactionList.Builder
-
repeated .proto.Transaction transaction_list = 1; - addTransactionList(int, Transaction.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionList.Builder
-
repeated .proto.Transaction transaction_list = 1; - addTransactionList(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TransactionList.Builder
-
repeated .proto.Transaction transaction_list = 1; - addTransactionList(Transaction.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionList.Builder
-
repeated .proto.Transaction transaction_list = 1; - addTransactions(ByteString) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* A list of serialized transactions.
- addTransactions(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody.Builder
-
* A list of signed bytes that represent the batch transactions.
- addTransfers(int, AccountAmount) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of account amounts.
- addTransfers(int, AccountAmount.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of account amounts.
- addTransfers(AccountAmount) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of account amounts.
- addTransfers(AccountAmount.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of account amounts.
- addUint104(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 104-bit unsigned integer.
- addUint104Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 104-bit unsigned integers.
- addUint112(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 112-bit unsigned integer.
- addUint112Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 112-bit unsigned integers.
- addUint120(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 120-bit unsigned integer.
- addUint120Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 120-bit unsigned integers.
- addUint128(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 128-bit unsigned integer.
- addUint128Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 128-bit unsigned integers.
- addUint136(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 136-bit unsigned integer.
- addUint136Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 136-bit unsigned integers.
- addUint144(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 144-bit unsigned integer.
- addUint144Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 144-bit unsigned integers.
- addUint152(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 152-bit unsigned integer.
- addUint152Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 152-bit unsigned integers.
- addUint16(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 16-bit unsigned integer.
- addUint160(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 160-bit unsigned integer.
- addUint160Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 160-bit unsigned integers.
- addUint168(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 168-bit unsigned integer.
- addUint168Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 168-bit unsigned integers.
- addUint16Array(int[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 16-bit unsigned integers.
- addUint176(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 176-bit unsigned integer.
- addUint176Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 176-bit unsigned integers.
- addUint184(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 184-bit unsigned integer.
- addUint184Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 184-bit unsigned integers.
- addUint192(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 192-bit unsigned integer.
- addUint192Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 192-bit unsigned integers.
- addUint200(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 200-bit unsigned integer.
- addUint200Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 200-bit unsigned integers.
- addUint208(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 208-bit unsigned integer.
- addUint208Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 208-bit unsigned integers.
- addUint216(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 216-bit unsigned integer.
- addUint216Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 216-bit unsigned integers.
- addUint224(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 224-bit unsigned integer.
- addUint224Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 224-bit unsigned integers.
- addUint232(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 232-bit unsigned integer.
- addUint232Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 232-bit unsigned integers.
- addUint24(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 24-bit unsigned integer.
- addUint240(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 240-bit unsigned integer.
- addUint240Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 240-bit unsigned integers.
- addUint248(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 248-bit unsigned integer.
- addUint248Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 248-bit unsigned integers.
- addUint24Array(int[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 24-bit unsigned integers.
- addUint256() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an unsigned int 256 parameter.
- addUint256(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 256-bit unsigned integer.
- addUint256Array() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an unsigned int 256 array parameter.
- addUint256Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 256-bit unsigned integers.
- addUint32() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an unsigned int 32 parameter.
- addUint32(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 32-bit unsigned integer.
- addUint32Array() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an unsigned int 32 array parameter.
- addUint32Array(int[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 32-bit unsigned integers.
- addUint40(long) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 40-bit unsigned integer.
- addUint40Array(long[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 40-bit unsigned integers.
- addUint48(long) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 48-bit unsigned integer.
- addUint48Array(long[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 48-bit unsigned integers.
- addUint56(long) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 56-bit unsigned integer.
- addUint56Array(long[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 56-bit unsigned integers.
- addUint64() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an unsigned int 64 parameter.
- addUint64(long) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 64-bit unsigned integer.
- addUint64Array() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an unsigned int 64 array parameter.
- addUint64Array(long[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 64-bit unsigned integers.
- addUint72(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 72-bit unsigned integer.
- addUint72Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 72-bit unsigned integers.
- addUint8() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an unsigned int 8 parameter.
- addUint8(byte) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add an unsigned 8-bit integer.
- addUint80(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 80-bit unsigned integer.
- addUint80Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 80-bit unsigned integers.
- addUint88(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 88-bit unsigned integer.
- addUint88Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 88-bit unsigned integers.
- addUint8Array() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Add an unsigned int 8 array parameter.
- addUint8Array(byte[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of unsigned 8-bit integers.
- addUint96(BigInteger) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a 96-bit unsigned integer.
- addUint96Array(BigInteger[]) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Add a dynamic array of 96-bit unsigned integers.
- addWrappedIntermediatePreviousBlockRootHashes(ByteString) - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody.Builder
-
* Intermediate hashing state for wrapped previous block roots.
- addWrappedIntermediatePreviousBlockRootHashes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The intermediate hashes, calculated for all historical wrapped record blocks, needed for subroot 2 in the block merkle tree structure.
- ADMIN_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookState
- ADMIN_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- ADMIN_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Node
- ADMIN_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- ADMIN_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- ADMIN_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- ADMIN_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- ADMIN_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- ADMIN_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- ADMIN_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- ADMIN_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Topic
- adminKey - Variable in class com.hedera.hashgraph.sdk.ContractInfo
-
The state of the instance and its fields can be modified arbitrarily if this key signs a transaction to modify it.
- adminKey - Variable in class com.hedera.hashgraph.sdk.RegisteredNode
-
An administrative key controlled by the node operator.
- adminKey - Variable in class com.hedera.hashgraph.sdk.ScheduleInfo
-
The Key which is able to delete the schedule transaction if set
- adminKey - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The key which can perform update/delete operations on the token.
- adminKey - Variable in class com.hedera.hashgraph.sdk.TopicInfo
-
Access control for update/delete of the topic.
- ADMINKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- ADMINKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- ADMINKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- ADMINKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- ADMINKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- ADMINKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- ADMINKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- ADMINKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- ADMINKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- ADMINKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- ADMINKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- ADOPTION_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- ADOPTION_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- advance() - Method in class com.hedera.hashgraph.sdk.LockableList
-
Advance to the next item wraps if needed.
- advanceRequest() - Method in class com.hedera.hashgraph.sdk.Executable
- AGGREGATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
-
* Nodes are aggregating all messages to produce a final signature.
- AGGREGATE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
-
* Nodes are aggregating all messages to produce a final signature.
- AGGREGATED_NODE_SIGNATURES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.ProofCase
- AGGREGATED_NODE_SIGNATURES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- AGGREGATED_SIGNATURE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- AggregatedNodeSignatures - Class in com.hedera.hashgraph.sdk.proto
-
* An aggregation of node signatures on some data.
- AggregatedNodeSignatures.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An aggregation of node signatures on some data.
- AggregatedNodeSignaturesOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- AGGREGATION_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- AIRDROP_CONTAINS_MULTIPLE_SENDERS_FOR_A_TOKEN - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Token airdrop transactions can not contain multiple senders for a single token.
- AIRDROP_CONTAINS_MULTIPLE_SENDERS_FOR_A_TOKEN - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Token airdrop transactions can not contain multiple senders for a single token.
- AIRDROP_CONTAINS_MULTIPLE_SENDERS_FOR_A_TOKEN_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Token airdrop transactions can not contain multiple senders for a single token.
- airdropTokens(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Airdrop one or more tokens to one or more accounts.
- airdropTokens(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Airdrop one or more tokens to one or more accounts.
- airdropTokens(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Airdrop one or more tokens to one or more accounts.
- airdropTokens(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Airdrop one or more tokens to one or more accounts.
- airdropTokens(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Airdrop one or more tokens to one or more accounts.
- ALIAS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.AccountID.AccountCase
- ALIAS_ALREADY_ASSIGNED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An alias that is assigned to an account or contract cannot be assigned to another account or contract.
- ALIAS_ALREADY_ASSIGNED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An alias that is assigned to an account or contract cannot be assigned to another account or contract.
- ALIAS_ALREADY_ASSIGNED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An alias that is assigned to an account or contract cannot be assigned to another account or contract.
- ALIAS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- ALIAS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountID
- ALIAS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- ALIAS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- ALIAS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- ALIAS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- ALIAS_IS_IMMUTABLE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The alias already set on an account cannot be updated using CryptoUpdate transaction.
- ALIAS_IS_IMMUTABLE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The alias already set on an account cannot be updated using CryptoUpdate transaction.
- ALIAS_IS_IMMUTABLE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The alias already set on an account cannot be updated using CryptoUpdate transaction.
- aliasKey - Variable in class com.hedera.hashgraph.sdk.AccountId
-
The public key bytes to be used as the account's alias
- aliasKey - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The public key which aliases to this account.
- aliasKey - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
In the record of an internal CryptoCreate transaction triggered by a user transaction with a (previously unused) alias, the new account's alias.
- ALL_COLLECTORS_ARE_EXEMPT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CustomFee
- allCollectorsAreExempt - Variable in class com.hedera.hashgraph.sdk.CustomFee
-
If true, exempts all the token's fee collection accounts from this fee
- AllProxyStakers - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- AllProxyStakers.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* All of the accounts proxy staking to a given account, and the amounts proxy staked
- AllProxyStakersOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- allSerials - Variable in class com.hedera.hashgraph.sdk.TokenNftAllowance
-
If true, the spender has access to all of the owner's NFT units of type tokenId (currently owned and any in the future).
- amount - Variable in class com.hedera.hashgraph.sdk.AssessedCustomFee
-
The number of units assessed for the fee
- amount - Variable in class com.hedera.hashgraph.sdk.HbarAllowance
-
The amount of the spender's allowance in tinybars
- amount - Variable in class com.hedera.hashgraph.sdk.ProxyStaker
-
The number of hbars that are currently proxy staked.
- amount - Variable in class com.hedera.hashgraph.sdk.TokenAllowance
-
The amount of the spender's token allowance
- amount - Variable in class com.hedera.hashgraph.sdk.TokenTransfer
- amount - Variable in class com.hedera.hashgraph.sdk.Transfer
-
The amount that the account sends (negative) or receives (positive).
- AMOUNT_EXCEEDS_ALLOWANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transfer amount exceeds the current approved allowance for the spender account.
- AMOUNT_EXCEEDS_ALLOWANCE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The transfer amount exceeds the current approved allowance for the spender account.
- AMOUNT_EXCEEDS_ALLOWANCE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transfer amount exceeds the current approved allowance for the spender account.
- AMOUNT_EXCEEDS_TOKEN_MAX_SUPPLY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The establishment or adjustment of an approved allowance cause the token allowance to exceed the token maximum supply.
- AMOUNT_EXCEEDS_TOKEN_MAX_SUPPLY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The establishment or adjustment of an approved allowance cause the token allowance to exceed the token maximum supply.
- AMOUNT_EXCEEDS_TOKEN_MAX_SUPPLY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The establishment or adjustment of an approved allowance cause the token allowance to exceed the token maximum supply.
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountAmount
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FixedFee
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- ANSWER_ONLY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseType
-
* A response with the query answer.
- ANSWER_ONLY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseType
-
* A response with the query answer.
- ANSWER_STATE_PROOF - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseType
-
* A response with both the query answer and a state proof.
- ANSWER_STATE_PROOF_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseType
-
* A response with both the query answer and a state proof.
- appendContent(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingStub
-
Append content to a file in HFS.
- appendContent(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingV2Stub
-
Append content to a file in HFS.
- appendContent(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceFutureStub
-
Append content to a file in HFS.
- appendContent(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.FileServiceGrpc.AsyncService
-
Append content to a file in HFS.
- appendContent(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceStub
-
Append content to a file in HFS.
- APPLICATION_TRANSACTION - Enum constant in enum class com.hedera.hapi.platform.event.legacy.EventTransaction.TransactionCase
- APPLICATION_TRANSACTION_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.EventTransaction
- apply(long, long, long, String) - Method in interface com.hedera.hashgraph.sdk.EntityIdHelper.WithIdNums
- APPROVE_FOR_ALL_NFT_ALLOWANCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- approveAllowances(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
-
Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- approveAllowances(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
-
Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- approveAllowances(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
-
Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- approveAllowances(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
-
Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- approveAllowances(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
-
Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- APPROVED_FOR_ALL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftAllowance
- approveHbarAllowance(AccountId, AccountId, Hbar) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Approves the Hbar allowance.
- approveTokenAllowance(TokenId, AccountId, AccountId, long) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Approves the Token allowance.
- approveTokenNftAllowance(NftId, AccountId, AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Approve the NFT allowance.
- approveTokenNftAllowance(NftId, AccountId, AccountId, AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Approve the NFT allowance.
- approveTokenNftAllowanceAllSerials(TokenId, AccountId, AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Approve the token nft allowance on all serials.
- asBytes() - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the whole raw function result.
- ASSEMBLY_START_TIME - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.ProofStateCase
- ASSEMBLY_START_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- ASSESSED_CUSTOM_FEES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- AssessedCustomFee - Class in com.hedera.hashgraph.sdk
-
A custom transfer fee that was assessed during the handling of a CryptoTransfer.
- AssessedCustomFee - Class in com.hedera.hashgraph.sdk.proto
-
* Description of a transfer added to a `cryptoTransfer` transaction that satisfies custom fee requirements.
- AssessedCustomFee(long, TokenId, AccountId, List<AccountId>) - Constructor for class com.hedera.hashgraph.sdk.AssessedCustomFee
- AssessedCustomFee.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Description of a transfer added to a `cryptoTransfer` transaction that satisfies custom fee requirements.
- AssessedCustomFeeOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- assessedCustomFees - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
All custom fees that were assessed during a CryptoTransfer, and must be paid if the transaction status resolved to SUCCESS
- ASSOCIATED_REGISTERED_NODE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- ASSOCIATED_REGISTERED_NODE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Node
- ASSOCIATED_REGISTERED_NODE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- ASSOCIATED_REGISTERED_NODE_LIST_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- AssociatedRegisteredNodeList - Class in com.hedera.hashgraph.sdk.proto
-
* A wrapper around a list of associated registered node identifiers.<br/> This wrapper exists to enable an update transaction to differentiate between a field that is not set and an empty list of values.
- AssociatedRegisteredNodeList.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A wrapper around a list of associated registered node identifiers.<br/> This wrapper exists to enable an update transaction to differentiate between a field that is not set and an empty list of values.
- AssociatedRegisteredNodeListOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- associateTokens(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Associate one or more tokens to an account.
- associateTokens(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Associate one or more tokens to an account.
- associateTokens(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Associate one or more tokens to an account.
- associateTokens(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Associate one or more tokens to an account.
- associateTokens(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Associate one or more tokens to an account.
- ATOMIC_BATCH - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- ATOMIC_BATCH - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Submit a batch of transactions to run atomically
- ATOMIC_BATCH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- atomicBatch(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceBlockingStub
-
Execute a batch of transactions atomically.
- atomicBatch(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceBlockingV2Stub
-
Execute a batch of transactions atomically.
- atomicBatch(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceFutureStub
-
Execute a batch of transactions atomically.
- atomicBatch(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.AsyncService
-
Execute a batch of transactions atomically.
- atomicBatch(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceStub
-
Execute a batch of transactions atomically.
- AtomicBatch - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Submit a batch of transactions to run atomically
- AtomicBatch_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Submit a batch of transactions to run atomically
- AtomicBatchTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body for handling a set of transactions atomically.
- AtomicBatchTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body for handling a set of transactions atomically.
- AtomicBatchTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- attemptedAllNodes - Variable in class com.hedera.hashgraph.sdk.Executable
-
Indicates if the request has been attempted to be sent to all nodes
- AUTHORIZATION_FAILED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Violating one of these rules: 1) treasury account can update all entities below 0.0.1000, 2) account 0.0.50 can update all entities from 0.0.51 - 0.0.80, 3) Network Function Master Account A/c 0.0.50 - Update all Network Function accounts & perform all the Network Functions listed below, 4) Network Function Accounts: i) A/c 0.0.55 - Update Address Book files (0.0.101/102), ii) A/c 0.0.56 - Update Fee schedule (0.0.111), iii) A/c 0.0.57 - Update Exchange Rate (0.0.112).
- AUTHORIZATION_FAILED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Violating one of these rules: 1) treasury account can update all entities below 0.0.1000, 2) account 0.0.50 can update all entities from 0.0.51 - 0.0.80, 3) Network Function Master Account A/c 0.0.50 - Update all Network Function accounts and perform all the Network Functions listed below, 4) Network Function Accounts: i) A/c 0.0.55 - Update Address Book files (0.0.101/102), ii) A/c 0.0.56 - Update Fee schedule (0.0.111), iii) A/c 0.0.57 - Update Exchange Rate (0.0.112).
- AUTHORIZATION_FAILED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Violating one of these rules: 1) treasury account can update all entities below 0.0.1000, 2) account 0.0.50 can update all entities from 0.0.51 - 0.0.80, 3) Network Function Master Account A/c 0.0.50 - Update all Network Function accounts & perform all the Network Functions listed below, 4) Network Function Accounts: i) A/c 0.0.55 - Update Address Book files (0.0.101/102), ii) A/c 0.0.56 - Update Fee schedule (0.0.111), iii) A/c 0.0.57 - Update Exchange Rate (0.0.112).
- AUTO_RENEW_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- AUTO_RENEW_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- AUTO_RENEW_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- AUTO_RENEW_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- AUTO_RENEW_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- AUTO_RENEW_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Topic
- AUTO_RENEW_PERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- AUTO_RENEW_PERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Topic
- AUTO_RENEW_SECONDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- AUTO_RENEW_SECONDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- AUTOMATIC_ASSOCIATION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelation
- AUTOMATIC_ASSOCIATION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- AUTOMATIC_TOKEN_ASSOCIATIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- automaticAssociation - Variable in class com.hedera.hashgraph.sdk.TokenRelationship
-
Specifies if the relationship is created implicitly.
- automaticTokenAssociations - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
All token associations implicitly created while handling this transaction
- AUTORENEW_ACCOUNT_NOT_ALLOWED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An adminKey was not specified on the topic, so there must not be an autoRenewAccount.
- AUTORENEW_ACCOUNT_NOT_ALLOWED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An adminKey was not specified on the topic, so there must not be an autoRenewAccount.
- AUTORENEW_ACCOUNT_NOT_ALLOWED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An adminKey was not specified on the topic, so there must not be an autoRenewAccount.
- AUTORENEW_DURATION_NOT_IN_RANGE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the duration is not a subset of [MINIMUM_AUTORENEW_DURATION,MAXIMUM_AUTORENEW_DURATION]
- AUTORENEW_DURATION_NOT_IN_RANGE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the duration is not a subset of [MINIMUM_AUTORENEW_DURATION,MAXIMUM_AUTORENEW_DURATION]
- AUTORENEW_DURATION_NOT_IN_RANGE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the duration is not a subset of [MINIMUM_AUTORENEW_DURATION,MAXIMUM_AUTORENEW_DURATION]
- autoRenewAccount - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
An account which will be automatically charged to renew the token's expiration, at autoRenewPeriod interval
- AUTORENEWACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- AUTORENEWACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- AUTORENEWACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- AUTORENEWACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- AUTORENEWACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- AUTORENEWACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- autoRenewAccountId - Variable in class com.hedera.hashgraph.sdk.ContractInfo
-
ID of the an account to charge for auto-renewal of this contract.
- autoRenewAccountId - Variable in class com.hedera.hashgraph.sdk.TopicInfo
-
The account, if any, to charge for automatic renewal of the topic's lifetime upon expiry.
- autoRenewPeriod - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The duration for expiration time will extend every this many seconds.
- autoRenewPeriod - Variable in class com.hedera.hashgraph.sdk.ContractInfo
-
The expiration time will extend every this many seconds.
- autoRenewPeriod - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The interval at which the auto-renew account will be charged to extend the token's expiry
- autoRenewPeriod - Variable in class com.hedera.hashgraph.sdk.TopicInfo
-
If an auto-renew account is specified, when the topic expires, its lifetime will be extended by up to this duration (depending on the solvency of the auto-renew account).
- AUTORENEWPERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- AUTORENEWPERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- AUTORENEWPERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- AUTORENEWPERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- AUTORENEWPERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- AUTORENEWPERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- AUTORENEWPERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- AUTORENEWPERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- AUTORENEWPERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- AUTORENEWPERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- AUTORENEWPERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- AUTORENEWPERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- awaitClose(Instant, Throwable) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
B
- BAD_ENCODING - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Unsupported algorithm/encoding used for keys in the transaction
- BAD_ENCODING - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Unsupported algorithm/encoding used for keys in the transaction
- BAD_ENCODING_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Unsupported algorithm/encoding used for keys in the transaction
- BAD_HOOK_REQUEST - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction tried to execute a hook that did not match the specified type or was malformed in some other way.
- BAD_HOOK_REQUEST - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A transaction tried to execute a hook that did not match the specified type or was malformed in some other way.
- BAD_HOOK_REQUEST_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction tried to execute a hook that did not match the specified type or was malformed in some other way.
- BadEntityIdException - Exception Class in com.hedera.hashgraph.sdk
-
Custom exception thrown by the entity helper validate method when the account id and checksum are invalid.
- BadEntityIdException(long, long, long, String, String) - Constructor for exception class com.hedera.hashgraph.sdk.BadEntityIdException
-
Constructor.
- badGrpcStatusCount - Variable in class com.hedera.hashgraph.sdk.BaseNode
-
Number of times this node has received a bad gRPC status
- BadKeyException - Exception Class in com.hedera.hashgraph.sdk
-
Signals that a key could not be realized from the given input.
- BadKeyException(String) - Constructor for exception class com.hedera.hashgraph.sdk.BadKeyException
- BadKeyException(Throwable) - Constructor for exception class com.hedera.hashgraph.sdk.BadKeyException
- BadLength - Enum constant in enum class com.hedera.hashgraph.sdk.BadMnemonicReason
-
The mnemonic did not contain exactly 24 words.
- BadMnemonicException - Exception Class in com.hedera.hashgraph.sdk
-
Custom exception for when there are issues with the mnemonic.
- BadMnemonicException(Mnemonic, BadMnemonicReason) - Constructor for exception class com.hedera.hashgraph.sdk.BadMnemonicException
-
Constructor.
- BadMnemonicException(Mnemonic, BadMnemonicReason, List<Integer>) - Constructor for exception class com.hedera.hashgraph.sdk.BadMnemonicException
-
Constructor.
- BadMnemonicReason - Enum Class in com.hedera.hashgraph.sdk
-
Possible reason why a
Mnemonicfailed validation. - balance - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The current balance of account.
- balance - Variable in class com.hedera.hashgraph.sdk.ContractInfo
-
The current balance of the contract.
- balance - Variable in class com.hedera.hashgraph.sdk.TokenRelationship
-
For token of type FUNGIBLE_COMMON - the balance that the Account holds in the smallest denomination.
- BALANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- BALANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- BALANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- BALANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- BALANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenBalance
- BALANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelation
- BALANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- BALANCESOURCE_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.BalanceSourceCase
- BaseNetwork<BaseNetworkT,
KeyT, - Class in com.hedera.hashgraph.sdkBaseNodeT> -
Abstracts away most of the similar functionality between
NetworkandMirrorNetwork - BaseNetwork(ExecutorService) - Constructor for class com.hedera.hashgraph.sdk.BaseNetwork
- BaseNode<N,
KeyT> - Class in com.hedera.hashgraph.sdk -
Internal utility class.
- BaseNode(BaseNodeAddress, ExecutorService) - Constructor for class com.hedera.hashgraph.sdk.BaseNode
-
Constructor.
- BaseNode(N, BaseNodeAddress) - Constructor for class com.hedera.hashgraph.sdk.BaseNode
-
Constructor.
- BaseNode.MetadataInterceptor - Class in com.hedera.hashgraph.sdk
-
Metadata interceptor for the client.
- BaseNodeAddress - Class in com.hedera.hashgraph.sdk
-
Internal utility class.
- BaseNodeAddress(String, String, int) - Constructor for class com.hedera.hashgraph.sdk.BaseNodeAddress
-
Constructor.
- BaseNodeAddress(String, String, int, boolean) - Constructor for class com.hedera.hashgraph.sdk.BaseNodeAddress
-
Constructor.
- BasicTypes - Class in com.hedera.hashgraph.sdk.proto
- BATCH_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- BATCH_KEY_SET_ON_NON_INNER_TRANSACTION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The batch key is set for a non batch transaction
- BATCH_KEY_SET_ON_NON_INNER_TRANSACTION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The batch key is set for a non batch transaction
- BATCH_KEY_SET_ON_NON_INNER_TRANSACTION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The batch key is set for a non batch transaction
- BATCH_LIST_CONTAINS_DUPLICATES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The list of batch transactions contains duplicated transactions
- BATCH_LIST_CONTAINS_DUPLICATES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The list of batch transactions contains duplicated transactions
- BATCH_LIST_CONTAINS_DUPLICATES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The list of batch transactions contains duplicated transactions
- BATCH_LIST_EMPTY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The list of batch transactions is empty
- BATCH_LIST_EMPTY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The list of batch transactions is empty
- BATCH_LIST_EMPTY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The list of batch transactions is empty
- BATCH_SIZE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Repeated operations count exceeds the limit
- BATCH_SIZE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Repeated operations count exceeds the limit
- BATCH_SIZE_LIMIT_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Repeated operations count exceeds the limit
- BATCH_TRANSACTION_IN_BLACKLIST - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The list of batch transactions contains a transaction type that is in the AtomicBatch blacklist as configured in the network.
- BATCH_TRANSACTION_IN_BLACKLIST - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The list of batch transactions contains a transaction type that is in the AtomicBatch blacklist as configured in the network.
- BATCH_TRANSACTION_IN_BLACKLIST_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The list of batch transactions contains a transaction type that is in the AtomicBatch blacklist as configured in the network.
- batchify(Client, Key) - Method in class com.hedera.hashgraph.sdk.Transaction
-
batchify method is used to mark a transaction as part of a batch transaction or make it so-called inner transaction.
- BatchTransaction - Class in com.hedera.hashgraph.sdk
-
Execute multiple transactions in a single consensus event.
- BatchTransaction() - Constructor for class com.hedera.hashgraph.sdk.BatchTransaction
-
Creates a new empty BatchTransaction.
- BatchTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.BatchTransaction
-
Constructor for internal use when recreating a transaction from a TransactionBody.
- BatchTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.BatchTransaction
-
Constructor for internal use when recreating a transaction from a TransactionBody.
- beginClose() - Method in class com.hedera.hashgraph.sdk.BaseNetwork
- biConsumer(CompletableFuture<T>, BiConsumer<T, Throwable>) - Static method in class com.hedera.hashgraph.sdk.ConsumerHelper
- bindService() - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceImplBase
- bindService() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceImplBase
- bindService() - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceImplBase
- bindService() - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceImplBase
- bindService() - Method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc.FreezeServiceImplBase
- bindService() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc.ConsensusServiceImplBase
- bindService() - Method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc.NetworkServiceImplBase
- bindService() - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceImplBase
- bindService() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceImplBase
- bindService() - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceImplBase
- bindService() - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceImplBase
- bindService() - Method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceImplBase
- bindService(AddressBookServiceGrpc.AsyncService) - Static method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc
- bindService(ConsensusServiceGrpc.AsyncService) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc
- bindService(CryptoServiceGrpc.AsyncService) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- bindService(FileServiceGrpc.AsyncService) - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
- bindService(FreezeServiceGrpc.AsyncService) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc
- bindService(ConsensusServiceGrpc.AsyncService) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc
- bindService(NetworkServiceGrpc.AsyncService) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc
- bindService(NetworkServiceGrpc.AsyncService) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc
- bindService(ScheduleServiceGrpc.AsyncService) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc
- bindService(SmartContractServiceGrpc.AsyncService) - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- bindService(TokenServiceGrpc.AsyncService) - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- bindService(UtilServiceGrpc.AsyncService) - Static method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc
- Bip32Utils - Class in com.hedera.hashgraph.sdk.utils
-
Utility class for BIP32 functionalities
- BIRTH_ROUND_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.EventCore
- BIRTH_ROUND_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- BLOCK_END_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- BLOCK_HASHES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockInfo
- BLOCK_NODE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.EndpointTypeCase
- BLOCK_NODE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- BLOCK_NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- BLOCK_NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- BLOCK_NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- BLOCK_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- BlockHashAlgorithm - Enum Class in com.hedera.hashgraph.sdk.proto
-
* A specific hash algorithm.
- BlockInfo - Class in com.hedera.hashgraph.sdk.proto
-
* Information for a transaction block.
- BlockInfo.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Information for a transaction block.
- BlockInfoOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- BlockInfoOuterClass - Class in com.hedera.hashgraph.sdk.proto
- blockingUnaryCall - Variable in class com.hedera.hashgraph.sdk.Executable
- BlockNodeApi - Enum Class in com.hedera.hashgraph.sdk
-
An enumeration of well-known block node endpoint APIs.
- BlockNodeServiceEndpoint - Class in com.hedera.hashgraph.sdk
-
Represent a Registered Block Node
- BlockNodeServiceEndpoint() - Constructor for class com.hedera.hashgraph.sdk.BlockNodeServiceEndpoint
-
Constructor.
- BlockStreamInfo - Class in com.hedera.hashgraph.sdk.proto
-
* A message stored in state to maintain block stream parameters.<br/> Nodes use this information for three purposes.
- BlockStreamInfo.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A message stored in state to maintain block stream parameters.<br/> Nodes use this information for three purposes.
- BlockStreamInfoOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- BlockStreamInfoOuterClass - Class in com.hedera.hashgraph.sdk.proto
- bloom - Variable in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
bloom filter for record
- bloom - Variable in class com.hedera.hashgraph.sdk.ContractLogInfo
-
Bloom filter for a particular log.
- BLOOM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- BLOOM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- BODY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Transaction
- BODY_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.BodyCase
- BODYBYTES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- BODYBYTES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Transaction
- bodySizeAllChunks() - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Get the body sizes for all chunks in a FileAppendTransaction.
- BPR_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeComponents
- BPT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeComponents
- BUCKET_CAPACITY_OVERFLOW - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The capacity needed to satisfy all opsPerSec groups in a bucket overflowed a signed 8-byte integral type
- BUCKET_CAPACITY_OVERFLOW - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The capacity needed to satisfy all opsPerSec groups in a bucket overflowed a signed 8-byte integral type
- BUCKET_CAPACITY_OVERFLOW_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The capacity needed to satisfy all opsPerSec groups in a bucket overflowed a signed 8-byte integral type
- BUCKET_HAS_NO_THROTTLE_GROUPS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A bucket was defined without any throttle groups
- BUCKET_HAS_NO_THROTTLE_GROUPS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A bucket was defined without any throttle groups
- BUCKET_HAS_NO_THROTTLE_GROUPS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A bucket was defined without any throttle groups
- build() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Build the correct transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceDeleteTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.AccountDeleteTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Create the builder.
- build() - Method in class com.hedera.hashgraph.sdk.BatchTransaction
-
Create the builder.
- build() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.ContractDeleteTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Build the correct transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.FileAppendTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.FileDeleteTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
Build the correct transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
Build the correct transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.HookStoreTransaction
- build() - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.Build the correct transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.LiveHashDeleteTransaction
-
Deprecated.Build the correct transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.NodeDeleteTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.PrngTransaction
- build() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeDeleteTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
Build the correct transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.ScheduleDeleteTransaction
-
Build the correct transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.ScheduleSignTransaction
-
Build the correct transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.SystemUndeleteTransaction
-
Deprecated.Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenAirdropTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenAssociateTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenBurnTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenCancelAirdropTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenClaimAirdropTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenDeleteTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenDissociateTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenFeeScheduleUpdateTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenFreezeTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenGrantKycTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenMintTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenPauseTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenRejectTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenRevokeKycTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenUnfreezeTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenUnpauseTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TopicDeleteTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Build the transaction body.
- build() - Method in class com.hedera.hashgraph.sdk.TransferTransaction
-
Build the transaction body.
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceBlockingStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceBlockingV2Stub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceFutureStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceBlockingStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceBlockingV2Stub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceFutureStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingV2Stub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceFutureStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc.FreezeServiceBlockingStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc.FreezeServiceBlockingV2Stub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc.FreezeServiceFutureStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc.FreezeServiceStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc.ConsensusServiceBlockingStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc.ConsensusServiceBlockingV2Stub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc.ConsensusServiceFutureStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc.ConsensusServiceStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc.NetworkServiceBlockingStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc.NetworkServiceBlockingV2Stub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc.NetworkServiceFutureStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc.NetworkServiceStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceBlockingStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceBlockingV2Stub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceFutureStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceBlockingStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceBlockingV2Stub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceFutureStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceFutureStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceBlockingStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceBlockingV2Stub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceFutureStub
- build(Channel, CallOptions) - Method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceStub
- BUILD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- buildAllTransactions() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Build all the transactions.
- buildQuery() - Method in class com.hedera.hashgraph.sdk.AddressBookQuery
-
Build the address book query.
- buildRequest(Client, Duration, FeeEstimateMode) - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Build the FeeEstimateQuery protobuf message.
- buildTransaction(int) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Will build the specific transaction at
indexThis function is only ever called after the transaction is frozen. - burnToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Burn one or more tokens from the treasury account.
- burnToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Burn one or more tokens from the treasury account.
- burnToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Burn one or more tokens from the treasury account.
- burnToken(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Burn one or more tokens from the treasury account.
- burnToken(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Burn one or more tokens from the treasury account.
- BURSTPERIODMS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- BUSY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* If API is throttled out
- BUSY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
If API is throttled out
- BUSY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* If API is throttled out
- byAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
-
Deprecated.with no replacement
- byNftId(NftId) - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
-
Deprecated.use
TokenNftInfoQuery.setNftId(NftId)instead - Bytecode - Class in com.hedera.hashgraph.sdk.proto
-
* The bytecode for a contract account.
- BYTECODE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- Bytecode.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The bytecode for a contract account.
- BytecodeOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- BytecodeOuterClass - Class in com.hedera.hashgraph.sdk.proto
- BYTECODESOURCE_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.EvmHookSpec.BytecodeSourceCase
- byTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
-
Deprecated.with no replacement
C
- calcHmacSha384(KeyParameter, byte[], byte[]) - Static method in class com.hedera.hashgraph.sdk.Crypto
-
Calculate a hash message authentication code using the secure hash algorithm variant 384.
- calcKeccak256(byte[]) - Static method in class com.hedera.hashgraph.sdk.Crypto
-
Calculate a keccak 256-bit hash.
- CALCULATED_EXPIRATION_SECOND_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- call(Client) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
-
Does transient simulation of read-write operations and returns the result in hexadecimal string format.
- CALL_DATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- CALL_DATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- CALL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookExecution
- callData - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionData
-
The raw call data.
- callEthereum(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingStub
-
Make an Ethereum transaction "call" with all data in Ethereum formats, including the contract alias.
- callEthereum(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub
-
Make an Ethereum transaction "call" with all data in Ethereum formats, including the contract alias.
- callEthereum(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceFutureStub
-
Make an Ethereum transaction "call" with all data in Ethereum formats, including the contract alias.
- callEthereum(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.AsyncService
-
Make an Ethereum transaction "call" with all data in Ethereum formats, including the contract alias.
- callEthereum(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceStub
-
Make an Ethereum transaction "call" with all data in Ethereum formats, including the contract alias.
- CALLSPEC_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookCall.CallSpecCase
- cancelAirdrop(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Cancel one or more pending airdrops.
- cancelAirdrop(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Cancel one or more pending airdrops.
- cancelAirdrop(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Cancel one or more pending airdrops.
- cancelAirdrop(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Cancel one or more pending airdrops.
- cancelAirdrop(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Cancel one or more pending airdrops.
- CANDIDATE_ROSTER_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RosterState
- CANNOT_APPROVE_FOR_ALL_FUNGIBLE_COMMON - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- CANNOT_APPROVE_FOR_ALL_FUNGIBLE_COMMON - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The approveForAll flag cannot be set for a fungible token.
- CANNOT_APPROVE_FOR_ALL_FUNGIBLE_COMMON_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- CANNOT_SET_HOOKS_AND_APPROVAL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Cannot set both a hook call and an approval on the same AccountAmount or NftTransfer message.
- CANNOT_SET_HOOKS_AND_APPROVAL - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Cannot set both a hook call and an approval on the same AccountAmount or NftTransfer message.
- CANNOT_SET_HOOKS_AND_APPROVAL_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Cannot set both a hook call and an approval on the same AccountAmount or NftTransfer message.
- CANNOT_WIPE_TOKEN_TREASURY_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The target of a wipe operation was the token treasury account
- CANNOT_WIPE_TOKEN_TREASURY_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The target of a wipe operation was the token treasury account
- CANNOT_WIPE_TOKEN_TREASURY_ACCOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The target of a wipe operation was the token treasury account
- CBC_DK_LEN - Static variable in class com.hedera.hashgraph.sdk.Crypto
- CENTEQUIV_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- cents - Variable in class com.hedera.hashgraph.sdk.ExchangeRate
-
Denotes cents (USD) equivalent to Hbar
- certHash - Variable in class com.hedera.hashgraph.sdk.NodeAddress
-
A hash of the X509 cert used for gRPC traffic to this node.
- CHAIN_OF_TRUST_PROOF_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProof
- chainId - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
-
ID of the chain
- chainId - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataLegacy
-
ID of the chain
- ChainOfTrustProof - Class in com.hedera.hashgraph.sdk.proto
-
Protobuf type
com.hedera.hapi.node.state.history.ChainOfTrustProof - ChainOfTrustProof.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Protobuf type
com.hedera.hapi.node.state.history.ChainOfTrustProof - ChainOfTrustProof.ProofCase - Enum Class in com.hedera.hashgraph.sdk.proto
- ChainOfTrustProofOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- channel - Variable in class com.hedera.hashgraph.sdk.BaseNode
- channelFailedToConnect() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Did we fail to connect?
- channelFailedToConnect(Instant) - Method in class com.hedera.hashgraph.sdk.BaseNode
- channelFailedToConnectAsync() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Asynchronously determine if the channel failed to connect.
- checkClientTrusted(X509Certificate[], String) - Method in class com.hedera.hashgraph.sdk.HederaTrustManager
- checkNodeAccountIds() - Method in class com.hedera.hashgraph.sdk.Executable
- checkServerTrusted(X509Certificate[], String) - Method in class com.hedera.hashgraph.sdk.HederaTrustManager
- checksum(LedgerId, String) - Static method in class com.hedera.hashgraph.sdk.EntityIdHelper
-
Generate a checksum.
- ChecksumMismatch - Enum constant in enum class com.hedera.hashgraph.sdk.BadMnemonicReason
-
The checksum encoded in the mnemonic did not match the checksum we just calculated for that mnemonic.
- CHILD_TRANSACTION_RECEIPTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- CHILD_TRANSACTION_RECORDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- children - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
The receipts (if any) of all child transactions spawned by the transaction with the given top-level id, in consensus order.
- children - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
The records of processing all child transaction spawned by the transaction with the given top-level id, in consensus order.
- ChunkedTransaction<T> - Class in com.hedera.hashgraph.sdk
-
A common base for file and topic message transactions.
- ChunkedTransaction() - Constructor for class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Constructor.
- ChunkedTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Constructor.
- ChunkedTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Constructor.
- CHUNKINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- CHUNKINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- chunks - Variable in class com.hedera.hashgraph.sdk.TopicMessage
-
Array of topic message chunks.
- claimAirdrop(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Claim one or more pending airdrops.
- claimAirdrop(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Claim one or more pending airdrops.
- claimAirdrop(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Claim one or more pending airdrops.
- claimAirdrop(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Claim one or more pending airdrops.
- claimAirdrop(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Claim one or more pending airdrops.
- clear() - Method in class com.hedera.hashgraph.sdk.KeyList
- clear() - Method in class com.hedera.hashgraph.sdk.LockableList
-
Empty the list.
- clearAccount() - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
- clearAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* An account identifier.
- clearAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* An account identifier.
- clearAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody.Builder
-
* An account identifier.
- clearAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody.Builder
-
* An account identifier.
- clearAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody.Builder
-
* An account identifier.
- clearAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody.Builder
-
* An account identifier.
- clearAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* An account identifier.<br/> This identifies the account from which tokens will be wiped.
- clearAccountAmounts() - Method in class com.hedera.hashgraph.sdk.proto.TransferList.Builder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- clearAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.Builder
-
* Details of the account.
- clearAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get detail metadata for an account.
- clearAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail information about an account.
- clearAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The unique ID of this account.
- clearAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* A payer account identifier.
- clearAccountId() - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair.Builder
-
Deprecated.* An account identifier for the associated account.
- clearAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery.Builder
-
* An account ID for which information is requested <p> This value SHALL identify the account to be queried.<br/> This value MUST identify a valid account.<br/> This field is REQUIRED.
- clearAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The unique ID of this account.
- clearAccountId() - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId.Builder
-
* An account using a hook.
- clearAccountId() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* An account associated via this live hash to the hashed content.
- clearAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* An account identifier.
- clearAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A Node account identifier.
- clearAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* An account identifier.
- clearAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation.Builder
-
* An account identifier for the associated account.
- clearAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* An account identifier.
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* An account identifier that will send or receive token(s).
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* The Account ID that is being proxy staked to
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The Account ID for the account entry associated with this smart contract.
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* An account identifier.<br/> This identifies an account for which the balance is requested.
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* An account identifier.<br/> This is the account ID queried.
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery.Builder
-
* An account identifier.<br/> This identifies the account to use when filtering the transaction record lists.
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* An account identifier.<br/> This identifies the account used when filtering the transaction record lists.
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery.Builder
-
* The account ID for which information is requested
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* a unique identifier for this account.
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* An account ID.<br/> The network SHALL return live hash information for this account, if successful.
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery.Builder
-
Deprecated.* The Account ID for which the records should be retrieved
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The Account ID for the cryptocurrency account
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* An account identifier.
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ProxyStaker.Builder
-
Deprecated.* The Account ID that is proxy staking
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* The Account for which information is requested
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The current owner of the NFT
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* An Account identifier.
- clearAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `CryptoCreate`, the id of the newly created account.
- clearAccountIDToUpdate() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* An account identifier.<br/> This identifies the account which is to be modified in this transaction.
- clearAccountInfo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.Builder
-
* Details of the account.
- clearAccountNum() - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
-
* A whole number account number, unique within its realm and shard.
- clearAccountOfLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody.Builder
-
* An account associated to a live hash.
- clearAccountsFrozenByDefault() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A flag indicating that accounts associated to this token are frozen by default.
- clearAccountsKycGrantedByDefault() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A flag indicating that accounts associated with this token are granted KYC by default.
- clearAction() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
- clearActiveRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair.Builder
-
* The SHA-384 hash of the active roster for the given round number.
- clearAddress() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
- clearAddressBookHash() - Method in class com.hedera.hashgraph.sdk.proto.History.Builder
-
* The address book hash of the new history.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for modification of the topic after it is created.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A key that MUST sign any transaction to update or delete this topic.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Updated access control for modification of the topic.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Access control for modification of the smart contract after it is created.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The key that MUST sign any transaction to update or modify this smart contract.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the key that authorizes updates to the contract.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) perform transactions that customize the hook.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) do transactions that customize the hook.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* An administrative key controlled by the node operator.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* An administrative key controlled by the node operator.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The admin key for this schedule.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A `Key` required to delete this schedule.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* The key used to delete the schedule from state
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control for general modification of this token.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for token administration.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control for general modification of this token.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for token administration.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for modification of the topic.
- clearAdminKey() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Clear the admin key for this topic.
- clearAdoptionTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* The consensus time at which the network adopted the active hinTS key in this set.
- clearAdoptionTime() - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet.Builder
-
* The consensus time when the network adopted the active proof key in this set.
- clearAggregatedNodeSignatures() - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.Builder
-
* If there is not yet a SNARK proving the chain of trust from ledger id to the hinTS verification key, an aggregation of Schnorr signatures on the concatenation of the ledger id and genesis hinTS verification key that serve as witnesses for the SNARK prover algorithm.
- clearAggregatedSignature() - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures.Builder
-
* The aggregated signature.
- clearAggregationKey() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys.Builder
-
* The aggregation key for the hinTS scheme
- clearAlias() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An account EVM alias.
- clearAlias() - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
-
* An alias value.<br/> Alias is a value used in some contexts to refer to an account when account number is not available, and may be an alias public key, or an EVM address.
- clearAlias() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Bytes to be used as the account's alias.
- clearAlias() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* An account alias.<br/> This is a value used in some contexts to reference an account when the tripartite account identifier is not available.
- clearAlias() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* An account EVM alias.<br/> This is a value used in some contexts to reference an account when the tripartite account identifier is not available.
- clearAlias() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A new account alias.<br/> <p> This is the new alias assigned to an account created as part of a CryptoCreate transaction triggered by a user transaction with a (previously unused) alias.
- clearAllCollectorsAreExempt() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* Flag indicating to exempt all custom fee collector accounts for this token type from paying this custom fee when sending tokens.
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* An amount to send (negative) or receive (positive).
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance.Builder
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An amount of tokens assessed for this custom fee.
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* An amount of tinybar sent via this contract call.
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* An amount, in tinybar, sent by this function call.<br/> This SHALL be zero(0) if the function called is not `payable`.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* An amount of tinybar (10<sup>-8</sup> HBAR).<br/> This is the amount of HBAR held by the `owner` that the `spender` is permitted to transfer.
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.FixedFee.Builder
-
* The amount to assess for each transfer.
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance.Builder
-
* The maximum amount that the spender account may transfer within the scope of this allowance.
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue.Builder
-
* An amount to transfer for fungible/common tokens.<br/> This is expressed in the smallest available units for that token (i.e.
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.ProxyStaker.Builder
-
Deprecated.* The number of hbars that are currently proxy staked
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* An amount of fractional tokens (10<sup>-decimals</sup> tokens).<br/> This is the amount of tokens held by the `owner` that the `spender` is permitted to transfer.
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* An amount to burn from the Treasury Account.
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* An amount to mint to the Treasury Account.
- clearAmount() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* An amount of fungible/common tokens to wipe.
- clearApplicationTransaction() - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction.Builder
-
* An application transaction.
- clearApprovedForAll() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A flag indicating this allowance applies to all tokens of the specified (non-fungible/unique) type.
- clearApproveForAllNftAllowances() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- clearAssemblyStartTime() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If the network has gathered enough proof keys to assemble the history for this construction, the cutoff time at which those keys must have been adopted to be included in the final history.
- clearAssessedCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- clearAssociatedRegisteredNode() - Method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList.Builder
-
* A list of registered node identifiers.
- clearAssociatedRegisteredNode() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- clearAssociatedRegisteredNode() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- clearAssociatedRegisteredNodeList() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- clearAssociatedRegisteredNodes() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Clear all registered nodes associated with this node.
- clearAtomicBatch() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for handling a set of transactions atomically.
- clearAutomaticAssociation() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A flag indicating that this token relationship was created using automatic association.
- clearAutomaticAssociation() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* An automatic association flag.
- clearAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- clearAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* The ID of the account to be charged renewal fees at the topic's expirationTime to extend the lifetime of the topic.
- clearAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* An account that is designated to pay automatic renewal fees.
- clearAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated ID for the account to be charged renewal fees at the topic's `expirationTime` to extend the lifetime of the topic.
- clearAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- clearAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- clearAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- clearAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Clears the auto-renew account ID
- clearAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An account identifier for automatic renewal.<br/> This is the identifier of another account, in the same shard and realm as this account, that has signed a transaction allowing the network to use its balance, if needed, to automatically extend this account's expiration time during automatic renewal processing.
- clearAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The id of an account, in the same shard and realm as this smart contract, that has signed this transaction, allowing the network to use its balance, when needed, to automatically extend this contract's expiration time.
- clearAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* An account designated to pay the renewal fee upon automatic renewal of this contract.
- clearAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the account, in the same shard and realm as this smart contract, that has agreed to allow the network to use its balance, when needed, to automatically extend this contract's expiration time.
- clearAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- clearAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The id of the account (if any) that the network will attempt to charge fees to complete auto-renewal of this topic, upon expiration.
- clearAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Clear the auto renew account ID for this topic.
- clearAutoRenewAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Deprecated.Use
TopicUpdateTransaction.clearAutoRenewAccountId()Clear the auto renew account ID for this topic.
- clearAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* The initial lifetime, in seconds, for the topic.<br/> This is also the number of seconds for which the topic SHALL be automatically renewed upon expiring, if it has a valid auto-renew account.
- clearAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A duration, in seconds, to extend the `expirationTime` value when this topic is automatically renewed.
- clearAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
An updated value for the number of seconds by which the topic expiration will be automatically extended upon expiration, if it has a valid auto-renew account.
- clearAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The initial lifetime, in seconds, for the smart contract, and the number of seconds for which the smart contract will be automatically renewed upon expiration.
- clearAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The duration, in seconds, for which the contract lifetime will be automatically extended upon expiration, provide sufficient HBAR is available at that time to pay the renewal fee.<br/> See `auto_renew_account_id` for additional conditions.
- clearAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the duration added to expiration time by each auto-renewal to this value.
- clearAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The duration between account automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- clearAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A duration to extend this account's expiration.
- clearAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A duration to extend account expiration.<br/> An amount of time, in seconds, to extend the expiration date for this account when _automatically_ renewed.
- clearAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A duration to extend this account's expiration.
- clearAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- clearAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A duration by which the network should automatically extend this token's expiration.
- clearAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- clearAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The number of seconds for which the topic will be automatically renewed upon expiring (if it has a valid auto-renew account).
- clearAutoRenewSeconds() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of the number of seconds to extend this account's expiration.
- clearAutoRenewSeconds() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A number of seconds by which the network should automatically extend this token's expiration.
- clearBalance() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The current HBAR balance, in tinybar, of the smart contract account.
- clearBalance() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* A current account balance.<br/> This is the current HBAR balance denominated in tinybar (10<sup>-8</sup> HBAR).
- clearBalance() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- clearBalance() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- clearBalance() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance.Builder
-
* A number of transferable units of the identified token.
- clearBalance() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The fungible token balance of this token relationship.
- clearBalance() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* An account balance for this token.
- clearBalanceSource() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
- clearBatchKey() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* The <b>public key</b> of the trusted batch assembler.
- clearBirthRound() - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The birth round of the event.<br/> The birth round SHALL be the pending consensus round at the time the event is created.<br/> The pending consensus round SHALL be **one greater** than the latest round to reach consensus.
- clearBirthRound() - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor.Builder
-
* The birth round of the event.<br/> The birth round SHALL be the pending consensus round at the time the event is created.<br/> The pending consensus round SHALL be **one greater** than the latest round to reach consensus.
- clearBlockEndTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A block-end consensus time stamp.
- clearBlockHashes() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A list of the last 256 block hashes.<br/> This is the SHA384 48 byte hashes of the previous 256 blocks, collected in a single byte array.
- clearBlockNode() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A Block Node.<br/> A Block Node stores the block chain, provides content proof services, and delivers the block stream to other clients.
- clearBlockNumber() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A block number.<br/> This is the current block number.
- clearBlockNumber() - Method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes.Builder
-
* The block number these wrapped hashes belong to.
- clearBlockNumber() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The block number containing this transaction.
- clearBlockTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A consensus time for the current block.<br/> This is the consensus time of the first round in the current block, which equates to the first contained transaction's consensus time.
- clearBloom() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A bloom filter produced by this contract call.<br/> Ethereum uses this bloom filter to search for call results in the Ethereum block history.
- clearBloom() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A bloom filter.<br/> This filter applies to this log entry and indexes the contract log data in the full data of the Ethereum block.<br/> EIP-7668 proposes to remove bloom filters as they are quite low value in practice and separate indexing services are more effective.
- clearBody() - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- clearBody() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
- clearBodyBytes() - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction.Builder
-
* A byte array containing a serialized `TransactionBody`.
- clearBodyBytes() - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.proto.Transaction.bodyBytes is deprecated. See transaction.proto;l=147
- clearBpr() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Response memory: "bytes per response".<br/> The fee for data retrieved from memory to deliver a response, measured in bytes
- clearBpt() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Bandwidth: "bytes per transaction".<br/> The fee for bandwidth consumed by a transaction, measured in bytes
- clearBuild() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A build version.
- clearBurstPeriodMs() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A burst duration limit, in milliseconds.<br/> This value determines the total "capacity" of the bucket.
- clearBytecode() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse.Builder
-
* The current bytecode of the requested smart contract.
- clearBytecodeSource() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec.Builder
- clearCalculatedExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The calculated expiration time of the schedule.
- clearCall() - Method in class com.hedera.hashgraph.sdk.proto.HookExecution.Builder
-
* The details of the call, including which hook id to call.
- clearCallData() - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody.Builder
-
* The `callData` for the Ethereum transaction.
- clearCallData() - Method in class com.hedera.hashgraph.sdk.proto.InternalCallContext.Builder
-
* The call data for the call.<br/>
- clearCallSpec() - Method in class com.hedera.hashgraph.sdk.proto.HookCall.Builder
- clearCandidateRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* The SHA-384 hash of a candidate roster.
- clearCentEquiv() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate.Builder
-
* Numerator for a ratio of USD cents per HBAR.
- clearChainOfTrustProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof of chain of trust from the ledger id to the target history's metadata.
- clearChildTransactionReceipts() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- clearChildTransactionRecords() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of records for all child transactions spawned by the requested transaction.
- clearChunkInfo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* Information for the current "chunk" in a fragmented message.
- clearChunkInfo() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* Optional information of the current chunk in a fragmented message.
- clearCode() - Method in class com.hedera.hashgraph.sdk.proto.Bytecode.Builder
-
* The raw bytes (not hex-encoded) of a contract's bytecode.
- clearCongruentNodeId() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote.Builder
-
* The id of another node that already voted for the exact proof the submitting node is voting for.
- clearCongruentNodeId() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote.Builder
-
* The id of any node that already voted for the exact keys that this node wanted to vote for.
- clearConsensusCreateTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a topic.
- clearConsensusCreateTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a topic.
- clearConsensusDeleteTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a topic.
- clearConsensusDeleteTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a topic.
- clearConsensusEndTime() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* Include messages which reached consensus before this time.
- clearConsensusGetTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a consensus topic.
- clearConsensusGetTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the current state of a topic for the Hedera Consensus Service (HCS).
- clearConsensusHeaderRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "consensus headers" subtree for this block.
- clearConsensusOrder() - Method in class com.hedera.hapi.platform.event.legacy.EventConsensusData.Builder
-
* A consensus order sequence number.<br/> A non-negative sequence number that identifies an event's consensus order since genesis.
- clearConsensusStartTime() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* Include messages which reached consensus on or after this time.
- clearConsensusSubmitMessage() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- clearConsensusSubmitMessage() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- clearConsensusTimestamp() - Method in class com.hedera.hapi.platform.event.legacy.EventConsensusData.Builder
-
* A consensus timestamp.<br/> The network's consensus agreement on a timestamp for this event.
- clearConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* The time at which the transaction reached consensus
- clearConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A consensus timestamp.
- clearConsensusTimestampHash() - Method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes.Builder
-
* The wrapped-record consensus timestamp hash for a block.
- clearConsensusUpdateTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a topic.
- clearConsensusUpdateTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a topic.
- clearConstant() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Base: "constant fee".<br/> A baseline constant contribution to total fee.
- clearConsTimeOfLastHandledTxn() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- clearConstructionId() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody.Builder
-
* The id of the hinTS construction this partial signature applies to.
- clearConstructionId() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody.Builder
-
* The id of the hinTS construction this vote is for.
- clearConstructionId() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* The id of the proof construction this publication is for.
- clearConstructionId() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody.Builder
-
* The id of the proof construction this signature is contributing to.
- clearConstructionId() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody.Builder
-
* The id of the proof construction this vote is for.
- clearConstructionId() - Method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId.Builder
-
* The unique id of a history proof construction.
- clearConstructionId() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* The id of the construction.
- clearConstructionId() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* The construction id.
- clearConstructionId() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId.Builder
-
* The construction this vote is connected to.
- clearConstructorParameters() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* An array of bytes containing the EVM-encoded parameters to pass to the smart contract constructor defined in the smart contract init code provided.
- clearContents() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* The contents of the file.
- clearContents() - Method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody.Builder
-
* An array of bytes to append.<br/> <p> This content SHALL be appended to the identified file if this transaction succeeds.<br/> This field is REQUIRED.<br/> This field MUST NOT be empty.
- clearContents() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A byte array of file content.
- clearContents() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents.Builder
-
* A byte array of file content.
- clearContents() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* An array of bytes.
- clearContract() - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
- clearContract() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* Smart contract virtual signature (always length zero).
- clearContract() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* A smart contract virtual signature.
- clearContractAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A Solidity ID.<br/> This identifies the contract instance, and the `Account` associated with that contract instance.
- clearContractAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The "Solidity" form contract ID.<br/> This is a hexadecimal string form of the 20-byte EVM address of the contract.
- clearContractAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A Solidity ID.
- clearContractCall() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Call a function defined on a smart contract.
- clearContractCall() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Call a function defined on a smart contract.
- clearContractCallLocal() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Call a function of a smart contract.<br/> This call is executed exclusively on the node to which it is submitted, and is much less expensive than a `contractCall` transaction.
- clearContractCallLocal() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a _local_ call to a query function of a given smart contract, providing function parameter inputs as needed.
- clearContractCallResult() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Result data from the function call.
- clearContractCallResult() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A contract call result.<br/> A record of the value returned by the smart contract function (if it completed and didn't fail) from a `ContractCallTransaction`.
- clearContractCreateInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a smart contract.
- clearContractCreateInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a smart contract.
- clearContractCreateResult() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A contract creation result.<br/> A record of the value returned by the smart contract constructor (if it completed and didn't fail) from a `ContractCreateTransaction`.
- clearContractDeleteInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- clearContractDeleteInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- clearContractGetBytecode() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get runtime bytecode used by a smart contract.
- clearContractGetBytecodeResponse() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the current bytecode for a smart contract.
- clearContractGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get information about a smart contract.
- clearContractGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detailed information about a smart contract.
- clearContractGetRecords() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- clearContractGetRecordsResponse() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting records of all transactions against the given contract in the last 25 hours.
- clearContractId() - Method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo.Builder
-
* A contract identifier.<br/> This refers to the contract that holds this nonce value.
- clearContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec.Builder
-
* The id of a contract that implements the extension point API with EVM bytecode.
- clearContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* The Hedera id of the contract receiving the call.<br/>
- clearContractId() - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId.Builder
-
* A contract using a hook.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The ID of a smart contract to call.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* The ID of a smart contract to call.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* The id of the contract to be deleted.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A contract identifier.<br/> This identifies the smart contract that defines the function called.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery.Builder
-
* A smart contract ID.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery.Builder
-
* A smart contract ID.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The ID of the smart contract requested in the query.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery.Builder
-
Deprecated.* A smart contract ID.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A smart contract that this response describes.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A contract identifier.<br/> This refers to the contract that generated this log entry.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The contact ID that identifies the smart contract to be updated.<br/> This field MUST be set, and MUST NOT be a default ID (`0.0.0`).
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* A smart contract identifier.<br/> This identifies a smart contract for which the balance is requested.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The smart contract ID that identifies instance
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* A contract identifier.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A smart contract instance that is authorized implicitly.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.SlotKey.Builder
-
* The Contract ID of the contract that owns (and pays for) this slot.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A contract identifier.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.Builder
-
* A contract identifier.
- clearContractID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ContractCreate`, the id of the newly created contract.
- clearContractInfo() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.Builder
-
* The information, as requested, for a smart contract.
- clearContractKvPairsNumber() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of smart contract key-value pairs.<br/> If this account is a smart-contract, this is the number of key-value pairs stored on the contract.
- clearContractNonces() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- clearContractNonces() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- clearContractNum() - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
-
* A whole number contract identifier, unique within its realm and shard.
- clearContractUpdateInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a smart contract.
- clearContractUpdateInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a smart contract.
- clearContributionEndTime() - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The time at which the network should stop waiting for the node's contributions and move on to the next node in the round-robin fashion.
- clearCost() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* Requested cost estimate.<br/> This is the fee that _would be_ charged if the query was executed.
- clearCost() - Method in class com.hedera.hashgraph.sdk.proto.TransactionResponse.Builder
-
* An approximate transaction fee.
- clearCreatedContractIDs() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
Deprecated.
- clearCreation() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* Creation details for a new hook.
- clearCreationSoftwareVersion() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A version describing the version of application software.
- clearCreationTime() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The effective consensus timestamp at which the NFT was minted
- clearCreatorAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An account identifier.
- clearCreatorNodeId() - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The creator node identifier.<br/> This SHALL be the unique identifier for the node that created the event.<br/> This SHALL match the ID of the node as it appears in the address book.
- clearCreatorNodeId() - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor.Builder
-
* The creator node identifier.<br/> This SHALL be the unique identifier for the node that created the event.<br/> This SHALL match the ID of the node as it appears in the address book.
- clearCrs() - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The bytes of the CRS.
- clearCrsPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for broadcasting a node's crs publication
- clearCryptoAddLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.
- clearCryptoAllowances() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- clearCryptoAllowances() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of hbar allowances approved by the account owner.
- clearCryptoApproveAllowance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- clearCryptoApproveAllowance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- clearCryptoCreateAccount() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new Hedera account.
- clearCryptoCreateAccount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new Hedera account.
- clearCryptoDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- clearCryptoDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- clearCryptoDeleteAllowance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- clearCryptoDeleteAllowance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- clearCryptoDeleteLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.
- clearCryptogetAccountBalance() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the current HBAR balance of an Hedera account or smart contract.
- clearCryptogetAccountBalance() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the HBAR balance of an account or contract.
- clearCryptoGetAccountRecords() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get records of all "recent" transactions for which a specified account is the effective payer.
- clearCryptoGetAccountRecords() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting records of all "recent" transactions for which the specified account is the effective payer.
- clearCryptoGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get information about an account, including the balance.<br/> This does not get the list of account records.
- clearCryptoGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting information for an account.<br/> This query includes balance, but not allowances or token relationships.
- clearCryptoGetLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- clearCryptoGetLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a specific live hash associated to a specific account.
- clearCryptoGetProxyStakers() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- clearCryptoGetProxyStakers() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting all the accounts that are proxy staking to this account.
- clearCryptoTransfer() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Transfer HBAR between accounts.
- clearCryptoTransfer() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Transfer HBAR between accounts.
- clearCryptoUpdateAccount() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Modify an Hedera account.
- clearCryptoUpdateAccount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Modify an Hedera account.
- clearCurrentEncryptionKey() - Method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys.Builder
-
* If non-empty, a node's current TSS encryption key.
- clearCurrentFeeSchedule() - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule.Builder
-
* A current, unexpired, fee schedule.
- clearCurrentRate() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet.Builder
-
* A current exchange rate.
- clearCustomFeeLimits() - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
Clears all custom fee limits.
- clearCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- clearCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- clearCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- clearCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A custom fee schedule for this token.
- clearCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- clearCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- clearCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A custom fee schedule for this token.
- clearCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- clearCustomFees() - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Clears fixed fees.
- clearCustomFees() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Clears fixed fees.
- clearData() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
- clearData() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* Event data for this log entry.<br/> This is binary data consisting of an arbitrary number of 256 bit (32 byte) words.
- clearData() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookCall.Builder
-
* Call data to pass to the hook via the IHieroHook.HookContext#data field.
- clearData() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
- clearData() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
- clearData() - Method in class com.hedera.hashgraph.sdk.proto.Setting.Builder
-
* A small quantity of data associated with this setting.
- clearData() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
- clearDecimals() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A number of decimal places for this token.
- clearDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance.Builder
-
* A number of "decimals" precision.
- clearDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A decimal precision of the token's smallest denomination.<br/> Most values are described in terms of this smallest denomination, so the token initial supply, for instance, must be divided by <tt>10<sup>decimals</sup></tt> to get whole tokens.
- clearDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A number of decimal places for this token.
- clearDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A maximum "precision" for this token.
- clearDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- clearDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* A flag indicating that this smart contract declines to receive any reward for staking its HBAR balance to help secure the network.
- clearDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* A flag indicating if staking rewards are declined.<br/> If set, modify the flag indicating if this contract declines to accept rewards for staking its HBAR to secure the network.
- clearDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- clearDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- clearDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A flag indicating this node declines node rewards distributed at the end of staking period.
- clearDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A boolean flag indicating whether the node operator declines to receive node rewards.
- clearDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A boolean indicating that this node has chosen to decline node rewards distributed at the end of staking period.
- clearDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A flag indicating that the holder of this account has chosen to decline staking rewards.
- clearDeclineStakingReward() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Clear decline staking reward
- clearDeclineStakingReward() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Clear decline staking reward
- clearDefaultFreezeStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating if accounts associated to this token are frozen by default, not frozen, or freeze is not applicable.
- clearDefaultKycStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating if accounts associated with this token are granted KYC by default, revoked by default, or KYC is not applicable.
- clearDelegatableContractId() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A smart contract that, if the recipient of the active message frame, SHALL be imputed authorization.<br/> Setting this key type is a more permissive version of setting a contractID key.
- clearDelegatingSpender() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A spender-owner account identifier.<br/> This account identifier identifies a `spender` for whom an existing `approved_for_all` allowance was previously created.
- clearDelegationAddress() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The delegated contract address set for this account.
- clearDelegationAddress() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The initial delegated contract address to set for the new account.
- clearDelegationAddress() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The delegated contract address set for this account.
- clearDelegationAddress() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The delegated contract address to set for the account.
- clearDeleteAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody.Builder
-
* An account identifier.
- clearDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A boolean indicating that this account is deleted.
- clearDeleted() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* A flag indicating that this contract is deleted.
- clearDeleted() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A boolean indicating that this account is deleted.
- clearDeleted() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* A flag indicating that this file is deleted.
- clearDeleted() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A flag indicating this file is deleted.
- clearDeleted() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A boolean indicating that this account is deleted.
- clearDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A flag indicating this node is deleted.
- clearDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* A flag indicating this schedule is deleted.
- clearDeleted() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* A flag indicating that this node has been removed from this network.
- clearDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A flag indicating that this token is deleted.
- clearDeleted() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating that this token is deleted.
- clearDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A flag indicating that this topic is deleted.
- clearDeletionTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A deletion timestamp.
- clearDenominatingTokenId() - Method in class com.hedera.hashgraph.sdk.proto.FixedFee.Builder
-
* The token type used to pay the assessed fee.
- clearDenominator() - Method in class com.hedera.hashgraph.sdk.proto.Fraction.Builder
-
* A fractional number's denominator.
- clearDescription() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Remove the description contents.
- clearDescription() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A short description of the node.
- clearDescription() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A short description of the node.
- clearDescription() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A short description of the node.
- clearDescription() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A short description of the node.
- clearDescription() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A short description of the node.
- clearDescription() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A short description of the node.
- clearDescription() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A short description of the node.
- clearDescription() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint.Builder
-
* A short description of the service provided.
- clearDetails() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* The creation details.
- clearDomainName() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A node domain name.
- clearDomainName() - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint.Builder
-
* A node domain name.
- clearDuplicateTransactionReceipts() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of duplicate transaction receipts.
- clearDuplicateTransactionRecords() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of duplicate transaction records.
- clearDuration() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A duration describing how long this Live Hash SHALL remain valid.<br/> A Live Hash SHOULD NOT be relied upon after this duration has elapsed.
- clearECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
Deprecated.proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074
- clearECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* ECDSA p-384 signature bytes.
- clearECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
Deprecated.proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310
- clearECDSASecp256K1() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A set of compressed ECDSA(secp256k1) public key bytes.<br/> This is an EVM compatibility format.
- clearECDSASecp256K1() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* An ECDSA(secp256k1) signature.
- clearEd25519() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* An array of Ed25519 public key bytes.
- clearEd25519() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* Ed25519 signature bytes.
- clearEd25519() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* An Ed25519 signature.
- clearEffectivePayerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that provided the tokens assessed as a fee.
- clearEnd() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* Specifies the end index (exclusive) of the range of NFTs to query for.
- clearEnd() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* Specifies the end index (exclusive) of the range of NFTs to query for.
- clearEndHour() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
Deprecated.proto.FreezeTransactionBody.endHour is deprecated. See freeze.proto;l=72
- clearEndMin() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
Deprecated.proto.FreezeTransactionBody.endMin is deprecated. See freeze.proto;l=79
- clearEndOfStakingPeriod() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A timestamp indicating the end of the staking period.
- clearEndpointApi() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.Builder
-
* An indicator of what API this endpoint supports.
- clearEndpointType() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
- clearEntities() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- clearEntity() - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.
- clearEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* The id of the hook's entity.
- clearEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId.Builder
- clearEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookId.Builder
-
* The hook's creating entity id.
- clearEntries() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The entries in the mapping at the given slot.
- clearEntries() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries.Builder
-
repeated .proto.TransactionReceiptEntry entries = 1; - clearEntropy() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
- clearEntryKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.Builder
- clearErrorMessage() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any error message produced by the contract call.
- clearErrorMessage() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* Any error message produced by the contract call.
- clearEthereumData() - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody.Builder
-
* The raw Ethereum transaction data.
- clearEthereumHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A keccak256 hash of the ethereumData.
- clearEthereumNonce() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A nonce of this account for Ethereum interoperability.
- clearEthereumNonce() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The ethereum transaction nonce associated with this account.
- clearEthereumTransaction() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Perform an Ethereum encoded transaction.
- clearEventCore() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* The core event data
- clearEventTransaction() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
Deprecated.
- clearEvmAddress() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A created contract address.<br/> If the function created a new contract (e.g.
- clearEvmAddress() - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
-
* A 20-byte EVM address of the contract to call.
- clearEvmAddress() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A new default EVM address for an account created by this transaction.
- clearEvmHook() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* A general-purpose hook programmed in EVM bytecode that may access state or interact with external contracts.
- clearEvmHookCall() - Method in class com.hedera.hashgraph.sdk.proto.HookCall.Builder
-
* Specification of how to call an EVM hook.
- clearEvmOpsDurationThrottle() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A single snapshot for evm ops duration throttle.
- clearExchangeRate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The exchange rates in effect when the transaction reached consensus.
- clearExchangeValueFraction() - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee.Builder
-
* The fraction of fungible value exchanged for an NFT to collect as royalty.
- clearExecuted() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* A flag indicating this schedule has executed.
- clearExecutedHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* If set, the id of the executed hook.
- clearExecution() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* Execution details of an existing hook.
- clearExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An execution timestamp.
- clearExecutionTimes() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse.Builder
-
Deprecated.* A list of execution times, in nanoseconds.
- clearExpectedDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* An expected decimal precision.<br/> This is the number of decimals a fungible/common token type is _expected_ to have.
- clearExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The current expiration time of this account, in seconds since the epoch.
- clearExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* The file's expiration time in seconds since the epoch.<br/> This value should be compared against consensus time, which may not exactly match clock time at the moment of expiration.
- clearExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* An expiration time for this token, in seconds since the epoch.
- clearExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The expiration time for this topic, in seconds since the epoch.
- clearExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* An expiration time for this topic, in seconds since the epoch.
- clearExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated expiration time for this topic, in seconds since the epoch.
- clearExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The point in time at which this contract will expire.
- clearExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the time at which this contract will expire.<br/> An expired contract requires a rent payment to "renew" the contract.
- clearExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The current expiration time for this account.
- clearExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A new account expiration time, in seconds since the epoch.
- clearExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate.Builder
-
* Expiration time stamp for this exchange rate.
- clearExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* An expiration timestamp.
- clearExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* An expiration timestamp.
- clearExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* An expiration timestamp.
- clearExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The current expiration time for this account.
- clearExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* An expiration time.
- clearExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An expiration timestamp.<br/> This represents the time at which the schedule will expire.
- clearExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A timestamp indicating when the file will be removed from state.
- clearExpiredAndPendingRemoval() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A flag indicating that the account is expired and pending removal.
- clearExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An expiration timestamp.
- clearExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* An expiration time for this token, in seconds since the epoch.
- clearExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An expiration timestamp.
- clearExpirySecond() - Method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder.Builder
-
* A consensus second in which the transaction is to be executed.
- clearExpiryTime() - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* A time, in seconds since the `epoch`, when this fee schedule will expire.
- clearExtensionPoint() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The type of the extension point the hook implements.
- clearExtensionPoint() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* The extension point for the hook.
- clearFailureReason() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If set, the reason the construction failed.
- clearFallbackFee() - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee.Builder
-
* A fixed fee to assess if no fungible value is known to be traded for the NFT.
- clearFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
- clearFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that received the fee assessed.
- clearFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* The account to receive the custom fee.
- clearFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee.Builder
-
* A collection account identifier.
- clearFeeData() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
Deprecated.
- clearFeeExemptKeyList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- clearFeeExemptKeyList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- clearFeeExemptKeyList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* A set of keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- clearFeeExemptKeyList() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- clearFeeExemptKeys() - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Clears all keys that will be exempt from paying fees.
- clearFeeExemptKeys() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Clears all keys that will be exempt from paying fees.
- clearFees() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayment.Builder
-
* The total amount of fees due to the node in tinybars
- clearFees() - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* The maximum fees that the user is willing to pay for the message.
- clearFees() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- clearFees() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- clearFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for update or delete of custom fees.
- clearFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* Access control for update/delete of custom fees.
- clearFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Access control for update/delete of custom fees.
- clearFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of the `custom_fees` field for this token.
- clearFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing the token custom fee schedule.
- clearFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of the `custom_fees` field for this token.
- clearFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing the token custom fee schedule.
- clearFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for update/delete of custom fees.
- clearFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
- clearFileAppend() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Append data to the end of a file.
- clearFileAppend() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Append data to the end of a file.
- clearFileContents() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.Builder
-
* A combination of File identifier and content bytes.
- clearFileCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new file.
- clearFileCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new file.
- clearFileDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- clearFileDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- clearFileGetContents() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the content of a file.
- clearFileGetContents() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the content of a file in the Hedera File Service (HFS).
- clearFileGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a file.
- clearFileGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting file metadata from the Hedera File Service (HFS).
- clearFileHash() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* A SHA384 hash of file content.<br/> This is a hash of the file identified by `update_file`.
- clearFileId() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* This file's ID within the global network state.
- clearFileId() - Method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery.Builder
-
* The ID of the address book file on the network.
- clearFileID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The source for the smart contract EVM bytecode.
- clearFileID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.
- clearFileID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The file ID of the file
- clearFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody.Builder
-
* A file identifier.<br/> This identifies the file to which the `contents` will be appended.
- clearFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody.Builder
-
* A file identifier.<br/> This identifies the file to delete.
- clearFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery.Builder
-
* A file identifier.
- clearFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents.Builder
-
* A file identifier.
- clearFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery.Builder
-
* A file identifier.
- clearFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A file identifier.
- clearFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* A file identifier for the file to update.
- clearFileID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* A file identifier.
- clearFileID() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A file identifier.
- clearFileID() - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.Builder
-
* A file identifier.
- clearFileID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `FileCreate`, the id of the newly created file.
- clearFileInfo() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.Builder
-
* A combination of fields from the requested file metadata.
- clearFileNum() - Method in class com.hedera.hashgraph.sdk.proto.FileID.Builder
-
* A whole number file identifier, unique within its realm and shard.
- clearFileUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- clearFileUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- clearFirstConsTimeOfCurrentBlock() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- clearFirstConsTimeOfLastBlock() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- clearFirstContractStorageKey() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A contract storage key.<br/> This is the first key in the doubly-linked list of this contract's storage mappings.
- clearFirstContractStorageKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* For an EVM hook, its first storage key.
- clearFirstHookId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* If the account has more than zero hooks in use, the id of the first hook in its doubly-linked list of hooks.
- clearFixedFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fixed fee to be charged to the `sender` for every token transfer.
- clearFixedFee() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee.Builder
-
* A fixed custom fee.
- clearFractionalAmount() - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* A Fraction of the transferred tokens to assess as a fee.<br/> This value MUST be less than or equal to one.<br/> This value MUST be greater than zero.
- clearFractionalFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fee defined as a fraction of the tokens transferred.
- clearFreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- clearFreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- clearFreezeDefault() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An initial Freeze status for accounts associated to this token.
- clearFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control to freeze this token.
- clearFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing asset "freeze".
- clearFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control to freeze this token.
- clearFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing asset "freeze".
- clearFreezeStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A Freeze status for the account with respect to this token.
- clearFreezeType() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* The type of freeze.
- clearFrozen() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A flag indicating that this token relationship is frozen.
- clearFunctionParameters() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The smart contract function to call, and the parameters to pass to that function.
- clearFunctionParameters() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* The smart contract function to call.
- clearFunctionParameters() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* The smart contract function to call, and the parameters to pass to that function.<br/> These SHALL be presented in EVM bytecode function call format.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- clearFunctionResult() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse.Builder
-
* The result(s) returned by the function call, if successful.
- clearFungibleToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenReference.Builder
-
* A fungible/common token type.
- clearFungibleTokenType() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A token identifier.<br/> This is the type of token for a fungible/common token airdrop.
- clearGas() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The amount of "gas" to use for this call.
- clearGas() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* A maximum limit to the amount of gas to use for this call.
- clearGas() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* A maximum limit to the amount of gas to use for the constructor call.
- clearGas() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* The amount of gas available for this call, sometimes referred to as the gasLimit.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- clearGas() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Compute: Ethereum term for a derivative EVM compute resource.<br/> The fee of computation for a smart contract transaction.
- clearGas() - Method in class com.hedera.hashgraph.sdk.proto.InternalCallContext.Builder
-
* The gas available for the call.<br/>
- clearGasLevelStarts() - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- clearGasLimit() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookCall.Builder
-
* The gas limit to use.
- clearGasThrottle() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A single snapshot for the gas throttle.
- clearGasUsed() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A quantity of "gas" used.<br/> This represents the resource units expended to execute this contract call, and correlates to transaction costs.
- clearGasUsed() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* EVM gas used.
- clearGeneralService() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A general service.<br/> A general service endpoint represents any network accessible service that is provided by a registered node but that is not a service currently defined as part of the Hiero Ledger system.
- clearGenerateReceiveRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.generateReceiveRecordThreshold is deprecated. See crypto_get_info.proto;l=162
- clearGenerateRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.proto.TransactionBody.generateRecord is deprecated. See transaction.proto;l=239
- clearGenerateSendRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.generateSendRecordThreshold is deprecated. See crypto_get_info.proto;l=155
- clearGeneration() - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor.Builder
-
* The generation of the event.<br/> This value SHALL be **one greater** than the _maximum_ generation of all parents.<br/>
- clearGenericLevelStarts() - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- clearGetByKey() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get all entities associated with a given key.
- clearGetByKey() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting all accounts, claims, files, and smart contract instances whose associated keys include the given Key.
- clearGetBySolidityID() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get an Hedera identifier associated with an identifier in EVM "Solidity" form.<br/> Most often used in smart contracts to find an Hedera account, file, or contract identifier to pass to a system contract or precompile.
- clearGetBySolidityID() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting Contract, Account, and File identifiers for a smart contract, given a Solidity identifier.
- clearGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A certificate used to sign gossip events.
- clearGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A certificate used to sign gossip events.
- clearGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A certificate used to sign gossip events.
- clearGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* An RSA public certificate used for signing gossip events.
- clearGossipEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for gossip.
- clearGossipEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- clearGossipEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- clearGossipEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A list of service endpoints for gossip.
- clearGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If the network is still gathering hinTS keys for this construction, the time at which honest nodes should stop waiting for tardy publications and begin preprocessing as soon as there are valid hinTS keys for nodes with >2/3 weight in the target roster.
- clearGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If the network is still gathering proof keys for this construction, the next time at which nodes should stop waiting for tardy proof keys and assemble the history to be proven as soon as it has the associated metadata and proof keys for nodes with >2/3 weight in the target roster.
- clearGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState.Builder
-
* If the network is still gathering WRAPS messages for the R2 or R3 protocol phase, the next time at which nodes should stop waiting for tardy messages from R1 participants and start over.
- clearGrantedCryptoAllowances() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- clearGrantedNftAllowances() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- clearGrantedTokenAllowances() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of fungible token allowances approved by this account.
- clearGrpcCertificateHash() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A hash of the node gRPC certificate.
- clearGrpcCertificateHash() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A hash of the node gRPC TLS certificate.
- clearGrpcCertificateHash() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A hash of the node gRPC TLS certificate.
- clearGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- clearGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- clearGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- clearHapiProtoVersion() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* An API version.
- clearHash() - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor.Builder
-
* The hash of the event.<br/> The hash SHALL be a SHA-384 hash.<br/> The hash SHALL have the following inputs, in the specified order:<br/> 1.
- clearHash() - Method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction.Builder
-
* The hash of the state snapshot being signed.<br/> This hash MUST be a SHA-384 hash.
- clearHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* The specific SHA-384 live hash to inspect
- clearHash() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A SHA-384 hash of some content that is associated to the account or account holder.
- clearHbarEquiv() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate.Builder
-
* Denominator for a ratio of USD cents per HBAR.
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- clearHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- clearHeadNftId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A NftID at the head of the linked list for this account from the unique tokens map.<br/> The unique token relations are connected by including the "next" and "previous" NftID in each Nft message.
- clearHeadNftSerialNumber() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A serial number in the NftID at the head of the linked list for this account from unique tokens map.
- clearHeadPendingAirdropId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A pending airdrop ID.<br/> This is the head of the linked list for this account from the account airdrops map.<br/> <p> The account airdrops SHALL be connected by including the "next" and "previous" `PendingAirdropID` in each `AccountAirdrop` message.<br/> This value SHALL NOT be empty if this account is "sender" for any pending airdrop, and SHALL be empty otherwise.
- clearHeadTokenId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A token ID at the head of the linked list for this account from the token relations map.<br/> The token relations are connected by including the "next" and "previous" TokenID in each TokenRelation message.
- clearHederaFunctionality() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* An enumeration for a particular transaction or query.<br/> The functionality type determines the base cost parameters.
- clearHederaServicesVersion() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* A Services version.
- clearHighVolume() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* If set to true, this bucket is used for high-volume throttles.
- clearHighVolume() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* If set to true, this transaction uses high-volume throttles and pricing for entity creation.
- clearHighVolumePricingMultiplier() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A high volume pricing multiplier.
- clearHintsKey() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody.Builder
-
* The party's hinTS key.
- clearHintsKeyPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for publishing a node's hintTS key.
- clearHintsPartialSignature() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for broadcasting a node's hintTS partial signature on a message.
- clearHintsPreprocessingVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on hinTS aggregation keys.
- clearHintsScheme() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If set, the completed hinTS scheme.
- clearHistory() - Method in class com.hedera.hashgraph.sdk.proto.HistorySignature.Builder
-
* The new history the node is signing.
- clearHistoryProofKey() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution.Builder
-
* The public key the node used to contribute to history proofs when the ledger id was published.
- clearHistoryProofKeyPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for publishing a node's metadata proof key.
- clearHistoryProofSignature() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for contributed a signature with a node's proof key to a history proof.
- clearHistoryProofVerificationKey() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The key to use when verifying recursive chain-of-trust proofs that extend from this ledger id.
- clearHistoryProofVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on a metadata proof descending from the ledger id.
- clearHistorySignature() - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature.Builder
-
* The signature on some new history.
- clearHook() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
- clearHookCall() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
- clearHookContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The id of the contract with this hook's bytecode.
- clearHookCreationDetails() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this contract.
- clearHookCreationDetails() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The hooks to create for the contract.
- clearHookCreationDetails() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this account.
- clearHookCreationDetails() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The hooks to create for the account.
- clearHookDispatch() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* An internal-only transaction body for dispatching a hook CRUD operation.
- clearHookEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookExecution.Builder
-
* The id of the hook's entity.
- clearHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey.Builder
-
* The id of the EVM hook that owns this slot.
- clearHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* For state proofs, the id of this hook.
- clearHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookCall.Builder
-
* The numeric id of the hook to call, when the owning entity is forced by the call site.
- clearHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* The id to create the hook at.
- clearHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookId.Builder
-
* An arbitrary 64-bit identifier.
- clearHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The id of the EVM hook whose storage is being updated.
- clearHookIdsToDelete() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The ids the hooks to delete from the contract.
- clearHookIdsToDelete() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The ids the hooks to delete from the account.
- clearHookIdToDelete() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* The id of the hook to delete.
- clearHookStore() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for updating the storage of an EVM hook.
- clearId() - Method in class com.hedera.hashgraph.sdk.proto.HookCall.Builder
- clearId() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
- clearId() - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.Builder
- clearIncludeChildReceipts() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* A flag to request "child" receipts.
- clearIncludeChildRecords() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* A flag to request "child" records.
- clearIncludeDuplicates() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* A flag to request duplicates.
- clearIncludeDuplicates() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* A flag to request duplicates.
- clearInitcode() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The source for the smart contract EVM bytecode.
- clearInitcodeSource() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
- clearInitialBalance() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The amount of HBAR to use as an initial balance for the account representing the new smart contract.
- clearInitialBalance() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* An amount, in tinybar, to deposit to the newly created account.
- clearInitialSupply() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An initial supply, in the smallest denomination for the token.
- clearInitialTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo.Builder
-
* The TransactionID of the first chunk.
- clearInputTreeRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "input" subtree for this block.
- clearIntermediateBlockRootsLeafCount() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The number of leaves in the intermediate block roots subtree.
- clearIntermediatePreviousBlockRootHashes() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The intermediate hashes needed for subroot 2 in the block merkle tree structure.
- clearInternalCallContext() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* If not already externalized in a transaction body, the context of the internal call producing this result.
- clearIpAddress() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
Deprecated.proto.NodeAddress.ipAddress is deprecated. See basic_types.proto;l=2152
- clearIpAddress() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A 32-bit IPv4 address or 128-bit IPv6 address.<br/> This is the address of the endpoint, encoded in pure "big-endian" (i.e.
- clearIpAddressV4() - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint.Builder
-
* A 32-bit IPv4 address.<br/> This is the address of the endpoint, encoded in pure "big-endian" (i.e.
- clearIsApproval() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* An approved allowance flag.<br/> If true then the transfer is expected to be an approved allowance.
- clearIsApproval() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An approved allowance flag.<br/> If true then the transfer is expected to be an approved allowance.
- clearKey() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The key to be used to sign transactions from this account, if any.
- clearKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The identifying key for this account.
- clearKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The key to be used to sign transactions from this account, if any.
- clearKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* An account key.<br/> This may be a "primitive" key (a singly cryptographic key), or a composite key.
- clearKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.Builder
-
* The explicit bytes of the mapping entry.
- clearKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey.Builder
-
* The EVM key of this slot.
- clearKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot.Builder
-
* The key of the slot.
- clearKey() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The key to be used to sign transactions from this account, if any.
- clearKey() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery.Builder
-
Deprecated.* The key to search for.
- clearKey() - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* The party's active hinTS key.
- clearKey() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
- clearKey() - Method in class com.hedera.hashgraph.sdk.proto.ProofKey.Builder
-
* The key.
- clearKey() - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet.Builder
-
* The proof key the node is using.
- clearKey() - Method in class com.hedera.hashgraph.sdk.proto.SlotKey.Builder
-
* The EVM key of this slot, left-padded with zeros to form a 256-bit word.
- clearKeyList() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A list of keys.
- clearKeys() - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList.Builder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- clearKeys() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* A list of keys that MUST sign any transaction to create or update this file.
- clearKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A list of keys that represent file "owners".
- clearKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A KeyList listing all keys that "own" the file.
- clearKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* The new list of keys that "own" this file.
- clearKeys() - Method in class com.hedera.hashgraph.sdk.proto.KeyList.Builder
-
* A list of keys.
- clearKeys() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A list of keys, all of which MUST sign the transaction to add the live hash.<br/> Any one of these keys may, however, remove the live hash to revoke the association.
- clearKeys() - Method in class com.hedera.hashgraph.sdk.proto.ThresholdKey.Builder
-
* A list of the keys that MAY satisfy signature requirements of this key.
- clearKeyVerificationMode() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* Set a key validation mode.<br/> Any key may be updated by a transaction signed by the token `admin_key`.
- clearKycGranted() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A flag indicating that this token relationship has been granted KYC status.
- clearKycKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control for KYC for this token.
- clearKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing account KYC.
- clearKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control for KYC for this token.
- clearKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing account KYC.
- clearKycStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A KYC status for the account with respect to this token.
- clearLastBlockNumber() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A block number.
- clearLastDecisionTime() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot.Builder
-
* The time at which the this snapshot of capacity was calculated.<br/> Stored as an offset from the `epoch`.
- clearLastHandleTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The time stamp at which the last user transaction was handled.
- clearLastIntervalProcessTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The time stamp at which the last interval process was done.
- clearLastIntervalProcessTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The time stamp at which the last interval process was done.
- clearLastNodeFeeDistributionTime() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* The time when the last node fees were distributed
- clearLastNodeRewardPaymentsTime() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* The last time a node reward payment was made.
- clearLastUsedConsTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The consensus time of the last transaction that was handled by the node.
- clearLastUsedSerialNumber() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A last used serial number for this token.
- clearLedgerId() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The new ledger id.
- clearLedgerId() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* An identifier (and public key) computed from the TssMessages for the target roster.
- clearLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A ledger ID of the network that generated this response.
- clearLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The ledger ID of the network that generated this response.
- clearLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The ledger ID of the network that generated this response.
- clearLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A ledger identifier for the responding network.
- clearLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The ledger ID of the network that generated this response.
- clearLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* A public key.<br/> This key both identifies the ledger and can be used to verify ledger signatures.
- clearLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* The ledger ID of the network that generated this response.
- clearLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* The ledger ID of the network that generated this response.
- clearLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The ledger ID of the network that generated this response.
- clearLedgerIdPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* An internal-only transaction body for publishing the ledger id.
- clearLedgerSignature() - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* A signature from the prior ledger key.<br/> This signature is the _previous_ ledger ID signing _this_ ledger ID.<br/> This value MAY be unset, if there is no prior ledger ID.<br/> This value SHOULD be set if a prior ledger ID exists to generate the signature.
- clearLimit() - Method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery.Builder
-
* The maximum number of node addresses to receive before stopping.
- clearLimit() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* The maximum number of messages to receive before stopping.
- clearLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody.Builder
-
* A Live Hash to be added to the ledger and associated with the identified account.
- clearLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse.Builder
-
* The requested live hash, if found.
- clearLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* A uniquely identifying livehash of an account
- clearLiveHashes() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- clearLiveHashToDelete() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody.Builder
-
* The SHA-384 value of a specific live hash to delete.
- clearLogInfo() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any Log events produced by this contract call.
- clearMajor() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A major version.<br/> Hedera does not increment this value and retains a `0` value to indicate that API may change for any release.
- clearMappingEntries() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.Builder
-
* Implicit storage slot updates specified as Solidity mapping entries.
- clearMappingSlot() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The slot that corresponds to the Solidity mapping itself.
- clearMax() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Base: "maximum total fee".
- clearMaxAutoAssociations() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A maximum for the number of tokens that can be automatically associated with this account.
- clearMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The maximum number of tokens that can be auto-associated with this smart contract.
- clearMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The maximum number of tokens that the contract can be associated to automatically.
- clearMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the maximum number of tokens that can be auto-associated with the contract.
- clearMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (e.g.
- clearMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The maximum number of tokens that can be auto-associated with the account.
- clearMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (i.e smart contracts) which default to -1.
- clearMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The maximum number of tokens that can be auto-associated with the account.
- clearMaxCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- clearMaxCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- clearMaxGasAllowance() - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody.Builder
-
* A maximum amount of "gas" offered to pay the Ethereum transaction costs.
- clearMaximumAmount() - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* A maximum fee to charge, in units of 10<sup>-decimals</sup> tokens.
- clearMaxResultSize() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
Deprecated.proto.ContractCallLocalQuery.maxResultSize is deprecated. See contract_call_local.proto;l=88
- clearMaxStake() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* A limit to the amount of stake considered for consensus weight.
- clearMaxStake() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The maximum stake to this node that is considered to calculate its weight in the network consensus.
- clearMaxStakeRewarded() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A maximum network-wide stake that can earn full rewards.<br/> If the network-wide stake, in tinybar, exceeds this value, then staking rewards must be reduced to maintain "smooth" reward adjustments as defined in HIP-782.<br/> This value is further detailed in HIP-786.
- clearMaxStakingRewardRatePerHbar() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A maximum reward rate for this staking period.
- clearMaxSupply() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A maximum supply of this token.<br/> This is the maximum number of tokens of this type that may be issued.
- clearMaxSupply() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A maximum supply for this token.
- clearMaxSupply() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A maximum supply of this token.<br/> This is the maximum number of tokens of this type that may be issued.
- clearMaxTotalReward() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A limit amount that could be paid as staking rewards.<br/> In the limit case, the network could pay at most this amount, in tinybar as staking rewards for the staking period that just ended, if all other conditions were met to perfection.<br/> <p> This value SHALL reflect the result of a maximum reward calculation that takes into account the balance thresholds and maximum stake thresholds as defined in HIP-782 and HIP-786.<br/> This value is a convenience.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Erase the memo field.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Remove the memo contents.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
Remove the file memo.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A short description of this account.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A short memo for this topic.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A short description of this topic.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated memo to be associated with this topic.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* A short memo for this smart contract.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* A short description of this smart contract.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* A short description of this Account.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A short description of this account.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A short description of this Account.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* A short description of the file.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A short description of this file.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A short description for this file.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* A short description of this file.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A short description of this account.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
Deprecated.proto.NodeAddress.memo is deprecated. See basic_types.proto;l=2168
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A short description of the schedulable transaction.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* A short description for this schedule.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A short description of the schedule.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A short description for this schedule.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A short description of this token.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A short description for this token.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A short description of this token.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A short description for this token.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A short description of this topic.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A short description for this transaction.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction memo.<br/> This is the memo that was submitted as part of the transaction.
- clearMemo() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Remove the token memo.
- clearMemoField() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
- clearMemoWrapper() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the short memo for this smart contract.
- clearMessage() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody.Builder
-
* The message being signed.
- clearMessage() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* A message to be submitted.
- clearMessage() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* The message body originally in the ConsensusSubmitMessageTransactionBody.
- clearMessage() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails.Builder
-
* The message itself.
- clearMessages() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory.Builder
-
The published messages.
- clearMetadata() - Method in class com.hedera.hashgraph.sdk.proto.History.Builder
-
* The metadata associated to the address book.
- clearMetadata() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The metadata bytes for this NFT.
- clearMetadata() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A Token "Metadata".
- clearMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* Token "Metadata".
- clearMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A Token "Metadata".
- clearMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* A list of metadata bytes.<br/> <p> One non-fungible/unique token SHALL be minted for each entry in this list.<br/> Each entry in this list MUST NOT be larger than the limit set by the current network configuration value `tokens.maxMetadataBytes`.<br/> This list MUST NOT contain more entries than the current limit set by the network configuration value `tokens.nfts.maxBatchSizeMint`.<br/> If this list is not empty, the token MUST be a non-fungible/unique type.<br/> If this list is empty, the token MUST be a fungible/common type.
- clearMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* Represents the unique metadata of the NFT
- clearMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A new value for the metadata.
- clearMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* Token "Metadata".
- clearMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access Control of metadata update for this token.
- clearMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing the token `metadata`.
- clearMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access Control of metadata update for this token.
- clearMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing the token `metadata`.
- clearMigrationRecordsStreamed() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A flag indicating that migration records have been published.
- clearMigrationRootHashVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on migration wrapped record root hash state.
- clearMilliOpsPerSec() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A throttle limit for this group.<br/> This is a total number of operations, in thousandths, the network may perform each second for this group.
- clearMin() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Base: "minimum total fee".
- clearMinimumAmount() - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* A minimum fee to charge, in units of 10<sup>-decimals</sup> tokens.
- clearMinor() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A minor version.<br/> Hedera increments this value with each release.<br/> There may be incompatible API changes in any Hedera Services release.
- clearMinStake() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* A minimum amount of HBAR staked to a node to receive rewards.
- clearMinStake() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The minimum stake, in tinybar, that is required for this node to have a non-zero weight in the network consensus.
- clearMintTime() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The consensus time of the TokenMint that created this NFT as offset from the epoch.
- clearMirrorNode() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A Mirror Node.<br/> A Mirror Node is an advanced indexing and query service that provides fast and flexible access to query the block chain and transaction history.
- clearName() - Method in class com.hedera.hashgraph.sdk.proto.Setting.Builder
-
* A name for this setting property.
- clearName() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A name for this bucket.<br/> This is used for log entries.
- clearName() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A human-readable name for this token.
- clearName() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A name for the token.<br/> This is generally the "full name" displayed in wallet software.
- clearName() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A human-readable name for this token.
- clearName() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new name for the token.<br/> This is generally the "full name" displayed in wallet software.
- clearNameValue() - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList.Builder
-
* A List of `Setting` values, typically read from application properties.
- clearNanos() - Method in class com.hedera.hashgraph.sdk.proto.Timestamp.Builder
-
* The number of nanoseconds after the start of the second referenced in `seconds`.
- clearNetOfTransfers() - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* Flag requesting to assess the calculated fee against the sender, without reducing the amount transferred.<br/> #### Effects of this flag <ol> <li>If this value is true <ul> <li>The receiver of a transfer SHALL receive the entire amount sent.</li> <li>The fee SHALL be charged to the sender as an additional amount, increasing the token transfer debit.</li> </ul> </li> <li>If this value is false <ul> <li>The receiver of a transfer SHALL receive the amount sent _after_ deduction of the calculated fee.</li> </ul> </li> </ol>
- clearNetworkdata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the network for bringing a transaction to consensus.
- clearNetworkGetExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- clearNetworkGetExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the time, in nanoseconds, spent in direct processing for one or more recent transactions.
- clearNetworkGetVersionInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the versions of Hedera Services and the HAPI API deployed on the responding consensus node.
- clearNetworkGetVersionInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the deployed versions of Hedera Services and the API definitions in semantic version format
- clearNewCrs() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody.Builder
-
* The party's generated random CRS.
- clearNewPendingAirdrops() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of pending token airdrops.
- clearNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> If a realm is used, it must already exist; we shouldn't be creating it without a separate transaction.</blockquote></blockquote> <p> This was intended to provide an admin key for any new realm created during the creation of the smart contract.<br/> This value is currently ignored.
- clearNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.
- clearNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
Deprecated.
- clearNewTotalSupply() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of `TokenMint`, `TokenWipe`, or `TokenBurn`.<br/> For non-unique tokens, the current total supply of that token.<br/> For unique tokens,the total number of NFTs issued for that token.
- clearNextAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* A pending airdrop identifier.<br/> <p> This field SHALL identify the specific pending airdrop that follows this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".
- clearNextContributingNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The id of the next node that should contribute to the CRS.
- clearNextEncryptionKey() - Method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys.Builder
-
* If non-empty, the same node's next TSS encryption key.
- clearNextFeeSchedule() - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule.Builder
-
* A future fee schedule to use when the current schedule expires.
- clearNextHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- clearNextHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- clearNextKey() - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* If set, the new hinTS key the node wants to use when the next construction begins.
- clearNextKey() - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet.Builder
-
* If set, the proof key the node wants to start using in the address book.
- clearNextKey() - Method in class com.hedera.hashgraph.sdk.proto.SlotValue.Builder
-
* The word of the next key in this contract's storage list (if any).
- clearNextRate() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet.Builder
-
* A future exchange rate.
- clearNextToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The Token ID of the next entry in the associated Account's "virtual double-linked list" of token relationships.
- clearNft() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse.Builder
-
* The information about this NFT
- clearNft() - Method in class com.hedera.hashgraph.sdk.proto.TokenReference.Builder
-
* A single specific serialized non-fungible/unique token.
- clearNftAllowances() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of non-fungible token allowances approved by the account owner.
- clearNftAllowances() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody.Builder
-
* List of non-fungible/unique token allowances to remove.
- clearNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The id of this NFT, consisting of a Token ID and serial number.
- clearNftID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery.Builder
-
* A non-fungible/unique token (NFT) identifier.
- clearNftID() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* A non-fungible/unique token (NFT) identifier.
- clearNfts() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* List of NFTs associated to the account
- clearNfts() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A list of messages, each of which describes one NFT.
- clearNftTransfers() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of NftTransfers.
- clearNMinus1RunningHash() - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes.Builder
-
* The previous running hash of all record stream items.
- clearNMinus2RunningHash() - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes.Builder
-
* The previous, previous running hash of all record stream items.
- clearNMinus3RunningHash() - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes.Builder
-
* The previous, previous, previous running hash of all record stream items.
- clearNodeAccountId() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayment.Builder
-
* The node account id
- clearNodeAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* An account to be paid the "node" portion of transaction fees.<br/> The "node" fees are paid to the node that submitted the transaction.
- clearNodeAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A node account identifier.
- clearNodeActivities() - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- clearNodeAddress() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook.Builder
-
* Published data for all nodes in the network
- clearNodeCertHash() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A hash of the node's TLS certificate.
- clearNodeContributions() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The node-specific contributions made to the new ledger id.
- clearNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- clearNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- clearNodedata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the submitting node.
- clearNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a node from the network address book.<br/> This will mark the node as deleted.<br/> This is a privileged operation.
- clearNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a node from the network address book.<br/> This is a privileged operation.
- clearNodeFeesCollected() - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* The fees collected by node accounts in this period.
- clearNodeId() - Method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey.Builder
-
* The node id of the node that created the TssVote.<br/> This id uniquely identifies the node.
- clearNodeId() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution.Builder
-
* The node id.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId.Builder
-
* The unique id of a node.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* The id of the node submitting these keys.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A consensus node identifier.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeActivity.Builder
-
* A node identifier.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A numeric identifier for the node.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody.Builder
-
* A consensus node identifier in the network state.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodePartyId.Builder
-
* The node id.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeSignature.Builder
-
* The node id of the node that created the _RSA_ signature.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* A node identifier.<br/> This value uniquely identifies this node within the network address book.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A consensus node identifier in the network state.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId.Builder
-
* The id of the node submitting the vote.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ProofKey.Builder
-
* The node id.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A consensus node identifier.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* An affected node identifier.<br/> In the receipt of a NodeCreate, the id of the newly created node.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry.Builder
-
* A node identifier.<br/> This identifies the node that submitted the transaction to consensus.
- clearNodeId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* A node identifier.<br/> This identifier is the node, as known to the address book, that submitted the transaction for consensus.
- clearNodeNumber() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The entity number of this node.<br/> The shard and realm numbers are implied, based on the network address book entry for this node.
- clearNodePartyIds() - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The final party ids assigned to each node in the target roster.
- clearNodeRewardFeeFraction() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A fraction of network and service fees paid to the "node" reward account.<br/> The node staking rewards are paid from the designated reward account `0.0.801`, which receives a fraction of network and service fees for each transaction.
- clearNodeSignature() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* A signature produced by the node.
- clearNodeSignature() - Method in class com.hedera.hashgraph.sdk.proto.NodeSignature.Builder
-
* The bytes of an _RSA_ signature.
- clearNodeSignatures() - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- clearNodeStake() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- clearNodeStakeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update the staking information.<br/> This internal transaction is performed at the end of a staking period to complete staking calculations and indicate that new staking period has started.
- clearNodeTransactionPrecheckCode() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* The result code for this query.
- clearNodeTransactionPrecheckCode() - Method in class com.hedera.hashgraph.sdk.proto.TransactionResponse.Builder
-
* A pre-consensus response code.
- clearNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- clearNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- clearNonce() - Method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo.Builder
-
* A "nonce" value.
- clearNonce() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* An identifier for an internal transaction.<br/> An internal transaction is one that was spawned as part of handling a user transaction.
- clearNonFungibleToken() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* The id of a single NFT<br/> This is the type of token for a non-fungible/unique token airdrop and consists of a Token ID and serial number.
- clearNumAccounts() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of accounts in the network.
- clearNumAirdrops() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of airdrops in the network.
- clearNumAliases() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of aliases in the network.
- clearNumber() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo.Builder
-
* The sequence number (from 1 to total) of the current chunk in the message.
- clearNumber() - Method in class com.hedera.hashgraph.sdk.proto.EntityNumber.Builder
-
Deprecated.* The entity number to store.
- clearNumberAssociations() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of tokens associated with this account.
- clearNumberEvmHookStorageSlots() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The number of storage slots in use by this account's EVM hooks.
- clearNumberHooksInUse() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The number of hooks currently in use on this account.
- clearNumberOwnedNfts() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A number of non-fungible tokens (NTFs) owned by the account.
- clearNumberPendingAirdrops() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A number of pending airdrops.
- clearNumberPositiveBalances() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of tokens with a positive balance associated with this account.
- clearNumberProcessed() - Method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts.Builder
-
* A number of scheduled transactions that have been processed at a consensus second.
- clearNumberScheduled() - Method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts.Builder
-
* A number of transactions scheduled to expire at a consensus second.
- clearNumberTreasuryTitles() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of tokens for which this account is the treasury account.
- clearNumContractBytecodes() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of contract bytecodes in the network.
- clearNumContractStorageSlots() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of contract storage slots in the network.
- clearNumerator() - Method in class com.hedera.hashgraph.sdk.proto.Fraction.Builder
-
* A fractional number's numerator.
- clearNumEvmHookStorageSlots() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of EVM hook storage slots in the network.
- clearNumFiles() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of files in the network.
- clearNumHooks() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of hooks in the network.
- clearNumMissedJudgeRounds() - Method in class com.hedera.hashgraph.sdk.proto.NodeActivity.Builder
-
* A count of rounds.<br/> This is the count of rounds so far, in this staking period in which the node identified by `node_id` did not create judges.
- clearNumNfts() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of NFTs in the network.
- clearNumNodes() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of nodes in the network.
- clearNumParties() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody.Builder
-
* The number of parties in the hinTS scheme.
- clearNumParties() - Method in class com.hedera.hashgraph.sdk.proto.HintsPartyId.Builder
-
* The number of parties in the hinTS scheme.
- clearNumPrecedingStateChangesItems() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A count of "state change" block items in this block.
- clearNumRegisteredNodes() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of registered nodes in the network.
- clearNumRoundsInStakingPeriod() - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A number of rounds so far, in this staking period.
- clearNumSchedules() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of schedules in the network.
- clearNumStakingInfos() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of staking infos in the network.
- clearNumStorageSlots() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The number of storage slots an EVM hook is using.
- clearNumTokenRelations() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of token relationships in the network.
- clearNumTokens() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of tokens in the network.
- clearNumTopics() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of topics in the network.
- clearObtainers() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
- clearOperations() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A list of operations to be throttled.
- clearOrderNumber() - Method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder.Builder
-
An ordered position within a conceptual list.<br/> This is the ordered position within the consensus second when the associated transaction will be executed.
- clearOriginalCreateTransaction() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The full transaction that created this schedule.
- clearOutputItemRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "output" subtree for this block.
- clearOutputItemsTreeRootHash() - Method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes.Builder
-
* The wrapped-record output items tree root hash for a block.
- clearOwnedNfts() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The total number of non-fungible/unique tokens owned by this account.
- clearOwnedNfts() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The total number of non-fungible/unique tokens owned by this account.
- clearOwner() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- clearOwner() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- clearOwner() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* An `owner` account identifier.
- clearOwner() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- clearOwner() - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* An account identifier.<br/> This OPTIONAL field identifies the account holding the tokens to be rejected.
- clearOwnerId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The account or contract id that owns this NFT.
- clearOwnerNextNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The NFT ID of the next entry in the current owner's "virtual double-linked list" of owned NFTs.
- clearOwnerPreviousNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The NFT ID of the previous entry in the current owner's "virtual double-linked list" of owned NFTs.
- clearPaidStakingRewards() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of staking rewards paid.
- clearParentConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A consensus timestamp for a child record.
- clearParents() - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- clearPartialSignature() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody.Builder
-
* The node's partial signature on the message.
- clearPartyId() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody.Builder
-
* The party id for which the hinTS key is being published; must be in the range [0, num_parties).
- clearPartyId() - Method in class com.hedera.hashgraph.sdk.proto.HintsPartyId.Builder
-
* The party id, in the range [0, num_parties).
- clearPartyId() - Method in class com.hedera.hashgraph.sdk.proto.NodePartyId.Builder
-
* The party id.
- clearPartyWeight() - Method in class com.hedera.hashgraph.sdk.proto.NodePartyId.Builder
-
* The party's weight in the construction.
- clearPatch() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A patch version.
- clearPaused() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A flag indicating that this token is paused.
- clearPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of pause/unpause for this token.
- clearPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing token "pause".
- clearPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of pause/unpause for this token.
- clearPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing token "pause".
- clearPauseStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating that this token is paused.<br/> A token may be paused, unpaused, or pause not applicable.
- clearPayerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The explicit payer account for the scheduled transaction.
- clearPayerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* An Account identifier for the payer for the transaction.
- clearPayerAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* An account identifier of a `payer` for the scheduled transaction.
- clearPayerAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An account identifier.
- clearPayment() - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader.Builder
-
* A signed `CryptoTransferTransaction` to pay query fees.
- clearPayments() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- clearPendingAirdropId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord.Builder
-
* A unique, composite, identifier for a pending airdrop.
- clearPendingAirdropIds() - Method in class com.hedera.hashgraph.sdk.PendingAirdropLogic
-
clear the pending airdrop ids
- clearPendingAirdrops() - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- clearPendingAirdrops() - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.
- clearPendingAirdropValue() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* An amount of fungible tokens to be sent for this pending airdrop.
- clearPendingAirdropValue() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord.Builder
-
* A single pending airdrop amount.
- clearPendingReward() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* An amount, in tinybar, to be received in the next reward payout.<br/> Rewards are not paid out immediately; for efficiency reasons rewards are only paid out as part of another transaction involving that account.
- clearPendingRewards() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* The total staking rewards, in tinybars, that may be collected by all accounts staking to all nodes after the end of this staking period.
- clearPendingRewards() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The total staking rewards in tinybars that MAY be collected by all accounts staking to the current node after the end of this staking period.
- clearPermanentRemoval() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* A flag indicating that this transaction is "synthetic"; initiated by the node software.
- clearPhase() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* The phase of the proof construction this key is being published for.
- clearPhase() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails.Builder
-
* The phase of the construction the message applies to.
- clearPhase() - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState.Builder
-
* The phase of the WRAPS protocol.
- clearPort() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A network port to use.
- clearPort() - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint.Builder
-
* A TCP port to use.
- clearPortno() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
Deprecated.proto.NodeAddress.portno is deprecated. See basic_types.proto;l=2160
- clearPostUpgradeWorkDone() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* Whether the post-upgrade work has been done.
- clearPre() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A pre-release version.
- clearPreimage() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.Builder
-
* The bytes that are the preimage of the Keccak256 hash that forms the mapping key.
- clearPrePostTxAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- clearPrePostTxReceiverAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- clearPrePostTxSenderAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- clearPreprocessedKeys() - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The aggregation and verification keys for the scheme.
- clearPreprocessedKeys() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote.Builder
-
* The preprocessed keys this node is voting for.
- clearPreprocessingStartTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If the network has gathered enough hinTS keys for this construction to begin preprocessing, the cutoff time by which keys must have been adopted to be included as input to the preprocessing algorithm.
- clearPreprocessingState() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
- clearPreSystemDeleteExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* The pre-system-delete expiration time of a deleted "system" file, in seconds.
- clearPreTxAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- clearPreTxReceiverAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- clearPreTxSenderAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- clearPreviousAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* A pending airdrop identifier.
- clearPreviousHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, the id of the hook preceding this one in the owner's doubly-linked list of hooks.
- clearPreviousKey() - Method in class com.hedera.hashgraph.sdk.proto.SlotValue.Builder
-
* The word of the previous key in this contract's storage list (if any).
- clearPreviousToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The Token ID of the previous entry in the associated Account's "virtual double-linked list" of token relationships.
- clearPreviousWrappedRecordBlockRootHash() - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody.Builder
-
* The previous wrapped record block root hash from startup migration.
- clearPreviousWrappedRecordBlockRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The root hash of the previous wrapped record block.
- clearPrngBytes() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A pseudorandom 384-bit sequence.
- clearPrngNumber() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A pseudorandom 32-bit integer.<br/> <p> This SHALL be returned in the record of a PRNG transaction with an output range specified.
- clearProof() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody.Builder
-
* The party's proof of the CRS update.
- clearProof() - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.Builder
- clearProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote.Builder
-
* The history proof the submitting node is voting for.
- clearProofKey() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* The proof key the submitting node intends to use when contributing WRAPS messages for use in proving history belongs to the chain of trust for the ledger id.
- clearProofState() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
- clearProvidedExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The requested expiration time of the schedule if provided by the user.
- clearProxyAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
Deprecated.
- clearProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
Deprecated.
- clearProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.
- clearProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.
- clearProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- clearProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- clearProxyFraction() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.proxyFraction is deprecated. See crypto_update.proto;l=83
- clearProxyReceived() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.proxyReceived is deprecated. See crypto_get_info.proto;l=130
- clearProxyReceived() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The total amount of tinybar proxy staked to this account.
- clearProxyStaker() - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- clearPubKeyPrefix() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* Prefix bytes of the public key.
- clearPublicationTime() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails.Builder
-
* The time at which the message was published.
- clearPublicTssEncryptionKey() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody.Builder
-
* The raw bytes of the public TSS encryption key of the node sending the transaction.
- clearQuery() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
- clearRange() - Method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody.Builder
-
* A range for the requested value.
- clearRbh() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Memory: "RAM byte-hours".<br/> The fee for RAM required to process a transaction, measured in byte-hours
- clearRealmID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Realm should be determined by node and network parameters.
- clearRealmID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The realm in which this account is created.
- clearRealmID() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A realm in which this file is created.
- clearRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
-
* A whole number realm identifier.
- clearRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
-
* A whole number realm identifier.
- clearRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.FileID.Builder
-
* A whole number realm identifier.
- clearRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.RealmID.Builder
-
* A whole number realm identifier.
- clearRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleID.Builder
-
* A whole number realm
- clearRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.TokenID.Builder
-
* A whole number realm identifier.
- clearRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.TopicID.Builder
-
* A whole number realm identifier.
- clearReceipt() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A transaction receipt.
- clearReceipt() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction receipt.
- clearReceiverAccountID() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An Account identifier for the receiver.
- clearReceiverAllowanceHookCall() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
- clearReceiveRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.proto.CryptoCreateTransactionBody.receiveRecordThreshold is deprecated. See crypto_create.proto;l=79
- clearReceiveRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113
- clearReceiveRecordThresholdField() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
- clearReceiveRecordThresholdWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- clearReceiverId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A receiving account.
- clearReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- clearReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* A flag indicating the account holder must authorize all incoming token transfers.
- clearReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- clearReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155
- clearReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- clearReceiverSigRequiredField() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
- clearReceiverSigRequiredWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A flag indicating the account holder must authorize all incoming token transfers.
- clearRecords() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- clearRecords() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* A list of records.
- clearRegisteredNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new registered node in the network address book.
- clearRegisteredNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new registered node in the network address book.
- clearRegisteredNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a registered node from the network address book.
- clearRegisteredNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a registered node from the network address book.
- clearRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A registered node identifier.
- clearRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody.Builder
-
* A registered node identifier in the network state.
- clearRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A registered node identifier in the network state.
- clearRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The identifier of a newly created RegisteredNode.
- clearRegisteredNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a registered node in the network address book.
- clearRegisteredNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a registered node in the network address book.
- clearRejections() - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* A list of one or more token rejections.
- clearRequiresTls() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A flag indicating if this endpoint requires TLS.
- clearReservedStakingRewards() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* An amount reserved in the staking reward account.<br/> This is an amount "reserved" in the balance of account `0.0.800` that is already owed for pending rewards that were previously earned but have not yet been collected.<br/> This value is further detailed in HIP-786.
- clearResolutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The consensus timestamp of the transaction that executed or deleted this schedule.
- clearResponse() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
- clearResponseType() - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader.Builder
-
* A type of query response requested.
- clearResponseType() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* The response type requested for this query.
- clearResultData() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* Result data from the function call.
- clearRewardBalanceThreshold() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A minimum balance required for maximum staking rewards.<br/> This value is further detailed in HIP-786.
- clearRewardRate() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* The rate of rewards, in tinybar per HBAR, for the staking reward period that just ended.
- clearRewardSumHistory() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* A running list of reward amounts for the last 365+1 staking periods (typically a year and a day).
- clearRightmostPrecedingStateChangesTreeHashes() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A concatenation of SHA2-384 hash values.<br/> This is the "rightmost" values of the "output" subtree.
- clearRosterEntries() - Method in class com.hedera.hashgraph.sdk.proto.Roster.Builder
-
* List of roster entries, one per consensus node.
- clearRosterHash() - Method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey.Builder
-
* A hash that uniquely identifies the target roster for the associated value in the map.
- clearRosterHash() - Method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey.Builder
-
* A hash of the target roster for the associated value in the map.
- clearRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A roster hash for the roster that the node signatures are from.
- clearRosterSignatures() - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* The signatures from nodes in the active roster signing the new ledger id.<br/> These signatures establish a chain of trust from the network to the new ledger id.
- clearRound() - Method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction.Builder
-
* The round number corresponding to the round number of the state snapshot being signed.<br/> This number MUST be greater than 0.
- clearRound() - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* A round number.<br/> This identifies when this ledger id becomes active.<br/> This value is REQUIRED.
- clearRoundNumber() - Method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair.Builder
-
* The round number.
- clearRoundRosterPairs() - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- clearRoyaltyFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fee charged as royalty for any transfer of a non-fungible/unique token.
- clearRpcRelay() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A RPC Relay.<br/> A RPC Relay is a proxy and translator between EVM tooling and a Hiero consensus network.
- clearRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
Deprecated.proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068
- clearRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* RSA-3072 signature bytes.
- clearRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
Deprecated.proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304
- clearRSAPubKey() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A hexadecimal String encoding of an X509 public key.
- clearRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* The latest running hash of the topic.
- clearRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* The running hash (SHA384) of every message.
- clearRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes.Builder
-
* A running hash of all record stream items.
- clearRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The current running hash of this topic.
- clearRunningHashVersion() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* Version of the SHA-384 digest used to update the running hash.
- clearSbh() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Disk: "storage byte-hours".<br/> The fee for storage required by a transaction, measured in byte-hours
- clearSbpr() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Response disk: "storage bytes per response".<br/> The fee for data retrieved from disk to deliver a response, measured in bytes
- clearScheduleCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a schedule.<br/> A schedule is a request to execute a specific transaction, included in the create body, in the future.
- clearScheduled() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* A scheduled transaction flag.<br/> If set, this transaction represents the execution of a Schedule after all necessary signatures are gathered.
- clearScheduleDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- clearScheduleDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- clearScheduledTransaction() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The scheduled transaction to execute.
- clearScheduledTransactionBody() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A scheduled transaction.
- clearScheduledTransactionBody() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A scheduled transaction.
- clearScheduledTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A transaction identifier.
- clearScheduledTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ScheduleCreate` or `ScheduleSign` that enables the scheduled transaction to execute immediately, the `TransactionID` that should be used to query for the receipt or record of the scheduled transaction that was executed.
- clearScheduleGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a schedule.<br/> A schedule is a request to execute a transaction at a future time.
- clearScheduleGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a scheduled transaction.
- clearScheduleId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* This schedule's ID within the global network state.
- clearScheduleId() - Method in class com.hedera.hashgraph.sdk.ScheduleSignTransaction
-
Deprecated.
- clearScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody.Builder
-
* A schedule identifier.
- clearScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery.Builder
-
* A schedule identifier.
- clearScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A schedule identifier.
- clearScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody.Builder
-
* A schedule identifier.
- clearScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ScheduleCreate`, the id of the newly created Scheduled Entity
- clearScheduleIds() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList.Builder
-
* A list of schedule identifiers, in no particular order.
- clearScheduleInfo() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse.Builder
-
* Detail information for a schedule.
- clearScheduleNum() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleID.Builder
-
* A whole number schedule, unique within its realm and shard
- clearSchedulerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The scheduler account for this schedule.
- clearScheduleRef() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A schedule reference.<br/> The reference to a schedule ID for the schedule that initiated this transaction, if this this transaction record represents a scheduled transaction.
- clearSchedules() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList.Builder
-
* a list of schedules, in no particular order.
- clearScheduleSign() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Sign a schedule.<br/> Add one or more cryptographic keys to the list of keys that have signed a schedule, and which may serve to meet the signature requirements for the scheduled transaction.
- clearScheduleValidStart() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The transaction valid start value for this schedule.
- clearSeconds() - Method in class com.hedera.hashgraph.sdk.proto.Duration.Builder
-
* The number of seconds for this duration.
- clearSeconds() - Method in class com.hedera.hashgraph.sdk.proto.Timestamp.Builder
-
* The number of complete seconds since the start of the epoch.
- clearSeconds() - Method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds.Builder
-
* The number of complete seconds since the start of the epoch.
- clearSenderAccountID() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An Account identifier for the sender.
- clearSenderAllowanceHookCall() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
- clearSenderId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The account that is the "sender" for this contract call.
- clearSenderId() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* The account that was the "sender" for this contract call.<br/> If this is not set it SHALL be read from the accountId in the transactionId for the contract call.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- clearSenderId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* The Hedera id of the caller.<br/>
- clearSenderId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A sending account.
- clearSendRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.proto.CryptoCreateTransactionBody.sendRecordThreshold is deprecated. See crypto_create.proto;l=71
- clearSendRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93
- clearSendRecordThresholdField() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
- clearSendRecordThresholdWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- clearSequenceNumber() - Method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey.Builder
-
* A number representing consensus order.<br/> This declares the order in which the mapped value came to consensus.
- clearSequenceNumber() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A current sequence number (starting at 1 for the first message) for messages on this topic.
- clearSequenceNumber() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* Starts at 1 for first submitted message.
- clearSequenceNumber() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The number of messages sent to the topic.
- clearSerialNumber() - Method in class com.hedera.hashgraph.sdk.proto.NftID.Builder
-
* A unique serial number.<br/> This serial number is unique within its token type.
- clearSerialNumber() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A serial number for the NFT to transfer.
- clearSerialNumbers() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A list of token serial numbers.<br/> The list of serial numbers that the spender is permitted to transfer.
- clearSerialNumbers() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* The list of serial numbers to remove allowances from.
- clearSerialNumbers() - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* A list of serial numbers to burn from the Treasury Account.
- clearSerialNumbers() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A list of serial numbers to be updated.
- clearSerialNumbers() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* A list of serial numbers to wipe.<br/> The non-fungible/unique tokens with these serial numbers will be destroyed and cannot be recovered or reused.
- clearSerialNumbers() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `TokenMint` for non-fungible/unique tokens, the serial numbers of the newly created tokens.
- clearServicedata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the network for providing the immediate and ongoing services associated with executing the transaction, maintaining the network, and developing the network software.
- clearServiceEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for client calls.
- clearServiceEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- clearServiceEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- clearServiceEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- clearServiceEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A list of service endpoints for client calls.
- clearServiceEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- clearServiceEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- clearShardID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Shard should be determined by the node the transaction is submitted to.
- clearShardID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The shard in which this account is created <p> Currently, this MUST be `0`.<br/> If the desired shard is `0`, this SHOULD NOT be set.
- clearShardID() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A shard in which this file is created
- clearShardNum() - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
-
* A whole number shard identifier.
- clearShardNum() - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
-
* A whole number shard identifier.
- clearShardNum() - Method in class com.hedera.hashgraph.sdk.proto.FileID.Builder
-
* A whole number shard identifier.
- clearShardNum() - Method in class com.hedera.hashgraph.sdk.proto.RealmID.Builder
-
* A whole number shard identifier.
- clearShardNum() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleID.Builder
-
* A whole number shard
- clearShardNum() - Method in class com.hedera.hashgraph.sdk.proto.ShardID.Builder
-
* A whole number shard identifier.
- clearShardNum() - Method in class com.hedera.hashgraph.sdk.proto.TokenID.Builder
-
* A whole number shard identifier.
- clearShardNum() - Method in class com.hedera.hashgraph.sdk.proto.TopicID.Builder
-
* A whole number shard identifier.
- clearShareIndex() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody.Builder
-
* An index to order shares.
- clearSigMap() - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction.Builder
-
* A set of cryptographic signatures.
- clearSigMap() - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- clearSignatories() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* All of the "primitive" keys that have already signed this schedule.
- clearSignature() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* A node signature on the event hash.<br/> The signature SHALL be created with the SHA384withRSA algorithm.<br/> The signature MUST verify using the public key belonging to the `event_creator`.<br/> The `event_creator` public key SHALL be read from the address book that corresponds to the event's birth round.<br/> The signed event hash SHALL be a SHA-384 hash.<br/> The signed event hash SHALL have the following inputs, in the specified order:<br/> 1.
- clearSignature() - Method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction.Builder
-
* The signature of state snapshot hash.<br/> This signature MUST be a RSA signature with a maximum length of 384 bytes.<br/> The signature algorithm used MUST be RSASSA-PKCS1-v1_5 with SHA-384.
- clearSignature() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody.Builder
-
* This node's signature on its computed history.
- clearSignature() - Method in class com.hedera.hashgraph.sdk.proto.HistorySignature.Builder
-
* The node's signature on the canonical serialization of the new history.
- clearSignature() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.
- clearSignature() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
- clearSignatureList() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* A list of M signatures, each corresponding to a Key in a KeyList of the same length.
- clearSignedTransactionBytes() - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
* A valid, serialized, `SignedTransaction` message.
- clearSignerNonce() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A nonce value for the "signer account".<br/> If the contract call updated the signer nonce for the signer account (i.e.
- clearSignerNonce() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* In an EthereumTransaction, the nonce of the signer account at the end of the transaction.<br/>
- clearSigners() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A list of "valid" signatures for this schedule.<br/> This list contains only "primitive" (i.e.
- clearSigningNodeIds() - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures.Builder
-
* In ascending order, the ids of the nodes that contributed signatures.
- clearSigningTime() - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature.Builder
-
* The time at which the signature was recorded.
- clearSigPair() - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap.Builder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- clearSigs() - Method in class com.hedera.hashgraph.sdk.proto.SignatureList.Builder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- clearSigs() - Method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature.Builder
-
Deprecated.* For an N-of-M threshold key, this is a list of M signatures, at least N of which must be non-null.
- clearSigs() - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- clearSize() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A size, in bytes, for the file.
- clearSmartContract() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A boolean indicating that this account is owned by a smart contract.
- clearSolidityID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery.Builder
-
Deprecated.* A contract ID in the format used by Solidity.
- clearSourceRosterHash() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody.Builder
-
* A hash of the roster containing the node generating the TssMessage.<br/> This hash uniquely identifies the source roster, which will include an entry for the node generating this TssMessage.
- clearSourceRosterHash() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* A hash of the roster containing the node generating this TssVote.
- clearSourceRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* The hash of the roster whose weights are used to determine when the >=1/3 weight signing threshold is reached.
- clearSourceRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* The hash of the roster whose weights are used to determine when certain thresholds are during construction.
- clearSpec() - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* The specification for the hook.
- clearSpender() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- clearSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- clearSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- clearSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- clearSpender() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- clearSpender() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- clearSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- clearSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- clearSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- clearSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The account or contract id approved to spend this NFT.
- clearSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* If an allowance is granted for the NFT, its corresponding spender account
- clearStage() - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The stage of the CRS construction.
- clearStake() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
Deprecated.proto.NodeAddress.stake is deprecated. See basic_types.proto;l=2236
- clearStake() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* A consensus weight assigned to this node for the next staking period.
- clearStake() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The total amount of HBAR staked to this node.
- clearStakeAtStartOfLastRewardedPeriod() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An amount of HBAR staked by this account at the start of the last reward period.
- clearStakedAccountId() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Clear the staked account ID
- clearStakedAccountId() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Clear the staked account ID
- clearStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An identifier for the account to which this account is staking its balances as a proxy.
- clearStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* An account ID.
- clearStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* An account identifier.<br/> A staked account acts as a proxy, and this contract effectively nominates the same node as the identified account.
- clearStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* ID of the account to which this account is staking its balances.
- clearStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* ID of the account to which this account is staking its balances.
- clearStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A delegated stake.
- clearStakedId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
- clearStakedId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
- clearStakedId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
- clearStakedId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
- clearStakedId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
- clearStakedId() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
- clearStakedNodeId() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Clear the staked node
- clearStakedNodeId() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
clear the staked node account ID
- clearStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An identifier for the node this account is staked to.
- clearStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The ID of a network node.
- clearStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* A node identifier.<br/> A staked node identifier indicates the consensus node that this account nominates for staking.
- clearStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* ID of the node this account is staked to.
- clearStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* ID of the node this account is staked to.
- clearStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A direct stake.
- clearStakedToMe() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The amount of HBAR staked to this account by others.
- clearStakedToMe() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A proxy-staked balance.<br/> The total HBAR balance of all accounts that delegate staking to this account or contract.
- clearStakeNotRewarded() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* The total amount staked to this node, while declining rewards.
- clearStakePeriodStart() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* If this account stakes to another account, this value SHALL be set to the time when the current period for staking and reward calculations began.
- clearStakePeriodStart() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A `Timestamp` of the start time for the latest active staking period.
- clearStakeRewarded() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* The total amount staked to this node, while accepting rewards.
- clearStakeRewardStart() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The snapshot of stake_to_reward value at the beginning of the current staking period.
- clearStakers() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse.Builder
-
Deprecated.* List of accounts proxy staking to this account, and the amount each is currently proxy staking
- clearStakeToNotReward() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The sum of balances of all accounts staked to this node, considering only accounts that decline to receive rewards.
- clearStakeToReward() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The sum of balances of all accounts staked to this node, considering only accounts that choose to receive rewards.
- clearStakingInfo() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* Staking information for this contract.
- clearStakingInfo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* Staking information for this account.
- clearStakingPeriod() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A number of minutes representing a staking period.<br/> <blockquote>Note<blockquote> For the special case of `1440` minutes, periods are treated as calendar days aligned to midnight UTC, rather than repeating `1440` minute periods left-aligned at the epoch.</blockquote></blockquote>
- clearStakingPeriodsStored() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A limit to the number of staking periods held for inactive accounts.<br/> This is the maximum number of trailing staking periods for which an account can collect staking rewards.<br/> #### Example If this value is 365 with a calendar day period, then each account must collect rewards at least once per calendar year to receive the full amount of staking rewards earned.
- clearStakingRewardFeeFraction() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A fraction of network and service fees paid to the "general" reward account.<br/> The general staking rewards are paid from the designated reward account `0.0.800`, which receives a fraction of network and service fees for each transaction.
- clearStakingRewardRate() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
Deprecated.proto.NodeStakeUpdateTransactionBody.staking_reward_rate is deprecated. See node_stake_update.proto;l=135
- clearStakingRewardsActivated() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* A flag indicating that staking rewards are activated on the network.
- clearStakingStartThreshold() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A minimum balance required to pay general staking rewards.
- clearStart() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* Specifies the start index (inclusive) of the range of NFTs to query for.
- clearStart() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* Specifies the start index (inclusive) of the range of NFTs to query for.
- clearStartHour() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
Deprecated.proto.FreezeTransactionBody.startHour is deprecated. See freeze.proto;l=59
- clearStartMin() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
Deprecated.proto.FreezeTransactionBody.startMin is deprecated. See freeze.proto;l=65
- clearStartOfBlockStateHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the hash of consensus state at the _start_ of this block.
- clearStartTime() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* A start time for the freeze.
- clearStateProof() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* A state proof for the information requested.
- clearStateSignatureTransaction() - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction.Builder
-
* A state signature.
- clearStateSignatureTransaction() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for signature of a state root hash gossiped to other nodes
- clearStatus() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The consensus status of the transaction.
- clearStatus() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry.Builder
-
* A status result.<br/> This is the final status after handling the transaction.
- clearStorage() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The amount of storage used by this smart contract.
- clearStorageSlot() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.Builder
-
* An explicit storage slot update.
- clearStorageUpdates() - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* Initial storage updates for the hook, if any.
- clearStorageUpdates() - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The updates to the storage of the EVM hook.
- clearSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for message submission to the topic.
- clearSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A key that MUST sign any transaction to submit a message to this topic.
- clearSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Updated access control for message submission to the topic.
- clearSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for message submission to the topic.
- clearSubmitKey() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Clear the submit key for this topic.
- clearSubType() - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* A sub-type distinguishing between different types of `FeeData` that may apply to the same base transaction type (associated with an `HederaFunctionality`).
- clearSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of token mint/burn for this token.
- clearSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for "minting" and "burning" tokens.
- clearSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of token mint/burn for this token.
- clearSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for "minting" and "burning" tokens.
- clearSupplyType() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A supply type for this token.
- clearSupplyType() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A supply type for this token, according to IWA classification.
- clearSupplyType() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A supply type for this token.
- clearSymbol() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A human-readable symbol for the token.
- clearSymbol() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A symbol to use for the token.
- clearSymbol() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A human-readable symbol for the token.
- clearSymbol() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A token symbol.
- clearSymbol() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new symbol to use for the token.
- clearSystemDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- clearSystemDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- clearSystemUndelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- clearSystemUndelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- clearTargetHistory() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The target history of the proof.
- clearTargetProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* When this construction is complete, the proof that the target roster's address book and associated metadata belong to the ledger id's chain of trust.
- clearTargetProofKeys() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- clearTargetRosterHash() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody.Builder
-
* A hash of the roster that the TssMessage is for.
- clearTargetRosterHash() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* A hash of the roster that this TssVote is for.
- clearTargetRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* The hash of the roster whose weights are used to determine when the >2/3 weight availability threshold is reached.
- clearTargetRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* The hash of the roster whose weights are used to assess progress toward obtaining proof keys for parties that hold at least a strong minority of the stake in that roster.
- clearThreshold() - Method in class com.hedera.hashgraph.sdk.proto.ThresholdKey.Builder
-
* A transaction MUST have valid signatures from at least this number of separate keys, from the `keys` list to be authorized by this key.
- clearThresholdKey() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A threshold, M, combined with a list of N keys, any M of which are sufficient to form a valid signature.
- clearThresholdSignature() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* A list of signatures for a single N-of-M threshold Key.
- clearThrottleBuckets() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions.Builder
-
* A list of throttle buckets.
- clearThrottleGroups() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- clearTimeCreated() - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The wall clock time at which the event was created, according to the node creating the event.<br/> If the event has a self parent, this timestamp MUST be strictly greater than the `time_created` of the self parent.
- clearTinybarBalance() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- clearToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* A token identifier.
- clearToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody.Builder
-
* A token identifier.
- clearToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody.Builder
-
* A token identifier.
- clearToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery.Builder
-
* A token identifier.
- clearToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody.Builder
-
* A token identifier.
- clearToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* A token identifier.
- clearToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody.Builder
-
* A token identifier.
- clearToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody.Builder
-
* A token identifier.
- clearToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A token identifier.<br/> This is the token to be transferred.
- clearToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody.Builder
-
* A token identifier.
- clearToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody.Builder
-
* A token identifier.
- clearToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A token identifier.<br/> This is the token type (i.e.
- clearToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A token identifier.
- clearToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* A token identifier.
- clearTokenAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Send an "airdrop" of tokens to one or more recipients.
- clearTokenAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* "Airdrop" tokens.<br/> This transaction sends tokens from one or more "sender" accounts to one or more "recipient" accounts.
- clearTokenAllowances() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of fungible token allowances approved by this account.
- clearTokenAllowances() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of fungible token allowances approved by the account owner.
- clearTokenAssociate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Associate tokens to an account.
- clearTokenAssociate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Associate tokens to an account.
- clearTokenBalances() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
Deprecated.
- clearTokenBalances() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances.Builder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- clearTokenBurn() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- clearTokenBurn() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- clearTokenCancelAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Cancel an "airdrop".<br/> This transaction cancels a pending airdrop for one or more recipients.
- clearTokenCancelAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Cancel one or more "pending" airdrops that are not yet claimed.
- clearTokenClaimAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Claim an "airdrop".
- clearTokenClaimAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Claim one or more "pending" airdrops.
- clearTokenCreation() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new Hedera token.
- clearTokenCreation() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new Hedera token.
- clearTokenDeletion() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Deletes an Hedera token.<br/> The token will be marked deleted.
- clearTokenDeletion() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete an Hedera token.<br/> The token will be marked deleted.
- clearTokenDissociate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Dissociate tokens from an account.
- clearTokenDissociate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Dissociate tokens from an account.
- clearTokenFeeScheduleUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- clearTokenFeeScheduleUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- clearTokenFreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- clearTokenFreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- clearTokenGetAccountNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- clearTokenGetAccountNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens owned by an account.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were added to the account.
- clearTokenGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a token.
- clearTokenGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting metadata for a specific Token.
- clearTokenGetNftInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a specific, serial numbered, non-fungible/unique token (NFT).
- clearTokenGetNftInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a specific non-fungible/unique token selected by both token identifier and serial number.
- clearTokenGetNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- clearTokenGetNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were minted.
- clearTokenGrantKyc() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- clearTokenGrantKyc() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance.Builder
-
* The identifier for the token associated with this allowance.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
* The identifier for the token associated with this allowance.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* The token transferred to satisfy this fee.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair.Builder
-
Deprecated.* A token identifier for the associated token.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance.Builder
-
* The identifier for the token associated with this allowance.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
* The identifier for the token associated with this allowance.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* A token identifier.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A unique identifier for this token.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation.Builder
-
* A token identifier for the associated token.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance.Builder
-
* A token identifier.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A token identifier.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A unique identifier for this token.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A token identifier.
- clearTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A token identifier.
- clearTokenID() - Method in class com.hedera.hashgraph.sdk.proto.NftID.Builder
-
* A token identifier.<br/> This token represents the collection containing this NFT.
- clearTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* A token identifier.
- clearTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A token identifier.
- clearTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `CreateToken`, the id of the newly created token
- clearTokenIdentifier() - Method in class com.hedera.hashgraph.sdk.proto.TokenReference.Builder
- clearTokenInfo() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse.Builder
-
* The information requested for the identified token.
- clearTokenMint() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- clearTokenMint() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- clearTokenNum() - Method in class com.hedera.hashgraph.sdk.proto.TokenID.Builder
-
* A whole number token identifier.
- clearTokenPause() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Pause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- clearTokenPause() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Pause a Token.
- clearTokenReference() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
- clearTokenReject() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* "Reject" undesired tokens.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- clearTokenReject() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Reject and return a token to treasury.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- clearTokenRelationships() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
Deprecated.
- clearTokenRelationships() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- clearTokenRelationships() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- clearTokenRevokeKyc() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Revoke KYC from an account with respect to a token.
- clearTokenRevokeKyc() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Revoke KYC from an account with respect to a token.
- clearTokens() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* A list of token identifiers.
- clearTokens() - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* A list of token identifiers.
- clearTokenTransferLists() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- clearTokenTransfers() - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* One or more lists of token transfers.
- clearTokenTransfers() - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody.Builder
-
* A list of token transfers representing one or more airdrops.
- clearTokenType() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A type for this token.
- clearTokenType() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A type for this token, according to IWA classification.
- clearTokenType() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A type for this token.
- clearTokenUnfreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Unfreeze an account with respect to a token.
- clearTokenUnfreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unfreeze an account with respect to a token.
- clearTokenUnpause() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Unpause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- clearTokenUnpause() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unpause a Token.
- clearTokenUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- clearTokenUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- clearTokenUpdateNfts() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- clearTokenUpdateNfts() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- clearTokenWipe() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- clearTokenWipe() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- clearTopic() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
- clearTopicId() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The topic's ID.
- clearTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody.Builder
-
* Topic to be deleted.
- clearTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery.Builder
-
* A topic ID.
- clearTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* The ID of the topic requested in the query.
- clearTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* Topic to submit message to.
- clearTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* The topic ID specifying the topic to update.
- clearTopicID() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* A required topic ID to retrieve messages for.
- clearTopicID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusCreateTopic`, the id of the newly created topic.
- clearTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* Information describing the current state of the topic.
- clearTopicMemo() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Clear the memo for this topic.
- clearTopicNum() - Method in class com.hedera.hashgraph.sdk.proto.TopicID.Builder
-
* A whole number topic identifier, unique within its realm and shard.
- clearTopicRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusSubmitMessage`, the new running hash of the topic that received the message.<br/> <p> The inputs to the topic running hash have changed over time.<br/> This 48-byte field is the output of a SHA-384 digest with input data determined by the value of the `topicRunningHashVersion` field.<br/> All new transactions SHALL use `topicRunningHashVersion` `3`.<br/> The bytes of each uint64 or uint32 encoded for the hash input MUST be in Big-Endian format.
- clearTopicRunningHashVersion() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusSubmitMessage`, the version of the SHA-384 digest inputs used to update the running hash.
- clearTopicSequenceNumber() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusSubmitMessage`, the new sequence number for the topic that received the message.
- clearTotal() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo.Builder
-
* The total number of chunks in the message.
- clearTotalStakedRewardStart() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* A global snapshot of the `stake_to_reward` value for all nodes at the beginning of the current staking period.
- clearTotalStakedStart() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* A global snapshot of the `stake` value for all nodes at the beginning of the current staking period.
- clearTotalSupply() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A _current_ total supply of this token, expressed in the smallest unit of the token.
- clearTotalSupply() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A _current_ total supply of this token, expressed in the smallest unit of the token.
- clearTpsThrottles() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A list of snapshots for TPS throttles.
- clearTraceDataRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "trace data" subtree for this block.
- clearTrailingBlockHashes() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A concatenation of hash values.<br/> This field combines up to 256 trailing block hashes.
- clearTrailingOutputHashes() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A concatenation of hash values.<br/> This combines several trailing output block item hashes and is used as a seed value for a pseudo-random number generator.<br/> This is also required to implement the EVM `PREVRANDAO` opcode.<br/> This MUST contain at least 256 bits of entropy.
- clearTransaction() - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction.Builder
- clearTransactionBytes() - Method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody.Builder
-
Deprecated.* The serialized bytes of a `Transaction`.
- clearTransactionFee() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A limit for the transaction fee the client is willing to pay.
- clearTransactionFee() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A maximum transaction fee, in tinybar.
- clearTransactionFee() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction fee charged.
- clearTransactionFeeSchedule() - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* Sets of fee coefficients for various transaction or query types.
- clearTransactionGetFastRecord() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a record for a transaction.
- clearTransactionGetFastRecord() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting a very recent transaction record.
- clearTransactionGetReceipt() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a receipt for a transaction.<br/> This only returns a receipt if the transaction is "recent", which is typically within the previous 180 seconds (3 minutes).
- clearTransactionGetReceipt() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the post-consensus (final) result of a transaction.
- clearTransactionGetRecord() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a record for a transaction.
- clearTransactionGetRecord() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting a transaction record; the detail changes completed in response to a transaction.
- clearTransactionHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction hash value.
- clearTransactionId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry.Builder
-
* A transaction identifier.<br/> This identifies the submitted transaction for this receipt.
- clearTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction identifier.<br/> Each transaction is uniquely identified by its transaction identifier.
- clearTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery.Builder
-
Deprecated.* The ID of the transaction for which the record is requested.
- clearTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* A transaction identifier.
- clearTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* A transaction identifier.
- clearTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction identifier to the transaction associated to this record.
- clearTransactionIds() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* A list of transaction identifiers to query.
- clearTransactionList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionList.Builder
-
repeated .proto.Transaction transaction_list = 1; - clearTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse.Builder
-
Deprecated.* The requested transaction records
- clearTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A transaction record.
- clearTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* A transaction record for the transaction.
- clearTransactions() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* A list of serialized transactions.
- clearTransactions() - Method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody.Builder
-
* A list of signed bytes that represent the batch transactions.
- clearTransactionValidDuration() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A maximum duration in which to execute this transaction.
- clearTransactionValidStart() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* A timestamp for the transaction start time.<br/> This is the earliest expected start time for this transaction.
- clearTransferAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* An Account ID recipient.
- clearTransferAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody.Builder
-
* An account identifier.
- clearTransferContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* A contract ID recipient.
- clearTransferList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transfer list for this transaction.<br/> This is a list of all HBAR transfers completed for this transaction.
- clearTransfers() - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* A list of HBAR transfers.
- clearTransfers() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of account amounts.
- clearTransplantInProgress() - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* Indicates whether the roster transplant is in progress.<br/> This is needed to determine if all the node creations and deletions are complete.
- clearTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A treasury account identifier.
- clearTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A treasury account identifier for this token.
- clearTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new treasury account identifier.
- clearTreasuryAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A treasury account identifier for this token.
- clearTssMessage() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody.Builder
-
* A byte array.
- clearTssVote() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* A bit vector of message statuses.
- clearTv() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Ad valorem: "transferred value".<br/> The fee for HBAR transferred by a transaction.
- clearType() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The type of the EVM hook.
- clearUncheckedSubmit() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unsupported system transaction.
- clearUnclaimedStakeRewardStart() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The amount of staked HBAR from `stake_reward_start` that will have unclaimed rewards due to accounts changing their staking metadata in a way that disqualifies them for the current staking period.
- clearUncompressedWrapsProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* If set, the uncompressed proof of chain of trust from the ledger id to the target address book; the uncompressed version of the WRAPS proof is required to keep extending the chain of trust.
- clearUnreservedStakingRewardBalance() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* An available, unreserved, amount in the staking reward account.<br/> This is the balance of the staking reward account `0.0.800` at the close of the staking period that just ended, after reduction for all "reserved" funds necessary to pay previously earned rewards.<br/> This value is further detailed in HIP-786.
- clearUpdate() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.Builder
- clearUpdateFile() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* An upgrade file.
- clearUsed() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot.Builder
-
* Used throttle capacity.
- clearUsedAutoAssociations() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of used auto-association slots.
- clearUseSerializedTxMessageHashAlgorithm() - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction.Builder
-
* If false then the hash of this transaction is the SHA-384 hash of the serialization of this SignedTransaction message as it arrived on the wire.
- clearUtilPrng() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Provide a deterministic pseudorandom number based on network state.
- clearUtilPrng() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Provide a deterministic pseudorandom number based on network state.
- clearValue() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.Builder
-
* If the mapping entry is present and non-zero, its value.
- clearValue() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot.Builder
-
* If the slot is present and non-zero, its value.
- clearValue() - Method in class com.hedera.hashgraph.sdk.proto.InternalCallContext.Builder
-
* The value sent with the call.<br/>
- clearValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean.Builder
-
bool value = 1; - clearValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoBytes.Builder
-
bytes value = 1; - clearValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoInteger.Builder
-
int32 value = 1; - clearValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoLong.Builder
-
int64 value = 1; - clearValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoString.Builder
-
string value = 1; - clearValue() - Method in class com.hedera.hashgraph.sdk.proto.Setting.Builder
-
* A value for this setting property.
- clearValue() - Method in class com.hedera.hashgraph.sdk.proto.SlotValue.Builder
-
* The EVM value in this slot, left-padded with zeros to form a 256-bit word.
- clearVerificationKey() - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures.Builder
-
* The hinTS key that this signature witnesses.
- clearVerificationKey() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys.Builder
-
* The succinct verification key for the hinTS scheme.
- clearVersion() - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The event specification version.<br/> The specification described by this version SHALL encompass the format of the `GossipEvent` message, and also the format of all contained messages.<br/> This SHALL exactly match the specification version passed into the platform at construction.
- clearVote() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody.Builder
-
* The vote the node is casting for the aggregation of the hints in the given construction (which should be ongoing).
- clearVote() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody.Builder
-
* The submitting node's vote on the history proof.
- clearVote() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote.Builder
- clearVote() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote.Builder
- clearVpt() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Signatures: "validations per transaction".<br/> The fee for signature verifications required by a transaction
- clearWaitForExpiry() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* A schedule flag to wait for expiration before executing.
- clearWaitForExpiry() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A flag to delay execution until expiration.
- clearWaitForExpiry() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A flag indicating this schedule will execute when it expires.
- clearWeight() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution.Builder
-
* The node's consensus weight when the ledger id was published.
- clearWeight() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
Deprecated.com.hedera.hapi.node.state.addressbook.Node.weight is deprecated. See node.proto;l=116
- clearWeight() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A consensus weight.
- clearWeight() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
Deprecated.proto.StakingNodeInfo.weight is deprecated. See staking_node_info.proto;l=133
- clearWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of account wipe for this token.
- clearWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for wiping tokens from accounts.
- clearWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of account wipe for this token.
- clearWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for wiping tokens from accounts.
- clearWrappedIntermediateBlockRootsLeafCount() - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody.Builder
-
* Leaf count of the wrapped previous block roots hasher.
- clearWrappedIntermediateBlockRootsLeafCount() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The number of leaves in the intermediate wrapped record block roots subtree.
- clearWrappedIntermediatePreviousBlockRootHashes() - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody.Builder
-
* Intermediate hashing state for wrapped previous block roots.
- clearWrappedIntermediatePreviousBlockRootHashes() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The intermediate hashes, calculated for all historical wrapped record blocks, needed for subroot 2 in the block merkle tree structure.
- clearWrapsMessage() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* A WRAPS message from the submitting node.
- clearWrapsProof() - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.Builder
-
* If known, a ZK-compressed SNARK proof proving the chain of trust from the ledger id to this hinTS verification key.
- clearWrapsRetryCount() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* The number of times the network has had to restart this construction.
- clearWrapsSigningState() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If set, the state of the WRAPS signing protocol for this construction.
- Client - Class in com.hedera.hashgraph.sdk
-
Managed client for use on the Hedera Hashgraph network.
- Client(ExecutorService, Network, MirrorNetwork, Duration, boolean, Duration, long, long) - Constructor for class com.hedera.hashgraph.sdk.Client
-
Constructor.
- Client.Operator - Class in com.hedera.hashgraph.sdk
- clone() - Method in class com.hedera.hashgraph.sdk.Endpoint
- clone() - Method in class com.hedera.hashgraph.sdk.FeeComponents
- clone() - Method in class com.hedera.hashgraph.sdk.FeeData
- clone() - Method in class com.hedera.hashgraph.sdk.FeeSchedule
- clone() - Method in class com.hedera.hashgraph.sdk.NodeAddress
- clone() - Method in class com.hedera.hashgraph.sdk.TransactionFeeSchedule
- cloneEndpoints(List<Endpoint>) - Static method in class com.hedera.hashgraph.sdk.NodeAddress
- cloneFees() - Method in class com.hedera.hashgraph.sdk.TransactionFeeSchedule
- cloneNodeAddresses(List<NodeAddress>) - Static method in class com.hedera.hashgraph.sdk.NodeAddressBook
- cloneTransactionFeeSchedules(List<TransactionFeeSchedule>) - Static method in class com.hedera.hashgraph.sdk.FeeSchedule
- close() - Method in class com.hedera.hashgraph.sdk.Client
-
Initiates an orderly shutdown of all channels (to the Hedera network) in which preexisting transactions or queries continue but more would be immediately cancelled.
- close(Duration) - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Close the current nodes channel
- close(Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
Initiates an orderly shutdown of all channels (to the Hedera network) in which preexisting transactions or queries continue but more would be immediately cancelled.
- closeTimeout - Variable in class com.hedera.hashgraph.sdk.BaseNetwork
-
Timeout for closing either a single node when setting a new network, or closing the entire network.
- code - Variable in enum class com.hedera.hashgraph.sdk.BlockNodeApi
- code - Variable in enum class com.hedera.hashgraph.sdk.FeeAssessmentMethod
- code - Variable in enum class com.hedera.hashgraph.sdk.FeeDataType
- code - Variable in enum class com.hedera.hashgraph.sdk.FeeEstimateMode
- code - Variable in enum class com.hedera.hashgraph.sdk.FreezeType
- code - Variable in enum class com.hedera.hashgraph.sdk.RequestType
- code - Variable in enum class com.hedera.hashgraph.sdk.Status
- code - Variable in enum class com.hedera.hashgraph.sdk.TokenKeyValidation
- code - Variable in enum class com.hedera.hashgraph.sdk.TokenSupplyType
- code - Variable in enum class com.hedera.hashgraph.sdk.TokenType
- CODE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Bytecode
- com.hedera.hapi.node.state.token.legacy - package com.hedera.hapi.node.state.token.legacy
- com.hedera.hapi.node.state.tss.legacy - package com.hedera.hapi.node.state.tss.legacy
- com.hedera.hapi.node.tss.legacy - package com.hedera.hapi.node.tss.legacy
- com.hedera.hapi.platform.event.legacy - package com.hedera.hapi.platform.event.legacy
- com.hedera.hapi.services.auxiliary.blockrecords.legacy - package com.hedera.hapi.services.auxiliary.blockrecords.legacy
- com.hedera.hapi.services.auxiliary.hints.legacy - package com.hedera.hapi.services.auxiliary.hints.legacy
- com.hedera.hapi.services.auxiliary.history.legacy - package com.hedera.hapi.services.auxiliary.history.legacy
- com.hedera.hapi.services.auxiliary.tss.legacy - package com.hedera.hapi.services.auxiliary.tss.legacy
- com.hedera.hashgraph.sdk - module com.hedera.hashgraph.sdk
- com.hedera.hashgraph.sdk - package com.hedera.hashgraph.sdk
- com.hedera.hashgraph.sdk.logger - package com.hedera.hashgraph.sdk.logger
- com.hedera.hashgraph.sdk.proto - package com.hedera.hashgraph.sdk.proto
- com.hedera.hashgraph.sdk.proto.mirror - package com.hedera.hashgraph.sdk.proto.mirror
- com.hedera.hashgraph.sdk.utils - package com.hedera.hashgraph.sdk.utils
- Common - Class in com.hedera.hashgraph.sdk.proto
- compareTo(AccountId) - Method in class com.hedera.hashgraph.sdk.AccountId
- compareTo(ContractId) - Method in class com.hedera.hashgraph.sdk.ContractId
- compareTo(FileId) - Method in class com.hedera.hashgraph.sdk.FileId
- compareTo(Hbar) - Method in class com.hedera.hashgraph.sdk.Hbar
- compareTo(NftId) - Method in class com.hedera.hashgraph.sdk.NftId
- compareTo(ScheduleId) - Method in class com.hedera.hashgraph.sdk.ScheduleId
- compareTo(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenId
- compareTo(TokenNftTransfer) - Method in class com.hedera.hashgraph.sdk.TokenNftTransfer
- compareTo(TopicId) - Method in class com.hedera.hashgraph.sdk.TopicId
- compareTo(TransactionId) - Method in class com.hedera.hashgraph.sdk.TransactionId
- COMPLETED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CRSStage
-
* The network has completed the CRS construction and is set in the CrsState.
- COMPLETED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.CRSStage
-
* The network has completed the CRS construction and is set in the CrsState.
- CongestionLevelStarts - Class in com.hedera.hashgraph.sdk.proto
-
* Two lists of congestion pricing level "start" times.
- CongestionLevelStarts.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Two lists of congestion pricing level "start" times.
- CongestionLevelStartsOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CongestionLevelStartsOuterClass - Class in com.hedera.hashgraph.sdk.proto
- CONGRUENT_NODE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HistoryProofVote.VoteCase
- CONGRUENT_NODE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.PreprocessingVote.VoteCase
- CONGRUENT_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- CONGRUENT_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- CONS_TIME_OF_LAST_HANDLED_TXN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockInfo
- CONSENSUS_CREATE_TOPIC - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Create a topic for the Hedera Consensus Service (HCS).
- CONSENSUS_DELETE_TOPIC - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Delete an HCS topic.
- CONSENSUS_GAS_EXHAUSTED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Consensus throttle did not allow execution of this transaction.
- CONSENSUS_GAS_EXHAUSTED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Consensus throttle did not allow execution of this transaction.
- CONSENSUS_GAS_EXHAUSTED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Consensus throttle did not allow execution of this transaction.
- CONSENSUS_GET_TOPIC_INFO - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get metadata (information) for an HCS topic.
- CONSENSUS_HEADER_ROOT_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- CONSENSUS_ORDER_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- CONSENSUS_SUBMIT_MESSAGE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Publish a message to an HCS topic.
- CONSENSUS_TIMESTAMP_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- CONSENSUS_TIMESTAMP_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- CONSENSUS_UPDATE_TOPIC - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Update an HCS topic.
- ConsensusCreateTopic - Class in com.hedera.hashgraph.sdk.proto
- ConsensusCreateTopic - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a topic for the Hedera Consensus Service (HCS).
- CONSENSUSCREATETOPIC - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- CONSENSUSCREATETOPIC - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CONSENSUSCREATETOPIC_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- CONSENSUSCREATETOPIC_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- ConsensusCreateTopic_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a topic for the Hedera Consensus Service (HCS).
- ConsensusCreateTopicTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Create a topic to accept and group consensus messages.
- ConsensusCreateTopicTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Create a topic to accept and group consensus messages.
- ConsensusCreateTopicTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ConsensusDeleteTopic - Class in com.hedera.hashgraph.sdk.proto
- ConsensusDeleteTopic - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete an HCS topic.
- CONSENSUSDELETETOPIC - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- CONSENSUSDELETETOPIC - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CONSENSUSDELETETOPIC_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- CONSENSUSDELETETOPIC_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- ConsensusDeleteTopic_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete an HCS topic.
- ConsensusDeleteTopicTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Delete a topic.
- ConsensusDeleteTopicTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Delete a topic.
- ConsensusDeleteTopicTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CONSENSUSENDTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- ConsensusGetTopicInfo - Class in com.hedera.hashgraph.sdk.proto
- ConsensusGetTopicInfo - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get metadata (information) for an HCS topic.
- CONSENSUSGETTOPICINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- CONSENSUSGETTOPICINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- CONSENSUSGETTOPICINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- CONSENSUSGETTOPICINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- ConsensusGetTopicInfo_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get metadata (information) for an HCS topic.
- ConsensusGetTopicInfoQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Retrieve the latest state of a topic.
- ConsensusGetTopicInfoQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Retrieve the latest state of a topic.
- ConsensusGetTopicInfoQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ConsensusGetTopicInfoResponse - Class in com.hedera.hashgraph.sdk.proto
-
* Query response to describe the current state of a topic in the Hedera Consensus Service(HCS).
- ConsensusGetTopicInfoResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Query response to describe the current state of a topic in the Hedera Consensus Service(HCS).
- ConsensusGetTopicInfoResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ConsensusMessageChunkInfo - Class in com.hedera.hashgraph.sdk.proto
-
* Consensus message "chunk" detail.<br/> This message carries information describing the way in which a message submitted for consensus is broken into multiple fragments to fit within network transaction size limits.
- ConsensusMessageChunkInfo.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Consensus message "chunk" detail.<br/> This message carries information describing the way in which a message submitted for consensus is broken into multiple fragments to fit within network transaction size limits.
- ConsensusMessageChunkInfoOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ConsensusServiceGrpc - Class in com.hedera.hashgraph.sdk.proto
-
The Hedera Consensus Service (HCS) provides the ability for a Hashgraph to provide aBFT consensus as to the order and validity of messages submitted to a *topic*, as well as a *consensus timestamp* for those messages.
- ConsensusServiceGrpc - Class in com.hedera.hashgraph.sdk.proto.mirror
-
The Mirror Service provides the ability to query a stream of Hedera Consensus Service (HCS) messages for an HCS Topic via a specific (possibly open-ended) time range.
- ConsensusServiceGrpc.AsyncService - Interface in com.hedera.hashgraph.sdk.proto
-
The Hedera Consensus Service (HCS) provides the ability for a Hashgraph to provide aBFT consensus as to the order and validity of messages submitted to a *topic*, as well as a *consensus timestamp* for those messages.
- ConsensusServiceGrpc.AsyncService - Interface in com.hedera.hashgraph.sdk.proto.mirror
-
The Mirror Service provides the ability to query a stream of Hedera Consensus Service (HCS) messages for an HCS Topic via a specific (possibly open-ended) time range.
- ConsensusServiceGrpc.ConsensusServiceBlockingStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do limited synchronous rpc calls to service ConsensusService.
- ConsensusServiceGrpc.ConsensusServiceBlockingStub - Class in com.hedera.hashgraph.sdk.proto.mirror
-
A stub to allow clients to do limited synchronous rpc calls to service ConsensusService.
- ConsensusServiceGrpc.ConsensusServiceBlockingV2Stub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do synchronous rpc calls to service ConsensusService.
- ConsensusServiceGrpc.ConsensusServiceBlockingV2Stub - Class in com.hedera.hashgraph.sdk.proto.mirror
-
A stub to allow clients to do synchronous rpc calls to service ConsensusService.
- ConsensusServiceGrpc.ConsensusServiceFutureStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do ListenableFuture-style rpc calls to service ConsensusService.
- ConsensusServiceGrpc.ConsensusServiceFutureStub - Class in com.hedera.hashgraph.sdk.proto.mirror
-
A stub to allow clients to do ListenableFuture-style rpc calls to service ConsensusService.
- ConsensusServiceGrpc.ConsensusServiceImplBase - Class in com.hedera.hashgraph.sdk.proto
-
Base class for the server implementation of the service ConsensusService.
- ConsensusServiceGrpc.ConsensusServiceImplBase - Class in com.hedera.hashgraph.sdk.proto.mirror
-
Base class for the server implementation of the service ConsensusService.
- ConsensusServiceGrpc.ConsensusServiceStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do asynchronous rpc calls to service ConsensusService.
- ConsensusServiceGrpc.ConsensusServiceStub - Class in com.hedera.hashgraph.sdk.proto.mirror
-
A stub to allow clients to do asynchronous rpc calls to service ConsensusService.
- ConsensusServiceImplBase() - Constructor for class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceImplBase
- ConsensusServiceImplBase() - Constructor for class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc.ConsensusServiceImplBase
- ConsensusServiceOuterClass - Class in com.hedera.hashgraph.sdk.proto
- ConsensusServiceOuterClass - Class in com.hedera.hashgraph.sdk.proto.mirror
- CONSENSUSSTARTTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- ConsensusSubmitMessage - Class in com.hedera.hashgraph.sdk.proto
- ConsensusSubmitMessage - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Publish a message to an HCS topic.
- CONSENSUSSUBMITMESSAGE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- CONSENSUSSUBMITMESSAGE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CONSENSUSSUBMITMESSAGE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- CONSENSUSSUBMITMESSAGE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- ConsensusSubmitMessage_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Publish a message to an HCS topic.
- ConsensusSubmitMessageTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Submit a message for consensus.<br/> This transaction adds a new entry to the "end" of a topic, and provides the core function of the consensus service.
- ConsensusSubmitMessageTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Submit a message for consensus.<br/> This transaction adds a new entry to the "end" of a topic, and provides the core function of the consensus service.
- ConsensusSubmitMessageTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- consensusTimestamp - Variable in class com.hedera.hashgraph.sdk.TopicMessage
-
The consensus timestamp of the message in seconds.nanoseconds
- consensusTimestamp - Variable in class com.hedera.hashgraph.sdk.TopicMessageChunk
- consensusTimestamp - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
The consensus timestamp (or null if didn't reach consensus yet).
- CONSENSUSTIMESTAMP_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- CONSENSUSTIMESTAMP_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- ConsensusTopicInfo - Class in com.hedera.hashgraph.sdk.proto
-
* A query response describing the current state of a topic for the Hedera Consensus Service (HCS).
- ConsensusTopicInfo.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A query response describing the current state of a topic for the Hedera Consensus Service (HCS).
- ConsensusTopicInfoOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ConsensusTopicInfoOuterClass - Class in com.hedera.hashgraph.sdk.proto
- ConsensusTopicQuery - Class in com.hedera.hashgraph.sdk.proto.mirror
-
Protobuf type
com.hedera.mirror.api.proto.ConsensusTopicQuery - ConsensusTopicQuery.Builder - Class in com.hedera.hashgraph.sdk.proto.mirror
-
Protobuf type
com.hedera.mirror.api.proto.ConsensusTopicQuery - ConsensusTopicQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto.mirror
- ConsensusTopicResponse - Class in com.hedera.hashgraph.sdk.proto.mirror
-
Protobuf type
com.hedera.mirror.api.proto.ConsensusTopicResponse - ConsensusTopicResponse.Builder - Class in com.hedera.hashgraph.sdk.proto.mirror
-
Protobuf type
com.hedera.mirror.api.proto.ConsensusTopicResponse - ConsensusTopicResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto.mirror
- ConsensusUpdateTopic - Class in com.hedera.hashgraph.sdk.proto
- ConsensusUpdateTopic - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update an HCS topic.
- CONSENSUSUPDATETOPIC - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- CONSENSUSUPDATETOPIC - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CONSENSUSUPDATETOPIC_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- CONSENSUSUPDATETOPIC_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- ConsensusUpdateTopic_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update an HCS topic.
- ConsensusUpdateTopicTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Update the fields of an existing HCS topic.
- ConsensusUpdateTopicTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Update the fields of an existing HCS topic.
- ConsensusUpdateTopicTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CONSTANT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeComponents
- CONSTRUCTION_ID_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- CONSTRUCTION_ID_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- CONSTRUCTION_ID_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- CONSTRUCTION_ID_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- CONSTRUCTION_ID_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- CONSTRUCTION_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- CONSTRUCTION_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- CONSTRUCTION_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- CONSTRUCTION_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- ConstructionNodeId - Class in com.hedera.hashgraph.sdk.proto
-
* A construction-scoped node id.
- ConstructionNodeId.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A construction-scoped node id.
- ConstructionNodeIdOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CONSTRUCTORPARAMETERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- ConsumerHelper - Class in com.hedera.hashgraph.sdk
- ConsumerHelper() - Constructor for class com.hedera.hashgraph.sdk.ConsumerHelper
- contains(Object) - Method in class com.hedera.hashgraph.sdk.KeyList
- containsAll(Collection<?>) - Method in class com.hedera.hashgraph.sdk.KeyList
- contents - Variable in class com.hedera.hashgraph.sdk.TopicMessage
-
The content of the message
- CONTENTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.File
- CONTENTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- CONTENTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- CONTENTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- CONTENTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- contentSize - Variable in class com.hedera.hashgraph.sdk.TopicMessageChunk
- CONTRACT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Signature.SignatureCase
-
Deprecated.
- CONTRACT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SignaturePair.SignatureCase
- CONTRACT_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- CONTRACT_AUTO_RENEW - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Auto-renew a smart contract.
This is used for internal fee calculations. - CONTRACT_BYTECODE_EMPTY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Bytecode for smart contract is of length zero
- CONTRACT_BYTECODE_EMPTY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Bytecode for smart contract is of length zero
- CONTRACT_BYTECODE_EMPTY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Bytecode for smart contract is of length zero
- CONTRACT_CALL - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Execute a smart contract call.
- CONTRACT_CALL_LOCAL - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Execute a local smart contract call.
Used by contracts to call other contracts. - CONTRACT_CREATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Create a smart contract.
- CONTRACT_DELETE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Delete a smart contract
- CONTRACT_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Contract is marked as deleted
- CONTRACT_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Contract is marked as deleted
- CONTRACT_DELETED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Contract is marked as deleted
- CONTRACT_EXECUTION_EXCEPTION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* For any contract execution related error not handled by specific error codes listed above.
- CONTRACT_EXECUTION_EXCEPTION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
For any contract execution related error not handled by specific error codes listed above.
- CONTRACT_EXECUTION_EXCEPTION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* For any contract execution related error not handled by specific error codes listed above.
- CONTRACT_EXPIRED_AND_PENDING_REMOVAL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A contract referenced by a transaction is "detached"; that is, expired and lacking any hbar funds for auto-renewal payment---but still within its post-expiry grace period.
- CONTRACT_EXPIRED_AND_PENDING_REMOVAL - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A contract referenced by a transaction is "detached"; that is, expired and lacking any hbar funds for auto-renewal payment---but still within its post-expiry grace period.
- CONTRACT_EXPIRED_AND_PENDING_REMOVAL_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A contract referenced by a transaction is "detached"; that is, expired and lacking any hbar funds for auto-renewal payment---but still within its post-expiry grace period.
- CONTRACT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- CONTRACT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SignaturePair
- CONTRACT_FILE_EMPTY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* File to create a smart contract was of length zero
- CONTRACT_FILE_EMPTY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
File to create a smart contract was of length zero
- CONTRACT_FILE_EMPTY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* File to create a smart contract was of length zero
- CONTRACT_GET_BYTECODE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get the compiled bytecode that implements a smart contract.
- CONTRACT_GET_INFO - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get information about a smart contract.
- CONTRACT_GET_RECORDS - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get all transaction records for a specified contract ID in the past 24 hours.
deprecated since version 0.9.0 - CONTRACT_HAS_NO_AUTO_RENEW_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A ContractUpdate requested removal of a contract's auto-renew account, but that contract has no auto-renew account.
- CONTRACT_HAS_NO_AUTO_RENEW_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A ContractUpdate requested removal of a contract's auto-renew account, but that contract has no auto-renew account.
- CONTRACT_HAS_NO_AUTO_RENEW_ACCOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A ContractUpdate requested removal of a contract's auto-renew account, but that contract has no auto-renew account.
- CONTRACT_HAS_NON_ZERO_TOKEN_BALANCES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A selfdestruct or ContractDelete targeted a contract with non-zero token balances.
- CONTRACT_HAS_NON_ZERO_TOKEN_BALANCES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A selfdestruct or ContractDelete targeted a contract with non-zero token balances.
- CONTRACT_HAS_NON_ZERO_TOKEN_BALANCES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A selfdestruct or ContractDelete targeted a contract with non-zero token balances.
- CONTRACT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.EvmHookSpec.BytecodeSourceCase
- CONTRACT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookEntityId.EntityIdCase
- CONTRACT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- CONTRACT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- CONTRACT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- CONTRACT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookEntityId
- CONTRACT_IS_TOKEN_TREASURY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A selfdestruct or ContractDelete targeted a contract that is a token treasury.
- CONTRACT_IS_TOKEN_TREASURY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A selfdestruct or ContractDelete targeted a contract that is a token treasury.
- CONTRACT_IS_TOKEN_TREASURY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A selfdestruct or ContractDelete targeted a contract that is a token treasury.
- CONTRACT_KV_PAIRS_NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- CONTRACT_NEGATIVE_GAS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Negative gas was offered in smart contract call
- CONTRACT_NEGATIVE_GAS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Negative gas was offered in smart contract call
- CONTRACT_NEGATIVE_GAS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Negative gas was offered in smart contract call
- CONTRACT_NEGATIVE_VALUE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Negative value / initial balance was specified in a smart contract call / create
- CONTRACT_NEGATIVE_VALUE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Negative value / initial balance was specified in a smart contract call / create
- CONTRACT_NEGATIVE_VALUE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Negative value / initial balance was specified in a smart contract call / create
- CONTRACT_NONCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- CONTRACT_NONCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- CONTRACT_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractID.ContractCase
- CONTRACT_REVERT_EXECUTED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Contract REVERT OPCODE executed
- CONTRACT_REVERT_EXECUTED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Contract REVERT OPCODE executed
- CONTRACT_REVERT_EXECUTED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Contract REVERT OPCODE executed
- CONTRACT_SIZE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* contract byte code size is over the limit
- CONTRACT_SIZE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
contract byte code size is over the limit
- CONTRACT_SIZE_LIMIT_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* contract byte code size is over the limit
- CONTRACT_UPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Update a smart contract.
- CONTRACT_UPDATE_FAILED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* update of the contract failed
- CONTRACT_UPDATE_FAILED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
update of the contract failed
- CONTRACT_UPDATE_FAILED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* update of the contract failed
- contractAccountId - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The Contract Account ID comprising both the contract instance and the cryptocurrency account owned by the contract instance, in the format used by Solidity.
- contractAccountId - Variable in class com.hedera.hashgraph.sdk.ContractInfo
-
ID of both the contract instance and the cryptocurrency account owned by the contract instance, in the format used by Solidity.
- CONTRACTACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- CONTRACTACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- ContractAutoRenew - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Auto-renew a smart contract.<br/> This is used for internal fee calculations.
- ContractAutoRenew_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Auto-renew a smart contract.<br/> This is used for internal fee calculations.
- ContractByteCodeQuery - Class in com.hedera.hashgraph.sdk
-
Get the bytecode for a smart contract instance.
- ContractByteCodeQuery() - Constructor for class com.hedera.hashgraph.sdk.ContractByteCodeQuery
-
Constructor.
- ContractCall - Class in com.hedera.hashgraph.sdk.proto
- ContractCall - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Execute a smart contract call.
- CONTRACTCALL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- CONTRACTCALL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CONTRACTCALL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- CONTRACTCALL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- ContractCall_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Execute a smart contract call.
- ContractCallLocal - Class in com.hedera.hashgraph.sdk.proto
- ContractCallLocal - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Execute a local smart contract call.<br/> Used by contracts to call other contracts.
- CONTRACTCALLLOCAL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- CONTRACTCALLLOCAL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- CONTRACTCALLLOCAL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- CONTRACTCALLLOCAL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- ContractCallLocal_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Execute a local smart contract call.<br/> Used by contracts to call other contracts.
- contractCallLocalMethod(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingStub
-
Call a query function of a given smart contract, providing function parameter inputs as needed.<br/> This is performed locally on the particular node that the client is communicating with.
- contractCallLocalMethod(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub
-
Call a query function of a given smart contract, providing function parameter inputs as needed.<br/> This is performed locally on the particular node that the client is communicating with.
- contractCallLocalMethod(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceFutureStub
-
Call a query function of a given smart contract, providing function parameter inputs as needed.<br/> This is performed locally on the particular node that the client is communicating with.
- contractCallLocalMethod(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.AsyncService
-
Call a query function of a given smart contract, providing function parameter inputs as needed.<br/> This is performed locally on the particular node that the client is communicating with.
- contractCallLocalMethod(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceStub
-
Call a query function of a given smart contract, providing function parameter inputs as needed.<br/> This is performed locally on the particular node that the client is communicating with.
- ContractCallLocalQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Call a view function of a given smart contract<br/> The call must provide function parameter inputs as needed.<br/> This is potentially useful for calling view functions that will not revert when executed in a static EVM context.
- ContractCallLocalQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Call a view function of a given smart contract<br/> The call must provide function parameter inputs as needed.<br/> This is potentially useful for calling view functions that will not revert when executed in a static EVM context.
- ContractCallLocalQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ContractCallLocalResponse - Class in com.hedera.hashgraph.sdk.proto
-
* The response returned by a `ContractCallLocalQuery` transaction.
- ContractCallLocalResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The response returned by a `ContractCallLocalQuery` transaction.
- ContractCallLocalResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- contractCallMethod(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingStub
-
Call a function of a given smart contract, providing function parameter inputs as needed.
- contractCallMethod(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub
-
Call a function of a given smart contract, providing function parameter inputs as needed.
- contractCallMethod(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceFutureStub
-
Call a function of a given smart contract, providing function parameter inputs as needed.
- contractCallMethod(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.AsyncService
-
Call a function of a given smart contract, providing function parameter inputs as needed.
- contractCallMethod(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceStub
-
Call a function of a given smart contract, providing function parameter inputs as needed.
- ContractCallQuery - Class in com.hedera.hashgraph.sdk
-
Call a function of the given smart contract instance, giving it functionParameters as its inputs.
- ContractCallQuery() - Constructor for class com.hedera.hashgraph.sdk.ContractCallQuery
-
Constructor.
- CONTRACTCALLRESULT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.BodyCase
- CONTRACTCALLRESULT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- CONTRACTCALLRESULT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- ContractCallTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Call a function of a given smart contract, providing function parameter inputs as needed.
- ContractCallTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Call a function of a given smart contract, providing function parameter inputs as needed.
- ContractCallTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ContractCreate - Class in com.hedera.hashgraph.sdk.proto
- ContractCreate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a smart contract.
- ContractCreate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a smart contract.
- ContractCreateFlow - Class in com.hedera.hashgraph.sdk
-
Start a new smart contract instance.
- ContractCreateFlow() - Constructor for class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Constructor
- CONTRACTCREATEINSTANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- CONTRACTCREATEINSTANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CONTRACTCREATEINSTANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- CONTRACTCREATEINSTANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- CONTRACTCREATERESULT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.BodyCase
- CONTRACTCREATERESULT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- ContractCreateTransaction - Class in com.hedera.hashgraph.sdk
-
Start a new smart contract instance.
- ContractCreateTransaction() - Constructor for class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Constructor.
- ContractCreateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Constructor.
- ContractCreateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Constructor.
- ContractCreateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Create a new smart contract.
- ContractCreateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Create a new smart contract.
- ContractCreateTransactionBody.InitcodeSourceCase - Enum Class in com.hedera.hashgraph.sdk.proto
- ContractCreateTransactionBody.StakedIdCase - Enum Class in com.hedera.hashgraph.sdk.proto
- ContractCreateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ContractDelete - Class in com.hedera.hashgraph.sdk.proto
- ContractDelete - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete a smart contract
- ContractDelete_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete a smart contract
- CONTRACTDELETEINSTANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- CONTRACTDELETEINSTANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CONTRACTDELETEINSTANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- CONTRACTDELETEINSTANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- ContractDeleteTransaction - Class in com.hedera.hashgraph.sdk
-
Delete a smart contract, and transfer any remaining HBAR balance to a designated account.
- ContractDeleteTransaction() - Constructor for class com.hedera.hashgraph.sdk.ContractDeleteTransaction
-
Constructor.
- ContractDeleteTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.ContractDeleteTransaction
-
Constructor.
- ContractDeleteTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.ContractDeleteTransaction
-
Constructor.
- ContractDeleteTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Delete a smart contract, and transfer any remaining HBAR balance to a designated account.
- ContractDeleteTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Delete a smart contract, and transfer any remaining HBAR balance to a designated account.
- ContractDeleteTransactionBody.ObtainersCase - Enum Class in com.hedera.hashgraph.sdk.proto
- ContractDeleteTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ContractExecuteTransaction - Class in com.hedera.hashgraph.sdk
-
Call a function of the given smart contract instance, giving it parameters as its inputs.
- ContractExecuteTransaction() - Constructor for class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
Constructor.
- ContractExecuteTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
Constructor.
- ContractExecuteTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
Constructor.
- ContractFunctionParameters - Class in com.hedera.hashgraph.sdk
-
Builder for encoding parameters for a Solidity contract constructor/function call.
- ContractFunctionParameters() - Constructor for class com.hedera.hashgraph.sdk.ContractFunctionParameters
- contractFunctionParametersBytes - Variable in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
The parameters passed into the contract call.
- contractFunctionResult - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
Record of the value returned by the smart contract function or constructor.
- ContractFunctionResult - Class in com.hedera.hashgraph.sdk
-
Result of invoking a contract via
ContractCallQuery, orContractExecuteTransaction, or the result of a contract constructor being called byContractCreateTransaction. - ContractFunctionResult - Class in com.hedera.hashgraph.sdk.proto
-
* A contract function result.<br/> The result returned by a call to a smart contract function.
- ContractFunctionResult(ContractFunctionResultOrBuilder) - Constructor for class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Constructor.
- ContractFunctionResult.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A contract function result.<br/> The result returned by a call to a smart contract function.
- ContractFunctionResultOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ContractFunctionSelector - Class in com.hedera.hashgraph.sdk
-
Builder class for Solidity function selectors.
- ContractFunctionSelector(String) - Constructor for class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Start building a selector for a function with a given name.
- contractGetBytecode(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingStub
-
A standard query to read the current bytecode for a smart contract.
- contractGetBytecode(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub
-
A standard query to read the current bytecode for a smart contract.
- contractGetBytecode(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceFutureStub
-
A standard query to read the current bytecode for a smart contract.
- contractGetBytecode(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.AsyncService
-
A standard query to read the current bytecode for a smart contract.
- contractGetBytecode(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceStub
-
A standard query to read the current bytecode for a smart contract.
- ContractGetBytecode - Class in com.hedera.hashgraph.sdk.proto
- ContractGetBytecode - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get the compiled bytecode that implements a smart contract.
- CONTRACTGETBYTECODE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- CONTRACTGETBYTECODE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- ContractGetBytecode_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get the compiled bytecode that implements a smart contract.
- ContractGetBytecodeQuery - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body to request the current bytecode for a smart contract.
- ContractGetBytecodeQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body to request the current bytecode for a smart contract.
- ContractGetBytecodeQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ContractGetBytecodeResponse - Class in com.hedera.hashgraph.sdk.proto
-
* Information returned in response to a "get bytecode" query for a smart contract.
- CONTRACTGETBYTECODERESPONSE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- CONTRACTGETBYTECODERESPONSE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- ContractGetBytecodeResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Information returned in response to a "get bytecode" query for a smart contract.
- ContractGetBytecodeResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ContractGetInfo - Class in com.hedera.hashgraph.sdk.proto
- ContractGetInfo - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get information about a smart contract.
- CONTRACTGETINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- CONTRACTGETINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- CONTRACTGETINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- CONTRACTGETINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- ContractGetInfo_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get information about a smart contract.
- ContractGetInfoQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Request detailed information about a smart contract.
- ContractGetInfoQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Request detailed information about a smart contract.
- ContractGetInfoQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ContractGetInfoResponse - Class in com.hedera.hashgraph.sdk.proto
-
* Information returned in response to a "get info" query for a smart contract.
- ContractGetInfoResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Information returned in response to a "get info" query for a smart contract.
- ContractGetInfoResponse.ContractInfo - Class in com.hedera.hashgraph.sdk.proto
-
Protobuf type
proto.ContractGetInfoResponse.ContractInfo - ContractGetInfoResponse.ContractInfo.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Protobuf type
proto.ContractGetInfoResponse.ContractInfo - ContractGetInfoResponse.ContractInfoOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ContractGetInfoResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ContractGetRecords - Class in com.hedera.hashgraph.sdk.proto
- ContractGetRecords - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- CONTRACTGETRECORDS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- CONTRACTGETRECORDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- ContractGetRecords_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- ContractGetRecordsQuery - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- ContractGetRecordsQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* Deprecated and not supported after release `0.9.0`.
- ContractGetRecordsQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- ContractGetRecordsResponse - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- CONTRACTGETRECORDSRESPONSE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- CONTRACTGETRECORDSRESPONSE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- ContractGetRecordsResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* Deprecated and not supported after release `0.9.0`.
- ContractGetRecordsResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- contractId - Variable in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
The ID of the contract that was invoked.
- contractId - Variable in class com.hedera.hashgraph.sdk.ContractInfo
-
ID of the contract instance, in the format used in transactions.
- contractId - Variable in class com.hedera.hashgraph.sdk.ContractLogInfo
-
Address of a contract that emitted the event.
- contractId - Variable in class com.hedera.hashgraph.sdk.ContractNonceInfo
-
Id of the contract
- contractId - Variable in class com.hedera.hashgraph.sdk.ContractStateChange
-
Deprecated.The contract to which the storage changes apply to
- contractId - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
The contract ID, if a new contract was created.
- ContractId - Class in com.hedera.hashgraph.sdk
-
The ID for a smart contract instance on Hedera.
- ContractId(long) - Constructor for class com.hedera.hashgraph.sdk.ContractId
-
Deprecated.
- ContractId(long, long, byte[]) - Constructor for class com.hedera.hashgraph.sdk.ContractId
- ContractId(long, long, long) - Constructor for class com.hedera.hashgraph.sdk.ContractId
-
Assign all parts of the contract id.
- ContractId(long, long, long, String) - Constructor for class com.hedera.hashgraph.sdk.ContractId
-
Assign all parts of the contract id.
- ContractID - Class in com.hedera.hashgraph.sdk.proto
-
* An identifier for a smart contract within the network.
- CONTRACTID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.BalanceSourceCase
- CONTRACTID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.EntityID.EntityCase
-
Deprecated.
- CONTRACTID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Key.KeyCase
- CONTRACTID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.IdCase
- CONTRACTID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.IdCase
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Key
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SlotKey
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- CONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- ContractID.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An identifier for a smart contract within the network.
- ContractID.ContractCase - Enum Class in com.hedera.hashgraph.sdk.proto
- ContractIDOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ContractInfo - Class in com.hedera.hashgraph.sdk
-
Current information on the smart contract instance, including its balance.
- CONTRACTINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- ContractInfoQuery - Class in com.hedera.hashgraph.sdk
-
Get information about a smart contract instance.
- ContractInfoQuery() - Constructor for class com.hedera.hashgraph.sdk.ContractInfoQuery
-
Constructor.
- ContractLoginfo - Class in com.hedera.hashgraph.sdk.proto
-
* EVM log data for a contract call.<br/> The EVM log information produced by a smart contract function call.
- ContractLogInfo - Class in com.hedera.hashgraph.sdk
-
The log information for an event returned by a smart contract function call.
- ContractLoginfo.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* EVM log data for a contract call.<br/> The EVM log information produced by a smart contract function call.
- ContractLoginfoOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- contractMemo - Variable in class com.hedera.hashgraph.sdk.ContractInfo
-
The memo associated with the contract (max 100 bytes).
- ContractNonceInfo - Class in com.hedera.hashgraph.sdk
-
Info about a contract account's nonce value.
- ContractNonceInfo - Class in com.hedera.hashgraph.sdk.proto
-
* A contract "nonce" reference.<br/> This connects a contract and its "nonce" value, and is primarily for use in query responses.
- ContractNonceInfo(ContractId, Long) - Constructor for class com.hedera.hashgraph.sdk.ContractNonceInfo
- ContractNonceInfo.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A contract "nonce" reference.<br/> This connects a contract and its "nonce" value, and is primarily for use in query responses.
- ContractNonceInfoOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- contractNonces - Variable in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
A list of updated contract account nonces containing the new nonce value for each contract account.
- CONTRACTNUM - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractID.ContractCase
- CONTRACTNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractID
- ContractStateChange - Class in com.hedera.hashgraph.sdk
-
Deprecated.- User mirror nodes for contract traceability instead The storage changes to a smart contract's storage as a side effect of the function call. See Hedera Documentation
- ContractStateChange(ContractId, List<StorageChange>) - Constructor for class com.hedera.hashgraph.sdk.ContractStateChange
-
Deprecated.Constructor.
- ContractTypes - Class in com.hedera.hashgraph.sdk.proto
- ContractUpdate - Class in com.hedera.hashgraph.sdk.proto
- ContractUpdate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update a smart contract.
- ContractUpdate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update a smart contract.
- CONTRACTUPDATEINSTANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- CONTRACTUPDATEINSTANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CONTRACTUPDATEINSTANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- CONTRACTUPDATEINSTANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- ContractUpdateTransaction - Class in com.hedera.hashgraph.sdk
-
Modify a smart contract instance to have the given parameter values.
- ContractUpdateTransaction() - Constructor for class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Contract.
- ContractUpdateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Constructor.
- ContractUpdateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Contract.
- ContractUpdateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Modify the current state of a smart contract.
- ContractUpdateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Modify the current state of a smart contract.
- ContractUpdateTransactionBody.MemoFieldCase - Enum Class in com.hedera.hashgraph.sdk.proto
- ContractUpdateTransactionBody.StakedIdCase - Enum Class in com.hedera.hashgraph.sdk.proto
- ContractUpdateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CONTRIBUTION_END_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CRSState
- copyFrom(TokenNftAllowance) - Static method in class com.hedera.hashgraph.sdk.TokenNftAllowance
-
Create a copy of a nft token allowance object.
- COST_ANSWER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseType
-
* A response with the estimated cost to answer the query.
- COST_ANSWER_STATE_PROOF - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseType
-
* A response with the estimated cost to answer and a state proof.
- COST_ANSWER_STATE_PROOF_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseType
-
* A response with the estimated cost to answer and a state proof.
- COST_ANSWER_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseType
-
* A response with the estimated cost to answer the query.
- COST_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- COST_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- CREATE_TRANSACTION_RECORD - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Create a Transaction Record.
This appears to be purely internal and unused. - createAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
-
Create a new account by submitting the transaction
- createAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
-
Create a new account by submitting the transaction
- createAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
-
Create a new account by submitting the transaction
- createAccount(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
-
Create a new account by submitting the transaction
- createAccount(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
-
Create a new account by submitting the transaction
- createCall() - Method in class com.hedera.hashgraph.sdk.Executable.GrpcRequest
- createContract(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingStub
-
Create a new smart contract.
- createContract(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub
-
Create a new smart contract.
- createContract(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceFutureStub
-
Create a new smart contract.
- createContract(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.AsyncService
-
Create a new smart contract.
- createContract(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceStub
-
Create a new smart contract.
- createdContractIds - Variable in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Deprecated.
- CREATEDCONTRACTIDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- createExecutor() - Static method in class com.hedera.hashgraph.sdk.Client
-
Extract the executor.
- createFile(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingStub
-
Create a file in HFS.
- createFile(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingV2Stub
-
Create a file in HFS.
- createFile(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceFutureStub
-
Create a file in HFS.
- createFile(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.FileServiceGrpc.AsyncService
-
Create a file in HFS.
- createFile(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceStub
-
Create a file in HFS.
- createJsonPayload(byte[], String, String, long, long, long, Long, boolean) - Static method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- createNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceBlockingStub
-
A transaction to create a new consensus node in the network address book.
- createNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceBlockingV2Stub
-
A transaction to create a new consensus node in the network address book.
- createNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceFutureStub
-
A transaction to create a new consensus node in the network address book.
- createNode(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceStub
-
A transaction to create a new consensus node in the network address book.
- createNode(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AsyncService
-
A transaction to create a new consensus node in the network address book.
- createNodeFromNetworkEntry(Map.Entry<String, AccountId>) - Method in class com.hedera.hashgraph.sdk.Network
- createNodeFromNetworkEntry(Map.Entry<String, BaseNodeAddress>) - Method in class com.hedera.hashgraph.sdk.MirrorNetwork
- createNodeFromNetworkEntry(Map.Entry<String, KeyT>) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
- createRegisteredNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceBlockingStub
-
A transaction to create a new registered node in the network address book.
- createRegisteredNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceBlockingV2Stub
-
A transaction to create a new registered node in the network address book.
- createRegisteredNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceFutureStub
-
A transaction to create a new registered node in the network address book.
- createRegisteredNode(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceStub
-
A transaction to create a new registered node in the network address book.
- createRegisteredNode(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AsyncService
-
A transaction to create a new registered node in the network address book.
- createSchedule(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceBlockingStub
-
Create a new Schedule.
- createSchedule(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceBlockingV2Stub
-
Create a new Schedule.
- createSchedule(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceFutureStub
-
Create a new Schedule.
- createSchedule(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.AsyncService
-
Create a new Schedule.
- createSchedule(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceStub
-
Create a new Schedule.
- createToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Create a new token.
- createToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Create a new token.
- createToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Create a new token.
- createToken(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Create a new token.
- createToken(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Create a new token.
- createTopic(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceBlockingStub
-
Create an HCS topic.
- createTopic(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceBlockingV2Stub
-
Create an HCS topic.
- createTopic(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceFutureStub
-
Create an HCS topic.
- createTopic(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.AsyncService
-
Create an HCS topic.
- createTopic(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceStub
-
Create an HCS topic.
- createTransactionReceiptQuery(TransactionResponse) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Create a new transaction receipt query.
- CreateTransactionRecord - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a Transaction Record.<br/> This appears to be purely internal and unused.
- CreateTransactionRecord_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a Transaction Record.<br/> This appears to be purely internal and unused.
- CREATING_SYSTEM_ENTITIES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The network just started at genesis and is creating system entities.
- CREATING_SYSTEM_ENTITIES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The network just started at genesis and is creating system entities.
- CREATING_SYSTEM_ENTITIES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The network just started at genesis and is creating system entities.
- CREATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.ActionCase
- CREATION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- CREATION_SOFTWARE_VERSION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- creationTime - Variable in class com.hedera.hashgraph.sdk.TokenNftInfo
-
The effective consensus timestamp at which the NFT was minted
- CREATIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- CREATOR_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.EventCore
- CREATOR_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- creatorAccountId - Variable in class com.hedera.hashgraph.sdk.ScheduleInfo
-
The Hedera account that created the schedule transaction in x.y.z format
- CREATORACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- CRS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CRSState
- CRS_PUBLICATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CRS_PUBLICATION - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Publish a random CRS to the network.
- CRS_PUBLICATION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- CrsPublication - Class in com.hedera.hapi.services.auxiliary.hints.legacy
- CrsPublication - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Publish a random CRS to the network.
- CrsPublication_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Publish a random CRS to the network.
- CrsPublicationTransactionBody - Class in com.hedera.hapi.services.auxiliary.hints.legacy
-
* A transaction body to publish a node's Common Reference String (CRS) to the network.
- CrsPublicationTransactionBody.Builder - Class in com.hedera.hapi.services.auxiliary.hints.legacy
-
* A transaction body to publish a node's Common Reference String (CRS) to the network.
- CrsPublicationTransactionBodyOrBuilder - Interface in com.hedera.hapi.services.auxiliary.hints.legacy
- CRSStage - Enum Class in com.hedera.hashgraph.sdk.proto
-
* The stage of a CRS construction.
- CRSState - Class in com.hedera.hashgraph.sdk.proto
-
* The state of a CRS construction.
- CRSState.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The state of a CRS construction.
- CRSStateOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- Crypto - Class in com.hedera.hashgraph.sdk
-
Utility class used internally by the sdk.
- CRYPTO_ACCOUNT_AUTO_RENEW - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Auto-renew an account.
This is used for internal fee calculations. - CRYPTO_ADD_LIVE_HASH - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Add a livehash to an account
- CRYPTO_ALLOWANCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- CRYPTO_APPROVE_ALLOWANCE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Approve an allowance for a spender relative to the owner account, which MUST sign the transaction.
- CRYPTO_CREATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Create a new account
- CRYPTO_DELETE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Delete an account.
- CRYPTO_DELETE_ALLOWANCE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Delete (unapprove) an allowance previously approved for the owner account.
- CRYPTO_DELETE_LIVE_HASH - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Delete a livehash from an account
- CRYPTO_GET_ACCOUNT_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get the balance for an account.
- CRYPTO_GET_ACCOUNT_RECORDS - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get a full account record.
- CRYPTO_GET_INFO - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get information about a token.
- CRYPTO_GET_LIVE_HASH - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get the live hash for an account
- CRYPTO_GET_STAKERS - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get the accounts proxy staking to a given account.
- CRYPTO_TRANSFER - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Transfer tokens among accounts.
- CRYPTO_TRANSFER_WITH_HOOKS - Enum constant in enum class com.hedera.hashgraph.sdk.FeeDataType
-
The resource cost for the transaction type that includes a CryptoTransfer with hook invocations
- CRYPTO_TRANSFER_WITH_HOOKS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type that includes a CryptoTransfer with hook invocations
- CRYPTO_TRANSFER_WITH_HOOKS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type that includes a CryptoTransfer with hook invocations
- CRYPTO_UPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Update an account.
- CryptoAccountAutoRenew - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Auto-renew an account.<br/> This is used for internal fee calculations.
- CryptoAccountAutoRenew_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Auto-renew an account.<br/> This is used for internal fee calculations.
- CryptoAddLiveHash - Class in com.hedera.hashgraph.sdk.proto
- CryptoAddLiveHash - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- CRYPTOADDLIVEHASH - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CRYPTOADDLIVEHASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- CryptoAddLiveHash_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- CryptoAddLiveHashTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Add a hash value to the ledger and associate it with an account.
- CryptoAddLiveHashTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Add a hash value to the ledger and associate it with an account.
- CryptoAddLiveHashTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CryptoAllowance - Class in com.hedera.hashgraph.sdk.proto
-
* An approved allowance of hbar transfers.
- CryptoAllowance.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An approved allowance of hbar transfers.
- CryptoAllowanceOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CRYPTOALLOWANCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- CryptoApproveAllowance - Class in com.hedera.hashgraph.sdk.proto
- CryptoApproveAllowance - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Approve an allowance for a spender relative to the owner account, which MUST sign the transaction.
- CRYPTOAPPROVEALLOWANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- CRYPTOAPPROVEALLOWANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CRYPTOAPPROVEALLOWANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- CRYPTOAPPROVEALLOWANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- CryptoApproveAllowance_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Approve an allowance for a spender relative to the owner account, which MUST sign the transaction.
- CryptoApproveAllowanceTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Create ("Approve") allowances for one account to transfer tokens owned by a different account.<br/> An allowance permits a "spender" account to independently transfer tokens owned by a separate "owner" account.
- CryptoApproveAllowanceTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Create ("Approve") allowances for one account to transfer tokens owned by a different account.<br/> An allowance permits a "spender" account to independently transfer tokens owned by a separate "owner" account.
- CryptoApproveAllowanceTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CryptoCreate - Class in com.hedera.hashgraph.sdk.proto
- CryptoCreate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a new account
- CryptoCreate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a new account
- CRYPTOCREATEACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- CRYPTOCREATEACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CRYPTOCREATEACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- CRYPTOCREATEACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- CryptoCreateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
Create a new account.
- CryptoCreateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Create a new account.
- CryptoCreateTransactionBody.StakedIdCase - Enum Class in com.hedera.hashgraph.sdk.proto
- CryptoCreateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- cryptoDelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
-
Delete an account by submitting the transaction
- cryptoDelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
-
Delete an account by submitting the transaction
- cryptoDelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
-
Delete an account by submitting the transaction
- cryptoDelete(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
-
Delete an account by submitting the transaction
- cryptoDelete(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
-
Delete an account by submitting the transaction
- CryptoDelete - Class in com.hedera.hashgraph.sdk.proto
- CryptoDelete - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete an account.
- CRYPTODELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- CRYPTODELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CRYPTODELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- CRYPTODELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- CryptoDelete_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete an account.
- CryptoDeleteAllowance - Class in com.hedera.hashgraph.sdk.proto
- CryptoDeleteAllowance - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete (unapprove) an allowance previously approved for the owner account.
- CRYPTODELETEALLOWANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- CRYPTODELETEALLOWANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CRYPTODELETEALLOWANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- CRYPTODELETEALLOWANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- CryptoDeleteAllowance_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete (unapprove) an allowance previously approved for the owner account.
- CryptoDeleteAllowanceTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Delete one or more allowances.<br/> Given one or more, previously approved, allowances for non-fungible/unique tokens to be transferred by a spending account from an owning account; this transaction removes a specified set of those allowances.
- CryptoDeleteAllowanceTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Delete one or more allowances.<br/> Given one or more, previously approved, allowances for non-fungible/unique tokens to be transferred by a spending account from an owning account; this transaction removes a specified set of those allowances.
- CryptoDeleteAllowanceTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CryptoDeleteLiveHash - Class in com.hedera.hashgraph.sdk.proto
- CryptoDeleteLiveHash - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- CRYPTODELETELIVEHASH - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CRYPTODELETELIVEHASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- CryptoDeleteLiveHash_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- CryptoDeleteLiveHashTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Delete a specific live hash associated to a given account.
- CryptoDeleteLiveHashTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Delete a specific live hash associated to a given account.
- CryptoDeleteLiveHashTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CryptoDeleteTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Delete an account.<br/> This will mark an account deleted, and transfer all tokens to a "sweep" account.
- CryptoDeleteTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Delete an account.<br/> This will mark an account deleted, and transfer all tokens to a "sweep" account.
- CryptoDeleteTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CryptoGetAccountBalance - Class in com.hedera.hashgraph.sdk.proto
- CryptoGetAccountBalance - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get the balance for an account.
- CRYPTOGETACCOUNTBALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- CRYPTOGETACCOUNTBALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- CRYPTOGETACCOUNTBALANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- CRYPTOGETACCOUNTBALANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- CryptoGetAccountBalance_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get the balance for an account.
- CryptoGetAccountBalanceQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Query to read the HBAR balance of an account or contract.
- CryptoGetAccountBalanceQuery.BalanceSourceCase - Enum Class in com.hedera.hashgraph.sdk.proto
- CryptoGetAccountBalanceQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Query to read the HBAR balance of an account or contract.
- CryptoGetAccountBalanceQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CryptoGetAccountBalanceResponse - Class in com.hedera.hashgraph.sdk.proto
-
* Response to a CryptoGetAccountBalanceQuery.<br/> This response SHALL contain only the information needed to identify the query request and the actual HBAR balance of the identified account or contract.
- CryptoGetAccountBalanceResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Response to a CryptoGetAccountBalanceQuery.<br/> This response SHALL contain only the information needed to identify the query request and the actual HBAR balance of the identified account or contract.
- CryptoGetAccountBalanceResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CryptoGetAccountRecords - Class in com.hedera.hashgraph.sdk.proto
- CryptoGetAccountRecords - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get a full account record.
- CRYPTOGETACCOUNTRECORDS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- CRYPTOGETACCOUNTRECORDS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- CRYPTOGETACCOUNTRECORDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- CRYPTOGETACCOUNTRECORDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- CryptoGetAccountRecords_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get a full account record.
- CryptoGetAccountRecordsQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Request records of all "recent" transactions for which the specified account is the effective payer.
- CryptoGetAccountRecordsQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Request records of all "recent" transactions for which the specified account is the effective payer.
- CryptoGetAccountRecordsQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CryptoGetAccountRecordsResponse - Class in com.hedera.hashgraph.sdk.proto
-
* Return records of all "recent" transactions for which the specified account is the effective payer.
- CryptoGetAccountRecordsResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Return records of all "recent" transactions for which the specified account is the effective payer.
- CryptoGetAccountRecordsResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- cryptoGetBalance(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
-
Retrieve the balance of an account
- cryptoGetBalance(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
-
Retrieve the balance of an account
- cryptoGetBalance(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
-
Retrieve the balance of an account
- cryptoGetBalance(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
-
Retrieve the balance of an account
- cryptoGetBalance(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
-
Retrieve the balance of an account
- CryptoGetInfo - Class in com.hedera.hashgraph.sdk.proto
- CryptoGetInfo - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get information about a token.
- CRYPTOGETINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- CRYPTOGETINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- CRYPTOGETINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- CRYPTOGETINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- CryptoGetInfo_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get information about a token.
- CryptoGetInfoQuery - Class in com.hedera.hashgraph.sdk.proto
-
* A query to read information for an account.
- CryptoGetInfoQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A query to read information for an account.
- CryptoGetInfoQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CryptoGetInfoResponse - Class in com.hedera.hashgraph.sdk.proto
-
* Response when the client sends the node CryptoGetInfoQuery
- CryptoGetInfoResponse.AccountInfo - Class in com.hedera.hashgraph.sdk.proto
-
* Information describing A single Account in the Hedera distributed ledger.
- CryptoGetInfoResponse.AccountInfo.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Information describing A single Account in the Hedera distributed ledger.
- CryptoGetInfoResponse.AccountInfoOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CryptoGetInfoResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Response when the client sends the node CryptoGetInfoQuery
- CryptoGetInfoResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CryptoGetLiveHash - Class in com.hedera.hashgraph.sdk.proto
- CryptoGetLiveHash - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- CRYPTOGETLIVEHASH - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- CRYPTOGETLIVEHASH - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- CRYPTOGETLIVEHASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- CRYPTOGETLIVEHASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- CryptoGetLiveHash_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- CryptoGetLiveHashQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Request detail for a specific live hash associated to a specific account.
- CryptoGetLiveHashQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Request detail for a specific live hash associated to a specific account.
- CryptoGetLiveHashQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CryptoGetLiveHashResponse - Class in com.hedera.hashgraph.sdk.proto
-
* Return the full live hash associated to an account, if it is present.
- CryptoGetLiveHashResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Return the full live hash associated to an account, if it is present.
- CryptoGetLiveHashResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CRYPTOGETPROXYSTAKERS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- CRYPTOGETPROXYSTAKERS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- CRYPTOGETPROXYSTAKERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- CRYPTOGETPROXYSTAKERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- CryptoGetStakers - Class in com.hedera.hashgraph.sdk.proto
- CryptoGetStakers - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- CryptoGetStakers_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- CryptoGetStakersQuery - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- CryptoGetStakersQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* Get all the accounts that are proxy staking to this account.
- CryptoGetStakersQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- CryptoGetStakersResponse - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- CryptoGetStakersResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* Response when the client sends the node CryptoGetStakersQuery
- CryptoGetStakersResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- CryptoServiceGrpc - Class in com.hedera.hashgraph.sdk.proto
-
Transactions and queries for the Hedera Crypto Service.
- CryptoServiceGrpc.AsyncService - Interface in com.hedera.hashgraph.sdk.proto
-
Transactions and queries for the Hedera Crypto Service.
- CryptoServiceGrpc.CryptoServiceBlockingStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do limited synchronous rpc calls to service CryptoService.
- CryptoServiceGrpc.CryptoServiceBlockingV2Stub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do synchronous rpc calls to service CryptoService.
- CryptoServiceGrpc.CryptoServiceFutureStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do ListenableFuture-style rpc calls to service CryptoService.
- CryptoServiceGrpc.CryptoServiceImplBase - Class in com.hedera.hashgraph.sdk.proto
-
Base class for the server implementation of the service CryptoService.
- CryptoServiceGrpc.CryptoServiceStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do asynchronous rpc calls to service CryptoService.
- CryptoServiceImplBase() - Constructor for class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceImplBase
- CryptoServiceOuterClass - Class in com.hedera.hashgraph.sdk.proto
- cryptoTransfer(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
-
Initiate a transfer by submitting the transaction
- cryptoTransfer(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
-
Initiate a transfer by submitting the transaction
- cryptoTransfer(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
-
Initiate a transfer by submitting the transaction
- cryptoTransfer(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
-
Initiate a transfer by submitting the transaction
- cryptoTransfer(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
-
Initiate a transfer by submitting the transaction
- CryptoTransfer - Class in com.hedera.hashgraph.sdk.proto
- CryptoTransfer - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Transfer tokens among accounts.
- CRYPTOTRANSFER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- CRYPTOTRANSFER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CRYPTOTRANSFER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- CRYPTOTRANSFER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- CryptoTransfer_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Transfer tokens among accounts.
- CryptoTransferTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Transfer HBAR and/or other tokens among two or more accounts and/or smart contracts.
- CryptoTransferTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Transfer HBAR and/or other tokens among two or more accounts and/or smart contracts.
- CryptoTransferTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- CryptoUpdate - Class in com.hedera.hashgraph.sdk.proto
- CryptoUpdate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update an account.
- CryptoUpdate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update an account.
- CRYPTOUPDATEACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- CRYPTOUPDATEACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- CRYPTOUPDATEACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- CRYPTOUPDATEACCOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- CryptoUpdateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Modify the current state of an account.
- CryptoUpdateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Modify the current state of an account.
- CryptoUpdateTransactionBody.ReceiveRecordThresholdFieldCase - Enum Class in com.hedera.hashgraph.sdk.proto
- CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase - Enum Class in com.hedera.hashgraph.sdk.proto
- CryptoUpdateTransactionBody.SendRecordThresholdFieldCase - Enum Class in com.hedera.hashgraph.sdk.proto
- CryptoUpdateTransactionBody.StakedIdCase - Enum Class in com.hedera.hashgraph.sdk.proto
- CryptoUpdateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- current() - Static method in class com.hedera.hashgraph.sdk.ThreadLocalSecureRandom
-
Extract seme randomness.
- CURRENT_ENCRYPTION_KEY_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- CURRENT_TREASURY_STILL_OWNS_NFTS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The treasury for a unique token cannot be changed until it owns no NFTs
- CURRENT_TREASURY_STILL_OWNS_NFTS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The treasury for a unique token cannot be changed until it owns no NFTs
- CURRENT_TREASURY_STILL_OWNS_NFTS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The treasury for a unique token cannot be changed until it owns no NFTs
- CurrentAndNextFeeSchedule - Class in com.hedera.hashgraph.sdk.proto
-
* The "current" fee schedule and the "next" fee schedule.
- CurrentAndNextFeeSchedule.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The "current" fee schedule and the "next" fee schedule.
- CurrentAndNextFeeScheduleOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- currentBackoff - Variable in class com.hedera.hashgraph.sdk.BaseNode
-
The current backoff duration.
- CURRENTFEESCHEDULE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- currentRate - Variable in class com.hedera.hashgraph.sdk.ExchangeRates
-
Current Exchange Rate
- CURRENTRATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- CUSTOM_FEE_CHARGING_EXCEEDED_MAX_ACCOUNT_AMOUNTS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* More than 20 balance adjustments were to satisfy a CryptoTransfer and its implied custom fee payments
- CUSTOM_FEE_CHARGING_EXCEEDED_MAX_ACCOUNT_AMOUNTS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
More than 20 balance adjustments were to satisfy a CryptoTransfer and its implied custom fee payments
- CUSTOM_FEE_CHARGING_EXCEEDED_MAX_ACCOUNT_AMOUNTS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* More than 20 balance adjustments were to satisfy a CryptoTransfer and its implied custom fee payments
- CUSTOM_FEE_CHARGING_EXCEEDED_MAX_RECURSION_DEPTH - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The reference chain of custom fees for a transferred token exceeded the maximum length of 2
- CUSTOM_FEE_CHARGING_EXCEEDED_MAX_RECURSION_DEPTH - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The reference chain of custom fees for a transferred token exceeded the maximum length of 2
- CUSTOM_FEE_CHARGING_EXCEEDED_MAX_RECURSION_DEPTH_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The reference chain of custom fees for a transferred token exceeded the maximum length of 2
- CUSTOM_FEE_DENOMINATION_MUST_BE_FUNGIBLE_COMMON - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Only tokens of type FUNGIBLE_COMMON can be used to as fee schedule denominations
- CUSTOM_FEE_DENOMINATION_MUST_BE_FUNGIBLE_COMMON - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Only tokens of type FUNGIBLE_COMMON can be used to as fee schedule denominations
- CUSTOM_FEE_DENOMINATION_MUST_BE_FUNGIBLE_COMMON_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Only tokens of type FUNGIBLE_COMMON can be used to as fee schedule denominations
- CUSTOM_FEE_MUST_BE_POSITIVE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Only positive fees may be assessed at this time
- CUSTOM_FEE_MUST_BE_POSITIVE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Only positive fees may be assessed at this time
- CUSTOM_FEE_MUST_BE_POSITIVE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Only positive fees may be assessed at this time
- CUSTOM_FEE_NOT_FULLY_SPECIFIED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A custom fee schedule entry did not specify either a fixed or fractional fee
- CUSTOM_FEE_NOT_FULLY_SPECIFIED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A custom fee schedule entry did not specify either a fixed or fractional fee
- CUSTOM_FEE_NOT_FULLY_SPECIFIED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A custom fee schedule entry did not specify either a fixed or fractional fee
- CUSTOM_FEE_OUTSIDE_NUMERIC_RANGE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A fractional custom fee exceeded the range of a 64-bit signed integer
- CUSTOM_FEE_OUTSIDE_NUMERIC_RANGE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A fractional custom fee exceeded the range of a 64-bit signed integer
- CUSTOM_FEE_OUTSIDE_NUMERIC_RANGE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A fractional custom fee exceeded the range of a 64-bit signed integer
- CUSTOM_FEES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- CUSTOM_FEES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- CUSTOM_FEES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- CUSTOM_FEES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- CUSTOM_FEES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- CUSTOM_FEES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- CUSTOM_FEES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- CUSTOM_FEES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Topic
- CUSTOM_FEES_LIST_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* More than 10 custom fees were specified
- CUSTOM_FEES_LIST_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
More than 10 custom fees were specified
- CUSTOM_FEES_LIST_TOO_LONG_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* More than 10 custom fees were specified
- CUSTOM_FRACTIONAL_FEE_ONLY_ALLOWED_FOR_FUNGIBLE_COMMON - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Only tokens of type FUNGIBLE_COMMON can have fractional fees
- CUSTOM_FRACTIONAL_FEE_ONLY_ALLOWED_FOR_FUNGIBLE_COMMON - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Only tokens of type FUNGIBLE_COMMON can have fractional fees
- CUSTOM_FRACTIONAL_FEE_ONLY_ALLOWED_FOR_FUNGIBLE_COMMON_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Only tokens of type FUNGIBLE_COMMON can have fractional fees
- CUSTOM_ROYALTY_FEE_ONLY_ALLOWED_FOR_NON_FUNGIBLE_UNIQUE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Only tokens of type NON_FUNGIBLE_UNIQUE can have royalty fees
- CUSTOM_ROYALTY_FEE_ONLY_ALLOWED_FOR_NON_FUNGIBLE_UNIQUE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Only tokens of type NON_FUNGIBLE_UNIQUE can have royalty fees
- CUSTOM_ROYALTY_FEE_ONLY_ALLOWED_FOR_NON_FUNGIBLE_UNIQUE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Only tokens of type NON_FUNGIBLE_UNIQUE can have royalty fees
- CUSTOM_SCHEDULE_ALREADY_HAS_NO_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A fee schedule update tried to clear the custom fees from a token whose fee schedule was already empty
- CUSTOM_SCHEDULE_ALREADY_HAS_NO_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A fee schedule update tried to clear the custom fees from a token whose fee schedule was already empty
- CUSTOM_SCHEDULE_ALREADY_HAS_NO_FEES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A fee schedule update tried to clear the custom fees from a token whose fee schedule was already empty
- CustomFee - Class in com.hedera.hashgraph.sdk
-
Base class for custom fees.
- CustomFee - Class in com.hedera.hashgraph.sdk.proto
-
* A transfer fee to assess during a CryptoTransfer.<br/> This fee applies to transactions that transfer units of the token to which the fee is attached.
- CustomFee() - Constructor for class com.hedera.hashgraph.sdk.CustomFee
-
Constructor.
- CustomFee.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A transfer fee to assess during a CryptoTransfer.<br/> This fee applies to transactions that transfer units of the token to which the fee is attached.
- CustomFee.FeeCase - Enum Class in com.hedera.hashgraph.sdk.proto
- CustomFeeBase<F> - Class in com.hedera.hashgraph.sdk
- CustomFeeBase() - Constructor for class com.hedera.hashgraph.sdk.CustomFeeBase
- CustomFeeLimit - Class in com.hedera.hashgraph.sdk
-
A maximum custom fee that the user is willing to pay.
- CustomFeeLimit - Class in com.hedera.hashgraph.sdk.proto
-
* A maximum custom fee that the user is willing to pay.
- CustomFeeLimit() - Constructor for class com.hedera.hashgraph.sdk.CustomFeeLimit
-
Constructor
- CustomFeeLimit.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A maximum custom fee that the user is willing to pay.
- CustomFeeLimitOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- customFeeLimits - Variable in class com.hedera.hashgraph.sdk.Transaction
- CustomFeeOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- customFees - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The custom fees to be assessed during a CryptoTransfer that transfers units of this token
- customFees - Variable in class com.hedera.hashgraph.sdk.TopicInfo
- CustomFees - Class in com.hedera.hashgraph.sdk.proto
- CustomFixedFee - Class in com.hedera.hashgraph.sdk
-
Custom fixed fee utility class.
- CustomFixedFee() - Constructor for class com.hedera.hashgraph.sdk.CustomFixedFee
-
Constructor.
- CustomFractionalFee - Class in com.hedera.hashgraph.sdk
-
Custom fractional fee utility class.
- CustomFractionalFee() - Constructor for class com.hedera.hashgraph.sdk.CustomFractionalFee
-
Constructor.
- CustomRoyaltyFee - Class in com.hedera.hashgraph.sdk
-
Custom royalty fee utility class.
- CustomRoyaltyFee() - Constructor for class com.hedera.hashgraph.sdk.CustomRoyaltyFee
-
Constructor.
D
- data - Variable in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
The transaction data
- data - Variable in class com.hedera.hashgraph.sdk.ContractLogInfo
-
The event data.
- DATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- DATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- DATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Setting
- DATA_NOT_SET - Enum constant in enum class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.DataCase
- DATA_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- DATA_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ScheduleInfo.DataCase
- DATA_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- debug(String, Object...) - Method in class com.hedera.hashgraph.sdk.logger.Logger
-
Log debug
- DEBUG - Enum constant in enum class com.hedera.hashgraph.sdk.logger.LogLevel
- decimals - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The amount of decimal places that this token supports.
- decimals - Variable in class com.hedera.hashgraph.sdk.TokenRelationship
-
The amount of decimal places that this token supports.
- DECIMALS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- DECIMALS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenBalance
- DECIMALS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- DECIMALS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- DECIMALS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- DECLINE_REWARD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- DECLINE_REWARD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- DECLINE_REWARD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- DECLINE_REWARD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- DECLINE_REWARD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- DECLINE_REWARD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Node
- DECLINE_REWARD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- DECLINE_REWARD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- DECLINE_REWARD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingInfo
- declineStakingReward - Variable in class com.hedera.hashgraph.sdk.StakingInfo
-
If true, the contract declines receiving a staking reward.
- decodeEvmAddress(String) - Static method in class com.hedera.hashgraph.sdk.EntityIdHelper
-
Decode the solidity address from a string.
- decreaseBackoff() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Used when a node has not received a bad gRPC status.
- decreaseBackoff(BaseNodeT) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
- decryptAesCtr128(KeyParameter, byte[], byte[]) - Static method in class com.hedera.hashgraph.sdk.Crypto
-
Decrypt a byte array with the aes ctr cipher.
- deepClone() - Method in class com.hedera.hashgraph.sdk.CustomFee
-
Create a deep clone.
- deepClone() - Method in class com.hedera.hashgraph.sdk.CustomFeeBase
- deepCloneList(List<CustomFee>) - Static method in class com.hedera.hashgraph.sdk.CustomFee
-
Create a new copy of a custom fee list.
- deepCloneSubclass() - Method in class com.hedera.hashgraph.sdk.CustomFeeBase
- deepCloneSubclass() - Method in class com.hedera.hashgraph.sdk.CustomFixedFee
- deepCloneSubclass() - Method in class com.hedera.hashgraph.sdk.CustomFractionalFee
- deepCloneSubclass() - Method in class com.hedera.hashgraph.sdk.CustomRoyaltyFee
- DEFAULT - Enum constant in enum class com.hedera.hashgraph.sdk.FeeDataType
-
The resource cost for the transaction type has no additional attributes
- DEFAULT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type has no additional attributes
- DEFAULT_AUTO_RENEW_PERIOD - Static variable in class com.hedera.hashgraph.sdk.Transaction
-
Default auto renew duration for accounts, contracts, topics, and files (entities)
- DEFAULT_CHUNK_SIZE - Static variable in class com.hedera.hashgraph.sdk.FileAppendTransaction
- DEFAULT_CLOSE_TIMEOUT - Static variable in class com.hedera.hashgraph.sdk.Client
- DEFAULT_GRPC_DEADLINE - Static variable in class com.hedera.hashgraph.sdk.Client
- DEFAULT_MAX_ATTEMPTS - Static variable in class com.hedera.hashgraph.sdk.Client
- DEFAULT_MAX_BACKOFF - Static variable in class com.hedera.hashgraph.sdk.Client
- DEFAULT_MAX_NODE_ATTEMPTS - Static variable in class com.hedera.hashgraph.sdk.BaseNetwork
- DEFAULT_MAX_NODE_BACKOFF - Static variable in class com.hedera.hashgraph.sdk.Client
- DEFAULT_MIN_BACKOFF - Static variable in class com.hedera.hashgraph.sdk.Client
- DEFAULT_MIN_NODE_BACKOFF - Static variable in class com.hedera.hashgraph.sdk.Client
- DEFAULT_NETWORK_UPDATE_PERIOD - Static variable in class com.hedera.hashgraph.sdk.Client
- DEFAULT_REQUEST_TIMEOUT - Static variable in class com.hedera.hashgraph.sdk.Client
- DEFAULT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type has no additional attributes
- defaultFreezeStatus - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The default Freeze status (not applicable, frozen or unfrozen) of Hedera accounts relative to this token.
- DEFAULTFREEZESTATUS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- defaultKycStatus - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The default KYC status (KycNotApplicable or Revoked) of Hedera accounts relative to this token.
- DEFAULTKYCSTATUS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- defaultMaxQueryPayment - Variable in class com.hedera.hashgraph.sdk.Client
- defaultMaxTransactionFee - Variable in class com.hedera.hashgraph.sdk.Client
- defaultMaxTransactionFee - Variable in class com.hedera.hashgraph.sdk.Transaction
-
The maximum transaction fee the client is willing to pay
- delayBackOff(int, Executor) - Static method in class com.hedera.hashgraph.sdk.Delayer
-
Set the delay backoff attempts.
- Delayer - Class in com.hedera.hashgraph.sdk
-
Utility class used internally by the sdk.
- delayFor(long, Executor) - Static method in class com.hedera.hashgraph.sdk.Delayer
-
Set the delay backoff milliseconds.
- DELEGATABLE_CONTRACT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Key.KeyCase
- DELEGATABLE_CONTRACT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Key
- DelegateContractId - Class in com.hedera.hashgraph.sdk
-
The ID for a smart contract instance on Hedera.
- DelegateContractId(long) - Constructor for class com.hedera.hashgraph.sdk.DelegateContractId
-
Deprecated.
- DelegateContractId(long, long, byte[]) - Constructor for class com.hedera.hashgraph.sdk.DelegateContractId
- DelegateContractId(long, long, long) - Constructor for class com.hedera.hashgraph.sdk.DelegateContractId
-
Constructor.
- DelegateContractId(long, long, long, String) - Constructor for class com.hedera.hashgraph.sdk.DelegateContractId
-
Constructor.
- DELEGATING_SPENDER_CANNOT_GRANT_APPROVE_FOR_ALL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The delegating Spender cannot grant approveForAll allowance on a NFT token type for another spender.
- DELEGATING_SPENDER_CANNOT_GRANT_APPROVE_FOR_ALL - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The delegating Spender cannot grant approveForAll allowance on a NFT token type for another spender.
- DELEGATING_SPENDER_CANNOT_GRANT_APPROVE_FOR_ALL_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The delegating Spender cannot grant approveForAll allowance on a NFT token type for another spender.
- DELEGATING_SPENDER_DOES_NOT_HAVE_APPROVE_FOR_ALL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The delegating Spender cannot grant allowance on a NFT serial for another spender as it doesnt not have approveForAll granted on token-owner.
- DELEGATING_SPENDER_DOES_NOT_HAVE_APPROVE_FOR_ALL - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The delegating Spender cannot grant allowance on a NFT serial for another spender as it doesnt not have approveForAll granted on token-owner.
- DELEGATING_SPENDER_DOES_NOT_HAVE_APPROVE_FOR_ALL_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The delegating Spender cannot grant allowance on a NFT serial for another spender as it doesnt not have approveForAll granted on token-owner.
- DELEGATING_SPENDER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftAllowance
- delegatingSpender - Variable in class com.hedera.hashgraph.sdk.TokenNftAllowance
-
The account ID of the spender who is granted approvedForAll allowance and granting approval on an NFT serial to another spender.
- DELEGATION_ADDRESS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- DELEGATION_ADDRESS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- DELEGATION_ADDRESS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- DELEGATION_ADDRESS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- DELETEACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- deleteAllHbarAllowances(AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceDeleteTransaction
-
Deprecated.with no replacement
- deleteAllowances(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
-
Delete one or more of the specific approved NFT serial numbers on an owner account.
- deleteAllowances(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
-
Delete one or more of the specific approved NFT serial numbers on an owner account.
- deleteAllowances(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
-
Delete one or more of the specific approved NFT serial numbers on an owner account.
- deleteAllowances(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
-
Delete one or more of the specific approved NFT serial numbers on an owner account.
- deleteAllowances(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
-
Delete one or more of the specific approved NFT serial numbers on an owner account.
- deleteAllTokenAllowances(TokenId, AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceDeleteTransaction
-
Deprecated.with no replacement
- deleteAllTokenNftAllowances(NftId, AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceDeleteTransaction
-
Remove all nft token allowances.
- deleteContract(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingStub
-
Delete a smart contract, and transfer any remaining HBAR balance to a designated account.
- deleteContract(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub
-
Delete a smart contract, and transfer any remaining HBAR balance to a designated account.
- deleteContract(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceFutureStub
-
Delete a smart contract, and transfer any remaining HBAR balance to a designated account.
- deleteContract(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.AsyncService
-
Delete a smart contract, and transfer any remaining HBAR balance to a designated account.
- deleteContract(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceStub
-
Delete a smart contract, and transfer any remaining HBAR balance to a designated account.
- DELETED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- DELETED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- DELETED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- DELETED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.File
- DELETED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- DELETED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- DELETED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Node
- DELETED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- DELETED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- DELETED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- DELETED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- DELETED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Topic
- deletedAt - Variable in class com.hedera.hashgraph.sdk.ScheduleInfo
-
The consensus time the schedule transaction was deleted.
- deleteFile(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingStub
-
Delete a file in HFS.<br/> The content of a file deleted in this manner is completely removed from network state, but the file metadata remains.
- deleteFile(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingV2Stub
-
Delete a file in HFS.<br/> The content of a file deleted in this manner is completely removed from network state, but the file metadata remains.
- deleteFile(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceFutureStub
-
Delete a file in HFS.<br/> The content of a file deleted in this manner is completely removed from network state, but the file metadata remains.
- deleteFile(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.FileServiceGrpc.AsyncService
-
Delete a file in HFS.<br/> The content of a file deleted in this manner is completely removed from network state, but the file metadata remains.
- deleteFile(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceStub
-
Delete a file in HFS.<br/> The content of a file deleted in this manner is completely removed from network state, but the file metadata remains.
- deleteGrpcWebProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Delete the gRPC web proxy endpoint.
- deleteLiveHash(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
-
Deprecated.
- deleteLiveHash(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
-
Deprecated.
- deleteLiveHash(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
-
Deprecated.
- deleteLiveHash(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
-
Deprecated.
- deleteLiveHash(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
-
Deprecated.
- deleteNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceBlockingStub
-
A transaction to remove a consensus node from the network address book.
- deleteNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceBlockingV2Stub
-
A transaction to remove a consensus node from the network address book.
- deleteNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceFutureStub
-
A transaction to remove a consensus node from the network address book.
- deleteNode(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceStub
-
A transaction to remove a consensus node from the network address book.
- deleteNode(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AsyncService
-
A transaction to remove a consensus node from the network address book.
- deleteRegisteredNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceBlockingStub
-
A transaction to remove a registered node from the network address book.
- deleteRegisteredNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceBlockingV2Stub
-
A transaction to remove a registered node from the network address book.
- deleteRegisteredNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceFutureStub
-
A transaction to remove a registered node from the network address book.
- deleteRegisteredNode(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceStub
-
A transaction to remove a registered node from the network address book.
- deleteRegisteredNode(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AsyncService
-
A transaction to remove a registered node from the network address book.
- deleteSchedule(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceBlockingStub
-
Mark an existing schedule deleted.
- deleteSchedule(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceBlockingV2Stub
-
Mark an existing schedule deleted.
- deleteSchedule(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceFutureStub
-
Mark an existing schedule deleted.
- deleteSchedule(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.AsyncService
-
Mark an existing schedule deleted.
- deleteSchedule(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceStub
-
Mark an existing schedule deleted.
- deleteToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Delete a token.
- deleteToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Delete a token.
- deleteToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Delete a token.
- deleteToken(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Delete a token.
- deleteToken(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Delete a token.
- deleteTokenNftAllowanceAllSerials(TokenId, AccountId, AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Delete the token nft allowance on all serials.
- deleteTopic(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceBlockingStub
-
Delete an HCS topic.
- deleteTopic(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceBlockingV2Stub
-
Delete an HCS topic.
- deleteTopic(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceFutureStub
-
Delete an HCS topic.
- deleteTopic(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.AsyncService
-
Delete an HCS topic.
- deleteTopic(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceStub
-
Delete an HCS topic.
- DELETION_TIME - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ScheduleInfo.DataCase
- DELETION_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- DENOMINATING_TOKEN_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FixedFee
- DENOMINATOR_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Fraction
- derivableKeyECDSA(byte[]) - Static method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
-
Create a derived key.
- derivableKeyED25519(byte[]) - Static method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
-
Create a derived key.
- derive(int) - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Given a wallet/account index, derive a child key compatible with the iOS and Android wallets.
- derive(int) - Method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
- derive(int) - Method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
- deriveKeySha256(String, byte[], int, int) - Static method in class com.hedera.hashgraph.sdk.Crypto
-
Derive a sha 256 key.
- description - Variable in class com.hedera.hashgraph.sdk.NodeAddress
-
A description of the node, with UTF-8 encoding up to 100 bytes.
- description - Variable in class com.hedera.hashgraph.sdk.RegisteredNode
-
A short description of the node.
- DESCRIPTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Node
- DESCRIPTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeAddress
- DESCRIPTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- DESCRIPTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- DESCRIPTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- DESCRIPTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- DESCRIPTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- DESCRIPTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- DETAILS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookCreation
- dissociateTokens(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Dissociate one or more tokens from an account.
- dissociateTokens(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Dissociate one or more tokens from an account.
- dissociateTokens(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Dissociate one or more tokens from an account.
- dissociateTokens(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Dissociate one or more tokens from an account.
- dissociateTokens(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Dissociate one or more tokens from an account.
- DK_LEN - Static variable in class com.hedera.hashgraph.sdk.Crypto
- doAddNftTransfer(NftId, AccountId, AccountId, boolean, NftHookCall, NftHookCall) - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
- doAddTokenTransfer(TokenId, AccountId, long, boolean, Integer, FungibleHookCall) - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
- DOMAIN_NAME - Enum constant in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.AddressCase
- DOMAIN_NAME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- DOMAIN_NAME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- domainName - Variable in class com.hedera.hashgraph.sdk.Endpoint
- domainName - Variable in class com.hedera.hashgraph.sdk.RegisteredServiceEndpoint
- doSchedule(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Converts transaction into a scheduled version
- DUMMY_ACCOUNT_ID - Static variable in class com.hedera.hashgraph.sdk.Transaction
-
Dummy account ID used to assist in deserializing incomplete Transactions.
- DUMMY_TRANSACTION_ID - Static variable in class com.hedera.hashgraph.sdk.Transaction
-
Dummy transaction ID used to assist in deserializing incomplete Transactions.
- DUPLICATE_ACCOUNT_ID_IN_MAX_CUSTOM_FEE_LIST - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided max custom fee list contains fees with duplicate account id.
- DUPLICATE_ACCOUNT_ID_IN_MAX_CUSTOM_FEE_LIST - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided max custom fee list contains fees with duplicate account id.
- DUPLICATE_ACCOUNT_ID_IN_MAX_CUSTOM_FEE_LIST_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided max custom fee list contains fees with duplicate account id.
- DUPLICATE_DENOMINATION_IN_MAX_CUSTOM_FEE_LIST - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided max custom fee list contains fees with duplicate denominations.
- DUPLICATE_DENOMINATION_IN_MAX_CUSTOM_FEE_LIST - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided max custom fee list contains fees with duplicate denominations.
- DUPLICATE_DENOMINATION_IN_MAX_CUSTOM_FEE_LIST_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided max custom fee list contains fees with duplicate denominations.
- DUPLICATE_TRANSACTION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* This transaction ID is a duplicate of one that was submitted to this node or reached consensus in the last 180 seconds (receipt period)
- DUPLICATE_TRANSACTION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
This transaction ID is a duplicate of one that was submitted to this node or reached consensus in the last 180 seconds (receipt period)
- DUPLICATE_TRANSACTION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* This transaction ID is a duplicate of one that was submitted to this node or reached consensus in the last 180 seconds (receipt period)
- duplicates - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
The receipts of processing all transactions with the given id, in consensus time order.
- duplicates - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
The records of processing all consensus transaction with the same id as the distinguished record above, in chronological order.
- DUPLICATETRANSACTIONRECEIPTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- DUPLICATETRANSACTIONRECORDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- duration - Variable in class com.hedera.hashgraph.sdk.LiveHash
-
The duration for which the livehash will remain valid
- Duration - Class in com.hedera.hashgraph.sdk.proto
-
* A length of time in seconds.
- DURATION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.LiveHash
- Duration.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A length of time in seconds.
- DurationConverter - Class in com.hedera.hashgraph.sdk
-
Utility class used internally by the sdk.
- DurationOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- DurationOuterClass - Class in com.hedera.hashgraph.sdk.proto
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.platform.event.legacy.EventCore
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Account
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.AccountID
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Bytecode
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractID
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CRSState
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CustomFee
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Duration
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FeeData
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.File
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FileID
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FixedFee
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Fraction
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.History
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HookCall
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HookCreation
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HookExecution
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HookId
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Key
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.KeyList
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.LedgerId
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.LiveHash
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Nft
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NftID
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Node
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NodeStake
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ProofKey
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ProtoString
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Query
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RealmID
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Response
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Roster
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RosterState
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Schedule
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Setting
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ShardID
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.SlotKey
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.SlotValue
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Timestamp
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Token
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenID
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenReference
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Topic
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TopicID
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.Transaction
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionID
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionList
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.TransferList
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
E
- earliestReadmitTime - Variable in class com.hedera.hashgraph.sdk.BaseNetwork
-
The instant that readmission will happen after.
- ECDSA_384 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Key.KeyCase
- ECDSA_384 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Signature.SignatureCase
-
Deprecated.
- ECDSA_384 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SignaturePair.SignatureCase
- ECDSA_384_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Key
- ECDSA_384_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- ECDSA_384_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SignaturePair
- ECDSA_SECP256K1 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Key.KeyCase
- ECDSA_SECP256K1 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SignaturePair.SignatureCase
- ECDSA_SECP256K1_CURVE - Static variable in class com.hedera.hashgraph.sdk.Crypto
- ECDSA_SECP256K1_CURVE - Static variable in class com.hedera.hashgraph.sdk.Key
- ECDSA_SECP256K1_DOMAIN - Static variable in class com.hedera.hashgraph.sdk.Crypto
- ECDSA_SECP256K1_DOMAIN - Static variable in class com.hedera.hashgraph.sdk.Key
- ECDSA_SECP256K1_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Key
- ECDSA_SECP256K1_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SignaturePair
- ED25519 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Key.KeyCase
- ED25519 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Signature.SignatureCase
-
Deprecated.
- ED25519 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SignaturePair.SignatureCase
- ED25519_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Key
- ED25519_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- ED25519_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SignaturePair
- EFFECTIVE_PAYER_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- EMPTY_ALLOWANCES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* No allowances have been specified in the approval transaction.
- EMPTY_ALLOWANCES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
No allowances have been specified in the approval transaction.
- EMPTY_ALLOWANCES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* No allowances have been specified in the approval transaction.
- EMPTY_EVM_HOOK_STORAGE_UPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An EVM hook storage update had no contents.
- EMPTY_EVM_HOOK_STORAGE_UPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An EVM hook storage update had no contents.
- EMPTY_EVM_HOOK_STORAGE_UPDATE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An EVM hook storage update had no contents.
- EMPTY_LIVE_HASH - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the livehash data is missing
- EMPTY_LIVE_HASH - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the livehash data is missing
- EMPTY_LIVE_HASH_BODY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the livehash body is empty
- EMPTY_LIVE_HASH_BODY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the livehash body is empty
- EMPTY_LIVE_HASH_BODY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the livehash body is empty
- EMPTY_LIVE_HASH_KEYS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the keys for a livehash are missing
- EMPTY_LIVE_HASH_KEYS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the keys for a livehash are missing
- EMPTY_LIVE_HASH_KEYS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the keys for a livehash are missing
- EMPTY_LIVE_HASH_QUERY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the crypto livehash query is empty
- EMPTY_LIVE_HASH_QUERY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the crypto livehash query is empty
- EMPTY_LIVE_HASH_QUERY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the crypto livehash query is empty
- EMPTY_LIVE_HASH_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the livehash data is missing
- EMPTY_PENDING_AIRDROP_ID_LIST - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The list of `PendingAirdropId`s is empty and MUST NOT be empty.
- EMPTY_PENDING_AIRDROP_ID_LIST - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The list of `PendingAirdropId`s is empty and MUST NOT be empty.
- EMPTY_PENDING_AIRDROP_ID_LIST_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The list of `PendingAirdropId`s is empty and MUST NOT be empty.
- EMPTY_QUERY_BODY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the query body is empty
- EMPTY_QUERY_BODY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the query body is empty
- EMPTY_QUERY_BODY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the query body is empty
- EMPTY_TOKEN_REFERENCE_LIST - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction attempted to use empty `TokenReference` list.
- EMPTY_TOKEN_REFERENCE_LIST - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The transaction attempted to use empty `TokenReference` list.
- EMPTY_TOKEN_REFERENCE_LIST_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction attempted to use empty `TokenReference` list.
- EMPTY_TOKEN_TRANSFER_ACCOUNT_AMOUNTS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
TokenTransfersTransactionBody has a TokenTransferList with no AccountAmounts
- EMPTY_TOKEN_TRANSFER_ACCOUNT_AMOUNTS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
TokenTransfersTransactionBody has a TokenTransferList with no AccountAmounts
- EMPTY_TOKEN_TRANSFER_ACCOUNT_AMOUNTS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
TokenTransfersTransactionBody has a TokenTransferList with no AccountAmounts
- EMPTY_TOKEN_TRANSFER_BODY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
TokenTransfersTransactionBody has no TokenTransferList
- EMPTY_TOKEN_TRANSFER_BODY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
TokenTransfersTransactionBody has no TokenTransferList
- EMPTY_TOKEN_TRANSFER_BODY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
TokenTransfersTransactionBody has no TokenTransferList
- EMPTY_TRANSACTION_BODY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Transaction body provided is empty
- EMPTY_TRANSACTION_BODY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Transaction body provided is empty
- EMPTY_TRANSACTION_BODY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Transaction body provided is empty
- encryptAesCtr128(KeyParameter, byte[], byte[]) - Static method in class com.hedera.hashgraph.sdk.Crypto
-
Encrypt a byte array with the aes ctr cipher.
- END_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- END_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- END_OF_STAKING_PERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- ENDHOUR_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- ENDMIN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- Endpoint - Class in com.hedera.hashgraph.sdk
-
Utility class used internally by the sdk.
- Endpoint() - Constructor for class com.hedera.hashgraph.sdk.Endpoint
-
Constructor.
- ENDPOINT_API_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- ENDPOINTTYPE_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.EndpointTypeCase
- ensureCapacity(int) - Method in class com.hedera.hashgraph.sdk.LockableList
-
Make sure that this list instance has the requested capacity.
- ENTITIES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- ENTITY_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookCreation
- ENTITY_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookId
- ENTITY_NOT_ALLOWED_TO_DELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Entities with Entity ID below 1000 are not allowed to be deleted
- ENTITY_NOT_ALLOWED_TO_DELETE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Entities with Entity ID below 1000 are not allowed to be deleted
- ENTITY_NOT_ALLOWED_TO_DELETE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Entities with Entity ID below 1000 are not allowed to be deleted
- ENTITY_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.EntityID.EntityCase
-
Deprecated.
- EntityCounts - Class in com.hedera.hashgraph.sdk.proto
-
* Representation of a Hedera Entity Service entity counts in the network Merkle tree.
- EntityCounts.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Representation of a Hedera Entity Service entity counts in the network Merkle tree.
- EntityCountsOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- EntityCountsOuterClass - Class in com.hedera.hashgraph.sdk.proto
- EntityID - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- ENTITYID_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookEntityId.EntityIdCase
- EntityID.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* The ID for a single entity (account, livehash, file, or smart contract) > The query that defines this message is no longer supported.
- EntityID.EntityCase - Enum Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- EntityIdHelper - Class in com.hedera.hashgraph.sdk
-
Utility class used internally by the sdk.
- EntityIdHelper.WithIdNums<R> - Interface in com.hedera.hashgraph.sdk
- EntityIDOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- EntityIDPair - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- EntityIDPair.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* A Pair of AccountID and TokenID.<br/> This is used as a key in certain cases.
- EntityIDPairOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- EntityNumber - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- EntityNumber.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* A single 64-bit number identifying a Hedera native entity.
- EntityNumberOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- ENTRIES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- ENTRIES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- ENTROPY_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.EntropyCase
- ENTRYKEY_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.EntryKeyCase
- equals(Object) - Method in class com.hedera.hashgraph.sdk.AccountId
- equals(Object) - Method in class com.hedera.hashgraph.sdk.BaseNodeAddress
- equals(Object) - Method in class com.hedera.hashgraph.sdk.ContractId
- equals(Object) - Method in class com.hedera.hashgraph.sdk.ContractNonceInfo
- equals(Object) - Method in class com.hedera.hashgraph.sdk.DelegateContractId
- equals(Object) - Method in class com.hedera.hashgraph.sdk.EvmAddress
- equals(Object) - Method in class com.hedera.hashgraph.sdk.EvmHook
- equals(Object) - Method in class com.hedera.hashgraph.sdk.EvmHookCall
- equals(Object) - Method in class com.hedera.hashgraph.sdk.EvmHookMappingEntry
- equals(Object) - Method in class com.hedera.hashgraph.sdk.EvmHookSpec
- equals(Object) - Method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookMappingEntries
- equals(Object) - Method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookStorageSlot
- equals(Object) - Method in class com.hedera.hashgraph.sdk.FeeEstimate
- equals(Object) - Method in class com.hedera.hashgraph.sdk.FeeEstimateResponse
- equals(Object) - Method in class com.hedera.hashgraph.sdk.FeeExtra
- equals(Object) - Method in class com.hedera.hashgraph.sdk.FileId
- equals(Object) - Method in class com.hedera.hashgraph.sdk.Hbar
- equals(Object) - Method in class com.hedera.hashgraph.sdk.HookCall
- equals(Object) - Method in class com.hedera.hashgraph.sdk.HookCreationDetails
- equals(Object) - Method in class com.hedera.hashgraph.sdk.HookEntityId
- equals(Object) - Method in class com.hedera.hashgraph.sdk.HookId
- equals(Object) - Method in class com.hedera.hashgraph.sdk.KeyList
- equals(Object) - Method in class com.hedera.hashgraph.sdk.LedgerId
- equals(Object) - Method in class com.hedera.hashgraph.sdk.NftId
- equals(Object) - Method in class com.hedera.hashgraph.sdk.PublicKeyECDSA
- equals(Object) - Method in class com.hedera.hashgraph.sdk.PublicKeyED25519
- equals(Object) - Method in class com.hedera.hashgraph.sdk.ScheduleId
- equals(Object) - Method in class com.hedera.hashgraph.sdk.TokenId
- equals(Object) - Method in class com.hedera.hashgraph.sdk.TokenNftTransfer
- equals(Object) - Method in class com.hedera.hashgraph.sdk.TopicId
- equals(Object) - Method in class com.hedera.hashgraph.sdk.TransactionId
- error(String, Object...) - Method in class com.hedera.hashgraph.sdk.logger.Logger
-
Log error
- ERROR - Enum constant in enum class com.hedera.hashgraph.sdk.logger.LogLevel
- ERROR_DECODING_BYTESTRING - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Decoding the smart contract binary to a byte array failed.
- ERROR_DECODING_BYTESTRING - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Decoding the smart contract binary to a byte array failed.
- ERROR_DECODING_BYTESTRING_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Decoding the smart contract binary to a byte array failed.
- ERROR_MESSAGE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- errorMessage - Variable in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
message in case there was an error during smart contract execution
- ERRORMESSAGE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- estimate(Client) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
-
Returns gas estimation for the EVM execution
- estimateFee() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Create a
FeeEstimateQuerypre-populated with this transaction. - ETHEREUM_DATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- ETHEREUM_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- ETHEREUM_NONCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- ETHEREUM_NONCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- ETHEREUM_TRANSACTION - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Perform an Ethereum (EVM) transaction.
CallData may be inline if small, or in a "file" if large. - EthereumFlow - Class in com.hedera.hashgraph.sdk
-
Deprecated.
- EthereumFlow() - Constructor for class com.hedera.hashgraph.sdk.EthereumFlow
-
Deprecated.Constructor
- ethereumHash - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
The keccak256 hash of the ethereumData.
- ethereumNonce - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The ethereum transaction nonce associated with this account.
- EthereumTransaction - Class in com.hedera.hashgraph.sdk
-
A transaction in Ethereum format.
Make an Ethereum transaction "call" with all data in Ethereum formats, including the contract alias. - EthereumTransaction - Class in com.hedera.hashgraph.sdk.proto
- EthereumTransaction - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Perform an Ethereum (EVM) transaction.<br/> CallData may be inline if small, or in a "file" if large.
- EthereumTransaction() - Constructor for class com.hedera.hashgraph.sdk.EthereumTransaction
-
Constructor
- EthereumTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.EthereumTransaction
- EthereumTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.EthereumTransaction
- ETHEREUMTRANSACTION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- ETHEREUMTRANSACTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- EthereumTransaction_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Perform an Ethereum (EVM) transaction.<br/> CallData may be inline if small, or in a "file" if large.
- EthereumTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction in Ethereum format.<br/> Make an Ethereum transaction "call" with all data in Ethereum formats, including the contract alias.
- EthereumTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction in Ethereum format.<br/> Make an Ethereum transaction "call" with all data in Ethereum formats, including the contract alias.
- EthereumTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- EthereumTransactionData - Class in com.hedera.hashgraph.sdk
-
This class represents the data of an Ethereum transaction.
- EthereumTransactionData(byte[]) - Constructor for class com.hedera.hashgraph.sdk.EthereumTransactionData
- EthereumTransactionDataEip1559 - Class in com.hedera.hashgraph.sdk
-
The ethereum transaction data, in the format defined in EIP-1559
- EthereumTransactionDataEip1559(byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[]) - Constructor for class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
- EthereumTransactionDataLegacy - Class in com.hedera.hashgraph.sdk
-
The ethereum transaction data, in the legacy format
- EthereumTransactionDataLegacy(byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[]) - Constructor for class com.hedera.hashgraph.sdk.EthereumTransactionDataLegacy
- EVENT_CORE_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.GossipEvent
- EVENT_TRANSACTION_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.GossipEvent
- EventConsensusData - Class in com.hedera.hapi.platform.event.legacy
-
* Event Consensus Data.<br/> This message records the critical values produced by consensus for an event.
- EventConsensusData.Builder - Class in com.hedera.hapi.platform.event.legacy
-
* Event Consensus Data.<br/> This message records the critical values produced by consensus for an event.
- EventConsensusDataOrBuilder - Interface in com.hedera.hapi.platform.event.legacy
- EventConsensusDataOuterClass - Class in com.hedera.hapi.platform.event.legacy
- EventCore - Class in com.hedera.hapi.platform.event.legacy
-
* Contains information about an event and its parents.
- EventCore.Builder - Class in com.hedera.hapi.platform.event.legacy
-
* Contains information about an event and its parents.
- EventCoreOrBuilder - Interface in com.hedera.hapi.platform.event.legacy
- EventCoreOuterClass - Class in com.hedera.hapi.platform.event.legacy
- EventDescriptor - Class in com.hedera.hapi.platform.event.legacy
-
* Unique identifier for an event.
- EventDescriptor.Builder - Class in com.hedera.hapi.platform.event.legacy
-
* Unique identifier for an event.
- EventDescriptorOrBuilder - Interface in com.hedera.hapi.platform.event.legacy
- EventDescriptorOuterClass - Class in com.hedera.hapi.platform.event.legacy
- EventTransaction - Class in com.hedera.hapi.platform.event.legacy
-
* An Event Transaction gossiped between nodes as part of events.
- EventTransaction.Builder - Class in com.hedera.hapi.platform.event.legacy
-
* An Event Transaction gossiped between nodes as part of events.
- EventTransaction.TransactionCase - Enum Class in com.hedera.hapi.platform.event.legacy
- EventTransactionOrBuilder - Interface in com.hedera.hapi.platform.event.legacy
- EventTransactionOuterClass - Class in com.hedera.hapi.platform.event.legacy
- EVM_ADDRESS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractID.ContractCase
- EVM_ADDRESS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- EVM_ADDRESS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractID
- EVM_ADDRESS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- EVM_ADDRESS_REGEX - Static variable in class com.hedera.hashgraph.sdk.ContractId
- EVM_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookCreationDetails.HookCase
- EVM_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookType
-
* A general-purpose EVM hook.
- EVM_HOOK_CALL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookCall.CallSpecCase
- EVM_HOOK_CALL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookCall
- EVM_HOOK_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- EVM_HOOK_GAS_THROTTLED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An EVM hook execution was throttled due to high network gas utilization.
- EVM_HOOK_GAS_THROTTLED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An EVM hook execution was throttled due to high network gas utilization.
- EVM_HOOK_GAS_THROTTLED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An EVM hook execution was throttled due to high network gas utilization.
- EVM_HOOK_STORAGE_UPDATE_BYTES_MUST_USE_MINIMAL_REPRESENTATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An EVM hook's mapping slot, storage key, or storage value failed to use the minimal representation (i.e., no leading zeros).
- EVM_HOOK_STORAGE_UPDATE_BYTES_MUST_USE_MINIMAL_REPRESENTATION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An EVM hook's mapping slot, storage key, or storage value failed to use the minimal representation (i.e., no leading zeros).
- EVM_HOOK_STORAGE_UPDATE_BYTES_MUST_USE_MINIMAL_REPRESENTATION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An EVM hook's mapping slot, storage key, or storage value failed to use the minimal representation (i.e., no leading zeros).
- EVM_HOOK_STORAGE_UPDATE_BYTES_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An EVM hook mapping slot, storage key, or storage value exceeded 32 bytes.
- EVM_HOOK_STORAGE_UPDATE_BYTES_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An EVM hook mapping slot, storage key, or storage value exceeded 32 bytes.
- EVM_HOOK_STORAGE_UPDATE_BYTES_TOO_LONG_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An EVM hook mapping slot, storage key, or storage value exceeded 32 bytes.
- EVM_HOOK_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HookType
-
* A general-purpose EVM hook.
- EVM_OPS_DURATION_THROTTLE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- evmAddress - Variable in class com.hedera.hashgraph.sdk.AccountId
-
The ethereum account 20-byte EVM address to be used initially in place of the public key bytes
- evmAddress - Variable in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
The contract's 20-byte EVM address
- evmAddress - Variable in class com.hedera.hashgraph.sdk.ContractId
-
The 20-byte EVM address of the contract to call.
- evmAddress - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
The new default EVM address of the account created by this transaction.
- EvmAddress - Class in com.hedera.hashgraph.sdk
-
The ID for a cryptocurrency account on Hedera.
- EvmAddress(byte[]) - Constructor for class com.hedera.hashgraph.sdk.EvmAddress
-
Constructor
- EvmHook - Class in com.hedera.hashgraph.sdk
-
Definition of an EVM hook.
- EvmHook - Class in com.hedera.hashgraph.sdk.proto
-
* Definition of a general-purpose EVM hook.
- EvmHook(ContractId) - Constructor for class com.hedera.hashgraph.sdk.EvmHook
-
Create a new EvmHook with no initial storage updates.
- EvmHook(ContractId, List<EvmHookStorageUpdate>) - Constructor for class com.hedera.hashgraph.sdk.EvmHook
-
Create a new EvmHook with initial storage updates.
- EvmHook.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Definition of a general-purpose EVM hook.
- EvmHookCall - Class in com.hedera.hashgraph.sdk
-
Specifies details of a call to an EVM hook.
- EvmHookCall - Class in com.hedera.hashgraph.sdk.proto
-
* Specifies details of a call to an EVM hook.
- EvmHookCall(byte[], long) - Constructor for class com.hedera.hashgraph.sdk.EvmHookCall
-
Create a new EvmHookCall.
- EvmHookCall.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Specifies details of a call to an EVM hook.
- EvmHookCallOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- EvmHookMappingEntries - Class in com.hedera.hashgraph.sdk.proto
-
* Specifies storage slot updates via indirection into a Solidity mapping.
- EvmHookMappingEntries(byte[], List<EvmHookMappingEntry>) - Constructor for class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookMappingEntries
-
Create a new mapping entries update.
- EvmHookMappingEntries.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Specifies storage slot updates via indirection into a Solidity mapping.
- EvmHookMappingEntriesOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- EvmHookMappingEntry - Class in com.hedera.hashgraph.sdk
-
Represents an entry in a Solidity mapping.
- EvmHookMappingEntry - Class in com.hedera.hashgraph.sdk.proto
-
* An entry in a Solidity mapping.
- EvmHookMappingEntry.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An entry in a Solidity mapping.
- EvmHookMappingEntry.EntryKeyCase - Enum Class in com.hedera.hashgraph.sdk.proto
- EvmHookMappingEntryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- EvmHookOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- EvmHookSlotKey - Class in com.hedera.hashgraph.sdk.proto
-
* The key of an EVM hook's storage slot.
- EvmHookSlotKey.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The key of an EVM hook's storage slot.
- EvmHookSlotKeyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- EvmHookSpec - Class in com.hedera.hashgraph.sdk
-
Shared specifications for an EVM hook.
- EvmHookSpec - Class in com.hedera.hashgraph.sdk.proto
-
* Shared specifications for an EVM hook.
- EvmHookSpec(ContractId) - Constructor for class com.hedera.hashgraph.sdk.EvmHookSpec
-
Create a new EvmHookSpec that references a contract.
- EvmHookSpec.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Shared specifications for an EVM hook.
- EvmHookSpec.BytecodeSourceCase - Enum Class in com.hedera.hashgraph.sdk.proto
- EvmHookSpecOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- EvmHookState - Class in com.hedera.hashgraph.sdk.proto
-
* The representation of an EVM hook in state, including the previous and next hook ids in its owner's list.
- EvmHookState.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The representation of an EVM hook in state, including the previous and next hook ids in its owner's list.
- EvmHookStateOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- EvmHookStateOuterClass - Class in com.hedera.hashgraph.sdk.proto
- EvmHookStorageSlot - Class in com.hedera.hashgraph.sdk.proto
-
* A slot in the storage of an EVM hook.
- EvmHookStorageSlot(byte[], byte[]) - Constructor for class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookStorageSlot
-
Create a new storage slot update.
- EvmHookStorageSlot.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A slot in the storage of an EVM hook.
- EvmHookStorageSlotOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- EvmHookStorageUpdate - Class in com.hedera.hashgraph.sdk
-
Abstract base class for EVM hook storage updates.
- EvmHookStorageUpdate - Class in com.hedera.hashgraph.sdk.proto
-
* Specifies a key/value pair in the storage of an EVM hook, either by the explicit storage slot contents; or by a combination of a Solidity mapping's slot key and the key into that mapping.
- EvmHookStorageUpdate() - Constructor for class com.hedera.hashgraph.sdk.EvmHookStorageUpdate
- EvmHookStorageUpdate.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Specifies a key/value pair in the storage of an EVM hook, either by the explicit storage slot contents; or by a combination of a Solidity mapping's slot key and the key into that mapping.
- EvmHookStorageUpdate.EvmHookMappingEntries - Class in com.hedera.hashgraph.sdk
-
Represents storage updates via Solidity mapping entries.
- EvmHookStorageUpdate.EvmHookStorageSlot - Class in com.hedera.hashgraph.sdk
-
Represents a direct storage slot update.
- EvmHookStorageUpdate.UpdateCase - Enum Class in com.hedera.hashgraph.sdk.proto
- EvmHookStorageUpdateOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- EvmTransactionResult - Class in com.hedera.hashgraph.sdk.proto
-
* Results of executing a EVM transaction.<br/>
- EvmTransactionResult.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Results of executing a EVM transaction.<br/>
- EvmTransactionResultOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- EXCHANGE_RATE_CHANGE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The change on Exchange Rate exceeds Exchange_Rate_Allowed_Percentage
- EXCHANGE_RATE_CHANGE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The change on Exchange Rate exceeds Exchange_Rate_Allowed_Percentage
- EXCHANGE_RATE_CHANGE_LIMIT_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The change on Exchange Rate exceeds Exchange_Rate_Allowed_Percentage
- EXCHANGE_RATES - Static variable in class com.hedera.hashgraph.sdk.FileId
-
The current exchange rate of HBAR to USD.
- EXCHANGE_VALUE_FRACTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- exchangeRate - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
The exchange rate of Hbars to cents (USD).
- ExchangeRate - Class in com.hedera.hashgraph.sdk
-
Denotes a conversion between Hbars and cents (USD).
- ExchangeRate - Class in com.hedera.hashgraph.sdk.proto
-
* An exchange rate as a ratio of USD cents per HBAR.
- ExchangeRate(int, int, Instant) - Constructor for class com.hedera.hashgraph.sdk.ExchangeRate
- EXCHANGERATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- ExchangeRate.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An exchange rate as a ratio of USD cents per HBAR.
- exchangeRateInCents - Variable in class com.hedera.hashgraph.sdk.ExchangeRate
-
Calculated exchange rate
- ExchangeRateOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ExchangeRateOuterClass - Class in com.hedera.hashgraph.sdk.proto
- ExchangeRates - Class in com.hedera.hashgraph.sdk
-
Contains a set of Exchange Rates (current and next).
- ExchangeRateSet - Class in com.hedera.hashgraph.sdk.proto
-
* A set of two exchange rates.<br/> The exchange rate for the network is stored and reported as a set of two rates; current and next.
- ExchangeRateSet.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A set of two exchange rates.<br/> The exchange rate for the network is stored and reported as a set of two rates; current and next.
- ExchangeRateSetOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- EXCLUSIVE - Enum constant in enum class com.hedera.hashgraph.sdk.FeeAssessmentMethod
-
If Alice is paying Bob, and an exclusive fractional fee is collected to be sent to Charlie, the amount Alice declares she will pay in the transfer transaction does not include the fee amount.
- Executable<SdkRequestT,
ProtoRequestT, - Class in com.hedera.hashgraph.sdkResponseT, O> -
Abstract base utility class.
- Executable() - Constructor for class com.hedera.hashgraph.sdk.Executable
- Executable.GrpcRequest - Class in com.hedera.hashgraph.sdk
- execute(Client) - Method in class com.hedera.hashgraph.sdk.AddressBookQuery
-
Execute the query with preset timeout.
- execute(Client) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Execute the transactions in the flow with the passed in client.
- execute(Client) - Method in class com.hedera.hashgraph.sdk.EthereumFlow
-
Deprecated.Execute the transactions in the flow with the passed in client.
- execute(Client) - Method in class com.hedera.hashgraph.sdk.Executable
-
Execute this transaction or query
- execute(Client) - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Execute the query with preset timeout.
- execute(Client) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractCallQuery
-
Does transient simulation of read-write operations and returns the result in hexadecimal string format.
- execute(Client) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractEstimateGasQuery
-
Returns gas estimation for the EVM execution.
- execute(Client) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeAddressBookQuery
-
Executes the query with the user supplied client
- execute(Client) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Execute the transactions in the flow with the passed in client.
- execute(Client, Duration) - Method in class com.hedera.hashgraph.sdk.AddressBookQuery
-
Execute the query with user supplied timeout.
- execute(Client, Duration) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
- execute(Client, Duration) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Execute the transactions in the flow with the passed in client.
- execute(Client, Duration) - Method in class com.hedera.hashgraph.sdk.EthereumFlow
-
Deprecated.Execute the transactions in the flow with the passed in client.
- execute(Client, Duration) - Method in class com.hedera.hashgraph.sdk.Executable
-
Execute this transaction or query with a timeout
- execute(Client, Duration) - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Execute the query with user supplied timeout.
- execute(Client, Duration) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeAddressBookQuery
-
Executes the query with the user supplied client and timeout
- execute(Client, Duration) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Execute the transactions in the flow with the passed in client.
- executeAll(Client) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Execute this transaction or query
- executeAll(Client, Duration) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Execute this transaction or query
- executeAllAsync(Client) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Execute this transaction or query asynchronously.
- executeAllAsync(Client, Duration) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Execute this transaction or query asynchronously.
- executeAllAsync(Client, Duration, BiConsumer<List<TransactionResponse>, Throwable>) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Execute this transaction or query asynchronously.
- executeAllAsync(Client, Duration, Consumer<List<TransactionResponse>>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Execute this transaction or query asynchronously.
- executeAllAsync(Client, BiConsumer<List<TransactionResponse>, Throwable>) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Execute this transaction or query asynchronously.
- executeAllAsync(Client, Consumer<List<TransactionResponse>>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Execute this transaction or query asynchronously.
- executeAsync(Client) - Method in class com.hedera.hashgraph.sdk.AddressBookQuery
-
Execute the query with preset timeout asynchronously.
- executeAsync(Client) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client) - Method in class com.hedera.hashgraph.sdk.EthereumFlow
-
Deprecated.Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client) - Method in class com.hedera.hashgraph.sdk.Executable
-
Execute this transaction or query asynchronously.
- executeAsync(Client) - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Execute the query with preset timeout asynchronously.
- executeAsync(Client) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeAddressBookQuery
-
Executes the query asynchronously with the user supplied client
- executeAsync(Client) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, Deadline, CompletableFuture<NodeAddressBook>, int) - Method in class com.hedera.hashgraph.sdk.AddressBookQuery
-
Execute the query.
- executeAsync(Client, Duration) - Method in class com.hedera.hashgraph.sdk.AddressBookQuery
-
Execute the query with user supplied timeout.
- executeAsync(Client, Duration) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
- executeAsync(Client, Duration) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, Duration) - Method in class com.hedera.hashgraph.sdk.EthereumFlow
-
Deprecated.Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, Duration) - Method in class com.hedera.hashgraph.sdk.Executable
-
Execute this transaction or query asynchronously.
- executeAsync(Client, Duration) - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Execute the query with user supplied timeout asynchronously.
- executeAsync(Client, Duration) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeAddressBookQuery
-
Executes the query asynchronously with the user supplied client with timeout
- executeAsync(Client, Duration) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, Duration, FeeEstimateMode, CompletableFuture<FeeEstimateResponse>, int) - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Execute the query asynchronously (internal implementation).
- executeAsync(Client, Duration, BiConsumer<TransactionResponse, Throwable>) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, Duration, BiConsumer<TransactionResponse, Throwable>) - Method in class com.hedera.hashgraph.sdk.EthereumFlow
-
Deprecated.Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, Duration, BiConsumer<TransactionResponse, Throwable>) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, Duration, BiConsumer<O, Throwable>) - Method in class com.hedera.hashgraph.sdk.Executable
-
Execute this transaction or query asynchronously.
- executeAsync(Client, Duration, Consumer<TransactionResponse>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, Duration, Consumer<TransactionResponse>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.EthereumFlow
-
Deprecated.Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, Duration, Consumer<TransactionResponse>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, Duration, Consumer<O>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.Executable
-
Execute this transaction or query asynchronously.
- executeAsync(Client, BiConsumer<TransactionResponse, Throwable>) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, BiConsumer<TransactionResponse, Throwable>) - Method in class com.hedera.hashgraph.sdk.EthereumFlow
-
Deprecated.Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, BiConsumer<TransactionResponse, Throwable>) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, BiConsumer<O, Throwable>) - Method in class com.hedera.hashgraph.sdk.Executable
-
Execute this transaction or query asynchronously.
- executeAsync(Client, Consumer<TransactionResponse>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, Consumer<TransactionResponse>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.EthereumFlow
-
Deprecated.Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, Consumer<TransactionResponse>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Execute the transactions in the flow with the passed in client asynchronously.
- executeAsync(Client, Consumer<O>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.Executable
-
Execute this transaction or query asynchronously.
- EXECUTED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- EXECUTED_HOOK_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- executedAt - Variable in class com.hedera.hashgraph.sdk.ScheduleInfo
-
The time the schedule transaction was executed.
- EXECUTION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.ActionCase
- EXECUTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- EXECUTION_TIME - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ScheduleInfo.DataCase
- EXECUTION_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- EXECUTION_TIMES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- ExecutionState - Enum Class in com.hedera.hashgraph.sdk
-
Enum for the execution states.
- executor - Variable in class com.hedera.hashgraph.sdk.BaseNetwork
- executor - Variable in class com.hedera.hashgraph.sdk.BaseNode
- executor - Variable in class com.hedera.hashgraph.sdk.Client
- EXISTING_AUTOMATIC_ASSOCIATIONS_EXCEED_GIVEN_LIMIT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Already existing automatic associations are more than the new maximum automatic associations.
- EXISTING_AUTOMATIC_ASSOCIATIONS_EXCEED_GIVEN_LIMIT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Already existing automatic associations are more than the new maximum automatic associations.
- EXISTING_AUTOMATIC_ASSOCIATIONS_EXCEED_GIVEN_LIMIT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Already existing automatic associations are more than the new maximum automatic associations.
- expectDecimals - Variable in class com.hedera.hashgraph.sdk.TokenTransferList
- EXPECTED_DECIMALS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- expectedChecksum - Variable in exception class com.hedera.hashgraph.sdk.BadEntityIdException
-
the calculated checksum
- expectedDecimals - Variable in class com.hedera.hashgraph.sdk.TokenTransfer
- EXPIRATION_REDUCTION_NOT_ALLOWED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The expiration date/time on a smart contract may not be reduced
- EXPIRATION_REDUCTION_NOT_ALLOWED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The expiration date/time on a smart contract may not be reduced
- EXPIRATION_REDUCTION_NOT_ALLOWED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The expiration date/time on a smart contract may not be reduced
- EXPIRATION_SECOND_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- EXPIRATION_SECOND_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.File
- EXPIRATION_SECOND_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- EXPIRATION_SECOND_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Topic
- EXPIRATION_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- EXPIRATION_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- expirationTime - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The time at which this account is set to expire.
- expirationTime - Variable in class com.hedera.hashgraph.sdk.ContractInfo
-
The current time at which this contract instance (and its account) is set to expire.
- expirationTime - Variable in class com.hedera.hashgraph.sdk.ExchangeRate
-
Expiration time of this exchange rate
- expirationTime - Variable in class com.hedera.hashgraph.sdk.FileInfo
-
The current time at which this account is set to expire.
- expirationTime - Variable in class com.hedera.hashgraph.sdk.ScheduleInfo
-
The date and time the schedule transaction will expire
- expirationTime - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The epoch second at which the token will expire
- expirationTime - Variable in class com.hedera.hashgraph.sdk.TopicInfo
-
Effective consensus timestamp at (and after) which submitMessage calls will no longer succeed on the topic.
- EXPIRATIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- EXPIRATIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- EXPIRATIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- EXPIRATIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- EXPIRATIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- EXPIRATIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- EXPIRATIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- EXPIRATIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- EXPIRATIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- EXPIRATIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- EXPIRATIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- EXPIRATIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- EXPIRED_AND_PENDING_REMOVAL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- EXPIRY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- EXPIRY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- EXPIRY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- EXPIRY_SECOND_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- EXPIRYTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- export(OutputStream, String) - Method in class com.hedera.hashgraph.sdk.Keystore
- EXTENSION_POINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookState
- EXTENSION_POINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- extractSignatureFromProtobuf(SignaturePair) - Method in class com.hedera.hashgraph.sdk.PublicKey
-
Get the signature from a signature pair protobuf.
- extractSignatureFromProtobuf(SignaturePair) - Method in class com.hedera.hashgraph.sdk.PublicKeyECDSA
- extractSignatureFromProtobuf(SignaturePair) - Method in class com.hedera.hashgraph.sdk.PublicKeyED25519
F
- FAIL_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* There was a system error while performing balance checks, reserved for future.
- FAIL_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
There was a system error while performing balance checks, reserved for future.
- FAIL_BALANCE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* There was a system error while performing balance checks, reserved for future.
- FAIL_FEE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* There was a system error while performing fee calculation, reserved for future.
- FAIL_FEE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
There was a system error while performing fee calculation, reserved for future.
- FAIL_FEE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* There was a system error while performing fee calculation, reserved for future.
- FAIL_INVALID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* There was a system error and the transaction failed because of invalid request parameters.
- FAIL_INVALID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
There was a system error and the transaction failed because of invalid request parameters.
- FAIL_INVALID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* There was a system error and the transaction failed because of invalid request parameters.
- FAILURE_REASON - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.ProofStateCase
- FAILURE_REASON_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- FALLBACK_FEE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- FEE_COLLECTOR_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- FEE_COLLECTOR_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CustomFee
- FEE_COLLECTOR_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- FEE_EXEMPT_KEY_LIST_CONTAINS_DUPLICATED_KEYS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided fee exempt key list contains duplicated keys.
- FEE_EXEMPT_KEY_LIST_CONTAINS_DUPLICATED_KEYS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided fee exempt key list contains duplicated keys.
- FEE_EXEMPT_KEY_LIST_CONTAINS_DUPLICATED_KEYS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided fee exempt key list contains duplicated keys.
- FEE_EXEMPT_KEY_LIST_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- FEE_EXEMPT_KEY_LIST_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- FEE_EXEMPT_KEY_LIST_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- FEE_EXEMPT_KEY_LIST_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Topic
- FEE_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CustomFee.FeeCase
- FEE_SCHEDULE - Static variable in class com.hedera.hashgraph.sdk.FileId
-
The current fee schedule for the network.
- FEE_SCHEDULE_FILE_PART_UPLOADED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Fee Schedule Proto File Part uploaded
- FEE_SCHEDULE_FILE_PART_UPLOADED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Fee Schedule Proto File Part uploaded
- FEE_SCHEDULE_FILE_PART_UPLOADED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Fee Schedule Proto File Part uploaded
- FEE_SCHEDULE_KEY_CANNOT_BE_UPDATED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* If a fee schedule key is not set when we create a topic we cannot add it on update.
- FEE_SCHEDULE_KEY_CANNOT_BE_UPDATED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
If a fee schedule key is not set when we create a topic we cannot add it on update.
- FEE_SCHEDULE_KEY_CANNOT_BE_UPDATED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* If a fee schedule key is not set when we create a topic we cannot add it on update.
- FEE_SCHEDULE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- FEE_SCHEDULE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- FEE_SCHEDULE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- FEE_SCHEDULE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- FEE_SCHEDULE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- FEE_SCHEDULE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- FEE_SCHEDULE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- FEE_SCHEDULE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Topic
- FEE_SCHEDULE_KEY_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* If the topic's custom fees are updated the topic SHOULD have a fee schedule key
- FEE_SCHEDULE_KEY_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
If the topic's custom fees are updated the topic SHOULD have a fee schedule key
- FEE_SCHEDULE_KEY_NOT_SET_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* If the topic's custom fees are updated the topic SHOULD have a fee schedule key
- FeeAssessmentMethod - Enum Class in com.hedera.hashgraph.sdk
-
Enum for the fee assessment method.
- feeCollectorAccountId - Variable in class com.hedera.hashgraph.sdk.AssessedCustomFee
-
The account to receive the assessed fee
- feeCollectorAccountId - Variable in class com.hedera.hashgraph.sdk.CustomFee
-
The account to receive the custom fee
- FeeComponents - Class in com.hedera.hashgraph.sdk
-
Utility class used internally by the sdk.
- FeeComponents - Class in com.hedera.hashgraph.sdk.proto
-
* A set of values the nodes use in determining transaction and query fees, and constants involved in fee calculations.
- FeeComponents() - Constructor for class com.hedera.hashgraph.sdk.FeeComponents
-
Constructor.
- FeeComponents.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A set of values the nodes use in determining transaction and query fees, and constants involved in fee calculations.
- FeeComponentsOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FeeData - Class in com.hedera.hashgraph.sdk
-
The total fees charged for a transaction.
- FeeData - Class in com.hedera.hashgraph.sdk.proto
-
* A total fee, in component amounts charged for a transaction.
- FeeData() - Constructor for class com.hedera.hashgraph.sdk.FeeData
-
Constructor.
- FEEDATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- FeeData.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A total fee, in component amounts charged for a transaction.
- FeeDataOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FeeDataType - Enum Class in com.hedera.hashgraph.sdk
-
Enum for the fee data types.
- FeeEstimate - Class in com.hedera.hashgraph.sdk
-
The fee estimate for a fee component (node or service).
- FeeEstimate(long, List<FeeExtra>) - Constructor for class com.hedera.hashgraph.sdk.FeeEstimate
-
Constructor.
- FeeEstimateMode - Enum Class in com.hedera.hashgraph.sdk
-
Enum for the fee estimate mode.
- FeeEstimateQuery - Class in com.hedera.hashgraph.sdk
-
Query the mirror node for fee estimates for a transaction.
- FeeEstimateQuery() - Constructor for class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Constructor.
- FeeEstimateResponse - Class in com.hedera.hashgraph.sdk
-
The response containing the estimated transaction fees.
- FeeEstimateResponse(NetworkFee, FeeEstimate, long, FeeEstimate, long) - Constructor for class com.hedera.hashgraph.sdk.FeeEstimateResponse
-
Constructor.
- FeeExemptKeyList - Class in com.hedera.hashgraph.sdk.proto
-
* A wrapper for fee exempt key list.<br/> This wrapper exists to enable an update transaction to differentiate between a field that is not set and an empty list of keys.
- FeeExemptKeyList.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A wrapper for fee exempt key list.<br/> This wrapper exists to enable an update transaction to differentiate between a field that is not set and an empty list of keys.
- FeeExemptKeyListOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- feeExemptKeys - Variable in class com.hedera.hashgraph.sdk.TopicInfo
- FeeExtra - Class in com.hedera.hashgraph.sdk
-
The extra fee charged for the transaction.
- FeeExtra(long, long, long, long, String, long) - Constructor for class com.hedera.hashgraph.sdk.FeeExtra
-
Constructor.
- FEES_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.state.token.legacy.NodePayment
- FEES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- FEES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- FEES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- FeeSchedule - Class in com.hedera.hashgraph.sdk
-
The fee schedule for a specific hedera functionality and the time period this fee schedule will expire.
- FeeSchedule - Class in com.hedera.hashgraph.sdk.proto
-
* A set of fee schedules covering all transaction types and query types, along with a specific time at which this fee schedule will expire.
- FeeSchedule() - Constructor for class com.hedera.hashgraph.sdk.FeeSchedule
-
Constructor.
- FeeSchedule.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A set of fee schedules covering all transaction types and query types, along with a specific time at which this fee schedule will expire.
- feeScheduleKey - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The key which can change the custom fees of the token; if not set, the fees are immutable
- feeScheduleKey - Variable in class com.hedera.hashgraph.sdk.TopicInfo
- FeeScheduleOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FeeSchedules - Class in com.hedera.hashgraph.sdk
-
This contains two Fee Schedules with expiry timestamp.
- FeeSchedules() - Constructor for class com.hedera.hashgraph.sdk.FeeSchedules
-
Constructor.
- File - Class in com.hedera.hashgraph.sdk.proto
-
* Representation of an Hedera File Service `file`.
- FILE_APPEND - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Append data to a "file" stored in the ledger.
- FILE_CONTENT_EMPTY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The contents of file are provided as empty.
- FILE_CONTENT_EMPTY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The contents of file are provided as empty.
- FILE_CONTENT_EMPTY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The contents of file are provided as empty.
- FILE_CREATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Create a "file" stored in the ledger.
- FILE_CREATE_MAX_BYTES - Static variable in class com.hedera.hashgraph.sdk.ContractCreateFlow
- FILE_DELETE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Delete a "file" stored in the ledger.
- FILE_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the file has been marked as deleted
- FILE_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the file has been marked as deleted
- FILE_DELETED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the file has been marked as deleted
- FILE_GET_CONTENTS - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get the contents of a "file" stored in the ledger.
- FILE_GET_INFO - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get the metadata for a "file" stored in the ledger.
- FILE_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- FILE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.File
- FILE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- FILE_SYSTEM_EXCEPTION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Unexpected exception thrown by file system functions
- FILE_SYSTEM_EXCEPTION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Unexpected exception thrown by file system functions
- FILE_SYSTEM_EXCEPTION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Unexpected exception thrown by file system functions
- FILE_UPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Update a "file" stored in the ledger.
- FILE_UPLOADED_PROTO_INVALID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Fee Schedule Proto uploaded but not valid (append or update is required)
- FILE_UPLOADED_PROTO_INVALID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Fee Schedule Proto uploaded but not valid (append or update is required)
- FILE_UPLOADED_PROTO_INVALID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Fee Schedule Proto uploaded but not valid (append or update is required)
- FILE_UPLOADED_PROTO_NOT_SAVED_TO_DISK - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Fee Schedule Proto uploaded but not valid (append or update is required)
- FILE_UPLOADED_PROTO_NOT_SAVED_TO_DISK - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Fee Schedule Proto uploaded but not valid (append or update is required)
- FILE_UPLOADED_PROTO_NOT_SAVED_TO_DISK_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Fee Schedule Proto uploaded but not valid (append or update is required)
- File.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Representation of an Hedera File Service `file`.
- FileAppend - Class in com.hedera.hashgraph.sdk.proto
- FileAppend - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Append data to a "file" stored in the ledger.
- FILEAPPEND - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- FILEAPPEND - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- FILEAPPEND_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- FILEAPPEND_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- FileAppend_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Append data to a "file" stored in the ledger.
- FileAppendTransaction - Class in com.hedera.hashgraph.sdk
-
A transaction body for an `appendContent` transaction.
This transaction body provides a mechanism to append content to a "file" in network state. - FileAppendTransaction() - Constructor for class com.hedera.hashgraph.sdk.FileAppendTransaction
-
Constructor.
- FileAppendTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.FileAppendTransaction
-
Constructor.
- FileAppendTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.FileAppendTransaction
-
Constructor.
- FileAppendTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body for an `appendContent` transaction.<br/> This transaction body provides a mechanism to append content to a "file" in network state.
- FileAppendTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body for an `appendContent` transaction.<br/> This transaction body provides a mechanism to append content to a "file" in network state.
- FileAppendTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FILECONTENTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- FileContentsQuery - Class in com.hedera.hashgraph.sdk
-
Get the contents of a file.
- FileContentsQuery() - Constructor for class com.hedera.hashgraph.sdk.FileContentsQuery
-
Constructor.
- FileCreate - Class in com.hedera.hashgraph.sdk.proto
- FileCreate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a "file" stored in the ledger.
- FILECREATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- FILECREATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- FILECREATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- FILECREATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- FileCreate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a "file" stored in the ledger.
- FileCreateTransaction - Class in com.hedera.hashgraph.sdk
-
Create a new file.
- FileCreateTransaction() - Constructor for class com.hedera.hashgraph.sdk.FileCreateTransaction
-
Constructor.
- FileCreateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.FileCreateTransaction
-
Constructor.
- FileCreateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.FileCreateTransaction
-
Constructor.
- FileCreateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Create a new file.
- FileCreateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Create a new file.
- FileCreateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FileDelete - Class in com.hedera.hashgraph.sdk.proto
- FileDelete - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete a "file" stored in the ledger.
- FILEDELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- FILEDELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- FILEDELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- FILEDELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- FileDelete_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete a "file" stored in the ledger.
- FileDeleteTransaction - Class in com.hedera.hashgraph.sdk
-
A transaction to delete a file on the Hedera network.
- FileDeleteTransaction() - Constructor for class com.hedera.hashgraph.sdk.FileDeleteTransaction
-
Constructor.
- FileDeleteTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.FileDeleteTransaction
-
Constructor.
- FileDeleteTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.FileDeleteTransaction
-
Constructor.
- FileDeleteTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Mark a file as deleted and remove its content from network state.
- FileDeleteTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Mark a file as deleted and remove its content from network state.
- FileDeleteTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FileGetContents - Class in com.hedera.hashgraph.sdk.proto
- FileGetContents - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get the contents of a "file" stored in the ledger.
- FILEGETCONTENTS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- FILEGETCONTENTS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- FILEGETCONTENTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- FILEGETCONTENTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- FileGetContents_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get the contents of a "file" stored in the ledger.
- FileGetContentsQuery - Class in com.hedera.hashgraph.sdk.proto
-
* A query request to the Hedera File Service (HFS) for file content.<br/> This query requests the content of a file, but none of the information _about_ a file.
- FileGetContentsQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A query request to the Hedera File Service (HFS) for file content.<br/> This query requests the content of a file, but none of the information _about_ a file.
- FileGetContentsQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FileGetContentsResponse - Class in com.hedera.hashgraph.sdk.proto
-
* A response to a query for the content of a file in the Hedera File Service (HFS).
- FileGetContentsResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A response to a query for the content of a file in the Hedera File Service (HFS).
- FileGetContentsResponse.FileContents - Class in com.hedera.hashgraph.sdk.proto
-
Protobuf type
proto.FileGetContentsResponse.FileContents - FileGetContentsResponse.FileContents.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Protobuf type
proto.FileGetContentsResponse.FileContents - FileGetContentsResponse.FileContentsOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FileGetContentsResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FileGetInfo - Class in com.hedera.hashgraph.sdk.proto
- FileGetInfo - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get the metadata for a "file" stored in the ledger.
- FILEGETINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- FILEGETINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- FILEGETINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- FILEGETINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- FileGetInfo_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get the metadata for a "file" stored in the ledger.
- FileGetInfoQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Query to request file metadata from the Hedera File Service (HFS).<br/> This query requests all of the information _about_ a file, but none of the _content_ of a file.
- FileGetInfoQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Query to request file metadata from the Hedera File Service (HFS).<br/> This query requests all of the information _about_ a file, but none of the _content_ of a file.
- FileGetInfoQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FileGetInfoResponse - Class in com.hedera.hashgraph.sdk.proto
-
* A response to a query for the metadata of a file in the HFS.
- FileGetInfoResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A response to a query for the metadata of a file in the HFS.
- FileGetInfoResponse.FileInfo - Class in com.hedera.hashgraph.sdk.proto
-
Protobuf type
proto.FileGetInfoResponse.FileInfo - FileGetInfoResponse.FileInfo.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Protobuf type
proto.FileGetInfoResponse.FileInfo - FileGetInfoResponse.FileInfoOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FileGetInfoResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- fileId - Variable in class com.hedera.hashgraph.sdk.FileInfo
-
The ID of the file for which information is requested.
- fileId - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
The file ID, if a new file was created.
- FileId - Class in com.hedera.hashgraph.sdk
-
The ID for a file on Hedera.
- FileId(long) - Constructor for class com.hedera.hashgraph.sdk.FileId
-
Deprecated.
- FileId(long, long, long) - Constructor for class com.hedera.hashgraph.sdk.FileId
-
Assign the file id.
- FileId(long, long, long, String) - Constructor for class com.hedera.hashgraph.sdk.FileId
-
Assign the file id and optional checksum.
- FileID - Class in com.hedera.hashgraph.sdk.proto
-
* An identifier for a File within the network.
- FILEID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.InitcodeSourceCase
- FILEID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.EntityID.EntityCase
-
Deprecated.
- FILEID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.IdCase
- FILEID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.IdCase
- FILEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- FILEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- FILEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- FILEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- FILEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- FILEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- FILEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- FILEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- FILEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- FILEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- FILEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- FILEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- FILEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- FILEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- FileID.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An identifier for a File within the network.
- FileIDOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FileInfo - Class in com.hedera.hashgraph.sdk
-
Current information for a file, including its size.
- FILEINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- FileInfoQuery - Class in com.hedera.hashgraph.sdk
-
Get all of the information about a file, except for its contents.
- FileInfoQuery() - Constructor for class com.hedera.hashgraph.sdk.FileInfoQuery
-
Constructor.
- fileMemo - Variable in class com.hedera.hashgraph.sdk.FileInfo
-
The memo associated with the file
- FILENUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileID
- FileOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FileOuterClass - Class in com.hedera.hashgraph.sdk.proto
- FileServiceGrpc - Class in com.hedera.hashgraph.sdk.proto
-
Service gRPC definitions for the Hedera File Service (HFS).
- FileServiceGrpc.AsyncService - Interface in com.hedera.hashgraph.sdk.proto
-
Service gRPC definitions for the Hedera File Service (HFS).
- FileServiceGrpc.FileServiceBlockingStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do limited synchronous rpc calls to service FileService.
- FileServiceGrpc.FileServiceBlockingV2Stub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do synchronous rpc calls to service FileService.
- FileServiceGrpc.FileServiceFutureStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do ListenableFuture-style rpc calls to service FileService.
- FileServiceGrpc.FileServiceImplBase - Class in com.hedera.hashgraph.sdk.proto
-
Base class for the server implementation of the service FileService.
- FileServiceGrpc.FileServiceStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do asynchronous rpc calls to service FileService.
- FileServiceImplBase() - Constructor for class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceImplBase
- FileServiceOuterClass - Class in com.hedera.hashgraph.sdk.proto
- FileUpdate - Class in com.hedera.hashgraph.sdk.proto
- FileUpdate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update a "file" stored in the ledger.
- FILEUPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- FILEUPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- FILEUPDATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- FILEUPDATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- FileUpdate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update a "file" stored in the ledger.
- FileUpdateTransaction - Class in com.hedera.hashgraph.sdk
-
Update the metadata, and/or replace the content, of a file in the Hedera File Service (HFS).
- FileUpdateTransaction() - Constructor for class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
Constructor.
- FileUpdateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
Constructor.
- FileUpdateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
Constructor.
- FileUpdateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Update the metadata, and/or replace the content, of a file in the Hedera File Service (HFS).
- FileUpdateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Update the metadata, and/or replace the content, of a file in the Hedera File Service (HFS).
- FileUpdateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- finish() - Method in class com.hedera.hashgraph.sdk.ContractFunctionSelector
-
Complete the function selector after all parameters have been added and get the selector bytes.
- finishDeepClone(CustomFeeBase<F>) - Method in class com.hedera.hashgraph.sdk.CustomFeeBase
-
Finishes the deep clone by setting the fields of the
CustomFeeBaseclass - finishToProtobuf(CustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.CustomFee
-
Finalize the builder into the protobuf.
- FINITE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenSupplyType
-
* A limited supply.<br/> This indicates that tokens of this type have an upper bound of `maxSupply`.<br/> The maximum supply SHALL be provided on token creation, but MAY be changed thereafter if the token has an `admin_key` set.
- FINITE - Enum constant in enum class com.hedera.hashgraph.sdk.TokenSupplyType
-
Indicates that tokens of that type have an upper bound of maxSupply, provided on token creation.
- FINITE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenSupplyType
-
* A limited supply.<br/> This indicates that tokens of this type have an upper bound of `maxSupply`.<br/> The maximum supply SHALL be provided on token creation, but MAY be changed thereafter if the token has an `admin_key` set.
- FIRST_CONS_TIME_OF_CURRENT_BLOCK_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockInfo
- FIRST_CONS_TIME_OF_LAST_BLOCK_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockInfo
- FIRST_CONTRACT_STORAGE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- FIRST_CONTRACT_STORAGE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookState
- FIRST_HOOK_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- FIXED_FEE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CustomFee.FeeCase
- FIXED_FEE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CustomFee
- FIXED_FEE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- FixedCustomFee - Class in com.hedera.hashgraph.sdk.proto
-
* A custom fee definition for a consensus topic.
- FixedCustomFee.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A custom fee definition for a consensus topic.
- FixedCustomFeeList - Class in com.hedera.hashgraph.sdk.proto
-
* A wrapper around a consensus custom fee list.<br/> This wrapper exists to enable an update transaction to differentiate between a field that is not set and an empty list of custom fees.
- FixedCustomFeeList.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A wrapper around a consensus custom fee list.<br/> This wrapper exists to enable an update transaction to differentiate between a field that is not set and an empty list of custom fees.
- FixedCustomFeeListOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FixedCustomFeeOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FixedFee - Class in com.hedera.hashgraph.sdk.proto
-
* A fixed fee to assess for each token transfer, regardless of the amount transferred.<br/> This fee type describes a fixed fee for each transfer of a token type.
- FixedFee.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A fixed fee to assess for each token transfer, regardless of the amount transferred.<br/> This fee type describes a fixed fee for each transfer of a token type.
- FixedFeeOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- forMainnet() - Static method in class com.hedera.hashgraph.sdk.Client
-
Construct a Hedera client pre-configured for Mainnet access.
- forMainnet(ExecutorService) - Static method in class com.hedera.hashgraph.sdk.Client
-
Construct a Hedera client pre-configured for Mainnet access.
- forMainnet(ExecutorService) - Static method in class com.hedera.hashgraph.sdk.MirrorNetwork
-
Create a mirror network for mainnet.
- forMainnet(ExecutorService) - Static method in class com.hedera.hashgraph.sdk.Network
-
Create a mainnet network.
- forMirrorNetwork(List<String>) - Static method in class com.hedera.hashgraph.sdk.Client
-
Set up the client from selected mirror network.
- forMirrorNetwork(List<String>, long, long) - Static method in class com.hedera.hashgraph.sdk.Client
-
Set up the client from selected mirror network and given realm and shard
- forName(String) - Static method in class com.hedera.hashgraph.sdk.Client
-
Set up the client for the selected network.
- forNetwork(ExecutorService, List<String>) - Static method in class com.hedera.hashgraph.sdk.MirrorNetwork
-
Create an arbitrary mirror network.
- forNetwork(ExecutorService, Map<String, AccountId>) - Static method in class com.hedera.hashgraph.sdk.Network
-
Create a network.
- forNetwork(Map<String, AccountId>) - Static method in class com.hedera.hashgraph.sdk.Client
-
Construct a client given a set of nodes.
- forNetwork(Map<String, AccountId>, ExecutorService) - Static method in class com.hedera.hashgraph.sdk.Client
-
Construct a client given a set of nodes.
- forNumber(int) - Static method in enum class com.hedera.hapi.platform.event.legacy.EventTransaction.TransactionCase
- forNumber(int) - Static method in enum class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.DataCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.Account.StakedIdCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.AccountAmount.HookCallCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.AccountID.AccountCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.BlockHashAlgorithm
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.ProofCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.InitcodeSourceCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.StakedIdCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.ObtainersCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractID.ContractCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.MemoFieldCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.StakedIdCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CRSStage
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.StakedIdCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.BalanceSourceCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiveRecordThresholdFieldCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.SendRecordThresholdFieldCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.StakedIdCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CustomFee.FeeCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.EntityID.EntityCase
-
Deprecated.
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.EntryKeyCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.EvmHookSpec.BytecodeSourceCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.UpdateCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.FreezeType
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HintsConstruction.PreprocessingStateCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.ProofStateCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HistoryProofVote.VoteCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookCall.CallSpecCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookCall.IdCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookCreationDetails.HookCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.ActionCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookEntityId.EntityIdCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookExtensionPoint
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookType
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.Key.KeyCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.ReceiverAllowanceHookCallCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.SenderAllowanceHookCallCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.PendingAirdropId.TokenReferenceCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.PreprocessingVote.VoteCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.AddressCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.EndpointTypeCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ResponseType
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ScheduleInfo.DataCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.Signature.SignatureCase
-
Deprecated.
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.SignaturePair.SignatureCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.StakingInfo.StakedIdCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.SubType
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.IdCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.IdCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenFreezeStatus
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenKeyValidation
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenKycStatus
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenPauseStatus
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenReference.TokenIdentifierCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenSupplyType
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenType
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.BodyCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.EntropyCase
- forNumber(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
- forPreviewnet() - Static method in class com.hedera.hashgraph.sdk.Client
-
Construct a Hedera client pre-configured for Preview Testnet nodes.
- forPreviewnet(ExecutorService) - Static method in class com.hedera.hashgraph.sdk.Client
-
Construct a Hedera client pre-configured for Preview Testnet nodes.
- forPreviewnet(ExecutorService) - Static method in class com.hedera.hashgraph.sdk.MirrorNetwork
-
Create a mirror network for previewnet.
- forPreviewnet(ExecutorService) - Static method in class com.hedera.hashgraph.sdk.Network
-
Create a previewnet network.
- forTestnet() - Static method in class com.hedera.hashgraph.sdk.Client
-
Construct a Hedera client pre-configured for Testnet access.
- forTestnet(ExecutorService) - Static method in class com.hedera.hashgraph.sdk.Client
-
Construct a Hedera client pre-configured for Testnet access.
- forTestnet(ExecutorService) - Static method in class com.hedera.hashgraph.sdk.MirrorNetwork
-
Create a mirror network for testnet.
- forTestnet(ExecutorService) - Static method in class com.hedera.hashgraph.sdk.Network
-
Create a testnet network.
- FQDN_SIZE_TOO_LARGE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* In ServiceEndpoint, domain_name size too large
- FQDN_SIZE_TOO_LARGE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
In ServiceEndpoint, domain_name size too large
- FQDN_SIZE_TOO_LARGE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* In ServiceEndpoint, domain_name size too large
- Fraction - Class in com.hedera.hashgraph.sdk.proto
-
* A rational number.<br/> A common use is to set the amount of a value transfer to collect as a custom fee.
- FRACTION_DIVIDES_BY_ZERO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A custom fractional fee set a denominator of zero
- FRACTION_DIVIDES_BY_ZERO - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A custom fractional fee set a denominator of zero
- FRACTION_DIVIDES_BY_ZERO_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A custom fractional fee set a denominator of zero
- Fraction.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A rational number.<br/> A common use is to set the amount of a value transfer to collect as a custom fee.
- FRACTIONAL_AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FractionalFee
- FRACTIONAL_FEE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CustomFee.FeeCase
- FRACTIONAL_FEE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CustomFee
- FRACTIONAL_FEE_MAX_AMOUNT_LESS_THAN_MIN_AMOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Each fractional custom fee must have its maximum_amount, if specified, at least its minimum_amount
- FRACTIONAL_FEE_MAX_AMOUNT_LESS_THAN_MIN_AMOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Each fractional custom fee must have its maximum_amount, if specified, at least its minimum_amount
- FRACTIONAL_FEE_MAX_AMOUNT_LESS_THAN_MIN_AMOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Each fractional custom fee must have its maximum_amount, if specified, at least its minimum_amount
- FractionalFee - Class in com.hedera.hashgraph.sdk.proto
-
* A descriptor for a fee based on a portion of the tokens transferred.
- FractionalFee.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A descriptor for a fee based on a portion of the tokens transferred.
- FractionalFeeOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FractionOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- freeze() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Freeze this transaction from further modification to prepare for signing or serialization.
- freeze(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc.FreezeServiceBlockingStub
-
Freeze, cancel, or prepare a freeze.
- freeze(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc.FreezeServiceBlockingV2Stub
-
Freeze, cancel, or prepare a freeze.
- freeze(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc.FreezeServiceFutureStub
-
Freeze, cancel, or prepare a freeze.
- freeze(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc.AsyncService
-
Freeze, cancel, or prepare a freeze.
- freeze(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc.FreezeServiceStub
-
Freeze, cancel, or prepare a freeze.
- Freeze - Class in com.hedera.hashgraph.sdk.proto
- Freeze - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Stop all processing and "freeze" the entire network.<br/> This is generally sent immediately prior to upgrading the network.<br/> After processing this transactions all nodes enter a quiescent state.
- FREEZE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- FREEZE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- FREEZE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Stop all processing and "freeze" the entire network.
This is generally sent immediately prior to upgrading the network.
After processing this transactions all nodes enter a quiescent state. - FREEZE_ABORT - Enum constant in enum class com.hedera.hashgraph.sdk.FreezeType
-
Abort a pending network freeze operation.
- FREEZE_ABORT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
* Abort a pending network freeze operation.
- FREEZE_ABORT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
* Abort a pending network freeze operation.
- FREEZE_ALREADY_SCHEDULED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Once a freeze is scheduled, it must be aborted before any other type of freeze can can be performed.
- FREEZE_ALREADY_SCHEDULED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Once a freeze is scheduled, it must be aborted before any other type of freeze can can be performed.
- FREEZE_ALREADY_SCHEDULED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Once a freeze is scheduled, it must be aborted before any other type of freeze can can be performed.
- FREEZE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- FREEZE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- FREEZE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- FREEZE_ONLY - Enum constant in enum class com.hedera.hashgraph.sdk.FreezeType
-
Freeze the network, and take no further action.
- FREEZE_ONLY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
* Freeze the network, and take no further action.
- FREEZE_ONLY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
* Freeze the network, and take no further action.
- FREEZE_START_TIME_MUST_BE_FUTURE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The given freeze start time was in the (consensus) past.
- FREEZE_START_TIME_MUST_BE_FUTURE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The given freeze start time was in the (consensus) past.
- FREEZE_START_TIME_MUST_BE_FUTURE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The given freeze start time was in the (consensus) past.
- FREEZE_TRANSACTION_BODY_NOT_FOUND - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* FreezeTransactionBody does not exist
- FREEZE_TRANSACTION_BODY_NOT_FOUND - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
FreezeTransactionBody does not exist
- FREEZE_TRANSACTION_BODY_NOT_FOUND_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* FreezeTransactionBody does not exist
- FREEZE_TYPE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- FREEZE_UPDATE_FILE_DOES_NOT_EXIST - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The update file in a freeze transaction body must exist.
- FREEZE_UPDATE_FILE_DOES_NOT_EXIST - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The update file in a freeze transaction body must exist.
- FREEZE_UPDATE_FILE_DOES_NOT_EXIST_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The update file in a freeze transaction body must exist.
- FREEZE_UPDATE_FILE_HASH_DOES_NOT_MATCH - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The hash of the update file in a freeze transaction body must match the in-memory hash.
- FREEZE_UPDATE_FILE_HASH_DOES_NOT_MATCH - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The hash of the update file in a freeze transaction body must match the in-memory hash.
- FREEZE_UPDATE_FILE_HASH_DOES_NOT_MATCH_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The hash of the update file in a freeze transaction body must match the in-memory hash.
- FREEZE_UPGRADE - Enum constant in enum class com.hedera.hashgraph.sdk.FreezeType
-
Freeze the network to perform a software upgrade.
- FREEZE_UPGRADE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
* Freeze the network to perform a software upgrade.
- FREEZE_UPGRADE_IN_PROGRESS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* If an NMT upgrade has been prepared, the following operation must be a FREEZE_UPGRADE.
- FREEZE_UPGRADE_IN_PROGRESS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
If an NMT upgrade has been prepared, the following operation must be a FREEZE_UPGRADE.
- FREEZE_UPGRADE_IN_PROGRESS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* If an NMT upgrade has been prepared, the following operation must be a FREEZE_UPGRADE.
- FREEZE_UPGRADE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
* Freeze the network to perform a software upgrade.
- Freeze_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Stop all processing and "freeze" the entire network.<br/> This is generally sent immediately prior to upgrading the network.<br/> After processing this transactions all nodes enter a quiescent state.
- FREEZEDEFAULT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- freezeKey - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The key which can freeze or unfreeze an account for token transactions.
- FREEZEKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- FREEZEKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- FREEZEKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- FreezeNotApplicable - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenFreezeStatus
-
* The token does not support freeze or cannot be frozen for the designated account.<br/> Typically this indicates that the token does not have a `freeze_key` set.
- FreezeNotApplicable_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenFreezeStatus
-
* The token does not support freeze or cannot be frozen for the designated account.<br/> Typically this indicates that the token does not have a `freeze_key` set.
- FreezeServiceGrpc - Class in com.hedera.hashgraph.sdk.proto
-
A service to manage network "freeze" events.
- FreezeServiceGrpc.AsyncService - Interface in com.hedera.hashgraph.sdk.proto
-
A service to manage network "freeze" events.
- FreezeServiceGrpc.FreezeServiceBlockingStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do limited synchronous rpc calls to service FreezeService.
- FreezeServiceGrpc.FreezeServiceBlockingV2Stub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do synchronous rpc calls to service FreezeService.
- FreezeServiceGrpc.FreezeServiceFutureStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do ListenableFuture-style rpc calls to service FreezeService.
- FreezeServiceGrpc.FreezeServiceImplBase - Class in com.hedera.hashgraph.sdk.proto
-
Base class for the server implementation of the service FreezeService.
- FreezeServiceGrpc.FreezeServiceStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do asynchronous rpc calls to service FreezeService.
- FreezeServiceImplBase() - Constructor for class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc.FreezeServiceImplBase
- FreezeServiceOuterClass - Class in com.hedera.hashgraph.sdk.proto
- freezeStatus - Variable in class com.hedera.hashgraph.sdk.TokenRelationship
-
The Freeze status of the account (FreezeNotApplicable, Frozen or Unfrozen).
- FREEZESTATUS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- freezeStatusFromProtobuf(TokenFreezeStatus) - Static method in class com.hedera.hashgraph.sdk.TokenInfo
-
Are we frozen?
- freezeStatusFromProtobuf(TokenFreezeStatus) - Static method in class com.hedera.hashgraph.sdk.TokenRelationship
-
Retrieve freeze status from a protobuf.
- freezeStatusToProtobuf(Boolean) - Static method in class com.hedera.hashgraph.sdk.TokenInfo
-
Create a token freeze status protobuf.
- freezeStatusToProtobuf(Boolean) - Static method in class com.hedera.hashgraph.sdk.TokenRelationship
-
Retrieve the freeze status from a protobuf.
- freezeTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Freeze the transfer of tokens to or from an identified Account.
- freezeTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Freeze the transfer of tokens to or from an identified Account.
- freezeTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Freeze the transfer of tokens to or from an identified Account.
- freezeTokenAccount(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Freeze the transfer of tokens to or from an identified Account.
- freezeTokenAccount(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Freeze the transfer of tokens to or from an identified Account.
- FreezeTransaction - Class in com.hedera.hashgraph.sdk
-
A transaction body for all five freeze transactions.
- FreezeTransaction() - Constructor for class com.hedera.hashgraph.sdk.FreezeTransaction
-
Constructor.
- FreezeTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.FreezeTransaction
-
Constructor.
- FreezeTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.FreezeTransaction
-
Constructor.
- FreezeTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body for all five freeze transactions.
- FreezeTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body for all five freeze transactions.
- FreezeTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- FreezeType - Enum Class in com.hedera.hashgraph.sdk
-
Enum for the freeze types.
- FreezeType - Enum Class in com.hedera.hashgraph.sdk.proto
-
* An enumeration of possible network freeze types.
- FreezeTypeOuterClass - Class in com.hedera.hashgraph.sdk.proto
- freezeWith(Client) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Set the client that this transaction will be frozen with.
- freezeWith(Client) - Method in class com.hedera.hashgraph.sdk.NodeDeleteTransaction
-
Freeze this transaction with the given client.
- freezeWith(Client) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Freeze this transaction with the given client.
- freezeWith(Client) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
- freezeWith(Client) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Set the client that this transaction will be frozen with.
- freezeWith(Client) - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
- freezeWith(Client) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Freeze this transaction from further modification to prepare for signing or serialization.
- from(long) - Static method in class com.hedera.hashgraph.sdk.Hbar
-
Returns an Hbar whose value is equal to the specified long.
- from(long, HbarUnit) - Static method in class com.hedera.hashgraph.sdk.Hbar
-
Returns an Hbar representing the value in the given units.
- from(BigDecimal) - Static method in class com.hedera.hashgraph.sdk.Hbar
-
Returns an Hbar whose value is equal to the specified long.
- from(BigDecimal, HbarUnit) - Static method in class com.hedera.hashgraph.sdk.Hbar
-
Returns an Hbar representing the value in the given units.
- fromAliasBytes(ByteString) - Static method in class com.hedera.hashgraph.sdk.EvmAddress
- fromAliasBytes(ByteString) - Static method in class com.hedera.hashgraph.sdk.PublicKey
-
The public key from an immutable byte string.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.AccountBalance
-
Convert a byte array to an account balance object.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.AccountId
-
Retrieve the account id from a protobuf byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.AccountInfo
-
Retrieve the account info from a protobuf byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.AssessedCustomFee
-
Convert a byte array into an assessed custom fee object.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.ContractId
-
Convert a byte array to an account balance object.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.ContractInfo
-
Extract the contract from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.ContractLogInfo
-
Create the contract log info from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.ContractNonceInfo
-
Extract the contractNonce from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.CustomFee
-
Convert byte array to a custom fee object.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.DelegateContractId
-
Create a delegate contract id from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.EthereumTransactionData
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
-
Convert a byte array to an ethereum transaction data.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.EthereumTransactionDataLegacy
-
Convert a byte array to an ethereum transaction data.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.EvmAddress
-
Convert a byte array to an ethereum address.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.ExchangeRates
-
Create an Exchange Rates from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.FeeComponents
-
Create a fee component object from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.FeeData
-
Initialize fee data object from byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.FeeSchedule
-
Create a fee schedule from byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.FeeSchedules
-
Create a fee schedules object from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.FileId
-
Assign the file id from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.FileInfo
-
Create a file info object from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.HbarAllowance
-
Create a hbar allowance from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.Key
-
Create Key from proto.Key byte array
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.LedgerId
-
Create a ledger id from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.LiveHash
-
Create a live hash from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.NetworkVersionInfo
-
Create a network version info object from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.NftId
-
Create a new nft id from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Retrieve a private key from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.PublicKey
-
Create a public key from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.RegisteredNode
-
Extract the registeredNode from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.ScheduleId
-
Create a schedule id from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.ScheduleInfo
-
Create a schedule info object from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.SemanticVersion
-
Create a semantic version from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.StakingInfo
-
Convert a byte array to a staking info object.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.TokenAllowance
-
Create a token allowance from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.TokenAssociation
-
Create a token association from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.TokenId
-
Create a token id from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.TokenInfo
-
Create a token info object from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.TokenNftAllowance
-
Create a nft token allowance from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.TokenNftInfo
-
Create token nft info from byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.TokenNftTransfer
-
Deprecated.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.TokenRelationship
-
Create a token relationship from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.TopicId
-
Create a topic id from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.TopicInfo
-
Create a topic info object from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.Transaction
-
Create the correct transaction from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.TransactionFeeSchedule
-
Create a transaction fee schedule object from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.TransactionId
-
Create a new transaction id from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.TransactionReceipt
-
Create a transaction receipt from a byte array.
- fromBytes(byte[]) - Static method in class com.hedera.hashgraph.sdk.TransactionRecord
-
Create a transaction record from a byte array.
- fromBytes(ByteString) - Static method in class com.hedera.hashgraph.sdk.NodeAddressBook
-
Create a node address book from a byte string.
- fromBytesDER(byte[]) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Retrieve a private key from a DER encoded byte array.
- fromBytesDER(byte[]) - Static method in class com.hedera.hashgraph.sdk.PublicKey
-
Create a public key from a DER encoded byte array.
- fromBytesECDSA(byte[]) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Retrieve a private key from an ECDSA encoded byte array.
- fromBytesECDSA(byte[]) - Static method in class com.hedera.hashgraph.sdk.PublicKey
-
Create a public key from a byte array.
- fromBytesED25519(byte[]) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Retrieve a private key from an ED25519 encoded byte array.
- fromBytesED25519(byte[]) - Static method in class com.hedera.hashgraph.sdk.PublicKey
-
Create a public key from a byte array.
- fromBytesInternal(byte[]) - Static method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
-
Create a private key from a byte array.
- fromBytesInternal(byte[]) - Static method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
-
Create a private key from a byte array.
- fromBytesInternal(byte[]) - Static method in class com.hedera.hashgraph.sdk.PublicKeyECDSA
-
Create a key from a byte array representation.
- fromBytesInternal(byte[]) - Static method in class com.hedera.hashgraph.sdk.PublicKeyED25519
-
Create a key from a byte array representation.
- fromByteString(ByteString) - Static method in class com.hedera.hashgraph.sdk.LedgerId
-
Create a ledger id from a string.
- fromConfig(Reader) - Static method in class com.hedera.hashgraph.sdk.Client
-
Configure a client based off the given JSON reader.
- fromConfig(String) - Static method in class com.hedera.hashgraph.sdk.Client
-
Configure a client based off the given JSON string.
- fromConfigFile(File) - Static method in class com.hedera.hashgraph.sdk.Client
-
Configure a client based on a JSON file.
- fromConfigFile(String) - Static method in class com.hedera.hashgraph.sdk.Client
-
Configure a client based on a JSON file at the given path.
- fromECPrivateKeyInternal(ECPrivateKey) - Static method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
-
Create a new private key from a ECPrivateKey object.
- fromEvmAddress(long, long, String) - Static method in class com.hedera.hashgraph.sdk.ContractId
-
Parse contract id from an ethereum address.
- fromEvmAddress(long, long, String) - Static method in class com.hedera.hashgraph.sdk.DelegateContractId
-
Parse DelegateContract id from an ethereum address.
- fromEvmAddress(long, long, String) - Static method in class com.hedera.hashgraph.sdk.FileId
-
Constructs a FileId from shard, realm, and EVM address.
- fromEvmAddress(long, long, String) - Static method in class com.hedera.hashgraph.sdk.TokenId
-
Constructs a TokenID from shard, realm, and EVM address.
- fromEvmAddress(long, long, String) - Static method in class com.hedera.hashgraph.sdk.TopicId
-
Constructs a TopicId from shard, realm, and EVM address.
- fromEvmAddress(EvmAddress) - Static method in class com.hedera.hashgraph.sdk.AccountId
-
Deprecated.
- fromEvmAddress(EvmAddress, long, long) - Static method in class com.hedera.hashgraph.sdk.AccountId
-
Retrieve the account id from an EVM address.
- fromEvmAddress(String) - Static method in class com.hedera.hashgraph.sdk.AccountId
-
Deprecated.
- fromEvmAddress(String, long, long) - Static method in class com.hedera.hashgraph.sdk.AccountId
-
Retrieve the account id from an EVM address.
- fromJson(JsonObject) - Static method in class com.hedera.hashgraph.sdk.BlockNodeServiceEndpoint
-
Parses BlockNodeServiceEndpoint from the type-specific JSON object the MirrorNode.
- fromJson(JsonObject) - Static method in class com.hedera.hashgraph.sdk.FeeEstimate
-
Create a FeeEstimate from a JSON object returned by the mirror node REST API.
- fromJson(JsonObject) - Static method in class com.hedera.hashgraph.sdk.FeeExtra
-
Create a FeeExtra from a JSON object returned by the mirror node REST API.
- fromJson(JsonObject) - Static method in class com.hedera.hashgraph.sdk.GeneralServiceEndpoint
-
Parses GeneralServiceEndpoint from the type-specific JSON object the MirrorNode.
- fromJson(JsonObject) - Static method in class com.hedera.hashgraph.sdk.MirrorNodeServiceEndpoint
-
Parses MirrorNodeServiceEndpoint from the type-specific JSON object the MirrorNode.
- fromJson(JsonObject) - Static method in class com.hedera.hashgraph.sdk.NetworkFee
-
Create a NetworkFee from a JSON object returned by the mirror node REST API.
- fromJson(JsonObject) - Static method in class com.hedera.hashgraph.sdk.RegisteredNode
-
Parses a single node entry from the Mirror Node 'registered_nodes' array.
- fromJson(JsonObject) - Static method in class com.hedera.hashgraph.sdk.RegisteredServiceEndpoint
-
Parse RegisteredServiceEndpoint from MirrorNode json response `service_endpoint`
- fromJson(JsonObject) - Static method in class com.hedera.hashgraph.sdk.RpcRelayServiceEndpoint
-
Parses RpcRelayEndpoint from the type-specific JSON object the MirrorNode.
- fromJson(String) - Static method in class com.hedera.hashgraph.sdk.FeeEstimateResponse
-
Create a FeeEstimateResponse from a REST JSON payload.
- fromMnemonic(Mnemonic) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Deprecated.use
Mnemonic.toStandardEd25519PrivateKey(String, int)()} orMnemonic.toStandardECDSAsecp256k1PrivateKey(String, int)(String, int)} instead Recover a private key from a mnemonic phrase compatible with the iOS and Android wallets.An overload of
PrivateKey.fromMnemonic(Mnemonic, String)which uses an empty string for the passphrase. - fromMnemonic(Mnemonic, String) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Deprecated.use
Mnemonic.toStandardEd25519PrivateKey(String, int)()} orMnemonic.toStandardECDSAsecp256k1PrivateKey(String, int)(String, int)} instead This function uses incomplete and the key should not be used directly.Recover a private key from a generated mnemonic phrase and a passphrase.
This is not compatible with the phrases generated by the Android and iOS wallets; use the no-passphrase version instead.
- fromNetworkName(NetworkName) - Static method in class com.hedera.hashgraph.sdk.LedgerId
-
Deprecated.
- fromPem(String) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Parse a private key from a PEM encoded string.
- fromPem(String, String) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Parse a private key from a PEM encoded string.
- fromPrivateKeyInfoInternal(PrivateKeyInfo) - Static method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
-
Create a new private key from a private key ino object.
- fromPrivateKeyInfoInternal(PrivateKeyInfo) - Static method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
-
Create a new private key from a private key info object.
- fromProtobuf(AccountAmount) - Static method in class com.hedera.hashgraph.sdk.Transfer
-
Create a transfer from a protobuf.
- fromProtobuf(AccountID) - Static method in class com.hedera.hashgraph.sdk.AccountId
-
Retrieve the account id from a protobuf.
- fromProtobuf(AssessedCustomFee) - Static method in class com.hedera.hashgraph.sdk.AssessedCustomFee
-
Convert the protobuf object to an assessed custom fee object.
- fromProtobuf(ConsensusGetTopicInfoResponse) - Static method in class com.hedera.hashgraph.sdk.TopicInfo
-
Create a topic info object from a protobuf.
- fromProtobuf(ContractGetInfoResponse.ContractInfo) - Static method in class com.hedera.hashgraph.sdk.ContractInfo
-
Extract the contract from the protobuf.
- fromProtobuf(ContractID) - Static method in class com.hedera.hashgraph.sdk.ContractId
-
Extract a contract id from a protobuf.
- fromProtobuf(ContractID) - Static method in class com.hedera.hashgraph.sdk.DelegateContractId
-
Create a delegate contract id from a string.
- fromProtobuf(ContractLoginfo) - Static method in class com.hedera.hashgraph.sdk.ContractLogInfo
-
Convert to a protobuf.
- fromProtobuf(ContractNonceInfo) - Static method in class com.hedera.hashgraph.sdk.ContractNonceInfo
-
Extract the contractNonce from the protobuf.
- fromProtobuf(CryptoAllowance) - Static method in class com.hedera.hashgraph.sdk.HbarAllowance
-
Create a hbar allowance from a crypto allowance protobuf.
- fromProtobuf(CryptoGetAccountBalanceResponse) - Static method in class com.hedera.hashgraph.sdk.AccountBalance
-
Convert the protobuf object to an account balance object.
- fromProtobuf(CryptoGetInfoResponse.AccountInfo) - Static method in class com.hedera.hashgraph.sdk.AccountInfo
-
Retrieve the account info from a protobuf.
- fromProtobuf(CurrentAndNextFeeSchedule) - Static method in class com.hedera.hashgraph.sdk.FeeSchedules
-
Create a fee schedules object from a protobuf.
- fromProtobuf(CustomFee) - Static method in class com.hedera.hashgraph.sdk.CustomFee
- fromProtobuf(CustomFeeLimit) - Static method in class com.hedera.hashgraph.sdk.CustomFeeLimit
- fromProtobuf(Duration) - Static method in class com.hedera.hashgraph.sdk.DurationConverter
-
Create a duration object from a protobuf.
- fromProtobuf(EvmHook) - Static method in class com.hedera.hashgraph.sdk.EvmHook
-
Create an EvmHook from a protobuf message.
- fromProtobuf(EvmHookCall) - Static method in class com.hedera.hashgraph.sdk.EvmHookCall
-
Create an EvmHookCall from a protobuf message.
- fromProtobuf(EvmHookMappingEntries) - Static method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookMappingEntries
- fromProtobuf(EvmHookMappingEntry) - Static method in class com.hedera.hashgraph.sdk.EvmHookMappingEntry
-
Create an EvmHookMappingEntry from a protobuf message.
- fromProtobuf(EvmHookStorageSlot) - Static method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookStorageSlot
- fromProtobuf(EvmHookStorageUpdate) - Static method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate
-
Create an EvmHookStorageUpdate from a protobuf message.
- fromProtobuf(ExchangeRate) - Static method in class com.hedera.hashgraph.sdk.ExchangeRate
-
Create an Exchange Rate from a protobuf.
- fromProtobuf(ExchangeRateSet) - Static method in class com.hedera.hashgraph.sdk.ExchangeRates
-
Create an Exchange Rates from a protobuf.
- fromProtobuf(FeeComponents) - Static method in class com.hedera.hashgraph.sdk.FeeComponents
-
Create a fee components object from a protobuf.
- fromProtobuf(FeeData) - Static method in class com.hedera.hashgraph.sdk.FeeData
-
Initialize fee data object from a protobuf.
- fromProtobuf(FeeSchedule) - Static method in class com.hedera.hashgraph.sdk.FeeSchedule
-
Create a fee schedule from a protobuf.
- fromProtobuf(FileGetInfoResponse.FileInfo) - Static method in class com.hedera.hashgraph.sdk.FileInfo
-
Create a file info object from a ptotobuf.
- fromProtobuf(FileID) - Static method in class com.hedera.hashgraph.sdk.FileId
-
Create a file id object from a protobuf.
- fromProtobuf(FixedCustomFee) - Static method in class com.hedera.hashgraph.sdk.CustomFixedFee
-
Create a custom fixed fee from a fixed custom fee protobuf.
- fromProtobuf(FixedFee) - Static method in class com.hedera.hashgraph.sdk.CustomFixedFee
-
Create a custom fixed fee from a fixed fee protobuf.
- fromProtobuf(FractionalFee) - Static method in class com.hedera.hashgraph.sdk.CustomFractionalFee
-
Create a custom fractional fee from a fee protobuf.
- fromProtobuf(GrantedCryptoAllowance) - Static method in class com.hedera.hashgraph.sdk.HbarAllowance
-
Create a hbar allowance from a granted crypto allowance protobuf.
- fromProtobuf(GrantedTokenAllowance) - Static method in class com.hedera.hashgraph.sdk.TokenAllowance
-
Create a token allowance from a protobuf.
- fromProtobuf(HookCall) - Static method in class com.hedera.hashgraph.sdk.HookCall
-
Create a HookCall from a protobuf message.
- fromProtobuf(HookCreationDetails) - Static method in class com.hedera.hashgraph.sdk.HookCreationDetails
-
Create HookCreationDetails from a protobuf message.
- fromProtobuf(HookEntityId) - Static method in class com.hedera.hashgraph.sdk.HookEntityId
-
Create a HookEntityId from a protobuf message.
- fromProtobuf(HookExtensionPoint) - Static method in enum class com.hedera.hashgraph.sdk.HookExtensionPoint
-
Create a HookExtensionPoint from a protobuf value.
- fromProtobuf(HookId) - Static method in class com.hedera.hashgraph.sdk.HookId
-
Create a HookId from a protobuf message.
- fromProtobuf(KeyList, Integer) - Static method in class com.hedera.hashgraph.sdk.KeyList
-
Create key list from protobuf.
- fromProtobuf(LiveHash) - Static method in class com.hedera.hashgraph.sdk.LiveHash
-
Create a live hash from a protobuf.
- fromProtobuf(NetworkGetVersionInfoResponse) - Static method in class com.hedera.hashgraph.sdk.NetworkVersionInfo
-
Create a network version info object from a protobuf.
- fromProtobuf(NftAllowance) - Static method in class com.hedera.hashgraph.sdk.TokenNftAllowance
-
Create a nft token allowance from a protobuf.
- fromProtobuf(NftID) - Static method in class com.hedera.hashgraph.sdk.NftId
-
Create a new ntf id from a protobuf.
- fromProtobuf(NodeAddress) - Static method in class com.hedera.hashgraph.sdk.NodeAddress
-
Create a node from a protobuf.
- fromProtobuf(NodeAddressBook) - Static method in class com.hedera.hashgraph.sdk.NodeAddressBook
-
Create a node address book from a protobuf.
- fromProtobuf(PendingAirdropId) - Static method in class com.hedera.hashgraph.sdk.PendingAirdropId
- fromProtobuf(PendingAirdropRecord) - Static method in class com.hedera.hashgraph.sdk.PendingAirdropRecord
- fromProtobuf(ProxyStaker) - Static method in class com.hedera.hashgraph.sdk.ProxyStaker
-
Create a proxy staker object from a protobuf.
- fromProtobuf(RegisteredNode) - Static method in class com.hedera.hashgraph.sdk.RegisteredNode
-
Extract the registeredNode from the protobuf.
- fromProtobuf(RegisteredServiceEndpoint) - Static method in class com.hedera.hashgraph.sdk.BlockNodeServiceEndpoint
-
Create a BlockNodeServiceEndpoint object from protobuf
- fromProtobuf(RegisteredServiceEndpoint) - Static method in class com.hedera.hashgraph.sdk.GeneralServiceEndpoint
- fromProtobuf(RegisteredServiceEndpoint) - Static method in class com.hedera.hashgraph.sdk.MirrorNodeServiceEndpoint
-
Create a MirrorNodeServiceEndpoint object from protobuf
- fromProtobuf(RegisteredServiceEndpoint) - Static method in class com.hedera.hashgraph.sdk.RegisteredServiceEndpoint
- fromProtobuf(RegisteredServiceEndpoint) - Static method in class com.hedera.hashgraph.sdk.RpcRelayServiceEndpoint
-
Create a RpcRelayServiceEndpoint object from protobuf
- fromProtobuf(RoyaltyFee) - Static method in class com.hedera.hashgraph.sdk.CustomRoyaltyFee
-
Create a custom royalty fee from a royalty fee protobuf.
- fromProtobuf(ScheduleID) - Static method in class com.hedera.hashgraph.sdk.ScheduleId
-
Create a schedule id from a protobuf.
- fromProtobuf(ScheduleInfo) - Static method in class com.hedera.hashgraph.sdk.ScheduleInfo
-
Create a schedule info object from a protobuf.
- fromProtobuf(SemanticVersion) - Static method in class com.hedera.hashgraph.sdk.SemanticVersion
-
Create a semantic version object from a protobuf.
- fromProtobuf(ServiceEndpoint) - Static method in class com.hedera.hashgraph.sdk.Endpoint
-
Create an endpoint object from a service endpoint protobuf.
- fromProtobuf(StakingInfo) - Static method in class com.hedera.hashgraph.sdk.StakingInfo
- fromProtobuf(Timestamp) - Static method in class com.hedera.hashgraph.sdk.InstantConverter
-
Create an instance from a timestamp protobuf.
- fromProtobuf(TimestampSeconds) - Static method in class com.hedera.hashgraph.sdk.InstantConverter
-
Create an instance from a timestamp in seconds protobuf.
- fromProtobuf(TokenAllowance) - Static method in class com.hedera.hashgraph.sdk.TokenAllowance
-
Create a token allowance from a protobuf.
- fromProtobuf(TokenAssociation) - Static method in class com.hedera.hashgraph.sdk.TokenAssociation
-
Create a token association from a protobuf.
- fromProtobuf(TokenGetInfoResponse) - Static method in class com.hedera.hashgraph.sdk.TokenInfo
-
Create a token info object from a protobuf.
- fromProtobuf(TokenID) - Static method in class com.hedera.hashgraph.sdk.TokenId
-
Create a token id from a protobuf.
- fromProtobuf(TokenNftInfo) - Static method in class com.hedera.hashgraph.sdk.TokenNftInfo
-
Create token nft info from a protobuf.
- fromProtobuf(TokenRelationship) - Static method in class com.hedera.hashgraph.sdk.TokenRelationship
-
Create a token relationship object from a protobuf.
- fromProtobuf(TokenTransferList) - Static method in class com.hedera.hashgraph.sdk.TokenNftTransfer
- fromProtobuf(TokenTransferList) - Static method in class com.hedera.hashgraph.sdk.TokenTransfer
- fromProtobuf(TopicID) - Static method in class com.hedera.hashgraph.sdk.TopicId
-
Create a topic id from a protobuf.
- fromProtobuf(TransactionFeeSchedule) - Static method in class com.hedera.hashgraph.sdk.TransactionFeeSchedule
-
Create a transaction fee schedule object from a protobuf.
- fromProtobuf(TransactionID) - Static method in class com.hedera.hashgraph.sdk.TransactionId
-
Create a transaction id from a protobuf.
- fromProtobuf(TransactionReceipt) - Static method in class com.hedera.hashgraph.sdk.TransactionReceipt
-
Create a transaction receipt from a protobuf.
- fromProtobuf(TransactionReceipt, TransactionId) - Static method in class com.hedera.hashgraph.sdk.TransactionReceipt
- fromProtobuf(TransactionReceipt, List<TransactionReceipt>, List<TransactionReceipt>, TransactionId) - Static method in class com.hedera.hashgraph.sdk.TransactionReceipt
-
Create transaction receipt from protobuf.
- fromProtobuf(TransactionRecord) - Static method in class com.hedera.hashgraph.sdk.TransactionRecord
-
Create a transaction record from a protobuf.
- fromProtobuf(TransactionRecord, List<TransactionRecord>, List<TransactionRecord>, TransactionId) - Static method in class com.hedera.hashgraph.sdk.TransactionRecord
-
Create a transaction record from a protobuf.
- fromProtobufInner(CustomFee) - Static method in class com.hedera.hashgraph.sdk.CustomFee
-
Convert the protobuf object to a custom fee object.
- fromProtobufKey(Key) - Static method in class com.hedera.hashgraph.sdk.Key
-
Create a specific key type from the protobuf.
- fromResponseCode(int) - Static method in enum class com.hedera.hashgraph.sdk.Status
- fromScheduledTransaction(SchedulableTransactionBody) - Static method in class com.hedera.hashgraph.sdk.Transaction
-
Create the correct transaction from a scheduled transaction.
- fromSeed(byte[]) - Static method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
-
Create an ECDSA key from seed.
- fromSeed(byte[]) - Static method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
-
Create an ED25519 key from seed.
- fromSeedECDSAsecp256k1(byte[]) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Extract the ECDSA private key from a seed.
- fromSeedED25519(byte[]) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Extract the ED25519 private key from a seed.
- fromSolidityAddress(String) - Static method in class com.hedera.hashgraph.sdk.AccountId
-
Deprecated.This method is deprecated. Use
AccountId.fromEvmAddress(EvmAddress, long, long)instead. - fromSolidityAddress(String) - Static method in class com.hedera.hashgraph.sdk.ContractId
-
Deprecated.This method is deprecated. Use
ContractId.fromEvmAddress(long, long, String)instead. - fromSolidityAddress(String) - Static method in class com.hedera.hashgraph.sdk.DelegateContractId
-
Deprecated.
- fromSolidityAddress(String) - Static method in class com.hedera.hashgraph.sdk.FileId
-
Deprecated.This method is deprecated. Use
FileId.fromEvmAddress(long, long, String)instead. - fromSolidityAddress(String) - Static method in class com.hedera.hashgraph.sdk.TokenId
-
Deprecated.This method is deprecated. Use
TokenId.fromEvmAddress(long, long, String)instead. - fromSolidityAddress(String) - Static method in class com.hedera.hashgraph.sdk.TopicId
-
Deprecated.This method is deprecated. Use
TopicId.fromEvmAddress(long, long, String)instead. - fromSolidityAddress(String, EntityIdHelper.WithIdNums<R>) - Static method in class com.hedera.hashgraph.sdk.EntityIdHelper
-
Generate an R object from a solidity address.
- fromStream(InputStream, String) - Static method in class com.hedera.hashgraph.sdk.Keystore
- fromString(CharSequence) - Static method in class com.hedera.hashgraph.sdk.Hbar
-
Converts the provided string into an amount of hbars.
- fromString(CharSequence, HbarUnit) - Static method in class com.hedera.hashgraph.sdk.Hbar
-
Converts the provided string into an amount of hbars.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.AccountId
-
Retrieve the account id from a string.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.BaseNodeAddress
-
Create a managed node address fom a string.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.ContractId
-
Parse contract id from a string.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.DelegateContractId
-
Create a delegate contract id from a string.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.EvmAddress
-
Convert a string to an ethereum address.
- fromString(String) - Static method in enum class com.hedera.hashgraph.sdk.FeeEstimateMode
-
Convert a string value to the corresponding enum.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.FileId
-
Assign the file id from a string.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.LedgerId
-
Assign the ledger id via a string name or Hex encoded String.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.Mnemonic
-
Recover a mnemonic from a string, splitting on spaces.
- fromString(String) - Static method in enum class com.hedera.hashgraph.sdk.NetworkName
-
Deprecated.Assign the network name via a string name.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.NftId
-
Create a new nft id from a string.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Retrieve a private key from a string.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.PublicKey
-
Create a public key from a string.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.ScheduleId
-
Create a schedule id from a string.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.TokenId
-
Create a token id from a string.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.TopicId
-
Create a topic id from a string.
- fromString(String) - Static method in class com.hedera.hashgraph.sdk.TransactionId
-
Create a new transaction id from a string.
- fromString(String, EntityIdHelper.WithIdNums<R>) - Static method in class com.hedera.hashgraph.sdk.EntityIdHelper
-
Generate an R object from a string.
- fromStringDER(String) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Retrieve a private key from a DER encoded string.
- fromStringDER(String) - Static method in class com.hedera.hashgraph.sdk.PublicKey
-
Create a public key from a string.
- fromStringECDSA(String) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Retrieve a private key from an ECDSA encoded string.
- fromStringECDSA(String) - Static method in class com.hedera.hashgraph.sdk.PublicKey
-
Create a public key from a string.
- fromStringED25519(String) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Retrieve a private key from an ED25519 encoded string.
- fromStringED25519(String) - Static method in class com.hedera.hashgraph.sdk.PublicKey
-
Create a public key from a string.
- fromSubjectKeyInfoInternal(SubjectPublicKeyInfo) - Static method in class com.hedera.hashgraph.sdk.PublicKeyECDSA
-
Create a key from a subject public key info object.
- fromSubjectKeyInfoInternal(SubjectPublicKeyInfo) - Static method in class com.hedera.hashgraph.sdk.PublicKeyED25519
-
Create a key from a subject public key info object.
- fromTinybars(long) - Static method in class com.hedera.hashgraph.sdk.Hbar
-
Returns an Hbar converted from the specified number of tinybars.
- fromWords(List<? extends CharSequence>) - Static method in class com.hedera.hashgraph.sdk.Mnemonic
-
Construct a mnemonic from a 24-word list.
- Frozen - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenFreezeStatus
-
* The token is currently frozen for the designated account.
- FROZEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelation
- Frozen_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenFreezeStatus
-
* The token is currently frozen for the designated account.
- frozenBodyBuilder - Variable in class com.hedera.hashgraph.sdk.Transaction
-
The builder that gets re-used to build each outer transaction.
- FULL_VALIDATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenKeyValidation
-
* Perform all token key validations.<br/> This is the default value and behavior.
- FULL_VALIDATION - Enum constant in enum class com.hedera.hashgraph.sdk.TokenKeyValidation
-
Currently the default behaviour.
- FULL_VALIDATION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenKeyValidation
-
* Perform all token key validations.<br/> This is the default value and behavior.
- FUNCTIONPARAMETERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- FUNCTIONPARAMETERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- FUNCTIONPARAMETERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- FUNCTIONRESULT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- FUNGIBLE_COMMON - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenType
-
* A fungible/common token.<br/> Tokens of this type are interchangeable with one another, where any quantity of tokens has the same value as another equal quantity, if they are in the same class.
- FUNGIBLE_COMMON - Enum constant in enum class com.hedera.hashgraph.sdk.TokenType
-
Interchangeable value with one another, where any quantity of them has the same value as another equal quantity if they are in the same class.
- FUNGIBLE_COMMON_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenType
-
* A fungible/common token.<br/> Tokens of this type are interchangeable with one another, where any quantity of tokens has the same value as another equal quantity, if they are in the same class.
- FUNGIBLE_TOKEN - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenReference.TokenIdentifierCase
- FUNGIBLE_TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenReference
- FUNGIBLE_TOKEN_IN_NFT_ALLOWANCES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Fungible common token used in NFT allowances
- FUNGIBLE_TOKEN_IN_NFT_ALLOWANCES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Fungible common token used in NFT allowances
- FUNGIBLE_TOKEN_IN_NFT_ALLOWANCES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Fungible common token used in NFT allowances
- FUNGIBLE_TOKEN_TYPE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.PendingAirdropId.TokenReferenceCase
- FUNGIBLE_TOKEN_TYPE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- FungibleHookCall - Class in com.hedera.hashgraph.sdk
-
A typed hook call for fungible (HBAR and FT) transfers.
- FungibleHookCall(long, EvmHookCall, FungibleHookType) - Constructor for class com.hedera.hashgraph.sdk.FungibleHookCall
- FungibleHookType - Enum Class in com.hedera.hashgraph.sdk
-
Hook type for fungible (HBAR and FT) transfers.
- FutureConverter - Class in com.hedera.hashgraph.sdk
G
- gas - Variable in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
The amount of gas available for the call, aka the gasLimit
- GAS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- GAS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- GAS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- GAS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- GAS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeComponents
- GAS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- GAS_LEVEL_STARTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- GAS_LIMIT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- GAS_THROTTLE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- GAS_USED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- gasLimit - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
-
The amount of gas available for the transaction
- gasLimit - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataLegacy
-
The amount of gas available for the transaction
- gasPrice - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataLegacy
-
The price for 1 gas
- gasUsed - Variable in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
units of gas used to execute contract
- GASUSED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- GATHERING_CONTRIBUTIONS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CRSStage
-
* The network is gathering contributions to the CRS from all nodes.
- GATHERING_CONTRIBUTIONS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.CRSStage
-
* The network is gathering contributions to the CRS from all nodes.
- GENERAL_SERVICE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.EndpointTypeCase
- GENERAL_SERVICE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- GeneralServiceEndpoint - Class in com.hedera.hashgraph.sdk
-
Represents a general-purpose service endpoint.
- GeneralServiceEndpoint() - Constructor for class com.hedera.hashgraph.sdk.GeneralServiceEndpoint
-
Constructor.
- generate() - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Deprecated.use
PrivateKey.generateED25519()orPrivateKey.generateECDSA()instead - generate(AccountId) - Static method in class com.hedera.hashgraph.sdk.TransactionId
-
Generates a new transaction ID for the given account ID.
- generate12() - Static method in class com.hedera.hashgraph.sdk.Mnemonic
-
Returns a new random 12-word mnemonic from the BIP-39 standard English word list.
- generate24() - Static method in class com.hedera.hashgraph.sdk.Mnemonic
-
Returns a new random 24-word mnemonic from the BIP-39 standard English word list.
- generateECDSA() - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Extract the new ECDSA private key.
- generateED25519() - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Extract the new ED25519 private key.
- generateInternal() - Static method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
-
Create a new private ECDSA key.
- generateInternal() - Static method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
-
Create a new private ED25519 key.
- GENERATERECEIVERECORDTHRESHOLD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- GENERATERECORD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- GENERATESENDRECORDTHRESHOLD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- generateTransactionIds(TransactionId, int) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Generate transaction id's.
- GENERATION_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- GENERIC_LEVEL_STARTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- get(int) - Method in class com.hedera.hashgraph.sdk.LockableList
-
Get a specific list item.
- GET_ACCOUNT_DETAILS - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get all the information about an account, including balance and allowances.
This does not get a list of account records. - GET_BY_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get a smart contract by reference to the contract key.
- GET_BY_SOLIDITY_ID - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get a smart contract record by reference to the solidity ID.
- GET_VERSION_INFO - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get version information for the ledger.
This returns a the version of the software currently running the network for both the protocol buffers and the network services (node). - getAcceptedIssuers() - Method in class com.hedera.hashgraph.sdk.HederaTrustManager
- getAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* An account identifier.
- getAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
-
* An account identifier.
- getAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBodyOrBuilder
-
* An account identifier.
- getAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* An account identifier.
- getAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
-
* An account identifier.
- getAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBodyOrBuilder
-
* An account identifier.
- getAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody.Builder
-
* An account identifier.
- getAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
-
* An account identifier.
- getAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBodyOrBuilder
-
* An account identifier.
- getAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody.Builder
-
* An account identifier.
- getAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
-
* An account identifier.
- getAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBodyOrBuilder
-
* An account identifier.
- getAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody.Builder
-
* An account identifier.
- getAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
-
* An account identifier.
- getAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBodyOrBuilder
-
* An account identifier.
- getAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody.Builder
-
* An account identifier.
- getAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
-
* An account identifier.
- getAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBodyOrBuilder
-
* An account identifier.
- getAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* An account identifier.<br/> This identifies the account from which tokens will be wiped.
- getAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
-
* An account identifier.<br/> This identifies the account from which tokens will be wiped.
- getAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBodyOrBuilder
-
* An account identifier.<br/> This identifies the account from which tokens will be wiped.
- getAccountAmounts(int) - Method in class com.hedera.hashgraph.sdk.proto.TransferList.Builder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- getAccountAmounts(int) - Method in class com.hedera.hashgraph.sdk.proto.TransferList
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- getAccountAmounts(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransferListOrBuilder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- getAccountAmountsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransferList.Builder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- getAccountAmountsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransferList
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- getAccountAmountsCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransferListOrBuilder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- getAccountAmountsList() - Method in class com.hedera.hashgraph.sdk.proto.TransferList.Builder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- getAccountAmountsList() - Method in class com.hedera.hashgraph.sdk.proto.TransferList
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- getAccountAmountsList() - Method in interface com.hedera.hashgraph.sdk.proto.TransferListOrBuilder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- getAccountAmountsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TransferList
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- getAccountAmountsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TransferList
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- getAccountCase() - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
- getAccountCase() - Method in class com.hedera.hashgraph.sdk.proto.AccountID
- getAccountCase() - Method in interface com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder
- getAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.Builder
-
* Details of the account.
- getAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
-
* Details of the account.
- getAccountDetails() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponseOrBuilder
-
* Details of the account.
- getAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get detail metadata for an account.
- getAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get detail metadata for an account.
- getAccountDetails() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get detail metadata for an account.
- getAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail information about an account.
- getAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting detail information about an account.
- getAccountDetails() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting detail information about an account.
- getAccountDetails(Query) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceBlockingStub
-
Request detail information about an account.
- getAccountDetails(Query) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceBlockingV2Stub
-
Request detail information about an account.
- getAccountDetails(Query) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceFutureStub
-
Request detail information about an account.
- getAccountDetails(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.AsyncService
-
Request detail information about an account.
- getAccountDetails(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceStub
-
Request detail information about an account.
- GetAccountDetails - Class in com.hedera.hashgraph.sdk.proto
- GetAccountDetails - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get all the information about an account, including balance and allowances.<br/> This does not get a list of account records.
- GetAccountDetails_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get all the information about an account, including balance and allowances.<br/> This does not get a list of account records.
- GetAccountDetailsQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Request detail information about an account.
- GetAccountDetailsQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Request detail information about an account.
- GetAccountDetailsQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- GetAccountDetailsResponse - Class in com.hedera.hashgraph.sdk.proto
-
* A response to a `GetAccountDetailsQuery`.
- GetAccountDetailsResponse.AccountDetails - Class in com.hedera.hashgraph.sdk.proto
-
* Information describing a single Account in the Hedera distributed ledger.
- GetAccountDetailsResponse.AccountDetails.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Information describing a single Account in the Hedera distributed ledger.
- GetAccountDetailsResponse.AccountDetailsOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- GetAccountDetailsResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A response to a `GetAccountDetailsQuery`.
- GetAccountDetailsResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- getAccountId() - Method in class com.hedera.hashgraph.sdk.AccountBalanceQuery
-
Return the account's id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.AccountDeleteTransaction
-
Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.AccountInfoQuery
-
Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.AccountRecordsQuery
-
Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.HookEntityId
-
Get the account ID.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.LiveHashDeleteTransaction
-
Deprecated.Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.LiveHashQuery
-
Deprecated.Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.Node
-
Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Extract the Account ID of the Node.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Extract the Account ID of the Node.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The unique ID of this account.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* The unique ID of this account.
- getAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* The unique ID of this account.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* A payer account identifier.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
-
* A payer account identifier.
- getAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeLimitOrBuilder
-
* A payer account identifier.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair.Builder
-
Deprecated.* An account identifier for the associated account.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.* An account identifier for the associated account.
- getAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.EntityIDPairOrBuilder
-
Deprecated.* An account identifier for the associated account.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery.Builder
-
* An account ID for which information is requested <p> This value SHALL identify the account to be queried.<br/> This value MUST identify a valid account.<br/> This field is REQUIRED.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
-
* An account ID for which information is requested <p> This value SHALL identify the account to be queried.<br/> This value MUST identify a valid account.<br/> This field is REQUIRED.
- getAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsQueryOrBuilder
-
* An account ID for which information is requested <p> This value SHALL identify the account to be queried.<br/> This value MUST identify a valid account.<br/> This field is REQUIRED.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The unique ID of this account.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* The unique ID of this account.
- getAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* The unique ID of this account.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId.Builder
-
* An account using a hook.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId
-
* An account using a hook.
- getAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.HookEntityIdOrBuilder
-
* An account using a hook.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* An account associated via this live hash to the hashed content.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash
-
* An account associated via this live hash to the hashed content.
- getAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.LiveHashOrBuilder
-
* An account associated via this live hash to the hashed content.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* An account identifier.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* An account identifier.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A Node account identifier.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A Node account identifier.
- getAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A Node account identifier.
- getAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* An account identifier.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* An account identifier.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* An account identifier.
- getAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* An account identifier.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation.Builder
-
* An account identifier for the associated account.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
-
* An account identifier for the associated account.
- getAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAssociationOrBuilder
-
* An account identifier for the associated account.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* An account identifier.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation
-
* An account identifier.
- getAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationOrBuilder
-
* An account identifier.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.TokenAssociateTransaction
-
Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.TokenDissociateTransaction
-
Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.TokenFreezeTransaction
-
Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.TokenGrantKycTransaction
-
Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
-
Deprecated.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.TokenRevokeKycTransaction
-
Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.TokenUnfreezeTransaction
-
Extract the account id.
- getAccountId() - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
-
Extract the account id.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* An account identifier that will send or receive token(s).
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount
-
* An account identifier that will send or receive token(s).
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.AccountAmountOrBuilder
-
* An account identifier that will send or receive token(s).
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* The Account ID that is being proxy staked to
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.* The Account ID that is being proxy staked to
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.AllProxyStakersOrBuilder
-
Deprecated.* The Account ID that is being proxy staked to
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The Account ID for the account entry associated with this smart contract.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The Account ID for the account entry associated with this smart contract.
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The Account ID for the account entry associated with this smart contract.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* An account identifier.<br/> This identifies an account for which the balance is requested.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
-
* An account identifier.<br/> This identifies an account for which the balance is requested.
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQueryOrBuilder
-
* An account identifier.<br/> This identifies an account for which the balance is requested.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* An account identifier.<br/> This is the account ID queried.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
-
* An account identifier.<br/> This is the account ID queried.
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponseOrBuilder
-
* An account identifier.<br/> This is the account ID queried.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery.Builder
-
* An account identifier.<br/> This identifies the account to use when filtering the transaction record lists.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
-
* An account identifier.<br/> This identifies the account to use when filtering the transaction record lists.
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQueryOrBuilder
-
* An account identifier.<br/> This identifies the account to use when filtering the transaction record lists.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* An account identifier.<br/> This identifies the account used when filtering the transaction record lists.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
-
* An account identifier.<br/> This identifies the account used when filtering the transaction record lists.
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponseOrBuilder
-
* An account identifier.<br/> This identifies the account used when filtering the transaction record lists.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery.Builder
-
* The account ID for which information is requested
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
-
* The account ID for which information is requested
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoQueryOrBuilder
-
* The account ID for which information is requested
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* a unique identifier for this account.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* a unique identifier for this account.
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* a unique identifier for this account.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* An account ID.<br/> The network SHALL return live hash information for this account, if successful.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
-
* An account ID.<br/> The network SHALL return live hash information for this account, if successful.
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQueryOrBuilder
-
* An account ID.<br/> The network SHALL return live hash information for this account, if successful.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery.Builder
-
Deprecated.* The Account ID for which the records should be retrieved
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.* The Account ID for which the records should be retrieved
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetStakersQueryOrBuilder
-
Deprecated.* The Account ID for which the records should be retrieved
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The Account ID for the cryptocurrency account
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.* The Account ID for the cryptocurrency account
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.EntityIDOrBuilder
-
Deprecated.* The Account ID for the cryptocurrency account
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* An account identifier.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.* An account identifier.
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponseOrBuilder
-
Deprecated.* An account identifier.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ProxyStaker.Builder
-
Deprecated.* The Account ID that is proxy staking
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.* The Account ID that is proxy staking
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ProxyStakerOrBuilder
-
Deprecated.* The Account ID that is proxy staking
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* The Account for which information is requested
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
-
* The Account for which information is requested
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQueryOrBuilder
-
* The Account for which information is requested
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The current owner of the NFT
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
-
* The current owner of the NFT
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.TokenNftInfoOrBuilder
-
* The current owner of the NFT
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* An Account identifier.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID
-
* An Account identifier.
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionIDOrBuilder
-
* An Account identifier.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `CryptoCreate`, the id of the newly created account.
- getAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `CryptoCreate`, the id of the newly created account.
- getAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `CryptoCreate`, the id of the newly created account.
- getAccountIDToUpdate() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* An account identifier.<br/> This identifies the account which is to be modified in this transaction.
- getAccountIDToUpdate() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* An account identifier.<br/> This identifies the account which is to be modified in this transaction.
- getAccountIDToUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* An account identifier.<br/> This identifies the account which is to be modified in this transaction.
- getAccountInfo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.Builder
-
* Details of the account.
- getAccountInfo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
-
* Details of the account.
- getAccountInfo() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponseOrBuilder
-
* Details of the account.
- getAccountInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
-
Retrieve the metadata of an account
- getAccountInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
-
Retrieve the metadata of an account
- getAccountInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
-
Retrieve the metadata of an account
- getAccountInfo(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
-
Retrieve the metadata of an account
- getAccountInfo(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
-
Retrieve the metadata of an account
- getAccountMemo() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Extract the account memo.
- getAccountMemo() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Extract the account memo.
- getAccountNum() - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
-
* A whole number account number, unique within its realm and shard.
- getAccountNum() - Method in class com.hedera.hashgraph.sdk.proto.AccountID
-
* A whole number account number, unique within its realm and shard.
- getAccountNum() - Method in interface com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder
-
* A whole number account number, unique within its realm and shard.
- getAccountNumFromMirrorNodeAsync(Client, String) - Static method in class com.hedera.hashgraph.sdk.EntityIdHelper
-
Get AccountId num from mirror node using evm address.
- getAccountOfLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody.Builder
-
* An account associated to a live hash.
- getAccountOfLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
-
* An account associated to a live hash.
- getAccountOfLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBodyOrBuilder
-
* An account associated to a live hash.
- getAccountRecords(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
-
Return all transactions in the last 180s of consensus time for which the given account was the effective payer **and** network property `ledger.keepRecordsInState` was `true`.
- getAccountRecords(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
-
Return all transactions in the last 180s of consensus time for which the given account was the effective payer **and** network property `ledger.keepRecordsInState` was `true`.
- getAccountRecords(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
-
Return all transactions in the last 180s of consensus time for which the given account was the effective payer **and** network property `ledger.keepRecordsInState` was `true`.
- getAccountRecords(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
-
Return all transactions in the last 180s of consensus time for which the given account was the effective payer **and** network property `ledger.keepRecordsInState` was `true`.
- getAccountRecords(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
-
Return all transactions in the last 180s of consensus time for which the given account was the effective payer **and** network property `ledger.keepRecordsInState` was `true`.
- getAccountsFrozenByDefault() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A flag indicating that accounts associated to this token are frozen by default.
- getAccountsFrozenByDefault() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A flag indicating that accounts associated to this token are frozen by default.
- getAccountsFrozenByDefault() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A flag indicating that accounts associated to this token are frozen by default.
- getAccountsKycGrantedByDefault() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A flag indicating that accounts associated with this token are granted KYC by default.
- getAccountsKycGrantedByDefault() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A flag indicating that accounts associated with this token are granted KYC by default.
- getAccountsKycGrantedByDefault() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A flag indicating that accounts associated with this token are granted KYC by default.
- getActionCase() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
- getActionCase() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- getActionCase() - Method in interface com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBodyOrBuilder
- getActiveRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair.Builder
-
* The SHA-384 hash of the active roster for the given round number.
- getActiveRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
-
* The SHA-384 hash of the active roster for the given round number.
- getActiveRosterHash() - Method in interface com.hedera.hashgraph.sdk.proto.RoundRosterPairOrBuilder
-
* The SHA-384 hash of the active roster for the given round number.
- getAddLiveHashMethod() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getAddress() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Get the address of this node
- getAddress() - Method in class com.hedera.hashgraph.sdk.BaseNodeAddress
-
Extract the address.
- getAddress() - Method in class com.hedera.hashgraph.sdk.Endpoint
-
Extract the ipv4 address.
- getAddress(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the nth returned value as a Solidity address.
- getAddressBookEntry() - Method in class com.hedera.hashgraph.sdk.Node
-
Extract the address book.
- getAddressBookFileIdFor(long, long) - Static method in class com.hedera.hashgraph.sdk.FileId
-
Get the `FileId` of the Hedera address book for the given realm and shard.
- getAddressBookHash() - Method in class com.hedera.hashgraph.sdk.proto.History.Builder
-
* The address book hash of the new history.
- getAddressBookHash() - Method in class com.hedera.hashgraph.sdk.proto.History
-
* The address book hash of the new history.
- getAddressBookHash() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryOrBuilder
-
* The address book hash of the new history.
- getAddressCase() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
- getAddressCase() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- getAddressCase() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
- getAddresses() - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Extract the list of addresses.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Extract the admin key.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Get the admin key
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Extract the administrator key.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.HookCreationDetails
-
Get the admin key for this hook.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Get an administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Get an administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for modification of the topic after it is created.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* Access control for modification of the topic after it is created.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* Access control for modification of the topic after it is created.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A key that MUST sign any transaction to update or delete this topic.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A key that MUST sign any transaction to update or delete this topic.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A key that MUST sign any transaction to update or delete this topic.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Updated access control for modification of the topic.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* Updated access control for modification of the topic.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* Updated access control for modification of the topic.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Access control for modification of the smart contract after it is created.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* Access control for modification of the smart contract after it is created.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* Access control for modification of the smart contract after it is created.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The key that MUST sign any transaction to update or modify this smart contract.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The key that MUST sign any transaction to update or modify this smart contract.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The key that MUST sign any transaction to update or modify this smart contract.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the key that authorizes updates to the contract.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* If set, modify the key that authorizes updates to the contract.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* If set, modify the key that authorizes updates to the contract.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) perform transactions that customize the hook.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) perform transactions that customize the hook.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) perform transactions that customize the hook.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) do transactions that customize the hook.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) do transactions that customize the hook.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.HookCreationDetailsOrBuilder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) do transactions that customize the hook.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBodyOrBuilder
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeOrBuilder
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBodyOrBuilder
-
* An administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The admin key for this schedule.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The admin key for this schedule.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A `Key` required to delete this schedule.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
-
* A `Key` required to delete this schedule.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBodyOrBuilder
-
* A `Key` required to delete this schedule.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* The key used to delete the schedule from state
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* The key used to delete the schedule from state
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* The key used to delete the schedule from state
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The admin key for this schedule.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control for general modification of this token.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access control for general modification of this token.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for token administration.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for token administration.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for token administration.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control for general modification of this token.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access control for general modification of this token.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access control for general modification of this token.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access control for general modification of this token.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for token administration.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for token administration.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for token administration.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for modification of the topic.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* Access control for modification of the topic.
- getAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* Access control for modification of the topic.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
-
Get administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
-
Get administrative key controlled by the node operator.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
Extract the admin key.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the admin key.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the admin key.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Extract the admin key.
- getAdminKey() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Extract the admin key.
- getAdoptionTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* The consensus time at which the network adopted the active hinTS key in this set.
- getAdoptionTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
-
* The consensus time at which the network adopted the active hinTS key in this set.
- getAdoptionTime() - Method in interface com.hedera.hashgraph.sdk.proto.HintsKeySetOrBuilder
-
* The consensus time at which the network adopted the active hinTS key in this set.
- getAdoptionTime() - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet.Builder
-
* The consensus time when the network adopted the active proof key in this set.
- getAdoptionTime() - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
-
* The consensus time when the network adopted the active proof key in this set.
- getAdoptionTime() - Method in interface com.hedera.hashgraph.sdk.proto.ProofKeySetOrBuilder
-
* The consensus time when the network adopted the active proof key in this set.
- getAggregatedNodeSignatures() - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.Builder
-
* If there is not yet a SNARK proving the chain of trust from ledger id to the hinTS verification key, an aggregation of Schnorr signatures on the concatenation of the ledger id and genesis hinTS verification key that serve as witnesses for the SNARK prover algorithm.
- getAggregatedNodeSignatures() - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
-
* If there is not yet a SNARK proving the chain of trust from ledger id to the hinTS verification key, an aggregation of Schnorr signatures on the concatenation of the ledger id and genesis hinTS verification key that serve as witnesses for the SNARK prover algorithm.
- getAggregatedNodeSignatures() - Method in interface com.hedera.hashgraph.sdk.proto.ChainOfTrustProofOrBuilder
-
* If there is not yet a SNARK proving the chain of trust from ledger id to the hinTS verification key, an aggregation of Schnorr signatures on the concatenation of the ledger id and genesis hinTS verification key that serve as witnesses for the SNARK prover algorithm.
- getAggregatedSignature() - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures.Builder
-
* The aggregated signature.
- getAggregatedSignature() - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
-
* The aggregated signature.
- getAggregatedSignature() - Method in interface com.hedera.hashgraph.sdk.proto.AggregatedNodeSignaturesOrBuilder
-
* The aggregated signature.
- getAggregationKey() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys.Builder
-
* The aggregation key for the hinTS scheme
- getAggregationKey() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
-
* The aggregation key for the hinTS scheme
- getAggregationKey() - Method in interface com.hedera.hashgraph.sdk.proto.PreprocessedKeysOrBuilder
-
* The aggregation key for the hinTS scheme
- getAirdropTokensMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getAlias() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
The bytes to be used as the account's alias.
- getAlias() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An account EVM alias.
- getAlias() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* An account EVM alias.
- getAlias() - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
-
* An alias value.<br/> Alias is a value used in some contexts to refer to an account when account number is not available, and may be an alias public key, or an EVM address.
- getAlias() - Method in class com.hedera.hashgraph.sdk.proto.AccountID
-
* An alias value.<br/> Alias is a value used in some contexts to refer to an account when account number is not available, and may be an alias public key, or an EVM address.
- getAlias() - Method in interface com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder
-
* An alias value.<br/> Alias is a value used in some contexts to refer to an account when account number is not available, and may be an alias public key, or an EVM address.
- getAlias() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* An account EVM alias.
- getAlias() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Bytes to be used as the account's alias.
- getAlias() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* Bytes to be used as the account's alias.
- getAlias() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* Bytes to be used as the account's alias.
- getAlias() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* An account alias.<br/> This is a value used in some contexts to reference an account when the tripartite account identifier is not available.
- getAlias() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* An account alias.<br/> This is a value used in some contexts to reference an account when the tripartite account identifier is not available.
- getAlias() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* An account alias.<br/> This is a value used in some contexts to reference an account when the tripartite account identifier is not available.
- getAlias() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* An account EVM alias.<br/> This is a value used in some contexts to reference an account when the tripartite account identifier is not available.
- getAlias() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* An account EVM alias.<br/> This is a value used in some contexts to reference an account when the tripartite account identifier is not available.
- getAlias() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* An account EVM alias.<br/> This is a value used in some contexts to reference an account when the tripartite account identifier is not available.
- getAlias() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A new account alias.<br/> <p> This is the new alias assigned to an account created as part of a CryptoCreate transaction triggered by a user transaction with a (previously unused) alias.
- getAlias() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A new account alias.<br/> <p> This is the new alias assigned to an account created as part of a CryptoCreate transaction triggered by a user transaction with a (previously unused) alias.
- getAlias() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A new account alias.<br/> <p> This is the new alias assigned to an account created as part of a CryptoCreate transaction triggered by a user transaction with a (previously unused) alias.
- getAliasKey() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Deprecated.with no replacement
- getAllCollectorsAreExempt() - Method in class com.hedera.hashgraph.sdk.CustomFee
- getAllCollectorsAreExempt() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* Flag indicating to exempt all custom fee collector accounts for this token type from paying this custom fee when sending tokens.
- getAllCollectorsAreExempt() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee
-
* Flag indicating to exempt all custom fee collector accounts for this token type from paying this custom fee when sending tokens.
- getAllCollectorsAreExempt() - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeOrBuilder
-
* Flag indicating to exempt all custom fee collector accounts for this token type from paying this custom fee when sending tokens.
- getAllSignatures() - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Extract the list of all signers.
- getAllTransactionHashesPerNode() - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Extract the list of transaction hashes.
- getAmount() - Method in class com.hedera.hashgraph.sdk.CustomFixedFee
-
Extract the amount.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* An amount to send (negative) or receive (positive).
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount
-
* An amount to send (negative) or receive (positive).
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.AccountAmountOrBuilder
-
* An amount to send (negative) or receive (positive).
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance.Builder
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.AccountCryptoAllowanceOrBuilder
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowanceOrBuilder
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An amount of tokens assessed for this custom fee.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
-
* An amount of tokens assessed for this custom fee.
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.AssessedCustomFeeOrBuilder
-
* An amount of tokens assessed for this custom fee.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* An amount of tinybar sent via this contract call.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
-
* An amount of tinybar sent via this contract call.
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallTransactionBodyOrBuilder
-
* An amount of tinybar sent via this contract call.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* An amount, in tinybar, sent by this function call.<br/> This SHALL be zero(0) if the function called is not `payable`.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* An amount, in tinybar, sent by this function call.<br/> This SHALL be zero(0) if the function called is not `payable`.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* An amount, in tinybar, sent by this function call.<br/> This SHALL be zero(0) if the function called is not `payable`.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* An amount of tinybar (10<sup>-8</sup> HBAR).<br/> This is the amount of HBAR held by the `owner` that the `spender` is permitted to transfer.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
-
* An amount of tinybar (10<sup>-8</sup> HBAR).<br/> This is the amount of HBAR held by the `owner` that the `spender` is permitted to transfer.
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoAllowanceOrBuilder
-
* An amount of tinybar (10<sup>-8</sup> HBAR).<br/> This is the amount of HBAR held by the `owner` that the `spender` is permitted to transfer.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.FixedFee.Builder
-
* The amount to assess for each transfer.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.FixedFee
-
* The amount to assess for each transfer.
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.FixedFeeOrBuilder
-
* The amount to assess for each transfer.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance.Builder
-
* The maximum amount that the spender account may transfer within the scope of this allowance.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
-
* The maximum amount that the spender account may transfer within the scope of this allowance.
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowanceOrBuilder
-
* The maximum amount that the spender account may transfer within the scope of this allowance.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.GrantedTokenAllowanceOrBuilder
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue.Builder
-
* An amount to transfer for fungible/common tokens.<br/> This is expressed in the smallest available units for that token (i.e.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
-
* An amount to transfer for fungible/common tokens.<br/> This is expressed in the smallest available units for that token (i.e.
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.PendingAirdropValueOrBuilder
-
* An amount to transfer for fungible/common tokens.<br/> This is expressed in the smallest available units for that token (i.e.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.ProxyStaker.Builder
-
Deprecated.* The number of hbars that are currently proxy staked
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.* The number of hbars that are currently proxy staked
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.ProxyStakerOrBuilder
-
Deprecated.* The number of hbars that are currently proxy staked
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* An amount of fractional tokens (10<sup>-decimals</sup> tokens).<br/> This is the amount of tokens held by the `owner` that the `spender` is permitted to transfer.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
-
* An amount of fractional tokens (10<sup>-decimals</sup> tokens).<br/> This is the amount of tokens held by the `owner` that the `spender` is permitted to transfer.
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAllowanceOrBuilder
-
* An amount of fractional tokens (10<sup>-decimals</sup> tokens).<br/> This is the amount of tokens held by the `owner` that the `spender` is permitted to transfer.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* An amount to burn from the Treasury Account.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
-
* An amount to burn from the Treasury Account.
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBodyOrBuilder
-
* An amount to burn from the Treasury Account.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* An amount to mint to the Treasury Account.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
-
* An amount to mint to the Treasury Account.
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenMintTransactionBodyOrBuilder
-
* An amount to mint to the Treasury Account.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* An amount of fungible/common tokens to wipe.
- getAmount() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
-
* An amount of fungible/common tokens to wipe.
- getAmount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBodyOrBuilder
-
* An amount of fungible/common tokens to wipe.
- getAmount() - Method in class com.hedera.hashgraph.sdk.TokenBurnTransaction
-
Extract the amount of tokens to burn.
- getAmount() - Method in class com.hedera.hashgraph.sdk.TokenMintTransaction
-
Extract the amount.
- getAmount() - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
-
Extract the amount.
- getAppendContentMethod() - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
- getApplicationTransaction() - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction.Builder
-
* An application transaction.
- getApplicationTransaction() - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction
-
* An application transaction.
- getApplicationTransaction() - Method in interface com.hedera.hapi.platform.event.legacy.EventTransactionOrBuilder
-
* An application transaction.
- getApproveAllowancesMethod() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getApprovedForAll() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A flag indicating this allowance applies to all tokens of the specified (non-fungible/unique) type.
- getApprovedForAll() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance
-
* A flag indicating this allowance applies to all tokens of the specified (non-fungible/unique) type.
- getApprovedForAll() - Method in interface com.hedera.hashgraph.sdk.proto.NftAllowanceOrBuilder
-
* A flag indicating this allowance applies to all tokens of the specified (non-fungible/unique) type.
- getApproveForAllNftAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getApproveForAllNftAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getApproveForAllNftAllowances(int) - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getApproveForAllNftAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getApproveForAllNftAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getApproveForAllNftAllowancesCount() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getApproveForAllNftAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getApproveForAllNftAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getApproveForAllNftAllowancesList() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getApproveForAllNftAllowancesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getApproveForAllNftAllowancesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getAssemblyStartTime() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If the network has gathered enough proof keys to assemble the history for this construction, the cutoff time at which those keys must have been adopted to be included in the final history.
- getAssemblyStartTime() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* If the network has gathered enough proof keys to assemble the history for this construction, the cutoff time at which those keys must have been adopted to be included in the final history.
- getAssemblyStartTime() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* If the network has gathered enough proof keys to assemble the history for this construction, the cutoff time at which those keys must have been adopted to be included in the final history.
- getAssessedCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- getAssessedCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- getAssessedCustomFees(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- getAssessedCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- getAssessedCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- getAssessedCustomFeesCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- getAssessedCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- getAssessedCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- getAssessedCustomFeesList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- getAssessedCustomFeesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- getAssessedCustomFeesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- getAssessmentMethod() - Method in class com.hedera.hashgraph.sdk.CustomFractionalFee
-
Extract the assessment method inclusive / exclusive.
- getAssociatedRegisteredNode(int) - Method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList.Builder
-
* A list of registered node identifiers.
- getAssociatedRegisteredNode(int) - Method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
-
* A list of registered node identifiers.
- getAssociatedRegisteredNode(int) - Method in interface com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeListOrBuilder
-
* A list of registered node identifiers.
- getAssociatedRegisteredNode(int) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNode(int) - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNode(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNode(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNode(int) - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNode(int) - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeCount() - Method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList.Builder
-
* A list of registered node identifiers.
- getAssociatedRegisteredNodeCount() - Method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
-
* A list of registered node identifiers.
- getAssociatedRegisteredNodeCount() - Method in interface com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeListOrBuilder
-
* A list of registered node identifiers.
- getAssociatedRegisteredNodeCount() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeCount() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeCount() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeCount() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeList() - Method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList.Builder
-
* A list of registered node identifiers.
- getAssociatedRegisteredNodeList() - Method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
-
* A list of registered node identifiers.
- getAssociatedRegisteredNodeList() - Method in interface com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeListOrBuilder
-
* A list of registered node identifiers.
- getAssociatedRegisteredNodeList() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeList() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeList() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeList() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeList() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeList() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeList() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeList() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodeList() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- getAssociatedRegisteredNodes() - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Get a list of registered nodes operated by the same entity as this node.
- getAssociatedRegisteredNodes() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Get a list of registered nodes operated by the same entity as this node.
- getAssociateTokensMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getAtomicBatch() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for handling a set of transactions atomically.
- getAtomicBatch() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for handling a set of transactions atomically.
- getAtomicBatch() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for handling a set of transactions atomically.
- getAtomicBatchMethod() - Static method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc
- getAuthority() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Return the local host ip address
- getAuthority() - Method in class com.hedera.hashgraph.sdk.MirrorNode
- getAutomaticAssociation() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A flag indicating that this token relationship was created using automatic association.
- getAutomaticAssociation() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation
-
* A flag indicating that this token relationship was created using automatic association.
- getAutomaticAssociation() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationOrBuilder
-
* A flag indicating that this token relationship was created using automatic association.
- getAutomaticAssociation() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* An automatic association flag.
- getAutomaticAssociation() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
-
* An automatic association flag.
- getAutomaticAssociation() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationshipOrBuilder
-
* An automatic association flag.
- getAutomaticTokenAssociations(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- getAutomaticTokenAssociations(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- getAutomaticTokenAssociations(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- getAutomaticTokenAssociationsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- getAutomaticTokenAssociationsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- getAutomaticTokenAssociationsCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- getAutomaticTokenAssociationsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- getAutomaticTokenAssociationsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- getAutomaticTokenAssociationsList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- getAutomaticTokenAssociationsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- getAutomaticTokenAssociationsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- getAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* The ID of the account to be charged renewal fees at the topic's expirationTime to extend the lifetime of the topic.
- getAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* The ID of the account to be charged renewal fees at the topic's expirationTime to extend the lifetime of the topic.
- getAutoRenewAccount() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* The ID of the account to be charged renewal fees at the topic's expirationTime to extend the lifetime of the topic.
- getAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* An account that is designated to pay automatic renewal fees.
- getAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* An account that is designated to pay automatic renewal fees.
- getAutoRenewAccount() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* An account that is designated to pay automatic renewal fees.
- getAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated ID for the account to be charged renewal fees at the topic's `expirationTime` to extend the lifetime of the topic.
- getAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* An updated ID for the account to be charged renewal fees at the topic's `expirationTime` to extend the lifetime of the topic.
- getAutoRenewAccount() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* An updated ID for the account to be charged renewal fees at the topic's `expirationTime` to extend the lifetime of the topic.
- getAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- getAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- getAutoRenewAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- getAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- getAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- getAutoRenewAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- getAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- getAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- getAutoRenewAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Get the account ID which will be charged for renewing this account
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Get the auto renew accountId.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Get the auto renew accountId.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An account identifier for automatic renewal.<br/> This is the identifier of another account, in the same shard and realm as this account, that has signed a transaction allowing the network to use its balance, if needed, to automatically extend this account's expiration time during automatic renewal processing.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* An account identifier for automatic renewal.<br/> This is the identifier of another account, in the same shard and realm as this account, that has signed a transaction allowing the network to use its balance, if needed, to automatically extend this account's expiration time during automatic renewal processing.
- getAutoRenewAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* An account identifier for automatic renewal.<br/> This is the identifier of another account, in the same shard and realm as this account, that has signed a transaction allowing the network to use its balance, if needed, to automatically extend this account's expiration time during automatic renewal processing.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The id of an account, in the same shard and realm as this smart contract, that has signed this transaction, allowing the network to use its balance, when needed, to automatically extend this contract's expiration time.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* The id of an account, in the same shard and realm as this smart contract, that has signed this transaction, allowing the network to use its balance, when needed, to automatically extend this contract's expiration time.
- getAutoRenewAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* The id of an account, in the same shard and realm as this smart contract, that has signed this transaction, allowing the network to use its balance, when needed, to automatically extend this contract's expiration time.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* An account designated to pay the renewal fee upon automatic renewal of this contract.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* An account designated to pay the renewal fee upon automatic renewal of this contract.
- getAutoRenewAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* An account designated to pay the renewal fee upon automatic renewal of this contract.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the account, in the same shard and realm as this smart contract, that has agreed to allow the network to use its balance, when needed, to automatically extend this contract's expiration time.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* If set, modify the account, in the same shard and realm as this smart contract, that has agreed to allow the network to use its balance, when needed, to automatically extend this contract's expiration time.
- getAutoRenewAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* If set, modify the account, in the same shard and realm as this smart contract, that has agreed to allow the network to use its balance, when needed, to automatically extend this contract's expiration time.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- getAutoRenewAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The id of the account (if any) that the network will attempt to charge fees to complete auto-renewal of this topic, upon expiration.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* The id of the account (if any) that the network will attempt to charge fees to complete auto-renewal of this topic, upon expiration.
- getAutoRenewAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* The id of the account (if any) that the network will attempt to charge fees to complete auto-renewal of this topic, upon expiration.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the auto renew account id.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the auto renew account id.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Extract the auto renew account id.
- getAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Extract the auto renew account id.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Extract the duration for the auto renew period.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Extract the auto renew period.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Extract the auto renew period.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Extract the auto renew period.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Extract the duration for the auto renew period.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* The initial lifetime, in seconds, for the topic.<br/> This is also the number of seconds for which the topic SHALL be automatically renewed upon expiring, if it has a valid auto-renew account.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* The initial lifetime, in seconds, for the topic.<br/> This is also the number of seconds for which the topic SHALL be automatically renewed upon expiring, if it has a valid auto-renew account.
- getAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* The initial lifetime, in seconds, for the topic.<br/> This is also the number of seconds for which the topic SHALL be automatically renewed upon expiring, if it has a valid auto-renew account.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A duration, in seconds, to extend the `expirationTime` value when this topic is automatically renewed.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A duration, in seconds, to extend the `expirationTime` value when this topic is automatically renewed.
- getAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A duration, in seconds, to extend the `expirationTime` value when this topic is automatically renewed.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
An updated value for the number of seconds by which the topic expiration will be automatically extended upon expiration, if it has a valid auto-renew account.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
An updated value for the number of seconds by which the topic expiration will be automatically extended upon expiration, if it has a valid auto-renew account.
- getAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
An updated value for the number of seconds by which the topic expiration will be automatically extended upon expiration, if it has a valid auto-renew account.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The initial lifetime, in seconds, for the smart contract, and the number of seconds for which the smart contract will be automatically renewed upon expiration.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* The initial lifetime, in seconds, for the smart contract, and the number of seconds for which the smart contract will be automatically renewed upon expiration.
- getAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* The initial lifetime, in seconds, for the smart contract, and the number of seconds for which the smart contract will be automatically renewed upon expiration.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The duration, in seconds, for which the contract lifetime will be automatically extended upon expiration, provide sufficient HBAR is available at that time to pay the renewal fee.<br/> See `auto_renew_account_id` for additional conditions.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The duration, in seconds, for which the contract lifetime will be automatically extended upon expiration, provide sufficient HBAR is available at that time to pay the renewal fee.<br/> See `auto_renew_account_id` for additional conditions.
- getAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The duration, in seconds, for which the contract lifetime will be automatically extended upon expiration, provide sufficient HBAR is available at that time to pay the renewal fee.<br/> See `auto_renew_account_id` for additional conditions.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the duration added to expiration time by each auto-renewal to this value.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* If set, modify the duration added to expiration time by each auto-renewal to this value.
- getAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* If set, modify the duration added to expiration time by each auto-renewal to this value.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The duration between account automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* The duration between account automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- getAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* The duration between account automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A duration to extend this account's expiration.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* A duration to extend this account's expiration.
- getAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* A duration to extend this account's expiration.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A duration to extend account expiration.<br/> An amount of time, in seconds, to extend the expiration date for this account when _automatically_ renewed.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* A duration to extend account expiration.<br/> An amount of time, in seconds, to extend the expiration date for this account when _automatically_ renewed.
- getAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* A duration to extend account expiration.<br/> An amount of time, in seconds, to extend the expiration date for this account when _automatically_ renewed.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A duration to extend this account's expiration.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A duration to extend this account's expiration.
- getAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A duration to extend this account's expiration.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- getAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A duration by which the network should automatically extend this token's expiration.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A duration by which the network should automatically extend this token's expiration.
- getAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A duration by which the network should automatically extend this token's expiration.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- getAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The number of seconds for which the topic will be automatically renewed upon expiring (if it has a valid auto-renew account).
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* The number of seconds for which the topic will be automatically renewed upon expiring (if it has a valid auto-renew account).
- getAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* The number of seconds for which the topic will be automatically renewed upon expiring (if it has a valid auto-renew account).
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the auto renew period.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the auto renew period.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Extract the auto renew period.
- getAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Extract the auto renew period.
- getAutoRenewSeconds() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of the number of seconds to extend this account's expiration.
- getAutoRenewSeconds() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A count of the number of seconds to extend this account's expiration.
- getAutoRenewSeconds() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A count of the number of seconds to extend this account's expiration.
- getAutoRenewSeconds() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A number of seconds by which the network should automatically extend this token's expiration.
- getAutoRenewSeconds() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A number of seconds by which the network should automatically extend this token's expiration.
- getAutoRenewSeconds() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A number of seconds by which the network should automatically extend this token's expiration.
- getBadGrpcStatusCount() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Get the number of times this node has received a bad gRPC status
- getBalance() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The current HBAR balance, in tinybar, of the smart contract account.
- getBalance() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The current HBAR balance, in tinybar, of the smart contract account.
- getBalance() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The current HBAR balance, in tinybar, of the smart contract account.
- getBalance() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* A current account balance.<br/> This is the current HBAR balance denominated in tinybar (10<sup>-8</sup> HBAR).
- getBalance() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
-
* A current account balance.<br/> This is the current HBAR balance denominated in tinybar (10<sup>-8</sup> HBAR).
- getBalance() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponseOrBuilder
-
* A current account balance.<br/> This is the current HBAR balance denominated in tinybar (10<sup>-8</sup> HBAR).
- getBalance() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- getBalance() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- getBalance() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- getBalance() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- getBalance() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- getBalance() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- getBalance() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance.Builder
-
* A number of transferable units of the identified token.
- getBalance() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance
-
* A number of transferable units of the identified token.
- getBalance() - Method in interface com.hedera.hashgraph.sdk.proto.TokenBalanceOrBuilder
-
* A number of transferable units of the identified token.
- getBalance() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The fungible token balance of this token relationship.
- getBalance() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation
-
* The fungible token balance of this token relationship.
- getBalance() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationOrBuilder
-
* The fungible token balance of this token relationship.
- getBalance() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* An account balance for this token.
- getBalance() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
-
* An account balance for this token.
- getBalance() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationshipOrBuilder
-
* An account balance for this token.
- getBalanceSourceCase() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
- getBalanceSourceCase() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- getBalanceSourceCase() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQueryOrBuilder
- getBase() - Method in class com.hedera.hashgraph.sdk.FeeEstimate
-
Extract the base fee price in tinycents.
- getBatchKey() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* The <b>public key</b> of the trusted batch assembler.
- getBatchKey() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* The <b>public key</b> of the trusted batch assembler.
- getBatchKey() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* The <b>public key</b> of the trusted batch assembler.
- getBatchKey() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Get the key that will sign the batch of which this Transaction is a part of.
- getBirthRound() - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The birth round of the event.<br/> The birth round SHALL be the pending consensus round at the time the event is created.<br/> The pending consensus round SHALL be **one greater** than the latest round to reach consensus.
- getBirthRound() - Method in class com.hedera.hapi.platform.event.legacy.EventCore
-
* The birth round of the event.<br/> The birth round SHALL be the pending consensus round at the time the event is created.<br/> The pending consensus round SHALL be **one greater** than the latest round to reach consensus.
- getBirthRound() - Method in interface com.hedera.hapi.platform.event.legacy.EventCoreOrBuilder
-
* The birth round of the event.<br/> The birth round SHALL be the pending consensus round at the time the event is created.<br/> The pending consensus round SHALL be **one greater** than the latest round to reach consensus.
- getBirthRound() - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor.Builder
-
* The birth round of the event.<br/> The birth round SHALL be the pending consensus round at the time the event is created.<br/> The pending consensus round SHALL be **one greater** than the latest round to reach consensus.
- getBirthRound() - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
-
* The birth round of the event.<br/> The birth round SHALL be the pending consensus round at the time the event is created.<br/> The pending consensus round SHALL be **one greater** than the latest round to reach consensus.
- getBirthRound() - Method in interface com.hedera.hapi.platform.event.legacy.EventDescriptorOrBuilder
-
* The birth round of the event.<br/> The birth round SHALL be the pending consensus round at the time the event is created.<br/> The pending consensus round SHALL be **one greater** than the latest round to reach consensus.
- getBlockEndTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A block-end consensus time stamp.
- getBlockEndTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A block-end consensus time stamp.
- getBlockEndTime() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A block-end consensus time stamp.
- getBlockHashes() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A list of the last 256 block hashes.<br/> This is the SHA384 48 byte hashes of the previous 256 blocks, collected in a single byte array.
- getBlockHashes() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* A list of the last 256 block hashes.<br/> This is the SHA384 48 byte hashes of the previous 256 blocks, collected in a single byte array.
- getBlockHashes() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* A list of the last 256 block hashes.<br/> This is the SHA384 48 byte hashes of the previous 256 blocks, collected in a single byte array.
- getBlockNode() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A Block Node.<br/> A Block Node stores the block chain, provides content proof services, and delivers the block stream to other clients.
- getBlockNode() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A Block Node.<br/> A Block Node stores the block chain, provides content proof services, and delivers the block stream to other clients.
- getBlockNode() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A Block Node.<br/> A Block Node stores the block chain, provides content proof services, and delivers the block stream to other clients.
- getBlockNumber() - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- getBlockNumber() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A block number.<br/> This is the current block number.
- getBlockNumber() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A block number.<br/> This is the current block number.
- getBlockNumber() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A block number.<br/> This is the current block number.
- getBlockNumber() - Method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes.Builder
-
* The block number these wrapped hashes belong to.
- getBlockNumber() - Method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
-
* The block number these wrapped hashes belong to.
- getBlockNumber() - Method in interface com.hedera.hashgraph.sdk.proto.MigrationWrappedHashesOrBuilder
-
* The block number these wrapped hashes belong to.
- getBlockNumber() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The block number containing this transaction.
- getBlockNumber() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* The block number containing this transaction.
- getBlockNumber() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* The block number containing this transaction.
- getBlockTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A consensus time for the current block.<br/> This is the consensus time of the first round in the current block, which equates to the first contained transaction's consensus time.
- getBlockTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A consensus time for the current block.<br/> This is the consensus time of the first round in the current block, which equates to the first contained transaction's consensus time.
- getBlockTime() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A consensus time for the current block.<br/> This is the consensus time of the first round in the current block, which equates to the first contained transaction's consensus time.
- getBloom() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A bloom filter produced by this contract call.<br/> Ethereum uses this bloom filter to search for call results in the Ethereum block history.
- getBloom() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* A bloom filter produced by this contract call.<br/> Ethereum uses this bloom filter to search for call results in the Ethereum block history.
- getBloom() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* A bloom filter produced by this contract call.<br/> Ethereum uses this bloom filter to search for call results in the Ethereum block history.
- getBloom() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A bloom filter.<br/> This filter applies to this log entry and indexes the contract log data in the full data of the Ethereum block.<br/> EIP-7668 proposes to remove bloom filters as they are quite low value in practice and separate indexing services are more effective.
- getBloom() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
-
* A bloom filter.<br/> This filter applies to this log entry and indexes the contract log data in the full data of the Ethereum block.<br/> EIP-7668 proposes to remove bloom filters as they are quite low value in practice and separate indexing services are more effective.
- getBloom() - Method in interface com.hedera.hashgraph.sdk.proto.ContractLoginfoOrBuilder
-
* A bloom filter.<br/> This filter applies to this log entry and indexes the contract log data in the full data of the Ethereum block.<br/> EIP-7668 proposes to remove bloom filters as they are quite low value in practice and separate indexing services are more effective.
- getBody() - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- getBody() - Method in class com.hedera.hashgraph.sdk.proto.Transaction
-
Deprecated.
- getBody() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionOrBuilder
-
Deprecated.proto.Transaction.body is deprecated. See transaction.proto;l=129
- getBody() - Method in class com.hedera.hashgraph.sdk.Transaction.SignableNodeTransactionBodyBytes
- getBodyBytes() - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction.Builder
-
* A byte array containing a serialized `TransactionBody`.
- getBodyBytes() - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
-
* A byte array containing a serialized `TransactionBody`.
- getBodyBytes() - Method in interface com.hedera.hashgraph.sdk.proto.SignedTransactionOrBuilder
-
* A byte array containing a serialized `TransactionBody`.
- getBodyBytes() - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.proto.Transaction.bodyBytes is deprecated. See transaction.proto;l=147
- getBodyBytes() - Method in class com.hedera.hashgraph.sdk.proto.Transaction
-
Deprecated.proto.Transaction.bodyBytes is deprecated. See transaction.proto;l=147
- getBodyBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionOrBuilder
-
Deprecated.proto.Transaction.bodyBytes is deprecated. See transaction.proto;l=147
- getBodyCase() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
- getBodyCase() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- getBodyCase() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
- getBool(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the nth value as a boolean.
- getBpr() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Response memory: "bytes per response".<br/> The fee for data retrieved from memory to deliver a response, measured in bytes
- getBpr() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents
-
* Response memory: "bytes per response".<br/> The fee for data retrieved from memory to deliver a response, measured in bytes
- getBpr() - Method in interface com.hedera.hashgraph.sdk.proto.FeeComponentsOrBuilder
-
* Response memory: "bytes per response".<br/> The fee for data retrieved from memory to deliver a response, measured in bytes
- getBpt() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Bandwidth: "bytes per transaction".<br/> The fee for bandwidth consumed by a transaction, measured in bytes
- getBpt() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents
-
* Bandwidth: "bytes per transaction".<br/> The fee for bandwidth consumed by a transaction, measured in bytes
- getBpt() - Method in interface com.hedera.hashgraph.sdk.proto.FeeComponentsOrBuilder
-
* Bandwidth: "bytes per transaction".<br/> The fee for bandwidth consumed by a transaction, measured in bytes
- getBuild() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A build version.
- getBuild() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
-
* A build version.
- getBuild() - Method in interface com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder
-
* A build version.
- getBuildBytes() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A build version.
- getBuildBytes() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
-
* A build version.
- getBuildBytes() - Method in interface com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder
-
* A build version.
- getBurnTokenMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getBurstPeriodMs() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A burst duration limit, in milliseconds.<br/> This value determines the total "capacity" of the bucket.
- getBurstPeriodMs() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
-
* A burst duration limit, in milliseconds.<br/> This value determines the total "capacity" of the bucket.
- getBurstPeriodMs() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleBucketOrBuilder
-
* A burst duration limit, in milliseconds.<br/> This value determines the total "capacity" of the bucket.
- GetByKey - Class in com.hedera.hashgraph.sdk.proto
- GetByKey - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get a smart contract by reference to the contract key.
- GETBYKEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- GETBYKEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- GETBYKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- GETBYKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- GetByKey_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get a smart contract by reference to the contract key.
- GetByKeyQuery - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- GetByKeyQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* Query all accounts, claims, files, and smart contract instances whose associated keys include the given Key.
- GetByKeyQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- GetByKeyResponse - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- GetByKeyResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* Response when the client sends the node GetByKeyQuery > This query is no longer supported.
- GetByKeyResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- getBySolidityID(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingStub
-
Deprecated.
- getBySolidityID(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub
-
Deprecated.
- getBySolidityID(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceFutureStub
-
Deprecated.
- getBySolidityID(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.AsyncService
-
Deprecated.
- getBySolidityID(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceStub
-
Deprecated.
- GetBySolidityId - Class in com.hedera.hashgraph.sdk.proto
- GetBySolidityID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get a smart contract record by reference to the solidity ID.
- GETBYSOLIDITYID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- GETBYSOLIDITYID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- GETBYSOLIDITYID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- GETBYSOLIDITYID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- GetBySolidityID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get a smart contract record by reference to the solidity ID.
- GetBySolidityIDQuery - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- GetBySolidityIDQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* Query to read Contract, Account, and File identifiers for a smart contract given a Solidity identifier.
- GetBySolidityIDQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- GetBySolidityIDResponse - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- GetBySolidityIDResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* Response to a getBySolidityId query.
- GetBySolidityIDResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- getBytecode() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Extract the hex-encoded bytecode of the contract.
- getBytecode() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Extract the bytecode.
- getBytecode() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse.Builder
-
* The current bytecode of the requested smart contract.
- getBytecode() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
-
* The current bytecode of the requested smart contract.
- getBytecode() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponseOrBuilder
-
* The current bytecode of the requested smart contract.
- getBytecodeFileId() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Extract the file id.
- getBytecodeFileId() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Deprecated.with no replacement
- getBytecodeSourceCase() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec.Builder
- getBytecodeSourceCase() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- getBytecodeSourceCase() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookSpecOrBuilder
- getBytes(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the nth value in the result as a dynamic byte array.
- getBytes32(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the nth fixed-width 32-byte value in the result.
- getCalculatedExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The calculated expiration time of the schedule.
- getCalculatedExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The calculated expiration time of the schedule.
- getCalculatedExpirationSecond() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The calculated expiration time of the schedule.
- getCall() - Method in class com.hedera.hashgraph.sdk.proto.HookExecution.Builder
-
* The details of the call, including which hook id to call.
- getCall() - Method in class com.hedera.hashgraph.sdk.proto.HookExecution
-
* The details of the call, including which hook id to call.
- getCall() - Method in interface com.hedera.hashgraph.sdk.proto.HookExecutionOrBuilder
-
* The details of the call, including which hook id to call.
- getCallData() - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- getCallData() - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody.Builder
-
* The `callData` for the Ethereum transaction.
- getCallData() - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
-
* The `callData` for the Ethereum transaction.
- getCallData() - Method in interface com.hedera.hashgraph.sdk.proto.EthereumTransactionBodyOrBuilder
-
* The `callData` for the Ethereum transaction.
- getCallData() - Method in class com.hedera.hashgraph.sdk.proto.InternalCallContext.Builder
-
* The call data for the call.<br/>
- getCallData() - Method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
-
* The call data for the call.<br/>
- getCallData() - Method in interface com.hedera.hashgraph.sdk.proto.InternalCallContextOrBuilder
-
* The call data for the call.<br/>
- getCallDataFileId() - Method in class com.hedera.hashgraph.sdk.EthereumTransaction
-
Gets the FileId of the call data
- getCallEthereumMethod() - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- getCallOptions() - Method in class com.hedera.hashgraph.sdk.Executable.GrpcRequest
- getCallSpecCase() - Method in class com.hedera.hashgraph.sdk.proto.HookCall.Builder
- getCallSpecCase() - Method in class com.hedera.hashgraph.sdk.proto.HookCall
- getCallSpecCase() - Method in interface com.hedera.hashgraph.sdk.proto.HookCallOrBuilder
- getCancelAirdropMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getCandidateRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* The SHA-384 hash of a candidate roster.
- getCandidateRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.RosterState
-
* The SHA-384 hash of a candidate roster.
- getCandidateRosterHash() - Method in interface com.hedera.hashgraph.sdk.proto.RosterStateOrBuilder
-
* The SHA-384 hash of a candidate roster.
- getCentEquiv() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate.Builder
-
* Numerator for a ratio of USD cents per HBAR.
- getCentEquiv() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
-
* Numerator for a ratio of USD cents per HBAR.
- getCentEquiv() - Method in interface com.hedera.hashgraph.sdk.proto.ExchangeRateOrBuilder
-
* Numerator for a ratio of USD cents per HBAR.
- getCertHash() - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Extract the certificate hash.
- getChainCode() - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Get the chain code of the key
- getChainCode() - Method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
- getChainCode() - Method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
- getChainOfTrustProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof of chain of trust from the ledger id to the target history's metadata.
- getChainOfTrustProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof
-
* The proof of chain of trust from the ledger id to the target history's metadata.
- getChainOfTrustProof() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofOrBuilder
-
* The proof of chain of trust from the ledger id to the target history's metadata.
- getChannel() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Get the gRPC channel for this node
- getChannelCredentials() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Create TLS credentials when transport security is enabled
- getChannelCredentials() - Method in class com.hedera.hashgraph.sdk.Node
- getCharged() - Method in class com.hedera.hashgraph.sdk.FeeExtra
-
Extract the charged count of items.
- getChecksum() - Method in class com.hedera.hashgraph.sdk.AccountId
-
Extract the checksum.
- getChecksum() - Method in class com.hedera.hashgraph.sdk.ContractId
-
Extract the checksum.
- getChecksum() - Method in class com.hedera.hashgraph.sdk.FileId
-
Extract the checksum.
- getChecksum() - Method in class com.hedera.hashgraph.sdk.ScheduleId
-
Extract the checksum.
- getChecksum() - Method in class com.hedera.hashgraph.sdk.TokenId
-
Extract the checksum.
- getChecksum() - Method in class com.hedera.hashgraph.sdk.TopicId
-
Extracts the checksum.
- getChildTransactionReceipts(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- getChildTransactionReceipts(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
-
* A list of receipts for all child transactions spawned by the requested transaction.
- getChildTransactionReceipts(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponseOrBuilder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- getChildTransactionReceiptsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- getChildTransactionReceiptsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
-
* A list of receipts for all child transactions spawned by the requested transaction.
- getChildTransactionReceiptsCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponseOrBuilder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- getChildTransactionReceiptsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- getChildTransactionReceiptsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
-
* A list of receipts for all child transactions spawned by the requested transaction.
- getChildTransactionReceiptsList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponseOrBuilder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- getChildTransactionReceiptsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
-
* A list of receipts for all child transactions spawned by the requested transaction.
- getChildTransactionReceiptsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
-
* A list of receipts for all child transactions spawned by the requested transaction.
- getChildTransactionRecords(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of records for all child transactions spawned by the requested transaction.
- getChildTransactionRecords(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
-
* A list of records for all child transactions spawned by the requested transaction.
- getChildTransactionRecords(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponseOrBuilder
-
* A list of records for all child transactions spawned by the requested transaction.
- getChildTransactionRecordsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of records for all child transactions spawned by the requested transaction.
- getChildTransactionRecordsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
-
* A list of records for all child transactions spawned by the requested transaction.
- getChildTransactionRecordsCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponseOrBuilder
-
* A list of records for all child transactions spawned by the requested transaction.
- getChildTransactionRecordsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of records for all child transactions spawned by the requested transaction.
- getChildTransactionRecordsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
-
* A list of records for all child transactions spawned by the requested transaction.
- getChildTransactionRecordsList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponseOrBuilder
-
* A list of records for all child transactions spawned by the requested transaction.
- getChildTransactionRecordsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
-
* A list of records for all child transactions spawned by the requested transaction.
- getChildTransactionRecordsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
-
* A list of records for all child transactions spawned by the requested transaction.
- getChunkInfo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* Information for the current "chunk" in a fragmented message.
- getChunkInfo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
-
* Information for the current "chunk" in a fragmented message.
- getChunkInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBodyOrBuilder
-
* Information for the current "chunk" in a fragmented message.
- getChunkInfo() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* Optional information of the current chunk in a fragmented message.
- getChunkInfo() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
-
* Optional information of the current chunk in a fragmented message.
- getChunkInfo() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponseOrBuilder
-
* Optional information of the current chunk in a fragmented message.
- getChunkSize() - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Retrieve the chunk size.
- getClaimAirdropMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getCloseTimeout() - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Extract the close timeout.
- getCloseTimeout() - Method in class com.hedera.hashgraph.sdk.Client
-
Maximum amount of time closing a network can take.
- getCode() - Method in class com.hedera.hashgraph.sdk.proto.Bytecode.Builder
-
* The raw bytes (not hex-encoded) of a contract's bytecode.
- getCode() - Method in class com.hedera.hashgraph.sdk.proto.Bytecode
-
* The raw bytes (not hex-encoded) of a contract's bytecode.
- getCode() - Method in interface com.hedera.hashgraph.sdk.proto.BytecodeOrBuilder
-
* The raw bytes (not hex-encoded) of a contract's bytecode.
- getCongruentNodeId() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote.Builder
-
* The id of another node that already voted for the exact proof the submitting node is voting for.
- getCongruentNodeId() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
-
* The id of another node that already voted for the exact proof the submitting node is voting for.
- getCongruentNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofVoteOrBuilder
-
* The id of another node that already voted for the exact proof the submitting node is voting for.
- getCongruentNodeId() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote.Builder
-
* The id of any node that already voted for the exact keys that this node wanted to vote for.
- getCongruentNodeId() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
-
* The id of any node that already voted for the exact keys that this node wanted to vote for.
- getCongruentNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.PreprocessingVoteOrBuilder
-
* The id of any node that already voted for the exact keys that this node wanted to vote for.
- getConsensusCreateTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a topic.
- getConsensusCreateTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Create a topic.
- getConsensusCreateTopic() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Create a topic.
- getConsensusCreateTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a topic.
- getConsensusCreateTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a topic.
- getConsensusCreateTopic() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a topic.
- getConsensusDeleteTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a topic.
- getConsensusDeleteTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete a topic.
- getConsensusDeleteTopic() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete a topic.
- getConsensusDeleteTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a topic.
- getConsensusDeleteTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete a topic.
- getConsensusDeleteTopic() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete a topic.
- getConsensusEndTime() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* Include messages which reached consensus before this time.
- getConsensusEndTime() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
-
* Include messages which reached consensus before this time.
- getConsensusEndTime() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQueryOrBuilder
-
* Include messages which reached consensus before this time.
- getConsensusGetTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a consensus topic.
- getConsensusGetTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get metadata for a consensus topic.
- getConsensusGetTopicInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get metadata for a consensus topic.
- getConsensusGetTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the current state of a topic for the Hedera Consensus Service (HCS).
- getConsensusGetTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting the current state of a topic for the Hedera Consensus Service (HCS).
- getConsensusGetTopicInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting the current state of a topic for the Hedera Consensus Service (HCS).
- getConsensusHeaderRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "consensus headers" subtree for this block.
- getConsensusHeaderRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A SHA2-384 hash value.<br/> This is the final hash of the "consensus headers" subtree for this block.
- getConsensusHeaderRootHash() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "consensus headers" subtree for this block.
- getConsensusOrder() - Method in class com.hedera.hapi.platform.event.legacy.EventConsensusData.Builder
-
* A consensus order sequence number.<br/> A non-negative sequence number that identifies an event's consensus order since genesis.
- getConsensusOrder() - Method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
-
* A consensus order sequence number.<br/> A non-negative sequence number that identifies an event's consensus order since genesis.
- getConsensusOrder() - Method in interface com.hedera.hapi.platform.event.legacy.EventConsensusDataOrBuilder
-
* A consensus order sequence number.<br/> A non-negative sequence number that identifies an event's consensus order since genesis.
- getConsensusStartTime() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* Include messages which reached consensus on or after this time.
- getConsensusStartTime() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
-
* Include messages which reached consensus on or after this time.
- getConsensusStartTime() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQueryOrBuilder
-
* Include messages which reached consensus on or after this time.
- getConsensusSubmitMessage() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- getConsensusSubmitMessage() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- getConsensusSubmitMessage() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- getConsensusSubmitMessage() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- getConsensusSubmitMessage() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- getConsensusSubmitMessage() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- getConsensusTimestamp() - Method in class com.hedera.hapi.platform.event.legacy.EventConsensusData.Builder
-
* A consensus timestamp.<br/> The network's consensus agreement on a timestamp for this event.
- getConsensusTimestamp() - Method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
-
* A consensus timestamp.<br/> The network's consensus agreement on a timestamp for this event.
- getConsensusTimestamp() - Method in interface com.hedera.hapi.platform.event.legacy.EventConsensusDataOrBuilder
-
* A consensus timestamp.<br/> The network's consensus agreement on a timestamp for this event.
- getConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* The time at which the transaction reached consensus
- getConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
-
* The time at which the transaction reached consensus
- getConsensusTimestamp() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponseOrBuilder
-
* The time at which the transaction reached consensus
- getConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A consensus timestamp.
- getConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A consensus timestamp.
- getConsensusTimestamp() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A consensus timestamp.
- getConsensusTimestampHash() - Method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes.Builder
-
* The wrapped-record consensus timestamp hash for a block.
- getConsensusTimestampHash() - Method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
-
* The wrapped-record consensus timestamp hash for a block.
- getConsensusTimestampHash() - Method in interface com.hedera.hashgraph.sdk.proto.MigrationWrappedHashesOrBuilder
-
* The wrapped-record consensus timestamp hash for a block.
- getConsensusUpdateTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a topic.
- getConsensusUpdateTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Update a topic.
- getConsensusUpdateTopic() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Update a topic.
- getConsensusUpdateTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a topic.
- getConsensusUpdateTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update a topic.
- getConsensusUpdateTopic() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update a topic.
- getConstant() - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Extract the constant component.
- getConstant() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Base: "constant fee".<br/> A baseline constant contribution to total fee.
- getConstant() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents
-
* Base: "constant fee".<br/> A baseline constant contribution to total fee.
- getConstant() - Method in interface com.hedera.hashgraph.sdk.proto.FeeComponentsOrBuilder
-
* Base: "constant fee".<br/> A baseline constant contribution to total fee.
- getConsTimeOfLastHandledTxn() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- getConsTimeOfLastHandledTxn() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* A consensus timestamp.
- getConsTimeOfLastHandledTxn() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* A consensus timestamp.
- getConstructionId() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody.Builder
-
* The id of the hinTS construction this partial signature applies to.
- getConstructionId() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
-
* The id of the hinTS construction this partial signature applies to.
- getConstructionId() - Method in interface com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBodyOrBuilder
-
* The id of the hinTS construction this partial signature applies to.
- getConstructionId() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody.Builder
-
* The id of the hinTS construction this vote is for.
- getConstructionId() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
-
* The id of the hinTS construction this vote is for.
- getConstructionId() - Method in interface com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBodyOrBuilder
-
* The id of the hinTS construction this vote is for.
- getConstructionId() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* The id of the proof construction this publication is for.
- getConstructionId() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
-
* The id of the proof construction this publication is for.
- getConstructionId() - Method in interface com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBodyOrBuilder
-
* The id of the proof construction this publication is for.
- getConstructionId() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody.Builder
-
* The id of the proof construction this signature is contributing to.
- getConstructionId() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
-
* The id of the proof construction this signature is contributing to.
- getConstructionId() - Method in interface com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBodyOrBuilder
-
* The id of the proof construction this signature is contributing to.
- getConstructionId() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody.Builder
-
* The id of the proof construction this vote is for.
- getConstructionId() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
-
* The id of the proof construction this vote is for.
- getConstructionId() - Method in interface com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBodyOrBuilder
-
* The id of the proof construction this vote is for.
- getConstructionId() - Method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId.Builder
-
* The unique id of a history proof construction.
- getConstructionId() - Method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
-
* The unique id of a history proof construction.
- getConstructionId() - Method in interface com.hedera.hashgraph.sdk.proto.ConstructionNodeIdOrBuilder
-
* The unique id of a history proof construction.
- getConstructionId() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* The id of the construction.
- getConstructionId() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
-
* The id of the construction.
- getConstructionId() - Method in interface com.hedera.hashgraph.sdk.proto.HintsConstructionOrBuilder
-
* The id of the construction.
- getConstructionId() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* The construction id.
- getConstructionId() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* The construction id.
- getConstructionId() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* The construction id.
- getConstructionId() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId.Builder
-
* The construction this vote is connected to.
- getConstructionId() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
-
* The construction this vote is connected to.
- getConstructionId() - Method in interface com.hedera.hashgraph.sdk.proto.PreprocessingVoteIdOrBuilder
-
* The construction this vote is connected to.
- getConstructorParameters() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Extract the byte string representation.
- getConstructorParameters() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Extract the constructor parameters.
- getConstructorParameters() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* An array of bytes containing the EVM-encoded parameters to pass to the smart contract constructor defined in the smart contract init code provided.
- getConstructorParameters() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* An array of bytes containing the EVM-encoded parameters to pass to the smart contract constructor defined in the smart contract init code provided.
- getConstructorParameters() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* An array of bytes containing the EVM-encoded parameters to pass to the smart contract constructor defined in the smart contract init code provided.
- getContents() - Method in class com.hedera.hashgraph.sdk.FileAppendTransaction
-
Extract the byte string representing the file.
- getContents() - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
-
Create the byte string.
- getContents() - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
Extract the files contents as a byte string.
- getContents() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* The contents of the file.
- getContents() - Method in class com.hedera.hashgraph.sdk.proto.File
-
* The contents of the file.
- getContents() - Method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody.Builder
-
* An array of bytes to append.<br/> <p> This content SHALL be appended to the identified file if this transaction succeeds.<br/> This field is REQUIRED.<br/> This field MUST NOT be empty.
- getContents() - Method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
-
* An array of bytes to append.<br/> <p> This content SHALL be appended to the identified file if this transaction succeeds.<br/> This field is REQUIRED.<br/> This field MUST NOT be empty.
- getContents() - Method in interface com.hedera.hashgraph.sdk.proto.FileAppendTransactionBodyOrBuilder
-
* An array of bytes to append.<br/> <p> This content SHALL be appended to the identified file if this transaction succeeds.<br/> This field is REQUIRED.<br/> This field MUST NOT be empty.
- getContents() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A byte array of file content.
- getContents() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
-
* A byte array of file content.
- getContents() - Method in interface com.hedera.hashgraph.sdk.proto.FileCreateTransactionBodyOrBuilder
-
* A byte array of file content.
- getContents() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents.Builder
-
* A byte array of file content.
- getContents() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
-
* A byte array of file content.
- getContents() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContentsOrBuilder
-
* A byte array of file content.
- getContents() - Method in interface com.hedera.hashgraph.sdk.proto.FileOrBuilder
-
* The contents of the file.
- getContents() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* An array of bytes.
- getContents() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
-
* An array of bytes.
- getContents() - Method in interface com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBodyOrBuilder
-
* An array of bytes.
- getContract() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* Smart contract virtual signature (always length zero).
- getContract() - Method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.* Smart contract virtual signature (always length zero).
- getContract() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureOrBuilder
-
Deprecated.* Smart contract virtual signature (always length zero).
- getContract() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* A smart contract virtual signature.
- getContract() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair
-
* A smart contract virtual signature.
- getContract() - Method in interface com.hedera.hashgraph.sdk.proto.SignaturePairOrBuilder
-
* A smart contract virtual signature.
- getContractAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A Solidity ID.<br/> This identifies the contract instance, and the `Account` associated with that contract instance.
- getContractAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A Solidity ID.<br/> This identifies the contract instance, and the `Account` associated with that contract instance.
- getContractAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A Solidity ID.<br/> This identifies the contract instance, and the `Account` associated with that contract instance.
- getContractAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The "Solidity" form contract ID.<br/> This is a hexadecimal string form of the 20-byte EVM address of the contract.
- getContractAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The "Solidity" form contract ID.<br/> This is a hexadecimal string form of the 20-byte EVM address of the contract.
- getContractAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The "Solidity" form contract ID.<br/> This is a hexadecimal string form of the 20-byte EVM address of the contract.
- getContractAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A Solidity ID.
- getContractAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* A Solidity ID.
- getContractAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* A Solidity ID.
- getContractAccountIdBytes() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A Solidity ID.<br/> This identifies the contract instance, and the `Account` associated with that contract instance.
- getContractAccountIdBytes() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A Solidity ID.<br/> This identifies the contract instance, and the `Account` associated with that contract instance.
- getContractAccountIdBytes() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A Solidity ID.<br/> This identifies the contract instance, and the `Account` associated with that contract instance.
- getContractAccountIDBytes() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The "Solidity" form contract ID.<br/> This is a hexadecimal string form of the 20-byte EVM address of the contract.
- getContractAccountIDBytes() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The "Solidity" form contract ID.<br/> This is a hexadecimal string form of the 20-byte EVM address of the contract.
- getContractAccountIDBytes() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The "Solidity" form contract ID.<br/> This is a hexadecimal string form of the 20-byte EVM address of the contract.
- getContractAccountIDBytes() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A Solidity ID.
- getContractAccountIDBytes() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* A Solidity ID.
- getContractAccountIDBytes() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* A Solidity ID.
- getContractCall() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Call a function defined on a smart contract.
- getContractCall() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Call a function defined on a smart contract.
- getContractCall() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Call a function defined on a smart contract.
- getContractCall() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Call a function defined on a smart contract.
- getContractCall() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Call a function defined on a smart contract.
- getContractCall() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Call a function defined on a smart contract.
- getContractCallLocal() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Call a function of a smart contract.<br/> This call is executed exclusively on the node to which it is submitted, and is much less expensive than a `contractCall` transaction.
- getContractCallLocal() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Call a function of a smart contract.<br/> This call is executed exclusively on the node to which it is submitted, and is much less expensive than a `contractCall` transaction.
- getContractCallLocal() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Call a function of a smart contract.<br/> This call is executed exclusively on the node to which it is submitted, and is much less expensive than a `contractCall` transaction.
- getContractCallLocal() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a _local_ call to a query function of a given smart contract, providing function parameter inputs as needed.
- getContractCallLocal() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a _local_ call to a query function of a given smart contract, providing function parameter inputs as needed.
- getContractCallLocal() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a _local_ call to a query function of a given smart contract, providing function parameter inputs as needed.
- getContractCallLocalMethodMethod() - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- getContractCallMethodMethod() - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- getContractCallResult() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Result data from the function call.
- getContractCallResult() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* Result data from the function call.
- getContractCallResult() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* Result data from the function call.
- getContractCallResult() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A contract call result.<br/> A record of the value returned by the smart contract function (if it completed and didn't fail) from a `ContractCallTransaction`.
- getContractCallResult() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A contract call result.<br/> A record of the value returned by the smart contract function (if it completed and didn't fail) from a `ContractCallTransaction`.
- getContractCallResult() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A contract call result.<br/> A record of the value returned by the smart contract function (if it completed and didn't fail) from a `ContractCallTransaction`.
- getContractCase() - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
- getContractCase() - Method in class com.hedera.hashgraph.sdk.proto.ContractID
- getContractCase() - Method in interface com.hedera.hashgraph.sdk.proto.ContractIDOrBuilder
- getContractCreateInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a smart contract.
- getContractCreateInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Create a smart contract.
- getContractCreateInstance() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Create a smart contract.
- getContractCreateInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a smart contract.
- getContractCreateInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a smart contract.
- getContractCreateInstance() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a smart contract.
- getContractCreateResult() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A contract creation result.<br/> A record of the value returned by the smart contract constructor (if it completed and didn't fail) from a `ContractCreateTransaction`.
- getContractCreateResult() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A contract creation result.<br/> A record of the value returned by the smart contract constructor (if it completed and didn't fail) from a `ContractCreateTransaction`.
- getContractCreateResult() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A contract creation result.<br/> A record of the value returned by the smart contract constructor (if it completed and didn't fail) from a `ContractCreateTransaction`.
- getContractDeleteInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- getContractDeleteInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete a smart contract and transfer remaining balance to a specified account.
- getContractDeleteInstance() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- getContractDeleteInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- getContractDeleteInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete a smart contract and transfer remaining balance to a specified account.
- getContractDeleteInstance() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- getContractEvmAddress() - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- getContractGetBytecode() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get runtime bytecode used by a smart contract.
- getContractGetBytecode() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get runtime bytecode used by a smart contract.
- getContractGetBytecode() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get runtime bytecode used by a smart contract.
- getContractGetBytecodeMethod() - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- getContractGetBytecodeResponse() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the current bytecode for a smart contract.
- getContractGetBytecodeResponse() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting the current bytecode for a smart contract.
- getContractGetBytecodeResponse() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting the current bytecode for a smart contract.
- getContractGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get information about a smart contract.
- getContractGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get information about a smart contract.
- getContractGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get information about a smart contract.
- getContractGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detailed information about a smart contract.
- getContractGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting detailed information about a smart contract.
- getContractGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting detailed information about a smart contract.
- getContractGetRecords() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- getContractGetRecords() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
Deprecated.
- getContractGetRecords() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
Deprecated.proto.Query.ContractGetRecords is deprecated. See query.proto;l=105
- getContractGetRecordsResponse() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting records of all transactions against the given contract in the last 25 hours.
- getContractGetRecordsResponse() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting records of all transactions against the given contract in the last 25 hours.
- getContractGetRecordsResponse() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting records of all transactions against the given contract in the last 25 hours.
- getContractId() - Method in class com.hedera.hashgraph.sdk.AccountBalanceQuery
-
Extract the contract id.
- getContractId() - Method in class com.hedera.hashgraph.sdk.ContractByteCodeQuery
-
Extract the contract id.
- getContractId() - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
-
Extract the contract id.
- getContractId() - Method in class com.hedera.hashgraph.sdk.ContractDeleteTransaction
-
Extract the contract id.
- getContractId() - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
Extract the contract id.
- getContractId() - Method in class com.hedera.hashgraph.sdk.ContractInfoQuery
-
Extract the contract id.
- getContractId() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Extract the contract id.
- getContractId() - Method in class com.hedera.hashgraph.sdk.EvmHookSpec
-
Get the contract ID that implements this hook.
- getContractId() - Method in class com.hedera.hashgraph.sdk.HookEntityId
-
Get the contract ID.
- getContractId() - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- getContractId() - Method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo.Builder
-
* A contract identifier.<br/> This refers to the contract that holds this nonce value.
- getContractId() - Method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
-
* A contract identifier.<br/> This refers to the contract that holds this nonce value.
- getContractId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractNonceInfoOrBuilder
-
* A contract identifier.<br/> This refers to the contract that holds this nonce value.
- getContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec.Builder
-
* The id of a contract that implements the extension point API with EVM bytecode.
- getContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
-
* The id of a contract that implements the extension point API with EVM bytecode.
- getContractId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookSpecOrBuilder
-
* The id of a contract that implements the extension point API with EVM bytecode.
- getContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* The Hedera id of the contract receiving the call.<br/>
- getContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* The Hedera id of the contract receiving the call.<br/>
- getContractId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* The Hedera id of the contract receiving the call.<br/>
- getContractId() - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId.Builder
-
* A contract using a hook.
- getContractId() - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId
-
* A contract using a hook.
- getContractId() - Method in interface com.hedera.hashgraph.sdk.proto.HookEntityIdOrBuilder
-
* A contract using a hook.
- getContractId() - Method in class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.Extract the contract id.
- getContractId() - Method in class com.hedera.hashgraph.sdk.SystemUndeleteTransaction
-
Deprecated.The contract ID instance to undelete, in the format used in transactions
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The ID of a smart contract to call.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
-
* The ID of a smart contract to call.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallLocalQueryOrBuilder
-
* The ID of a smart contract to call.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* The ID of a smart contract to call.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
-
* The ID of a smart contract to call.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallTransactionBodyOrBuilder
-
* The ID of a smart contract to call.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* The id of the contract to be deleted.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
-
* The id of the contract to be deleted.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBodyOrBuilder
-
* The id of the contract to be deleted.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A contract identifier.<br/> This identifies the smart contract that defines the function called.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* A contract identifier.<br/> This identifies the smart contract that defines the function called.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* A contract identifier.<br/> This identifies the smart contract that defines the function called.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery.Builder
-
* A smart contract ID.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
-
* A smart contract ID.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQueryOrBuilder
-
* A smart contract ID.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery.Builder
-
* A smart contract ID.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
-
* A smart contract ID.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoQueryOrBuilder
-
* A smart contract ID.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The ID of the smart contract requested in the query.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The ID of the smart contract requested in the query.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The ID of the smart contract requested in the query.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery.Builder
-
Deprecated.* A smart contract ID.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.* A smart contract ID.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetRecordsQueryOrBuilder
-
Deprecated.* A smart contract ID.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A smart contract that this response describes.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.* A smart contract that this response describes.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponseOrBuilder
-
Deprecated.* A smart contract that this response describes.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A contract identifier.<br/> This refers to the contract that generated this log entry.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
-
* A contract identifier.<br/> This refers to the contract that generated this log entry.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractLoginfoOrBuilder
-
* A contract identifier.<br/> This refers to the contract that generated this log entry.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The contact ID that identifies the smart contract to be updated.<br/> This field MUST be set, and MUST NOT be a default ID (`0.0.0`).
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* The contact ID that identifies the smart contract to be updated.<br/> This field MUST be set, and MUST NOT be a default ID (`0.0.0`).
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* The contact ID that identifies the smart contract to be updated.<br/> This field MUST be set, and MUST NOT be a default ID (`0.0.0`).
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* A smart contract identifier.<br/> This identifies a smart contract for which the balance is requested.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
-
* A smart contract identifier.<br/> This identifies a smart contract for which the balance is requested.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQueryOrBuilder
-
* A smart contract identifier.<br/> This identifies a smart contract for which the balance is requested.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The smart contract ID that identifies instance
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.* The smart contract ID that identifies instance
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.EntityIDOrBuilder
-
Deprecated.* The smart contract ID that identifies instance
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* A contract identifier.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.* A contract identifier.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponseOrBuilder
-
Deprecated.* A contract identifier.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A smart contract instance that is authorized implicitly.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
* A smart contract instance that is authorized implicitly.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
* A smart contract instance that is authorized implicitly.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.SlotKey.Builder
-
* The Contract ID of the contract that owns (and pays for) this slot.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.SlotKey
-
* The Contract ID of the contract that owns (and pays for) this slot.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.SlotKeyOrBuilder
-
* The Contract ID of the contract that owns (and pays for) this slot.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A contract identifier.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
-
* A contract identifier.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBodyOrBuilder
-
* A contract identifier.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.Builder
-
* A contract identifier.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
-
* A contract identifier.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBodyOrBuilder
-
* A contract identifier.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ContractCreate`, the id of the newly created contract.
- getContractID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `ContractCreate`, the id of the newly created contract.
- getContractID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `ContractCreate`, the id of the newly created contract.
- getContractInfo() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.Builder
-
* The information, as requested, for a smart contract.
- getContractInfo() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
-
* The information, as requested, for a smart contract.
- getContractInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponseOrBuilder
-
* The information, as requested, for a smart contract.
- getContractInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingStub
-
A standard query to obtain detailed information for a smart contract.
- getContractInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub
-
A standard query to obtain detailed information for a smart contract.
- getContractInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceFutureStub
-
A standard query to obtain detailed information for a smart contract.
- getContractInfo(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.AsyncService
-
A standard query to obtain detailed information for a smart contract.
- getContractInfo(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceStub
-
A standard query to obtain detailed information for a smart contract.
- getContractKvPairsNumber() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of smart contract key-value pairs.<br/> If this account is a smart-contract, this is the number of key-value pairs stored on the contract.
- getContractKvPairsNumber() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A count of smart contract key-value pairs.<br/> If this account is a smart-contract, this is the number of key-value pairs stored on the contract.
- getContractKvPairsNumber() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A count of smart contract key-value pairs.<br/> If this account is a smart-contract, this is the number of key-value pairs stored on the contract.
- getContractMemo() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Extract the contract memo.
- getContractMemo() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Extract the contract memo.
- getContractMemo() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Extract the contents of the memo.
- getContractNonces(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNonces(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNonces(int) - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNonces(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNonces(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNonces(int) - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesCount() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesCount() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesCount() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesCount() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesList() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesList() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesList() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesList() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesList() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesList() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNoncesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- getContractNum() - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
-
* A whole number contract identifier, unique within its realm and shard.
- getContractNum() - Method in class com.hedera.hashgraph.sdk.proto.ContractID
-
* A whole number contract identifier, unique within its realm and shard.
- getContractNum() - Method in interface com.hedera.hashgraph.sdk.proto.ContractIDOrBuilder
-
* A whole number contract identifier, unique within its realm and shard.
- getContractNumFromMirrorNodeAsync(Client, String) - Static method in class com.hedera.hashgraph.sdk.EntityIdHelper
-
Get ContractId num from mirror node using evm address.
- getContractTransactionGas() - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Extract the of gas for computation.
- getContractUpdateInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a smart contract.
- getContractUpdateInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Update a smart contract.
- getContractUpdateInstance() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Update a smart contract.
- getContractUpdateInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a smart contract.
- getContractUpdateInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update a smart contract.
- getContractUpdateInstance() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update a smart contract.
- getContributionEndTime() - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The time at which the network should stop waiting for the node's contributions and move on to the next node in the round-robin fashion.
- getContributionEndTime() - Method in class com.hedera.hashgraph.sdk.proto.CRSState
-
* The time at which the network should stop waiting for the node's contributions and move on to the next node in the round-robin fashion.
- getContributionEndTime() - Method in interface com.hedera.hashgraph.sdk.proto.CRSStateOrBuilder
-
* The time at which the network should stop waiting for the node's contributions and move on to the next node in the round-robin fashion.
- getCost() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* Requested cost estimate.<br/> This is the fee that _would be_ charged if the query was executed.
- getCost() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
-
* Requested cost estimate.<br/> This is the fee that _would be_ charged if the query was executed.
- getCost() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder
-
* Requested cost estimate.<br/> This is the fee that _would be_ charged if the query was executed.
- getCost() - Method in class com.hedera.hashgraph.sdk.proto.TransactionResponse.Builder
-
* An approximate transaction fee.
- getCost() - Method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
-
* An approximate transaction fee.
- getCost() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionResponseOrBuilder
-
* An approximate transaction fee.
- getCost(Client) - Method in class com.hedera.hashgraph.sdk.Query
-
Fetch the expected cost.
- getCost(Client, Duration) - Method in class com.hedera.hashgraph.sdk.Query
-
Fetch the expected cost.
- getCostAsync(Client) - Method in class com.hedera.hashgraph.sdk.AccountInfoQuery
- getCostAsync(Client) - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
- getCostAsync(Client) - Method in class com.hedera.hashgraph.sdk.ContractInfoQuery
- getCostAsync(Client) - Method in class com.hedera.hashgraph.sdk.FileContentsQuery
- getCostAsync(Client) - Method in class com.hedera.hashgraph.sdk.FileInfoQuery
- getCostAsync(Client) - Method in class com.hedera.hashgraph.sdk.Query
-
Fetch the expected cost asynchronously.
- getCostAsync(Client) - Method in class com.hedera.hashgraph.sdk.ScheduleInfoQuery
- getCostAsync(Client) - Method in class com.hedera.hashgraph.sdk.TokenInfoQuery
- getCostAsync(Client) - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
- getCostAsync(Client, Duration) - Method in class com.hedera.hashgraph.sdk.Query
-
Fetch the expected cost asynchronously.
- getCostAsync(Client, Duration, BiConsumer<Hbar, Throwable>) - Method in class com.hedera.hashgraph.sdk.Query
-
Fetch the expected cost asynchronously.
- getCostAsync(Client, Duration, Consumer<Hbar>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.Query
-
Fetch the expected cost asynchronously.
- getCostAsync(Client, BiConsumer<Hbar, Throwable>) - Method in class com.hedera.hashgraph.sdk.Query
-
Fetch the expected cost asynchronously.
- getCostAsync(Client, Consumer<Hbar>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.Query
-
Fetch the expected cost asynchronously.
- getCount() - Method in class com.hedera.hashgraph.sdk.FeeExtra
-
Extract the actual count of items.
- getCreateAccountMethod() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getCreateContractMethod() - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- getCreatedContractIDs(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
Deprecated.
- getCreatedContractIDs(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
Deprecated.
- getCreatedContractIDs(int) - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
Deprecated.
- getCreatedContractIDsCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
Deprecated.
- getCreatedContractIDsCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
Deprecated.
- getCreatedContractIDsCount() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
Deprecated.
- getCreatedContractIDsList() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
Deprecated.
- getCreatedContractIDsList() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
Deprecated.
- getCreatedContractIDsList() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
Deprecated.
- getCreatedContractIDsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
Deprecated.
- getCreatedContractIDsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
Deprecated.
- getCreateFileMethod() - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
- getCreateNodeMethod() - Static method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc
- getCreateRegisteredNodeMethod() - Static method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc
- getCreateScheduleMethod() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc
- getCreateTokenMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getCreateTopicMethod() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc
- getCreation() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* Creation details for a new hook.
- getCreation() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
-
* Creation details for a new hook.
- getCreation() - Method in interface com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBodyOrBuilder
-
* Creation details for a new hook.
- getCreationSoftwareVersion() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A version describing the version of application software.
- getCreationSoftwareVersion() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A version describing the version of application software.
- getCreationSoftwareVersion() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A version describing the version of application software.
- getCreationTime() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The effective consensus timestamp at which the NFT was minted
- getCreationTime() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
-
* The effective consensus timestamp at which the NFT was minted
- getCreationTime() - Method in interface com.hedera.hashgraph.sdk.proto.TokenNftInfoOrBuilder
-
* The effective consensus timestamp at which the NFT was minted
- getCreatorAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An account identifier.
- getCreatorAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* An account identifier.
- getCreatorAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* An account identifier.
- getCreatorNodeId() - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The creator node identifier.<br/> This SHALL be the unique identifier for the node that created the event.<br/> This SHALL match the ID of the node as it appears in the address book.
- getCreatorNodeId() - Method in class com.hedera.hapi.platform.event.legacy.EventCore
-
* The creator node identifier.<br/> This SHALL be the unique identifier for the node that created the event.<br/> This SHALL match the ID of the node as it appears in the address book.
- getCreatorNodeId() - Method in interface com.hedera.hapi.platform.event.legacy.EventCoreOrBuilder
-
* The creator node identifier.<br/> This SHALL be the unique identifier for the node that created the event.<br/> This SHALL match the ID of the node as it appears in the address book.
- getCreatorNodeId() - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor.Builder
-
* The creator node identifier.<br/> This SHALL be the unique identifier for the node that created the event.<br/> This SHALL match the ID of the node as it appears in the address book.
- getCreatorNodeId() - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
-
* The creator node identifier.<br/> This SHALL be the unique identifier for the node that created the event.<br/> This SHALL match the ID of the node as it appears in the address book.
- getCreatorNodeId() - Method in interface com.hedera.hapi.platform.event.legacy.EventDescriptorOrBuilder
-
* The creator node identifier.<br/> This SHALL be the unique identifier for the node that created the event.<br/> This SHALL match the ID of the node as it appears in the address book.
- getCrs() - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The bytes of the CRS.
- getCrs() - Method in class com.hedera.hashgraph.sdk.proto.CRSState
-
* The bytes of the CRS.
- getCrs() - Method in interface com.hedera.hashgraph.sdk.proto.CRSStateOrBuilder
-
* The bytes of the CRS.
- getCrsPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for broadcasting a node's crs publication
- getCrsPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for broadcasting a node's crs publication
- getCrsPublication() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for broadcasting a node's crs publication
- getCryptoAddLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.
- getCryptoAddLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
Deprecated.
- getCryptoAddLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
Deprecated.proto.TransactionBody.cryptoAddLiveHash is deprecated. See transaction.proto;l=276
- getCryptoAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- getCryptoAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of crypto (HBAR) allowances approved by this account.
- getCryptoAllowances(int) - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A list of crypto (HBAR) allowances approved by this account.
- getCryptoAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of hbar allowances approved by the account owner.
- getCryptoAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of hbar allowances approved by the account owner.
- getCryptoAllowances(int) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBodyOrBuilder
-
* List of hbar allowances approved by the account owner.
- getCryptoAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- getCryptoAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of crypto (HBAR) allowances approved by this account.
- getCryptoAllowancesCount() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A list of crypto (HBAR) allowances approved by this account.
- getCryptoAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of hbar allowances approved by the account owner.
- getCryptoAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of hbar allowances approved by the account owner.
- getCryptoAllowancesCount() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBodyOrBuilder
-
* List of hbar allowances approved by the account owner.
- getCryptoAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- getCryptoAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of crypto (HBAR) allowances approved by this account.
- getCryptoAllowancesList() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A list of crypto (HBAR) allowances approved by this account.
- getCryptoAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of hbar allowances approved by the account owner.
- getCryptoAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of hbar allowances approved by the account owner.
- getCryptoAllowancesList() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBodyOrBuilder
-
* List of hbar allowances approved by the account owner.
- getCryptoAllowancesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of crypto (HBAR) allowances approved by this account.
- getCryptoAllowancesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of hbar allowances approved by the account owner.
- getCryptoAllowancesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of crypto (HBAR) allowances approved by this account.
- getCryptoAllowancesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of hbar allowances approved by the account owner.
- getCryptoApproveAllowance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- getCryptoApproveAllowance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- getCryptoApproveAllowance() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- getCryptoApproveAllowance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- getCryptoApproveAllowance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- getCryptoApproveAllowance() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- getCryptoCreateAccount() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new Hedera account.
- getCryptoCreateAccount() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Create a new Hedera account.
- getCryptoCreateAccount() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Create a new Hedera account.
- getCryptoCreateAccount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new Hedera account.
- getCryptoCreateAccount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a new Hedera account.
- getCryptoCreateAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a new Hedera account.
- getCryptoDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- getCryptoDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- getCryptoDelete() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- getCryptoDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- getCryptoDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- getCryptoDelete() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- getCryptoDeleteAllowance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- getCryptoDeleteAllowance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- getCryptoDeleteAllowance() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- getCryptoDeleteAllowance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- getCryptoDeleteAllowance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- getCryptoDeleteAllowance() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- getCryptoDeleteLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.
- getCryptoDeleteLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
Deprecated.
- getCryptoDeleteLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
Deprecated.proto.TransactionBody.cryptoDeleteLiveHash is deprecated. See transaction.proto;l=294
- getCryptoDeleteMethod() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getCryptogetAccountBalance() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the current HBAR balance of an Hedera account or smart contract.
- getCryptogetAccountBalance() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get the current HBAR balance of an Hedera account or smart contract.
- getCryptogetAccountBalance() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get the current HBAR balance of an Hedera account or smart contract.
- getCryptogetAccountBalance() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the HBAR balance of an account or contract.
- getCryptogetAccountBalance() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting the HBAR balance of an account or contract.
- getCryptogetAccountBalance() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting the HBAR balance of an account or contract.
- getCryptoGetAccountRecords() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get records of all "recent" transactions for which a specified account is the effective payer.
- getCryptoGetAccountRecords() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get records of all "recent" transactions for which a specified account is the effective payer.
- getCryptoGetAccountRecords() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get records of all "recent" transactions for which a specified account is the effective payer.
- getCryptoGetAccountRecords() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting records of all "recent" transactions for which the specified account is the effective payer.
- getCryptoGetAccountRecords() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting records of all "recent" transactions for which the specified account is the effective payer.
- getCryptoGetAccountRecords() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting records of all "recent" transactions for which the specified account is the effective payer.
- getCryptoGetBalanceMethod() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getCryptoGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get information about an account, including the balance.<br/> This does not get the list of account records.
- getCryptoGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get information about an account, including the balance.<br/> This does not get the list of account records.
- getCryptoGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get information about an account, including the balance.<br/> This does not get the list of account records.
- getCryptoGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting information for an account.<br/> This query includes balance, but not allowances or token relationships.
- getCryptoGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting information for an account.<br/> This query includes balance, but not allowances or token relationships.
- getCryptoGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting information for an account.<br/> This query includes balance, but not allowances or token relationships.
- getCryptoGetLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- getCryptoGetLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
Deprecated.
- getCryptoGetLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
Deprecated.proto.Query.cryptoGetLiveHash is deprecated. See query.proto;l=130
- getCryptoGetLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a specific live hash associated to a specific account.
- getCryptoGetLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting detail for a specific live hash associated to a specific account.
- getCryptoGetLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting detail for a specific live hash associated to a specific account.
- getCryptoGetProxyStakers() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- getCryptoGetProxyStakers() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
Deprecated.
- getCryptoGetProxyStakers() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
Deprecated.proto.Query.cryptoGetProxyStakers is deprecated. See query.proto;l=138
- getCryptoGetProxyStakers() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting all the accounts that are proxy staking to this account.
- getCryptoGetProxyStakers() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting all the accounts that are proxy staking to this account.
- getCryptoGetProxyStakers() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting all the accounts that are proxy staking to this account.
- getCryptoTransfer() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Transfer HBAR between accounts.
- getCryptoTransfer() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Transfer HBAR between accounts.
- getCryptoTransfer() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Transfer HBAR between accounts.
- getCryptoTransfer() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Transfer HBAR between accounts.
- getCryptoTransfer() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Transfer HBAR between accounts.
- getCryptoTransfer() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Transfer HBAR between accounts.
- getCryptoTransferMethod() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getCryptoUpdateAccount() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Modify an Hedera account.
- getCryptoUpdateAccount() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Modify an Hedera account.
- getCryptoUpdateAccount() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Modify an Hedera account.
- getCryptoUpdateAccount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Modify an Hedera account.
- getCryptoUpdateAccount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Modify an Hedera account.
- getCryptoUpdateAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Modify an Hedera account.
- getCurrent() - Method in class com.hedera.hashgraph.sdk.FeeSchedules
-
Extract the current fee schedule.
- getCurrent() - Method in class com.hedera.hashgraph.sdk.LockableList
-
Extract the current list.
- getCurrentEncryptionKey() - Method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys.Builder
-
* If non-empty, a node's current TSS encryption key.
- getCurrentEncryptionKey() - Method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
-
* If non-empty, a node's current TSS encryption key.
- getCurrentEncryptionKey() - Method in interface com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeysOrBuilder
-
* If non-empty, a node's current TSS encryption key.
- getCurrentFeeSchedule() - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule.Builder
-
* A current, unexpired, fee schedule.
- getCurrentFeeSchedule() - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
-
* A current, unexpired, fee schedule.
- getCurrentFeeSchedule() - Method in interface com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeScheduleOrBuilder
-
* A current, unexpired, fee schedule.
- getCurrentRate() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet.Builder
-
* A current exchange rate.
- getCurrentRate() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
-
* A current exchange rate.
- getCurrentRate() - Method in interface com.hedera.hashgraph.sdk.proto.ExchangeRateSetOrBuilder
-
* A current exchange rate.
- getCustomFeeLimits() - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
Extract the custom fee limits of the transaction
- getCustomFees() - Method in class com.hedera.hashgraph.sdk.CustomFeeLimit
-
Extracts a list of CustomFixedFee
- getCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFees() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFees() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the custom fees.
- getCustomFees() - Method in class com.hedera.hashgraph.sdk.TokenFeeScheduleUpdateTransaction
-
Extract the list of custom fees.
- getCustomFees() - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Returns the fixed fees to assess when a message is submitted to the new topic.
- getCustomFees() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Returns the fixed fees to assess when a message is submitted to the new topic.
- getCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFees(int) - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFees(int) - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A custom fee schedule for this token.
- getCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A custom fee schedule for this token.
- getCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- getCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A list of custom fees representing a fee schedule.
- getCustomFees(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A list of custom fees representing a fee schedule.
- getCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- getCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
-
* A list of custom fees representing a fee schedule.
- getCustomFees(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBodyOrBuilder
-
* A list of custom fees representing a fee schedule.
- getCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A custom fee schedule for this token.
- getCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A custom fee schedule for this token.
- getCustomFees(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A custom fee schedule for this token.
- getCustomFees(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A custom fee schedule for this token.
- getCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFees(int) - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesCount() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesCount() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A custom fee schedule for this token.
- getCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A custom fee schedule for this token.
- getCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- getCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A list of custom fees representing a fee schedule.
- getCustomFeesCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A list of custom fees representing a fee schedule.
- getCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- getCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
-
* A list of custom fees representing a fee schedule.
- getCustomFeesCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBodyOrBuilder
-
* A list of custom fees representing a fee schedule.
- getCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A custom fee schedule for this token.
- getCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A custom fee schedule for this token.
- getCustomFeesCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A custom fee schedule for this token.
- getCustomFeesCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A custom fee schedule for this token.
- getCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesCount() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesList() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesList() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A custom fee schedule for this token.
- getCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A custom fee schedule for this token.
- getCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- getCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A list of custom fees representing a fee schedule.
- getCustomFeesList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A list of custom fees representing a fee schedule.
- getCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- getCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
-
* A list of custom fees representing a fee schedule.
- getCustomFeesList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBodyOrBuilder
-
* A list of custom fees representing a fee schedule.
- getCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A custom fee schedule for this token.
- getCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A custom fee schedule for this token.
- getCustomFeesList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A custom fee schedule for this token.
- getCustomFeesList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A custom fee schedule for this token.
- getCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesList() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A custom fee schedule for this token.
- getCustomFeesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A list of custom fees representing a fee schedule.
- getCustomFeesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
-
* A list of custom fees representing a fee schedule.
- getCustomFeesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A custom fee schedule for this token.
- getCustomFeesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getCustomFeesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A custom fee schedule for this token.
- getCustomFeesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A list of custom fees representing a fee schedule.
- getCustomFeesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
-
* A list of custom fees representing a fee schedule.
- getCustomFeesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A custom fee schedule for this token.
- getCustomFeesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- getData() - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Extract the data.
- getData() - Method in class com.hedera.hashgraph.sdk.EvmHookCall
-
Get the call data for this hook call.
- getData() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* Event data for this log entry.<br/> This is binary data consisting of an arbitrary number of 256 bit (32 byte) words.
- getData() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
-
* Event data for this log entry.<br/> This is binary data consisting of an arbitrary number of 256 bit (32 byte) words.
- getData() - Method in interface com.hedera.hashgraph.sdk.proto.ContractLoginfoOrBuilder
-
* Event data for this log entry.<br/> This is binary data consisting of an arbitrary number of 256 bit (32 byte) words.
- getData() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookCall.Builder
-
* Call data to pass to the hook via the IHieroHook.HookContext#data field.
- getData() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
-
* Call data to pass to the hook via the IHieroHook.HookContext#data field.
- getData() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookCallOrBuilder
-
* Call data to pass to the hook via the IHieroHook.HookContext#data field.
- getData() - Method in class com.hedera.hashgraph.sdk.proto.Setting.Builder
-
* A small quantity of data associated with this setting.
- getData() - Method in class com.hedera.hashgraph.sdk.proto.Setting
-
* A small quantity of data associated with this setting.
- getData() - Method in interface com.hedera.hashgraph.sdk.proto.SettingOrBuilder
-
* A small quantity of data associated with this setting.
- getDataCase() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
- getDataCase() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- getDataCase() - Method in interface com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBodyOrBuilder
- getDataCase() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
- getDataCase() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- getDataCase() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
- getDataCase() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
- getDataCase() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- getDataCase() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
- getDataCase() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
- getDataCase() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- getDataCase() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
- getDecimals() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A number of decimal places for this token.
- getDecimals() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A number of decimal places for this token.
- getDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance.Builder
-
* A number of "decimals" precision.
- getDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance
-
* A number of "decimals" precision.
- getDecimals() - Method in interface com.hedera.hashgraph.sdk.proto.TokenBalanceOrBuilder
-
* A number of "decimals" precision.
- getDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A decimal precision of the token's smallest denomination.<br/> Most values are described in terms of this smallest denomination, so the token initial supply, for instance, must be divided by <tt>10<sup>decimals</sup></tt> to get whole tokens.
- getDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A decimal precision of the token's smallest denomination.<br/> Most values are described in terms of this smallest denomination, so the token initial supply, for instance, must be divided by <tt>10<sup>decimals</sup></tt> to get whole tokens.
- getDecimals() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A decimal precision of the token's smallest denomination.<br/> Most values are described in terms of this smallest denomination, so the token initial supply, for instance, must be divided by <tt>10<sup>decimals</sup></tt> to get whole tokens.
- getDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A number of decimal places for this token.
- getDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A number of decimal places for this token.
- getDecimals() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A number of decimal places for this token.
- getDecimals() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A number of decimal places for this token.
- getDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A maximum "precision" for this token.
- getDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
-
* A maximum "precision" for this token.
- getDecimals() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationshipOrBuilder
-
* A maximum "precision" for this token.
- getDecimals() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the decimals.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Gets whether this node declines rewards.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Gets whether this node declines rewards.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- getDeclineReward() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* A flag indicating that this smart contract declines to receive any reward for staking its HBAR balance to help secure the network.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* A flag indicating that this smart contract declines to receive any reward for staking its HBAR balance to help secure the network.
- getDeclineReward() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* A flag indicating that this smart contract declines to receive any reward for staking its HBAR balance to help secure the network.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* A flag indicating if staking rewards are declined.<br/> If set, modify the flag indicating if this contract declines to accept rewards for staking its HBAR to secure the network.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* A flag indicating if staking rewards are declined.<br/> If set, modify the flag indicating if this contract declines to accept rewards for staking its HBAR to secure the network.
- getDeclineReward() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* A flag indicating if staking rewards are declined.<br/> If set, modify the flag indicating if this contract declines to accept rewards for staking its HBAR to secure the network.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- getDeclineReward() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- getDeclineReward() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A flag indicating this node declines node rewards distributed at the end of staking period.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A flag indicating this node declines node rewards distributed at the end of staking period.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A boolean flag indicating whether the node operator declines to receive node rewards.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A boolean flag indicating whether the node operator declines to receive node rewards.
- getDeclineReward() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A boolean flag indicating whether the node operator declines to receive node rewards.
- getDeclineReward() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A flag indicating this node declines node rewards distributed at the end of staking period.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A boolean indicating that this node has chosen to decline node rewards distributed at the end of staking period.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A boolean indicating that this node has chosen to decline node rewards distributed at the end of staking period.
- getDeclineReward() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A boolean indicating that this node has chosen to decline node rewards distributed at the end of staking period.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A flag indicating that the holder of this account has chosen to decline staking rewards.
- getDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo
-
* A flag indicating that the holder of this account has chosen to decline staking rewards.
- getDeclineReward() - Method in interface com.hedera.hashgraph.sdk.proto.StakingInfoOrBuilder
-
* A flag indicating that the holder of this account has chosen to decline staking rewards.
- getDeclineStakingReward() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
If true, the account declines receiving a staking reward.
- getDeclineStakingReward() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
If true, the account declines receiving a staking reward.
- getDeclineStakingReward() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
If true, the contract declines receiving a staking reward.
- getDeclineStakingReward() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
If true, the contract declines receiving a staking reward.
- getDeclineStakingReward() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
If true, the contract declines receiving a staking reward.
- getDefaultFreezeStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating if accounts associated to this token are frozen by default, not frozen, or freeze is not applicable.
- getDefaultFreezeStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A flag indicating if accounts associated to this token are frozen by default, not frozen, or freeze is not applicable.
- getDefaultFreezeStatus() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A flag indicating if accounts associated to this token are frozen by default, not frozen, or freeze is not applicable.
- getDefaultFreezeStatusValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating if accounts associated to this token are frozen by default, not frozen, or freeze is not applicable.
- getDefaultFreezeStatusValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A flag indicating if accounts associated to this token are frozen by default, not frozen, or freeze is not applicable.
- getDefaultFreezeStatusValue() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A flag indicating if accounts associated to this token are frozen by default, not frozen, or freeze is not applicable.
- getDefaultInstance() - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- getDefaultInstance() - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- getDefaultInstance() - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- getDefaultInstance() - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- getDefaultInstance() - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- getDefaultInstance() - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- getDefaultInstance() - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- getDefaultInstance() - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- getDefaultInstance() - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- getDefaultInstance() - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- getDefaultInstance() - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- getDefaultInstance() - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- getDefaultInstance() - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Account
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.File
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.History
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Key
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Node
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Query
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Response
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Token
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- getDefaultInstance() - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- getDefaultKycStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating if accounts associated with this token are granted KYC by default, revoked by default, or KYC is not applicable.
- getDefaultKycStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A flag indicating if accounts associated with this token are granted KYC by default, revoked by default, or KYC is not applicable.
- getDefaultKycStatus() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A flag indicating if accounts associated with this token are granted KYC by default, revoked by default, or KYC is not applicable.
- getDefaultKycStatusValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating if accounts associated with this token are granted KYC by default, revoked by default, or KYC is not applicable.
- getDefaultKycStatusValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A flag indicating if accounts associated with this token are granted KYC by default, revoked by default, or KYC is not applicable.
- getDefaultKycStatusValue() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A flag indicating if accounts associated with this token are granted KYC by default, revoked by default, or KYC is not applicable.
- getDefaultMaxQueryPayment() - Method in class com.hedera.hashgraph.sdk.Client
-
Extract the maximum query payment.
- getDefaultMaxTransactionFee() - Method in class com.hedera.hashgraph.sdk.Client
-
The default maximum fee used for transactions.
- getDefaultMaxTransactionFee() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Extract the default maximum transaction fee.
- getDefaultRegenerateTransactionId() - Method in class com.hedera.hashgraph.sdk.Client
-
Should the transaction id be regenerated?
- getDelay() - Method in class com.hedera.hashgraph.sdk.Executable.GrpcRequest
- getDelegatableContractId() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A smart contract that, if the recipient of the active message frame, SHALL be imputed authorization.<br/> Setting this key type is a more permissive version of setting a contractID key.
- getDelegatableContractId() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
* A smart contract that, if the recipient of the active message frame, SHALL be imputed authorization.<br/> Setting this key type is a more permissive version of setting a contractID key.
- getDelegatableContractId() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
* A smart contract that, if the recipient of the active message frame, SHALL be imputed authorization.<br/> Setting this key type is a more permissive version of setting a contractID key.
- getDelegatingSpender() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A spender-owner account identifier.<br/> This account identifier identifies a `spender` for whom an existing `approved_for_all` allowance was previously created.
- getDelegatingSpender() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance
-
* A spender-owner account identifier.<br/> This account identifier identifies a `spender` for whom an existing `approved_for_all` allowance was previously created.
- getDelegatingSpender() - Method in interface com.hedera.hashgraph.sdk.proto.NftAllowanceOrBuilder
-
* A spender-owner account identifier.<br/> This account identifier identifies a `spender` for whom an existing `approved_for_all` allowance was previously created.
- getDelegationAddress() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The delegated contract address set for this account.
- getDelegationAddress() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* The delegated contract address set for this account.
- getDelegationAddress() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* The delegated contract address set for this account.
- getDelegationAddress() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The initial delegated contract address to set for the new account.
- getDelegationAddress() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* The initial delegated contract address to set for the new account.
- getDelegationAddress() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* The initial delegated contract address to set for the new account.
- getDelegationAddress() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The delegated contract address set for this account.
- getDelegationAddress() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* The delegated contract address set for this account.
- getDelegationAddress() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* The delegated contract address set for this account.
- getDelegationAddress() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The delegated contract address to set for the account.
- getDelegationAddress() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* The delegated contract address to set for the account.
- getDelegationAddress() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* The delegated contract address to set for the account.
- getDeleteAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody.Builder
-
* An account identifier.
- getDeleteAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
-
* An account identifier.
- getDeleteAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBodyOrBuilder
-
* An account identifier.
- getDeleteAllowancesMethod() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getDeleteContractMethod() - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A boolean indicating that this account is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A boolean indicating that this account is deleted.
- getDeleted() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A boolean indicating that this account is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* A flag indicating that this contract is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* A flag indicating that this contract is deleted.
- getDeleted() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* A flag indicating that this contract is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A boolean indicating that this account is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* A boolean indicating that this account is deleted.
- getDeleted() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* A boolean indicating that this account is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* A flag indicating that this file is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.File
-
* A flag indicating that this file is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A flag indicating this file is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
-
* A flag indicating this file is deleted.
- getDeleted() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfoOrBuilder
-
* A flag indicating this file is deleted.
- getDeleted() - Method in interface com.hedera.hashgraph.sdk.proto.FileOrBuilder
-
* A flag indicating that this file is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A boolean indicating that this account is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A boolean indicating that this account is deleted.
- getDeleted() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A boolean indicating that this account is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A flag indicating this node is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A flag indicating this node is deleted.
- getDeleted() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A flag indicating this node is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* A flag indicating this schedule is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* A flag indicating this schedule is deleted.
- getDeleted() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* A flag indicating this schedule is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* A flag indicating that this node has been removed from this network.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
-
* A flag indicating that this node has been removed from this network.
- getDeleted() - Method in interface com.hedera.hashgraph.sdk.proto.StakingNodeInfoOrBuilder
-
* A flag indicating that this node has been removed from this network.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A flag indicating that this token is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A flag indicating that this token is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating that this token is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A flag indicating that this token is deleted.
- getDeleted() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A flag indicating that this token is deleted.
- getDeleted() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A flag indicating that this token is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A flag indicating that this topic is deleted.
- getDeleted() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* A flag indicating that this topic is deleted.
- getDeleted() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* A flag indicating that this topic is deleted.
- getDeleteFileMethod() - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
- getDeleteLiveHashMethod() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getDeleteNodeMethod() - Static method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc
- getDeleteRegisteredNodeMethod() - Static method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc
- getDeleteScheduleMethod() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc
- getDeleteTokenMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getDeleteTopicMethod() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc
- getDeletionTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A deletion timestamp.
- getDeletionTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* A deletion timestamp.
- getDeletionTime() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* A deletion timestamp.
- getDenominatingTokenId() - Method in class com.hedera.hashgraph.sdk.CustomFixedFee
-
Extract the token id.
- getDenominatingTokenId() - Method in class com.hedera.hashgraph.sdk.proto.FixedFee.Builder
-
* The token type used to pay the assessed fee.
- getDenominatingTokenId() - Method in class com.hedera.hashgraph.sdk.proto.FixedFee
-
* The token type used to pay the assessed fee.
- getDenominatingTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.FixedFeeOrBuilder
-
* The token type used to pay the assessed fee.
- getDenominator() - Method in class com.hedera.hashgraph.sdk.CustomFractionalFee
-
Extract the denominator.
- getDenominator() - Method in class com.hedera.hashgraph.sdk.CustomRoyaltyFee
-
Extract the denominator.
- getDenominator() - Method in class com.hedera.hashgraph.sdk.proto.Fraction.Builder
-
* A fractional number's denominator.
- getDenominator() - Method in class com.hedera.hashgraph.sdk.proto.Fraction
-
* A fractional number's denominator.
- getDenominator() - Method in interface com.hedera.hashgraph.sdk.proto.FractionOrBuilder
-
* A fractional number's denominator.
- getDescription() - Method in class com.hedera.hashgraph.sdk.GeneralServiceEndpoint
-
Returns the description of the service provided by this endpoint.
- getDescription() - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Extract the description.
- getDescription() - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Extract the description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Extract the description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
* A short description of the node.
- getDescription() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
* A short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A short description of the node.
- getDescription() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A short description of the node.
- getDescription() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A short description of the node.
- getDescription() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
-
* A short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
-
* A short description of the node.
- getDescription() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBodyOrBuilder
-
* A short description of the node.
- getDescription() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeOrBuilder
-
* A short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
-
* A short description of the node.
- getDescription() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBodyOrBuilder
-
* A short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint.Builder
-
* A short description of the service provided.
- getDescription() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
-
* A short description of the service provided.
- getDescription() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpointOrBuilder
-
* A short description of the service provided.
- getDescription() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
-
Get short description of the node.
- getDescription() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
-
Get short description of the node.
- getDescriptionBytes() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A short description of the node.
- getDescriptionBytes() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A short description of the node.
- getDescriptionBytes() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A short description of the node.
- getDescriptionBytes() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
* A short description of the node.
- getDescriptionBytes() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
* A short description of the node.
- getDescriptionBytes() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A short description of the node.
- getDescriptionBytes() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A short description of the node.
- getDescriptionBytes() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A short description of the node.
- getDescriptionBytes() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A short description of the node.
- getDescriptionBytes() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A short description of the node.
- getDescriptionBytes() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
-
* A short description of the node.
- getDescriptionBytes() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A short description of the node.
- getDescriptionBytes() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
-
* A short description of the node.
- getDescriptionBytes() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBodyOrBuilder
-
* A short description of the node.
- getDescriptionBytes() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeOrBuilder
-
* A short description of the node.
- getDescriptionBytes() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint.Builder
-
* A short description of the service provided.
- getDescriptionBytes() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
-
* A short description of the service provided.
- getDescriptionBytes() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpointOrBuilder
-
* A short description of the service provided.
- getDetails() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* The creation details.
- getDetails() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation
-
* The creation details.
- getDetails() - Method in interface com.hedera.hashgraph.sdk.proto.HookCreationOrBuilder
-
* The creation details.
- getDissociateTokensMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getDomainName() - Method in class com.hedera.hashgraph.sdk.Endpoint
-
Extract the domain name.
- getDomainName() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A node domain name.
- getDomainName() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A node domain name.
- getDomainName() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A node domain name.
- getDomainName() - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint.Builder
-
* A node domain name.
- getDomainName() - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
-
* A node domain name.
- getDomainName() - Method in interface com.hedera.hashgraph.sdk.proto.ServiceEndpointOrBuilder
-
* A node domain name.
- getDomainName() - Method in class com.hedera.hashgraph.sdk.RegisteredServiceEndpoint
-
Get the domain name of the endpoint.
- getDomainNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A node domain name.
- getDomainNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A node domain name.
- getDomainNameBytes() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A node domain name.
- getDomainNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint.Builder
-
* A node domain name.
- getDomainNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
-
* A node domain name.
- getDomainNameBytes() - Method in interface com.hedera.hashgraph.sdk.proto.ServiceEndpointOrBuilder
-
* A node domain name.
- getDuplicateTransactionReceipts(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of duplicate transaction receipts.
- getDuplicateTransactionReceipts(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
-
* A list of duplicate transaction receipts.
- getDuplicateTransactionReceipts(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponseOrBuilder
-
* A list of duplicate transaction receipts.
- getDuplicateTransactionReceiptsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of duplicate transaction receipts.
- getDuplicateTransactionReceiptsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
-
* A list of duplicate transaction receipts.
- getDuplicateTransactionReceiptsCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponseOrBuilder
-
* A list of duplicate transaction receipts.
- getDuplicateTransactionReceiptsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of duplicate transaction receipts.
- getDuplicateTransactionReceiptsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
-
* A list of duplicate transaction receipts.
- getDuplicateTransactionReceiptsList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponseOrBuilder
-
* A list of duplicate transaction receipts.
- getDuplicateTransactionReceiptsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
-
* A list of duplicate transaction receipts.
- getDuplicateTransactionReceiptsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
-
* A list of duplicate transaction receipts.
- getDuplicateTransactionRecords(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of duplicate transaction records.
- getDuplicateTransactionRecords(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
-
* A list of duplicate transaction records.
- getDuplicateTransactionRecords(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponseOrBuilder
-
* A list of duplicate transaction records.
- getDuplicateTransactionRecordsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of duplicate transaction records.
- getDuplicateTransactionRecordsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
-
* A list of duplicate transaction records.
- getDuplicateTransactionRecordsCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponseOrBuilder
-
* A list of duplicate transaction records.
- getDuplicateTransactionRecordsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of duplicate transaction records.
- getDuplicateTransactionRecordsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
-
* A list of duplicate transaction records.
- getDuplicateTransactionRecordsList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponseOrBuilder
-
* A list of duplicate transaction records.
- getDuplicateTransactionRecordsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
-
* A list of duplicate transaction records.
- getDuplicateTransactionRecordsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
-
* A list of duplicate transaction records.
- getDuration() - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.Extract the duration.
- getDuration() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A duration describing how long this Live Hash SHALL remain valid.<br/> A Live Hash SHOULD NOT be relied upon after this duration has elapsed.
- getDuration() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash
-
* A duration describing how long this Live Hash SHALL remain valid.<br/> A Live Hash SHOULD NOT be relied upon after this duration has elapsed.
- getDuration() - Method in interface com.hedera.hashgraph.sdk.proto.LiveHashOrBuilder
-
* A duration describing how long this Live Hash SHALL remain valid.<br/> A Live Hash SHOULD NOT be relied upon after this duration has elapsed.
- getECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
Deprecated.proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074
- getECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
Deprecated.proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074
- getECDSA384() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
Deprecated.proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074
- getECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* ECDSA p-384 signature bytes.
- getECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.* ECDSA p-384 signature bytes.
- getECDSA384() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureOrBuilder
-
Deprecated.* ECDSA p-384 signature bytes.
- getECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
Deprecated.proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310
- getECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair
-
Deprecated.proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310
- getECDSA384() - Method in interface com.hedera.hashgraph.sdk.proto.SignaturePairOrBuilder
-
Deprecated.proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310
- getECDSASecp256K1() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A set of compressed ECDSA(secp256k1) public key bytes.<br/> This is an EVM compatibility format.
- getECDSASecp256K1() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
* A set of compressed ECDSA(secp256k1) public key bytes.<br/> This is an EVM compatibility format.
- getECDSASecp256K1() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
* A set of compressed ECDSA(secp256k1) public key bytes.<br/> This is an EVM compatibility format.
- getECDSASecp256K1() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* An ECDSA(secp256k1) signature.
- getECDSASecp256K1() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair
-
* An ECDSA(secp256k1) signature.
- getECDSASecp256K1() - Method in interface com.hedera.hashgraph.sdk.proto.SignaturePairOrBuilder
-
* An ECDSA(secp256k1) signature.
- getEd25519() - Method in class com.hedera.hashgraph.sdk.Keystore
-
Get the decoded key from this keystore as an
PrivateKey. - getEd25519() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* An array of Ed25519 public key bytes.
- getEd25519() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
* An array of Ed25519 public key bytes.
- getEd25519() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
* An array of Ed25519 public key bytes.
- getEd25519() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* Ed25519 signature bytes.
- getEd25519() - Method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.* Ed25519 signature bytes.
- getEd25519() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureOrBuilder
-
Deprecated.* Ed25519 signature bytes.
- getEd25519() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* An Ed25519 signature.
- getEd25519() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair
-
* An Ed25519 signature.
- getEd25519() - Method in interface com.hedera.hashgraph.sdk.proto.SignaturePairOrBuilder
-
* An Ed25519 signature.
- getEffectivePayerAccountId(int) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that provided the tokens assessed as a fee.
- getEffectivePayerAccountId(int) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
-
* An account that provided the tokens assessed as a fee.
- getEffectivePayerAccountId(int) - Method in interface com.hedera.hashgraph.sdk.proto.AssessedCustomFeeOrBuilder
-
* An account that provided the tokens assessed as a fee.
- getEffectivePayerAccountIdCount() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that provided the tokens assessed as a fee.
- getEffectivePayerAccountIdCount() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
-
* An account that provided the tokens assessed as a fee.
- getEffectivePayerAccountIdCount() - Method in interface com.hedera.hashgraph.sdk.proto.AssessedCustomFeeOrBuilder
-
* An account that provided the tokens assessed as a fee.
- getEffectivePayerAccountIdList() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that provided the tokens assessed as a fee.
- getEffectivePayerAccountIdList() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
-
* An account that provided the tokens assessed as a fee.
- getEffectivePayerAccountIdList() - Method in interface com.hedera.hashgraph.sdk.proto.AssessedCustomFeeOrBuilder
-
* An account that provided the tokens assessed as a fee.
- getEffectivePayerAccountIdOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
-
* An account that provided the tokens assessed as a fee.
- getEffectivePayerAccountIdOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
-
* An account that provided the tokens assessed as a fee.
- getEnd() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* Specifies the end index (exclusive) of the range of NFTs to query for.
- getEnd() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
-
* Specifies the end index (exclusive) of the range of NFTs to query for.
- getEnd() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQueryOrBuilder
-
* Specifies the end index (exclusive) of the range of NFTs to query for.
- getEnd() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* Specifies the end index (exclusive) of the range of NFTs to query for.
- getEnd() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
-
* Specifies the end index (exclusive) of the range of NFTs to query for.
- getEnd() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQueryOrBuilder
-
* Specifies the end index (exclusive) of the range of NFTs to query for.
- getEnd() - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
-
Deprecated.
- getEndHour() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
Deprecated.proto.FreezeTransactionBody.endHour is deprecated. See freeze.proto;l=72
- getEndHour() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
-
Deprecated.proto.FreezeTransactionBody.endHour is deprecated. See freeze.proto;l=72
- getEndHour() - Method in interface com.hedera.hashgraph.sdk.proto.FreezeTransactionBodyOrBuilder
-
Deprecated.proto.FreezeTransactionBody.endHour is deprecated. See freeze.proto;l=72
- getEndMin() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
Deprecated.proto.FreezeTransactionBody.endMin is deprecated. See freeze.proto;l=79
- getEndMin() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
-
Deprecated.proto.FreezeTransactionBody.endMin is deprecated. See freeze.proto;l=79
- getEndMin() - Method in interface com.hedera.hashgraph.sdk.proto.FreezeTransactionBodyOrBuilder
-
Deprecated.proto.FreezeTransactionBody.endMin is deprecated. See freeze.proto;l=79
- getEndOfStakingPeriod() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A timestamp indicating the end of the staking period.
- getEndOfStakingPeriod() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A timestamp indicating the end of the staking period.
- getEndOfStakingPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A timestamp indicating the end of the staking period.
- getEndpointApi(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.Builder
-
* An indicator of what API this endpoint supports.
- getEndpointApi(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
-
* An indicator of what API this endpoint supports.
- getEndpointApi(int) - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpointOrBuilder
-
* An indicator of what API this endpoint supports.
- getEndpointApiCount() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.Builder
-
* An indicator of what API this endpoint supports.
- getEndpointApiCount() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
-
* An indicator of what API this endpoint supports.
- getEndpointApiCount() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpointOrBuilder
-
* An indicator of what API this endpoint supports.
- getEndpointApiList() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.Builder
-
* An indicator of what API this endpoint supports.
- getEndpointApiList() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
-
* An indicator of what API this endpoint supports.
- getEndpointApiList() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpointOrBuilder
-
* An indicator of what API this endpoint supports.
- getEndpointApis() - Method in class com.hedera.hashgraph.sdk.BlockNodeServiceEndpoint
-
Returns the list of APIs supported by this endpoint.
- getEndpointApiValue(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.Builder
-
* An indicator of what API this endpoint supports.
- getEndpointApiValue(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
-
* An indicator of what API this endpoint supports.
- getEndpointApiValue(int) - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpointOrBuilder
-
* An indicator of what API this endpoint supports.
- getEndpointApiValueList() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.Builder
-
* An indicator of what API this endpoint supports.
- getEndpointApiValueList() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
-
* An indicator of what API this endpoint supports.
- getEndpointApiValueList() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpointOrBuilder
-
* An indicator of what API this endpoint supports.
- getEndpointTypeCase() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
- getEndpointTypeCase() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- getEndpointTypeCase() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
- getEndTime() - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
Deprecated.with no replacement
- getEntities(int) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- getEntities(int) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.* The list of entities that include this public key in their associated Key list
- getEntities(int) - Method in interface com.hedera.hashgraph.sdk.proto.GetByKeyResponseOrBuilder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- getEntitiesCount() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- getEntitiesCount() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.* The list of entities that include this public key in their associated Key list
- getEntitiesCount() - Method in interface com.hedera.hashgraph.sdk.proto.GetByKeyResponseOrBuilder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- getEntitiesList() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- getEntitiesList() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.* The list of entities that include this public key in their associated Key list
- getEntitiesList() - Method in interface com.hedera.hashgraph.sdk.proto.GetByKeyResponseOrBuilder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- getEntitiesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.* The list of entities that include this public key in their associated Key list
- getEntitiesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.* The list of entities that include this public key in their associated Key list
- getEntityCase() - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.
- getEntityCase() - Method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- getEntityCase() - Method in interface com.hedera.hashgraph.sdk.proto.EntityIDOrBuilder
-
Deprecated.
- getEntityId() - Method in class com.hedera.hashgraph.sdk.HookId
-
Get the hook's creating entity ID.
- getEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* The id of the hook's entity.
- getEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation
-
* The id of the hook's entity.
- getEntityId() - Method in interface com.hedera.hashgraph.sdk.proto.HookCreationOrBuilder
-
* The id of the hook's entity.
- getEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookId.Builder
-
* The hook's creating entity id.
- getEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookId
-
* The hook's creating entity id.
- getEntityId() - Method in interface com.hedera.hashgraph.sdk.proto.HookIdOrBuilder
-
* The hook's creating entity id.
- getEntityIdCase() - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId.Builder
- getEntityIdCase() - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- getEntityIdCase() - Method in interface com.hedera.hashgraph.sdk.proto.HookEntityIdOrBuilder
- getEntries() - Method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookMappingEntries
-
Get the mapping entries.
- getEntries(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The entries in the mapping at the given slot.
- getEntries(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
-
* The entries in the mapping at the given slot.
- getEntries(int) - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookMappingEntriesOrBuilder
-
* The entries in the mapping at the given slot.
- getEntries(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries.Builder
-
repeated .proto.TransactionReceiptEntry entries = 1; - getEntries(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
-
repeated .proto.TransactionReceiptEntry entries = 1; - getEntries(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptEntriesOrBuilder
-
repeated .proto.TransactionReceiptEntry entries = 1; - getEntriesCount() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The entries in the mapping at the given slot.
- getEntriesCount() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
-
* The entries in the mapping at the given slot.
- getEntriesCount() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookMappingEntriesOrBuilder
-
* The entries in the mapping at the given slot.
- getEntriesCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries.Builder
-
repeated .proto.TransactionReceiptEntry entries = 1; - getEntriesCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
-
repeated .proto.TransactionReceiptEntry entries = 1; - getEntriesCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptEntriesOrBuilder
-
repeated .proto.TransactionReceiptEntry entries = 1; - getEntriesList() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The entries in the mapping at the given slot.
- getEntriesList() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
-
* The entries in the mapping at the given slot.
- getEntriesList() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookMappingEntriesOrBuilder
-
* The entries in the mapping at the given slot.
- getEntriesList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries.Builder
-
repeated .proto.TransactionReceiptEntry entries = 1; - getEntriesList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
-
repeated .proto.TransactionReceiptEntry entries = 1; - getEntriesList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptEntriesOrBuilder
-
repeated .proto.TransactionReceiptEntry entries = 1; - getEntriesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
-
* The entries in the mapping at the given slot.
- getEntriesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
-
repeated .proto.TransactionReceiptEntry entries = 1; - getEntriesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
-
* The entries in the mapping at the given slot.
- getEntriesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
-
repeated .proto.TransactionReceiptEntry entries = 1; - getEntropyCase() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
- getEntropyCase() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- getEntropyCase() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
- getEntryKeyCase() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.Builder
- getEntryKeyCase() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- getEntryKeyCase() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookMappingEntryOrBuilder
- getErrorMessage() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any error message produced by the contract call.
- getErrorMessage() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* Any error message produced by the contract call.
- getErrorMessage() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* Any error message produced by the contract call.
- getErrorMessage() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* Any error message produced by the contract call.
- getErrorMessage() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* Any error message produced by the contract call.
- getErrorMessage() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* Any error message produced by the contract call.
- getErrorMessageBytes() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any error message produced by the contract call.
- getErrorMessageBytes() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* Any error message produced by the contract call.
- getErrorMessageBytes() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* Any error message produced by the contract call.
- getErrorMessageBytes() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* Any error message produced by the contract call.
- getErrorMessageBytes() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* Any error message produced by the contract call.
- getErrorMessageBytes() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* Any error message produced by the contract call.
- getEthereumData() - Method in class com.hedera.hashgraph.sdk.EthereumFlow
-
Deprecated.Gets the data of the Ethereum transaction
- getEthereumData() - Method in class com.hedera.hashgraph.sdk.EthereumTransaction
-
Gets the raw Ethereum transaction
- getEthereumData() - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody.Builder
-
* The raw Ethereum transaction data.
- getEthereumData() - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
-
* The raw Ethereum transaction data.
- getEthereumData() - Method in interface com.hedera.hashgraph.sdk.proto.EthereumTransactionBodyOrBuilder
-
* The raw Ethereum transaction data.
- getEthereumHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A keccak256 hash of the ethereumData.
- getEthereumHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A keccak256 hash of the ethereumData.
- getEthereumHash() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A keccak256 hash of the ethereumData.
- getEthereumNonce() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A nonce of this account for Ethereum interoperability.
- getEthereumNonce() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A nonce of this account for Ethereum interoperability.
- getEthereumNonce() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A nonce of this account for Ethereum interoperability.
- getEthereumNonce() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The ethereum transaction nonce associated with this account.
- getEthereumNonce() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* The ethereum transaction nonce associated with this account.
- getEthereumNonce() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* The ethereum transaction nonce associated with this account.
- getEthereumTransaction() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Perform an Ethereum encoded transaction.
- getEthereumTransaction() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Perform an Ethereum encoded transaction.
- getEthereumTransaction() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Perform an Ethereum encoded transaction.
- getEventCore() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* The core event data
- getEventCore() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent
-
* The core event data
- getEventCore() - Method in interface com.hedera.hapi.platform.event.legacy.GossipEventOrBuilder
-
* The core event data
- getEventTransaction(int) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
Deprecated.
- getEventTransaction(int) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent
-
Deprecated.
- getEventTransaction(int) - Method in interface com.hedera.hapi.platform.event.legacy.GossipEventOrBuilder
-
Deprecated.
- getEventTransactionCount() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
Deprecated.
- getEventTransactionCount() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent
-
Deprecated.
- getEventTransactionCount() - Method in interface com.hedera.hapi.platform.event.legacy.GossipEventOrBuilder
-
Deprecated.
- getEventTransactionList() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
Deprecated.
- getEventTransactionList() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent
-
Deprecated.
- getEventTransactionList() - Method in interface com.hedera.hapi.platform.event.legacy.GossipEventOrBuilder
-
Deprecated.
- getEventTransactionOrBuilder(int) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent
-
Deprecated.
- getEventTransactionOrBuilderList() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent
-
Deprecated.
- getEvmAddress() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A created contract address.<br/> If the function created a new contract (e.g.
- getEvmAddress() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* A created contract address.<br/> If the function created a new contract (e.g.
- getEvmAddress() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* A created contract address.<br/> If the function created a new contract (e.g.
- getEvmAddress() - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
-
* A 20-byte EVM address of the contract to call.
- getEvmAddress() - Method in class com.hedera.hashgraph.sdk.proto.ContractID
-
* A 20-byte EVM address of the contract to call.
- getEvmAddress() - Method in interface com.hedera.hashgraph.sdk.proto.ContractIDOrBuilder
-
* A 20-byte EVM address of the contract to call.
- getEvmAddress() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A new default EVM address for an account created by this transaction.
- getEvmAddress() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A new default EVM address for an account created by this transaction.
- getEvmAddress() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A new default EVM address for an account created by this transaction.
- getEvmAddressFromMirrorNodeAsync(Client, long) - Static method in class com.hedera.hashgraph.sdk.EntityIdHelper
-
Get EvmAddress from mirror node using account num.
- getEvmHook() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* A general-purpose hook programmed in EVM bytecode that may access state or interact with external contracts.
- getEvmHook() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
-
* A general-purpose hook programmed in EVM bytecode that may access state or interact with external contracts.
- getEvmHook() - Method in interface com.hedera.hashgraph.sdk.proto.HookCreationDetailsOrBuilder
-
* A general-purpose hook programmed in EVM bytecode that may access state or interact with external contracts.
- getEvmHookCall() - Method in class com.hedera.hashgraph.sdk.HookCall
-
Get the EVM hook call details.
- getEvmHookCall() - Method in class com.hedera.hashgraph.sdk.proto.HookCall.Builder
-
* Specification of how to call an EVM hook.
- getEvmHookCall() - Method in class com.hedera.hashgraph.sdk.proto.HookCall
-
* Specification of how to call an EVM hook.
- getEvmHookCall() - Method in interface com.hedera.hashgraph.sdk.proto.HookCallOrBuilder
-
* Specification of how to call an EVM hook.
- getEvmOpsDurationThrottle() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A single snapshot for evm ops duration throttle.
- getEvmOpsDurationThrottle() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
-
* A single snapshot for evm ops duration throttle.
- getEvmOpsDurationThrottle() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotsOrBuilder
-
* A single snapshot for evm ops duration throttle.
- getExchangeRate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The exchange rates in effect when the transaction reached consensus.
- getExchangeRate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* The exchange rates in effect when the transaction reached consensus.
- getExchangeRate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* The exchange rates in effect when the transaction reached consensus.
- getExchangeRatesFileIdFor(long, long) - Static method in class com.hedera.hashgraph.sdk.FileId
-
Get the `FileId` of the Hedera exchange rates for the given realm and shard.
- getExchangeValueFraction() - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee.Builder
-
* The fraction of fungible value exchanged for an NFT to collect as royalty.
- getExchangeValueFraction() - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
-
* The fraction of fungible value exchanged for an NFT to collect as royalty.
- getExchangeValueFraction() - Method in interface com.hedera.hashgraph.sdk.proto.RoyaltyFeeOrBuilder
-
* The fraction of fungible value exchanged for an NFT to collect as royalty.
- getExecuted() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* A flag indicating this schedule has executed.
- getExecuted() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* A flag indicating this schedule has executed.
- getExecuted() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* A flag indicating this schedule has executed.
- getExecutedHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* If set, the id of the executed hook.
- getExecutedHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* If set, the id of the executed hook.
- getExecutedHookId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* If set, the id of the executed hook.
- getExecution() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* Execution details of an existing hook.
- getExecution() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
-
* Execution details of an existing hook.
- getExecution() - Method in interface com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBodyOrBuilder
-
* Execution details of an existing hook.
- getExecutionState(Status, Response) - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
- getExecutionState(Status, Response) - Method in class com.hedera.hashgraph.sdk.TransactionRecordQuery
- getExecutionState(Status, TransactionResponse) - Method in class com.hedera.hashgraph.sdk.Transaction
- getExecutionState(Status, ResponseT) - Method in class com.hedera.hashgraph.sdk.Executable
-
Default implementation, may be overridden in subclasses (especially for query case).
- getExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An execution timestamp.
- getExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* An execution timestamp.
- getExecutionTime() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* An execution timestamp.
- getExecutionTime(Query) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceBlockingStub
-
Deprecated.
- getExecutionTime(Query) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceBlockingV2Stub
-
Deprecated.
- getExecutionTime(Query) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceFutureStub
-
Deprecated.
- getExecutionTime(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.AsyncService
-
Deprecated.
- getExecutionTime(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceStub
-
Deprecated.
- getExecutionTimes(int) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse.Builder
-
Deprecated.* A list of execution times, in nanoseconds.
- getExecutionTimes(int) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.* A list of execution times, in nanoseconds.
- getExecutionTimes(int) - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponseOrBuilder
-
Deprecated.* A list of execution times, in nanoseconds.
- getExecutionTimesCount() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse.Builder
-
Deprecated.* A list of execution times, in nanoseconds.
- getExecutionTimesCount() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.* A list of execution times, in nanoseconds.
- getExecutionTimesCount() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponseOrBuilder
-
Deprecated.* A list of execution times, in nanoseconds.
- getExecutionTimesList() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse.Builder
-
Deprecated.* A list of execution times, in nanoseconds.
- getExecutionTimesList() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.* A list of execution times, in nanoseconds.
- getExecutionTimesList() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponseOrBuilder
-
Deprecated.* A list of execution times, in nanoseconds.
- getExpectedDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* An expected decimal precision.<br/> This is the number of decimals a fungible/common token type is _expected_ to have.
- getExpectedDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
-
* An expected decimal precision.<br/> This is the number of decimals a fungible/common token type is _expected_ to have.
- getExpectedDecimals() - Method in interface com.hedera.hashgraph.sdk.proto.TokenTransferListOrBuilder
-
* An expected decimal precision.<br/> This is the number of decimals a fungible/common token type is _expected_ to have.
- getExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The current expiration time of this account, in seconds since the epoch.
- getExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* The current expiration time of this account, in seconds since the epoch.
- getExpirationSecond() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* The current expiration time of this account, in seconds since the epoch.
- getExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* The file's expiration time in seconds since the epoch.<br/> This value should be compared against consensus time, which may not exactly match clock time at the moment of expiration.
- getExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.File
-
* The file's expiration time in seconds since the epoch.<br/> This value should be compared against consensus time, which may not exactly match clock time at the moment of expiration.
- getExpirationSecond() - Method in interface com.hedera.hashgraph.sdk.proto.FileOrBuilder
-
* The file's expiration time in seconds since the epoch.<br/> This value should be compared against consensus time, which may not exactly match clock time at the moment of expiration.
- getExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* An expiration time for this token, in seconds since the epoch.
- getExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* An expiration time for this token, in seconds since the epoch.
- getExpirationSecond() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* An expiration time for this token, in seconds since the epoch.
- getExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The expiration time for this topic, in seconds since the epoch.
- getExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* The expiration time for this topic, in seconds since the epoch.
- getExpirationSecond() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* The expiration time for this topic, in seconds since the epoch.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Extract the expiration time.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Extract the contract expiration time.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.FeeSchedule
-
Extract the expiration time.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
-
Extract the time.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
Extract the expiration time.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* An expiration time for this topic, in seconds since the epoch.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* An expiration time for this topic, in seconds since the epoch.
- getExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* An expiration time for this topic, in seconds since the epoch.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated expiration time for this topic, in seconds since the epoch.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* An updated expiration time for this topic, in seconds since the epoch.
- getExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* An updated expiration time for this topic, in seconds since the epoch.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The point in time at which this contract will expire.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The point in time at which this contract will expire.
- getExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The point in time at which this contract will expire.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the time at which this contract will expire.<br/> An expired contract requires a rent payment to "renew" the contract.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* If set, modify the time at which this contract will expire.<br/> An expired contract requires a rent payment to "renew" the contract.
- getExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* If set, modify the time at which this contract will expire.<br/> An expired contract requires a rent payment to "renew" the contract.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The current expiration time for this account.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* The current expiration time for this account.
- getExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* The current expiration time for this account.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A new account expiration time, in seconds since the epoch.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* A new account expiration time, in seconds since the epoch.
- getExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* A new account expiration time, in seconds since the epoch.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate.Builder
-
* Expiration time stamp for this exchange rate.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
-
* Expiration time stamp for this exchange rate.
- getExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.ExchangeRateOrBuilder
-
* Expiration time stamp for this exchange rate.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* An expiration timestamp.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
-
* An expiration timestamp.
- getExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.FileCreateTransactionBodyOrBuilder
-
* An expiration timestamp.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* An expiration timestamp.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
-
* An expiration timestamp.
- getExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfoOrBuilder
-
* An expiration timestamp.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* An expiration timestamp.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
-
* An expiration timestamp.
- getExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBodyOrBuilder
-
* An expiration timestamp.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The current expiration time for this account.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* The current expiration time for this account.
- getExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* The current expiration time for this account.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* An expiration time.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
-
* An expiration time.
- getExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBodyOrBuilder
-
* An expiration time.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An expiration timestamp.<br/> This represents the time at which the schedule will expire.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* An expiration timestamp.<br/> This represents the time at which the schedule will expire.
- getExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* An expiration timestamp.<br/> This represents the time at which the schedule will expire.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A timestamp indicating when the file will be removed from state.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
-
* A timestamp indicating when the file will be removed from state.
- getExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBodyOrBuilder
-
* A timestamp indicating when the file will be removed from state.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
Get the expiration time
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.Extract the expiration time.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the expiration time.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the expiration time.
- getExpirationTime() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
- getExpiredAndPendingRemoval() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A flag indicating that the account is expired and pending removal.
- getExpiredAndPendingRemoval() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A flag indicating that the account is expired and pending removal.
- getExpiredAndPendingRemoval() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A flag indicating that the account is expired and pending removal.
- getExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An expiration timestamp.
- getExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An expiration timestamp.
- getExpiry() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An expiration timestamp.
- getExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* An expiration time for this token, in seconds since the epoch.
- getExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* An expiration time for this token, in seconds since the epoch.
- getExpiry() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* An expiration time for this token, in seconds since the epoch.
- getExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An expiration timestamp.
- getExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An expiration timestamp.
- getExpiry() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An expiration timestamp.
- getExpirySecond() - Method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder.Builder
-
* A consensus second in which the transaction is to be executed.
- getExpirySecond() - Method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
-
* A consensus second in which the transaction is to be executed.
- getExpirySecond() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduledOrderOrBuilder
-
* A consensus second in which the transaction is to be executed.
- getExpiryTime() - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* A time, in seconds since the `epoch`, when this fee schedule will expire.
- getExpiryTime() - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
-
* A time, in seconds since the `epoch`, when this fee schedule will expire.
- getExpiryTime() - Method in interface com.hedera.hashgraph.sdk.proto.FeeScheduleOrBuilder
-
* A time, in seconds since the `epoch`, when this fee schedule will expire.
- getExtensionPoint() - Method in class com.hedera.hashgraph.sdk.HookCreationDetails
-
Get the extension point for this hook.
- getExtensionPoint() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The type of the extension point the hook implements.
- getExtensionPoint() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* The type of the extension point the hook implements.
- getExtensionPoint() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* The type of the extension point the hook implements.
- getExtensionPoint() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* The extension point for the hook.
- getExtensionPoint() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
-
* The extension point for the hook.
- getExtensionPoint() - Method in interface com.hedera.hashgraph.sdk.proto.HookCreationDetailsOrBuilder
-
* The extension point for the hook.
- getExtensionPointValue() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The type of the extension point the hook implements.
- getExtensionPointValue() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* The type of the extension point the hook implements.
- getExtensionPointValue() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* The type of the extension point the hook implements.
- getExtensionPointValue() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* The extension point for the hook.
- getExtensionPointValue() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
-
* The extension point for the hook.
- getExtensionPointValue() - Method in interface com.hedera.hashgraph.sdk.proto.HookCreationDetailsOrBuilder
-
* The extension point for the hook.
- getExtras() - Method in class com.hedera.hashgraph.sdk.FeeEstimate
-
Extract the list of extra fees.
- getFailureReason() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If set, the reason the construction failed.
- getFailureReason() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* If set, the reason the construction failed.
- getFailureReason() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* If set, the reason the construction failed.
- getFailureReasonBytes() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If set, the reason the construction failed.
- getFailureReasonBytes() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* If set, the reason the construction failed.
- getFailureReasonBytes() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* If set, the reason the construction failed.
- getFallbackFee() - Method in class com.hedera.hashgraph.sdk.CustomRoyaltyFee
-
Get the fallback fixed fee.
- getFallbackFee() - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee.Builder
-
* A fixed fee to assess if no fungible value is known to be traded for the NFT.
- getFallbackFee() - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
-
* A fixed fee to assess if no fungible value is known to be traded for the NFT.
- getFallbackFee() - Method in interface com.hedera.hashgraph.sdk.proto.RoyaltyFeeOrBuilder
-
* A fixed fee to assess if no fungible value is known to be traded for the NFT.
- getFeeCase() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
- getFeeCase() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee
- getFeeCase() - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeOrBuilder
- getFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.CustomFee
-
Extract the fee collector account id.
- getFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that received the fee assessed.
- getFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
-
* An account that received the fee assessed.
- getFeeCollectorAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.AssessedCustomFeeOrBuilder
-
* An account that received the fee assessed.
- getFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* The account to receive the custom fee.
- getFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee
-
* The account to receive the custom fee.
- getFeeCollectorAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeOrBuilder
-
* The account to receive the custom fee.
- getFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee.Builder
-
* A collection account identifier.
- getFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
-
* A collection account identifier.
- getFeeCollectorAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.FixedCustomFeeOrBuilder
-
* A collection account identifier.
- getFeeData() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
Deprecated.
- getFeeData() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
-
Deprecated.
- getFeeData() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionFeeScheduleOrBuilder
-
Deprecated.proto.TransactionFeeSchedule.feeData is deprecated. See basic_types.proto;l=1987
- getFeeData() - Method in class com.hedera.hashgraph.sdk.TransactionFeeSchedule
-
Deprecated.
- getFeeExemptKeyList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* A set of keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* A set of keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyList() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* A set of keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyList(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyList(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyList(int) - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyList(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyList(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyList(int) - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyList(int) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyList(int) - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyList(int) - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListCount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListCount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListCount() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListCount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListCount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListCount() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListCount() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListCount() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListCount() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListList() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListList() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListList() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListList() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListList() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeyListOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- getFeeExemptKeys() - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Returns the keys that will be exempt from paying fees.
- getFeeExemptKeys() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Returns the keys that will be exempt from paying fees.
- getFeePerUnit() - Method in class com.hedera.hashgraph.sdk.FeeExtra
-
Extract the fee price per unit in tinycents.
- getFees() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayment.Builder
-
* The total amount of fees due to the node in tinybars
- getFees() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayment
-
* The total amount of fees due to the node in tinybars
- getFees() - Method in interface com.hedera.hapi.node.state.token.legacy.NodePaymentOrBuilder
-
* The total amount of fees due to the node in tinybars
- getFees() - Method in class com.hedera.hashgraph.sdk.TransactionFeeSchedule
-
Extract the list of fee's.
- getFees(int) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* The maximum fees that the user is willing to pay for the message.
- getFees(int) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
-
* The maximum fees that the user is willing to pay for the message.
- getFees(int) - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeLimitOrBuilder
-
* The maximum fees that the user is willing to pay for the message.
- getFees(int) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- getFees(int) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- getFees(int) - Method in interface com.hedera.hashgraph.sdk.proto.FixedCustomFeeListOrBuilder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- getFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- getFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- getFees(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransactionFeeScheduleOrBuilder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- getFeeScheduleFileIdFor(long, long) - Static method in class com.hedera.hashgraph.sdk.FileId
-
Get the `FileId` of the Hedera fee schedule for the given realm and shard.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for update or delete of custom fees.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* Access control for update or delete of custom fees.
- getFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* Access control for update or delete of custom fees.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* Access control for update/delete of custom fees.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* Access control for update/delete of custom fees.
- getFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* Access control for update/delete of custom fees.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Access control for update/delete of custom fees.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* Access control for update/delete of custom fees.
- getFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* Access control for update/delete of custom fees.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of the `custom_fees` field for this token.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access control of the `custom_fees` field for this token.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing the token custom fee schedule.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for managing the token custom fee schedule.
- getFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for managing the token custom fee schedule.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of the `custom_fees` field for this token.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access control of the `custom_fees` field for this token.
- getFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access control of the `custom_fees` field for this token.
- getFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access control of the `custom_fees` field for this token.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing the token custom fee schedule.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for managing the token custom fee schedule.
- getFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for managing the token custom fee schedule.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for update/delete of custom fees.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* Access control for update/delete of custom fees.
- getFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* Access control for update/delete of custom fees.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the fee schedule key.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the fee schedule key.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Returns the key which allows updates to the new topic’s fees.
- getFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Returns the key which allows updates to the new topic’s fees.
- getFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* The maximum fees that the user is willing to pay for the message.
- getFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
-
* The maximum fees that the user is willing to pay for the message.
- getFeesCount() - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeLimitOrBuilder
-
* The maximum fees that the user is willing to pay for the message.
- getFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- getFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- getFeesCount() - Method in interface com.hedera.hashgraph.sdk.proto.FixedCustomFeeListOrBuilder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- getFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- getFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- getFeesCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionFeeScheduleOrBuilder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- getFeesList() - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* The maximum fees that the user is willing to pay for the message.
- getFeesList() - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
-
* The maximum fees that the user is willing to pay for the message.
- getFeesList() - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeLimitOrBuilder
-
* The maximum fees that the user is willing to pay for the message.
- getFeesList() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- getFeesList() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- getFeesList() - Method in interface com.hedera.hashgraph.sdk.proto.FixedCustomFeeListOrBuilder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- getFeesList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- getFeesList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- getFeesList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionFeeScheduleOrBuilder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- getFeesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
-
* The maximum fees that the user is willing to pay for the message.
- getFeesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- getFeesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- getFeesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
-
* The maximum fees that the user is willing to pay for the message.
- getFeesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- getFeesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- getFileAppend() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Append data to the end of a file.
- getFileAppend() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Append data to the end of a file.
- getFileAppend() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Append data to the end of a file.
- getFileAppend() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Append data to the end of a file.
- getFileAppend() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Append data to the end of a file.
- getFileAppend() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Append data to the end of a file.
- getFileContent(Query) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingStub
-
Retrieve the content of a file in HFS.<br/> Note that this query retrieves _only_ the file content, not any of the metadata for the file.
- getFileContent(Query) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingV2Stub
-
Retrieve the content of a file in HFS.<br/> Note that this query retrieves _only_ the file content, not any of the metadata for the file.
- getFileContent(Query) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceFutureStub
-
Retrieve the content of a file in HFS.<br/> Note that this query retrieves _only_ the file content, not any of the metadata for the file.
- getFileContent(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.FileServiceGrpc.AsyncService
-
Retrieve the content of a file in HFS.<br/> Note that this query retrieves _only_ the file content, not any of the metadata for the file.
- getFileContent(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceStub
-
Retrieve the content of a file in HFS.<br/> Note that this query retrieves _only_ the file content, not any of the metadata for the file.
- getFileContents() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.Builder
-
* A combination of File identifier and content bytes.
- getFileContents() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
-
* A combination of File identifier and content bytes.
- getFileContents() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetContentsResponseOrBuilder
-
* A combination of File identifier and content bytes.
- getFileCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new file.
- getFileCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Create a new file.
- getFileCreate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Create a new file.
- getFileCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new file.
- getFileCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a new file.
- getFileCreate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a new file.
- getFileDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- getFileDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- getFileDelete() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- getFileDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- getFileDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- getFileDelete() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- getFileGetContents() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the content of a file.
- getFileGetContents() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get the content of a file.
- getFileGetContents() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get the content of a file.
- getFileGetContents() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the content of a file in the Hedera File Service (HFS).
- getFileGetContents() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting the content of a file in the Hedera File Service (HFS).
- getFileGetContents() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting the content of a file in the Hedera File Service (HFS).
- getFileGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a file.
- getFileGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get metadata for a file.
- getFileGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get metadata for a file.
- getFileGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting file metadata from the Hedera File Service (HFS).
- getFileGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting file metadata from the Hedera File Service (HFS).
- getFileGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting file metadata from the Hedera File Service (HFS).
- getFileHash() - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
The expected hash of the contents of the update file (used to verify the update)
- getFileHash() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* A SHA384 hash of file content.<br/> This is a hash of the file identified by `update_file`.
- getFileHash() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
-
* A SHA384 hash of file content.<br/> This is a hash of the file identified by `update_file`.
- getFileHash() - Method in interface com.hedera.hashgraph.sdk.proto.FreezeTransactionBodyOrBuilder
-
* A SHA384 hash of file content.<br/> This is a hash of the file identified by `update_file`.
- getFileId() - Method in class com.hedera.hashgraph.sdk.AddressBookQuery
-
Extract the file id.
- getFileId() - Method in class com.hedera.hashgraph.sdk.FileAppendTransaction
-
Extract the file id.
- getFileId() - Method in class com.hedera.hashgraph.sdk.FileContentsQuery
-
Extract the file id.
- getFileId() - Method in class com.hedera.hashgraph.sdk.FileDeleteTransaction
-
Extract the file id.
- getFileId() - Method in class com.hedera.hashgraph.sdk.FileInfoQuery
-
Extract the file id.
- getFileId() - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
Extract the file id.
- getFileId() - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
Extract the file id.
- getFileId() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* This file's ID within the global network state.
- getFileId() - Method in class com.hedera.hashgraph.sdk.proto.File
-
* This file's ID within the global network state.
- getFileId() - Method in interface com.hedera.hashgraph.sdk.proto.FileOrBuilder
-
* This file's ID within the global network state.
- getFileId() - Method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery.Builder
-
* The ID of the address book file on the network.
- getFileId() - Method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
-
* The ID of the address book file on the network.
- getFileId() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.AddressBookQueryOrBuilder
-
* The ID of the address book file on the network.
- getFileId() - Method in class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.Extract the file id.
- getFileId() - Method in class com.hedera.hashgraph.sdk.SystemUndeleteTransaction
-
Deprecated.Extract the file id.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The source for the smart contract EVM bytecode.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* The source for the smart contract EVM bytecode.
- getFileID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* The source for the smart contract EVM bytecode.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
Deprecated.
- getFileID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
Deprecated.proto.ContractUpdateTransactionBody.fileID is deprecated. See contract_update.proto;l=95
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The file ID of the file
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.* The file ID of the file
- getFileID() - Method in interface com.hedera.hashgraph.sdk.proto.EntityIDOrBuilder
-
Deprecated.* The file ID of the file
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody.Builder
-
* A file identifier.<br/> This identifies the file to which the `contents` will be appended.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
-
* A file identifier.<br/> This identifies the file to which the `contents` will be appended.
- getFileID() - Method in interface com.hedera.hashgraph.sdk.proto.FileAppendTransactionBodyOrBuilder
-
* A file identifier.<br/> This identifies the file to which the `contents` will be appended.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody.Builder
-
* A file identifier.<br/> This identifies the file to delete.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
-
* A file identifier.<br/> This identifies the file to delete.
- getFileID() - Method in interface com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBodyOrBuilder
-
* A file identifier.<br/> This identifies the file to delete.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery.Builder
-
* A file identifier.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
-
* A file identifier.
- getFileID() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetContentsQueryOrBuilder
-
* A file identifier.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents.Builder
-
* A file identifier.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
-
* A file identifier.
- getFileID() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContentsOrBuilder
-
* A file identifier.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery.Builder
-
* A file identifier.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
-
* A file identifier.
- getFileID() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoQueryOrBuilder
-
* A file identifier.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A file identifier.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
-
* A file identifier.
- getFileID() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfoOrBuilder
-
* A file identifier.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* A file identifier for the file to update.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
-
* A file identifier for the file to update.
- getFileID() - Method in interface com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBodyOrBuilder
-
* A file identifier for the file to update.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* A file identifier.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.* A file identifier.
- getFileID() - Method in interface com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponseOrBuilder
-
Deprecated.* A file identifier.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A file identifier.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
-
* A file identifier.
- getFileID() - Method in interface com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBodyOrBuilder
-
* A file identifier.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.Builder
-
* A file identifier.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
-
* A file identifier.
- getFileID() - Method in interface com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBodyOrBuilder
-
* A file identifier.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `FileCreate`, the id of the newly created file.
- getFileID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `FileCreate`, the id of the newly created file.
- getFileID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `FileCreate`, the id of the newly created file.
- getFileInfo() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.Builder
-
* A combination of fields from the requested file metadata.
- getFileInfo() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
-
* A combination of fields from the requested file metadata.
- getFileInfo() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponseOrBuilder
-
* A combination of fields from the requested file metadata.
- getFileInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingStub
-
Retrieve the metadata for a file in HFS.<br/> Note that this query does not retrieve the file _content_.
- getFileInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingV2Stub
-
Retrieve the metadata for a file in HFS.<br/> Note that this query does not retrieve the file _content_.
- getFileInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceFutureStub
-
Retrieve the metadata for a file in HFS.<br/> Note that this query does not retrieve the file _content_.
- getFileInfo(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.FileServiceGrpc.AsyncService
-
Retrieve the metadata for a file in HFS.<br/> Note that this query does not retrieve the file _content_.
- getFileInfo(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceStub
-
Retrieve the metadata for a file in HFS.<br/> Note that this query does not retrieve the file _content_.
- getFileMemo() - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
-
Extract the file's memo field.
- getFileMemo() - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
Extract the file's memo up to 100 bytes.
- getFileNum() - Method in class com.hedera.hashgraph.sdk.proto.FileID.Builder
-
* A whole number file identifier, unique within its realm and shard.
- getFileNum() - Method in class com.hedera.hashgraph.sdk.proto.FileID
-
* A whole number file identifier, unique within its realm and shard.
- getFileNum() - Method in interface com.hedera.hashgraph.sdk.proto.FileIDOrBuilder
-
* A whole number file identifier, unique within its realm and shard.
- getFileUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- getFileUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- getFileUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- getFileUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- getFileUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- getFileUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- getFirstConsTimeOfCurrentBlock() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- getFirstConsTimeOfCurrentBlock() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* A consensus timestamp.
- getFirstConsTimeOfCurrentBlock() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* A consensus timestamp.
- getFirstConsTimeOfLastBlock() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- getFirstConsTimeOfLastBlock() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* A consensus timestamp.
- getFirstConsTimeOfLastBlock() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* A consensus timestamp.
- getFirstContractStorageKey() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A contract storage key.<br/> This is the first key in the doubly-linked list of this contract's storage mappings.
- getFirstContractStorageKey() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A contract storage key.<br/> This is the first key in the doubly-linked list of this contract's storage mappings.
- getFirstContractStorageKey() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A contract storage key.<br/> This is the first key in the doubly-linked list of this contract's storage mappings.
- getFirstContractStorageKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* For an EVM hook, its first storage key.
- getFirstContractStorageKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* For an EVM hook, its first storage key.
- getFirstContractStorageKey() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* For an EVM hook, its first storage key.
- getFirstHookId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* If the account has more than zero hooks in use, the id of the first hook in its doubly-linked list of hooks.
- getFirstHookId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* If the account has more than zero hooks in use, the id of the first hook in its doubly-linked list of hooks.
- getFirstHookId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* If the account has more than zero hooks in use, the id of the first hook in its doubly-linked list of hooks.
- getFixedFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fixed fee to be charged to the `sender` for every token transfer.
- getFixedFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee
-
* A fixed fee to be charged to the `sender` for every token transfer.
- getFixedFee() - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeOrBuilder
-
* A fixed fee to be charged to the `sender` for every token transfer.
- getFixedFee() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee.Builder
-
* A fixed custom fee.
- getFixedFee() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
-
* A fixed custom fee.
- getFixedFee() - Method in interface com.hedera.hashgraph.sdk.proto.FixedCustomFeeOrBuilder
-
* A fixed custom fee.
- getFractionalAmount() - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* A Fraction of the transferred tokens to assess as a fee.<br/> This value MUST be less than or equal to one.<br/> This value MUST be greater than zero.
- getFractionalAmount() - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee
-
* A Fraction of the transferred tokens to assess as a fee.<br/> This value MUST be less than or equal to one.<br/> This value MUST be greater than zero.
- getFractionalAmount() - Method in interface com.hedera.hashgraph.sdk.proto.FractionalFeeOrBuilder
-
* A Fraction of the transferred tokens to assess as a fee.<br/> This value MUST be less than or equal to one.<br/> This value MUST be greater than zero.
- getFractionalFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fee defined as a fraction of the tokens transferred.
- getFractionalFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee
-
* A fee defined as a fraction of the tokens transferred.
- getFractionalFee() - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeOrBuilder
-
* A fee defined as a fraction of the tokens transferred.
- getFreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- getFreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- getFreeze() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- getFreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- getFreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- getFreeze() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- getFreezeDefault() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An initial Freeze status for accounts associated to this token.
- getFreezeDefault() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An initial Freeze status for accounts associated to this token.
- getFreezeDefault() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An initial Freeze status for accounts associated to this token.
- getFreezeDefault() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the freeze default.
- getFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control to freeze this token.
- getFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access control to freeze this token.
- getFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing asset "freeze".
- getFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for managing asset "freeze".
- getFreezeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for managing asset "freeze".
- getFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control to freeze this token.
- getFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access control to freeze this token.
- getFreezeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access control to freeze this token.
- getFreezeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access control to freeze this token.
- getFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing asset "freeze".
- getFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for managing asset "freeze".
- getFreezeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for managing asset "freeze".
- getFreezeKey() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the freeze key.
- getFreezeKey() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the freeze key.
- getFreezeMethod() - Static method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc
- getFreezeStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A Freeze status for the account with respect to this token.
- getFreezeStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
-
* A Freeze status for the account with respect to this token.
- getFreezeStatus() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationshipOrBuilder
-
* A Freeze status for the account with respect to this token.
- getFreezeStatusValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A Freeze status for the account with respect to this token.
- getFreezeStatusValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
-
* A Freeze status for the account with respect to this token.
- getFreezeStatusValue() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationshipOrBuilder
-
* A Freeze status for the account with respect to this token.
- getFreezeTokenAccountMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getFreezeType() - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
Extract the freeze type.
- getFreezeType() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* The type of freeze.
- getFreezeType() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
-
* The type of freeze.
- getFreezeType() - Method in interface com.hedera.hashgraph.sdk.proto.FreezeTransactionBodyOrBuilder
-
* The type of freeze.
- getFreezeTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* The type of freeze.
- getFreezeTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
-
* The type of freeze.
- getFreezeTypeValue() - Method in interface com.hedera.hashgraph.sdk.proto.FreezeTransactionBodyOrBuilder
-
* The type of freeze.
- getFrozen() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A flag indicating that this token relationship is frozen.
- getFrozen() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation
-
* A flag indicating that this token relationship is frozen.
- getFrozen() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationOrBuilder
-
* A flag indicating that this token relationship is frozen.
- getFunctionParameters() - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
-
Extract the function parameters.
- getFunctionParameters() - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
Extract the function parameters.
- getFunctionParameters() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The smart contract function to call, and the parameters to pass to that function.
- getFunctionParameters() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
-
* The smart contract function to call, and the parameters to pass to that function.
- getFunctionParameters() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallLocalQueryOrBuilder
-
* The smart contract function to call, and the parameters to pass to that function.
- getFunctionParameters() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* The smart contract function to call.
- getFunctionParameters() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
-
* The smart contract function to call.
- getFunctionParameters() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallTransactionBodyOrBuilder
-
* The smart contract function to call.
- getFunctionParameters() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* The smart contract function to call, and the parameters to pass to that function.<br/> These SHALL be presented in EVM bytecode function call format.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- getFunctionParameters() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* The smart contract function to call, and the parameters to pass to that function.<br/> These SHALL be presented in EVM bytecode function call format.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- getFunctionParameters() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* The smart contract function to call, and the parameters to pass to that function.<br/> These SHALL be presented in EVM bytecode function call format.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- getFunctionResult() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse.Builder
-
* The result(s) returned by the function call, if successful.
- getFunctionResult() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
-
* The result(s) returned by the function call, if successful.
- getFunctionResult() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallLocalResponseOrBuilder
-
* The result(s) returned by the function call, if successful.
- getFungibleToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenReference.Builder
-
* A fungible/common token type.
- getFungibleToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenReference
-
* A fungible/common token type.
- getFungibleToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenReferenceOrBuilder
-
* A fungible/common token type.
- getFungibleTokenType() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A token identifier.<br/> This is the type of token for a fungible/common token airdrop.
- getFungibleTokenType() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
-
* A token identifier.<br/> This is the type of token for a fungible/common token airdrop.
- getFungibleTokenType() - Method in interface com.hedera.hashgraph.sdk.proto.PendingAirdropIdOrBuilder
-
* A token identifier.<br/> This is the type of token for a fungible/common token airdrop.
- getGas() - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
-
Extract the gas.
- getGas() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Extract the gas.
- getGas() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Extract the gas.
- getGas() - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
Extract the gas.
- getGas() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The amount of "gas" to use for this call.
- getGas() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
-
* The amount of "gas" to use for this call.
- getGas() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallLocalQueryOrBuilder
-
* The amount of "gas" to use for this call.
- getGas() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* A maximum limit to the amount of gas to use for this call.
- getGas() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
-
* A maximum limit to the amount of gas to use for this call.
- getGas() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallTransactionBodyOrBuilder
-
* A maximum limit to the amount of gas to use for this call.
- getGas() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* A maximum limit to the amount of gas to use for the constructor call.
- getGas() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* A maximum limit to the amount of gas to use for the constructor call.
- getGas() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* A maximum limit to the amount of gas to use for the constructor call.
- getGas() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* The amount of gas available for this call, sometimes referred to as the gasLimit.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- getGas() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* The amount of gas available for this call, sometimes referred to as the gasLimit.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- getGas() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* The amount of gas available for this call, sometimes referred to as the gasLimit.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- getGas() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Compute: Ethereum term for a derivative EVM compute resource.<br/> The fee of computation for a smart contract transaction.
- getGas() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents
-
* Compute: Ethereum term for a derivative EVM compute resource.<br/> The fee of computation for a smart contract transaction.
- getGas() - Method in interface com.hedera.hashgraph.sdk.proto.FeeComponentsOrBuilder
-
* Compute: Ethereum term for a derivative EVM compute resource.<br/> The fee of computation for a smart contract transaction.
- getGas() - Method in class com.hedera.hashgraph.sdk.proto.InternalCallContext.Builder
-
* The gas available for the call.<br/>
- getGas() - Method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
-
* The gas available for the call.<br/>
- getGas() - Method in interface com.hedera.hashgraph.sdk.proto.InternalCallContextOrBuilder
-
* The gas available for the call.<br/>
- getGasLevelStarts(int) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- getGasLevelStarts(int) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- getGasLevelStarts(int) - Method in interface com.hedera.hashgraph.sdk.proto.CongestionLevelStartsOrBuilder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- getGasLevelStartsCount() - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- getGasLevelStartsCount() - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- getGasLevelStartsCount() - Method in interface com.hedera.hashgraph.sdk.proto.CongestionLevelStartsOrBuilder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- getGasLevelStartsList() - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- getGasLevelStartsList() - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- getGasLevelStartsList() - Method in interface com.hedera.hashgraph.sdk.proto.CongestionLevelStartsOrBuilder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- getGasLevelStartsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- getGasLevelStartsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- getGasLimit() - Method in class com.hedera.hashgraph.sdk.EvmHookCall
-
Get the gas limit for this hook call.
- getGasLimit() - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- getGasLimit() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookCall.Builder
-
* The gas limit to use.
- getGasLimit() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
-
* The gas limit to use.
- getGasLimit() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookCallOrBuilder
-
* The gas limit to use.
- getGasPrice() - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- getGasThrottle() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A single snapshot for the gas throttle.
- getGasThrottle() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
-
* A single snapshot for the gas throttle.
- getGasThrottle() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotsOrBuilder
-
* A single snapshot for the gas throttle.
- getGasUsed() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A quantity of "gas" used.<br/> This represents the resource units expended to execute this contract call, and correlates to transaction costs.
- getGasUsed() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* A quantity of "gas" used.<br/> This represents the resource units expended to execute this contract call, and correlates to transaction costs.
- getGasUsed() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* A quantity of "gas" used.<br/> This represents the resource units expended to execute this contract call, and correlates to transaction costs.
- getGasUsed() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* EVM gas used.
- getGasUsed() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* EVM gas used.
- getGasUsed() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* EVM gas used.
- getGeneralService() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A general service.<br/> A general service endpoint represents any network accessible service that is provided by a registered node but that is not a service currently defined as part of the Hiero Ledger system.
- getGeneralService() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A general service.<br/> A general service endpoint represents any network accessible service that is provided by a registered node but that is not a service currently defined as part of the Hiero Ledger system.
- getGeneralService() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A general service.<br/> A general service endpoint represents any network accessible service that is provided by a registered node but that is not a service currently defined as part of the Hiero Ledger system.
- getGenerateReceiveRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.generateReceiveRecordThreshold is deprecated. See crypto_get_info.proto;l=162
- getGenerateReceiveRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.generateReceiveRecordThreshold is deprecated. See crypto_get_info.proto;l=162
- getGenerateReceiveRecordThreshold() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.generateReceiveRecordThreshold is deprecated. See crypto_get_info.proto;l=162
- getGenerateRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.proto.TransactionBody.generateRecord is deprecated. See transaction.proto;l=239
- getGenerateRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
Deprecated.proto.TransactionBody.generateRecord is deprecated. See transaction.proto;l=239
- getGenerateRecord() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
Deprecated.proto.TransactionBody.generateRecord is deprecated. See transaction.proto;l=239
- getGenerateSendRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.generateSendRecordThreshold is deprecated. See crypto_get_info.proto;l=155
- getGenerateSendRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.generateSendRecordThreshold is deprecated. See crypto_get_info.proto;l=155
- getGenerateSendRecordThreshold() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.generateSendRecordThreshold is deprecated. See crypto_get_info.proto;l=155
- getGeneration() - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor.Builder
-
* The generation of the event.<br/> This value SHALL be **one greater** than the _maximum_ generation of all parents.<br/>
- getGeneration() - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
-
* The generation of the event.<br/> This value SHALL be **one greater** than the _maximum_ generation of all parents.<br/>
- getGeneration() - Method in interface com.hedera.hapi.platform.event.legacy.EventDescriptorOrBuilder
-
* The generation of the event.<br/> This value SHALL be **one greater** than the _maximum_ generation of all parents.<br/>
- getGenericLevelStarts(int) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- getGenericLevelStarts(int) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- getGenericLevelStarts(int) - Method in interface com.hedera.hashgraph.sdk.proto.CongestionLevelStartsOrBuilder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- getGenericLevelStartsCount() - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- getGenericLevelStartsCount() - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- getGenericLevelStartsCount() - Method in interface com.hedera.hashgraph.sdk.proto.CongestionLevelStartsOrBuilder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- getGenericLevelStartsList() - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- getGenericLevelStartsList() - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- getGenericLevelStartsList() - Method in interface com.hedera.hashgraph.sdk.proto.CongestionLevelStartsOrBuilder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- getGenericLevelStartsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- getGenericLevelStartsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- getGetAccountDetailsMethod() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc
- getGetAccountInfoMethod() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getGetAccountRecordsMethod() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getGetByKey() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get all entities associated with a given key.
- getGetByKey() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get all entities associated with a given key.
- getGetByKey() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get all entities associated with a given key.
- getGetByKey() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting all accounts, claims, files, and smart contract instances whose associated keys include the given Key.
- getGetByKey() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting all accounts, claims, files, and smart contract instances whose associated keys include the given Key.
- getGetByKey() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting all accounts, claims, files, and smart contract instances whose associated keys include the given Key.
- getGetBySolidityID() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get an Hedera identifier associated with an identifier in EVM "Solidity" form.<br/> Most often used in smart contracts to find an Hedera account, file, or contract identifier to pass to a system contract or precompile.
- getGetBySolidityID() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get an Hedera identifier associated with an identifier in EVM "Solidity" form.<br/> Most often used in smart contracts to find an Hedera account, file, or contract identifier to pass to a system contract or precompile.
- getGetBySolidityID() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get an Hedera identifier associated with an identifier in EVM "Solidity" form.<br/> Most often used in smart contracts to find an Hedera account, file, or contract identifier to pass to a system contract or precompile.
- getGetBySolidityID() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting Contract, Account, and File identifiers for a smart contract, given a Solidity identifier.
- getGetBySolidityID() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting Contract, Account, and File identifiers for a smart contract, given a Solidity identifier.
- getGetBySolidityID() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting Contract, Account, and File identifiers for a smart contract, given a Solidity identifier.
- getGetBySolidityIDMethod() - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- getGetContractInfoMethod() - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- getGetExecutionTimeMethod() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc
- getGetFileContentMethod() - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
- getGetFileInfoMethod() - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
- getGetLiveHashMethod() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getGetNodesMethod() - Static method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc
- getGetScheduleInfoMethod() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc
- getGetTokenInfoMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getGetTokenNftInfoMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getGetTopicInfoMethod() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc
- getGetTransactionReceiptsMethod() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getGetTxRecordByContractIDMethod() - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- getGetTxRecordByTxIDMethod() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getGetVersionInfoMethod() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc
- getGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Extract the certificate used to sign gossip events.
- getGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Extract the certificate used to sign gossip events.
- getGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A certificate used to sign gossip events.
- getGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A certificate used to sign gossip events.
- getGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A certificate used to sign gossip events.
- getGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A certificate used to sign gossip events.
- getGossipCaCertificate() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A certificate used to sign gossip events.
- getGossipCaCertificate() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A certificate used to sign gossip events.
- getGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A certificate used to sign gossip events.
- getGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A certificate used to sign gossip events.
- getGossipCaCertificate() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A certificate used to sign gossip events.
- getGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* An RSA public certificate used for signing gossip events.
- getGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry
-
* An RSA public certificate used for signing gossip events.
- getGossipCaCertificate() - Method in interface com.hedera.hashgraph.sdk.proto.RosterEntryOrBuilder
-
* An RSA public certificate used for signing gossip events.
- getGossipEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for gossip.
- getGossipEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A list of service endpoints for gossip.
- getGossipEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- getGossipEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A list of service endpoints for gossip.
- getGossipEndpoint(int) - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A list of service endpoints for gossip.
- getGossipEndpoint(int) - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A list of service endpoints for gossip.
- getGossipEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- getGossipEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A list of service endpoints for gossip.
- getGossipEndpoint(int) - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A list of service endpoints for gossip.
- getGossipEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A list of service endpoints for gossip.
- getGossipEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry
-
* A list of service endpoints for gossip.
- getGossipEndpoint(int) - Method in interface com.hedera.hashgraph.sdk.proto.RosterEntryOrBuilder
-
* A list of service endpoints for gossip.
- getGossipEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for gossip.
- getGossipEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A list of service endpoints for gossip.
- getGossipEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- getGossipEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A list of service endpoints for gossip.
- getGossipEndpointCount() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A list of service endpoints for gossip.
- getGossipEndpointCount() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A list of service endpoints for gossip.
- getGossipEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- getGossipEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A list of service endpoints for gossip.
- getGossipEndpointCount() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A list of service endpoints for gossip.
- getGossipEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A list of service endpoints for gossip.
- getGossipEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry
-
* A list of service endpoints for gossip.
- getGossipEndpointCount() - Method in interface com.hedera.hashgraph.sdk.proto.RosterEntryOrBuilder
-
* A list of service endpoints for gossip.
- getGossipEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for gossip.
- getGossipEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A list of service endpoints for gossip.
- getGossipEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- getGossipEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A list of service endpoints for gossip.
- getGossipEndpointList() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A list of service endpoints for gossip.
- getGossipEndpointList() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A list of service endpoints for gossip.
- getGossipEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- getGossipEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A list of service endpoints for gossip.
- getGossipEndpointList() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A list of service endpoints for gossip.
- getGossipEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A list of service endpoints for gossip.
- getGossipEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry
-
* A list of service endpoints for gossip.
- getGossipEndpointList() - Method in interface com.hedera.hashgraph.sdk.proto.RosterEntryOrBuilder
-
* A list of service endpoints for gossip.
- getGossipEndpointOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A list of service endpoints for gossip.
- getGossipEndpointOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A list of service endpoints for gossip.
- getGossipEndpointOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A list of service endpoints for gossip.
- getGossipEndpointOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry
-
* A list of service endpoints for gossip.
- getGossipEndpointOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A list of service endpoints for gossip.
- getGossipEndpointOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A list of service endpoints for gossip.
- getGossipEndpointOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A list of service endpoints for gossip.
- getGossipEndpointOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry
-
* A list of service endpoints for gossip.
- getGossipEndpoints() - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Extract the list of service endpoints for gossip.
- getGossipEndpoints() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Extract the list of service endpoints for gossip.
- getGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If the network is still gathering hinTS keys for this construction, the time at which honest nodes should stop waiting for tardy publications and begin preprocessing as soon as there are valid hinTS keys for nodes with >2/3 weight in the target roster.
- getGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
-
* If the network is still gathering hinTS keys for this construction, the time at which honest nodes should stop waiting for tardy publications and begin preprocessing as soon as there are valid hinTS keys for nodes with >2/3 weight in the target roster.
- getGracePeriodEndTime() - Method in interface com.hedera.hashgraph.sdk.proto.HintsConstructionOrBuilder
-
* If the network is still gathering hinTS keys for this construction, the time at which honest nodes should stop waiting for tardy publications and begin preprocessing as soon as there are valid hinTS keys for nodes with >2/3 weight in the target roster.
- getGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If the network is still gathering proof keys for this construction, the next time at which nodes should stop waiting for tardy proof keys and assemble the history to be proven as soon as it has the associated metadata and proof keys for nodes with >2/3 weight in the target roster.
- getGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* If the network is still gathering proof keys for this construction, the next time at which nodes should stop waiting for tardy proof keys and assemble the history to be proven as soon as it has the associated metadata and proof keys for nodes with >2/3 weight in the target roster.
- getGracePeriodEndTime() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* If the network is still gathering proof keys for this construction, the next time at which nodes should stop waiting for tardy proof keys and assemble the history to be proven as soon as it has the associated metadata and proof keys for nodes with >2/3 weight in the target roster.
- getGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState.Builder
-
* If the network is still gathering WRAPS messages for the R2 or R3 protocol phase, the next time at which nodes should stop waiting for tardy messages from R1 participants and start over.
- getGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
-
* If the network is still gathering WRAPS messages for the R2 or R3 protocol phase, the next time at which nodes should stop waiting for tardy messages from R1 participants and start over.
- getGracePeriodEndTime() - Method in interface com.hedera.hashgraph.sdk.proto.WrapsSigningStateOrBuilder
-
* If the network is still gathering WRAPS messages for the R2 or R3 protocol phase, the next time at which nodes should stop waiting for tardy messages from R1 participants and start over.
- getGrantedCryptoAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- getGrantedCryptoAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of crypto (HBAR) allowances approved by this account.
- getGrantedCryptoAllowances(int) - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A list of crypto (HBAR) allowances approved by this account.
- getGrantedCryptoAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- getGrantedCryptoAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of crypto (HBAR) allowances approved by this account.
- getGrantedCryptoAllowancesCount() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A list of crypto (HBAR) allowances approved by this account.
- getGrantedCryptoAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- getGrantedCryptoAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of crypto (HBAR) allowances approved by this account.
- getGrantedCryptoAllowancesList() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A list of crypto (HBAR) allowances approved by this account.
- getGrantedCryptoAllowancesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of crypto (HBAR) allowances approved by this account.
- getGrantedCryptoAllowancesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of crypto (HBAR) allowances approved by this account.
- getGrantedNftAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getGrantedNftAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getGrantedNftAllowances(int) - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getGrantedNftAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getGrantedNftAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getGrantedNftAllowancesCount() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getGrantedNftAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getGrantedNftAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getGrantedNftAllowancesList() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getGrantedNftAllowancesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getGrantedNftAllowancesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of non-fungible token (NFT) allowances approved by this account.
- getGrantedTokenAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of fungible token allowances approved by this account.
- getGrantedTokenAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of fungible token allowances approved by this account.
- getGrantedTokenAllowances(int) - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A list of fungible token allowances approved by this account.
- getGrantedTokenAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of fungible token allowances approved by this account.
- getGrantedTokenAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of fungible token allowances approved by this account.
- getGrantedTokenAllowancesCount() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A list of fungible token allowances approved by this account.
- getGrantedTokenAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of fungible token allowances approved by this account.
- getGrantedTokenAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of fungible token allowances approved by this account.
- getGrantedTokenAllowancesList() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A list of fungible token allowances approved by this account.
- getGrantedTokenAllowancesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of fungible token allowances approved by this account.
- getGrantedTokenAllowancesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A list of fungible token allowances approved by this account.
- getGrantKycToTokenAccountMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getGrpcCertificateHash() - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Extract the hash of the node gRPC TLS certificate.
- getGrpcCertificateHash() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Extract the hash of the node gRPC TLS certificate.
- getGrpcCertificateHash() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A hash of the node gRPC certificate.
- getGrpcCertificateHash() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A hash of the node gRPC certificate.
- getGrpcCertificateHash() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A hash of the node gRPC TLS certificate.
- getGrpcCertificateHash() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A hash of the node gRPC TLS certificate.
- getGrpcCertificateHash() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A hash of the node gRPC TLS certificate.
- getGrpcCertificateHash() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A hash of the node gRPC certificate.
- getGrpcCertificateHash() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A hash of the node gRPC TLS certificate.
- getGrpcCertificateHash() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A hash of the node gRPC TLS certificate.
- getGrpcCertificateHash() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A hash of the node gRPC TLS certificate.
- getGrpcDeadline() - Method in class com.hedera.hashgraph.sdk.Client
-
Maximum amount of time a gRPC request can run
- getGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- getGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A web proxy for gRPC from non-gRPC clients.
- getGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- getGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A web proxy for gRPC from non-gRPC clients.
- getGrpcProxyEndpoint() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A web proxy for gRPC from non-gRPC clients.
- getGrpcProxyEndpoint() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A web proxy for gRPC from non-gRPC clients.
- getGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- getGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A web proxy for gRPC from non-gRPC clients.
- getGrpcProxyEndpoint() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A web proxy for gRPC from non-gRPC clients.
- getGrpcRequest(int) - Method in class com.hedera.hashgraph.sdk.Executable
- getGrpcWebProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Get a web proxy for gRPC from non-gRPC clients.
- getGrpcWebProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Get a web proxy for gRPC from non-gRPC clients.
- getHapiProtoVersion() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* An API version.
- getHapiProtoVersion() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
-
* An API version.
- getHapiProtoVersion() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponseOrBuilder
-
* An API version.
- getHash() - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor.Builder
-
* The hash of the event.<br/> The hash SHALL be a SHA-384 hash.<br/> The hash SHALL have the following inputs, in the specified order:<br/> 1.
- getHash() - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
-
* The hash of the event.<br/> The hash SHALL be a SHA-384 hash.<br/> The hash SHALL have the following inputs, in the specified order:<br/> 1.
- getHash() - Method in interface com.hedera.hapi.platform.event.legacy.EventDescriptorOrBuilder
-
* The hash of the event.<br/> The hash SHALL be a SHA-384 hash.<br/> The hash SHALL have the following inputs, in the specified order:<br/> 1.
- getHash() - Method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction.Builder
-
* The hash of the state snapshot being signed.<br/> This hash MUST be a SHA-384 hash.
- getHash() - Method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
-
* The hash of the state snapshot being signed.<br/> This hash MUST be a SHA-384 hash.
- getHash() - Method in interface com.hedera.hapi.platform.event.legacy.StateSignatureTransactionOrBuilder
-
* The hash of the state snapshot being signed.<br/> This hash MUST be a SHA-384 hash.
- getHash() - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.Extract the hash.
- getHash() - Method in class com.hedera.hashgraph.sdk.LiveHashDeleteTransaction
-
Deprecated.Extract the hash.
- getHash() - Method in class com.hedera.hashgraph.sdk.LiveHashQuery
-
Deprecated.Extract the hash.
- getHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* The specific SHA-384 live hash to inspect
- getHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
-
* The specific SHA-384 live hash to inspect
- getHash() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQueryOrBuilder
-
* The specific SHA-384 live hash to inspect
- getHash() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A SHA-384 hash of some content that is associated to the account or account holder.
- getHash() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash
-
* A SHA-384 hash of some content that is associated to the account or account holder.
- getHash() - Method in interface com.hedera.hashgraph.sdk.proto.LiveHashOrBuilder
-
* A SHA-384 hash of some content that is associated to the account or account holder.
- getHbarAllowanceDeletions() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceDeleteTransaction
-
Deprecated.with no replacement
- getHbarAllowances() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.Get the Hbar allowances
- getHbarAllowances() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Deprecated.- Use
AccountAllowanceApproveTransaction.getHbarApprovals()instead - getHbarAmount() - Method in class com.hedera.hashgraph.sdk.CustomFixedFee
-
Extract the fee amount.
- getHbarApprovals() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Extract the list of hbar allowances.
- getHbarEquiv() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate.Builder
-
* Denominator for a ratio of USD cents per HBAR.
- getHbarEquiv() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
-
* Denominator for a ratio of USD cents per HBAR.
- getHbarEquiv() - Method in interface com.hedera.hashgraph.sdk.proto.ExchangeRateOrBuilder
-
* Denominator for a ratio of USD cents per HBAR.
- getHbarTransfers() - Method in class com.hedera.hashgraph.sdk.TransferTransaction
-
Extract the of hbar transfers.
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallLocalQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallLocalResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetRecordsQueryOrBuilder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponseOrBuilder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetStakersQueryOrBuilder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponseOrBuilder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetContentsQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetContentsResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.GetByKeyQueryOrBuilder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.GetByKeyResponseOrBuilder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.GetBySolidityIDQueryOrBuilder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponseOrBuilder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQueryOrBuilder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponseOrBuilder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQueryOrBuilder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponseOrBuilder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- getHeadNftId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A NftID at the head of the linked list for this account from the unique tokens map.<br/> The unique token relations are connected by including the "next" and "previous" NftID in each Nft message.
- getHeadNftId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A NftID at the head of the linked list for this account from the unique tokens map.<br/> The unique token relations are connected by including the "next" and "previous" NftID in each Nft message.
- getHeadNftId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A NftID at the head of the linked list for this account from the unique tokens map.<br/> The unique token relations are connected by including the "next" and "previous" NftID in each Nft message.
- getHeadNftSerialNumber() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A serial number in the NftID at the head of the linked list for this account from unique tokens map.
- getHeadNftSerialNumber() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A serial number in the NftID at the head of the linked list for this account from unique tokens map.
- getHeadNftSerialNumber() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A serial number in the NftID at the head of the linked list for this account from unique tokens map.
- getHeadPendingAirdropId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A pending airdrop ID.<br/> This is the head of the linked list for this account from the account airdrops map.<br/> <p> The account airdrops SHALL be connected by including the "next" and "previous" `PendingAirdropID` in each `AccountAirdrop` message.<br/> This value SHALL NOT be empty if this account is "sender" for any pending airdrop, and SHALL be empty otherwise.
- getHeadPendingAirdropId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A pending airdrop ID.<br/> This is the head of the linked list for this account from the account airdrops map.<br/> <p> The account airdrops SHALL be connected by including the "next" and "previous" `PendingAirdropID` in each `AccountAirdrop` message.<br/> This value SHALL NOT be empty if this account is "sender" for any pending airdrop, and SHALL be empty otherwise.
- getHeadPendingAirdropId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A pending airdrop ID.<br/> This is the head of the linked list for this account from the account airdrops map.<br/> <p> The account airdrops SHALL be connected by including the "next" and "previous" `PendingAirdropID` in each `AccountAirdrop` message.<br/> This value SHALL NOT be empty if this account is "sender" for any pending airdrop, and SHALL be empty otherwise.
- getHeadTokenId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A token ID at the head of the linked list for this account from the token relations map.<br/> The token relations are connected by including the "next" and "previous" TokenID in each TokenRelation message.
- getHeadTokenId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A token ID at the head of the linked list for this account from the token relations map.<br/> The token relations are connected by including the "next" and "previous" TokenID in each TokenRelation message.
- getHeadTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A token ID at the head of the linked list for this account from the token relations map.<br/> The token relations are connected by including the "next" and "previous" TokenID in each TokenRelation message.
- getHederaFunctionality() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* An enumeration for a particular transaction or query.<br/> The functionality type determines the base cost parameters.
- getHederaFunctionality() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
-
* An enumeration for a particular transaction or query.<br/> The functionality type determines the base cost parameters.
- getHederaFunctionality() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionFeeScheduleOrBuilder
-
* An enumeration for a particular transaction or query.<br/> The functionality type determines the base cost parameters.
- getHederaFunctionalityValue() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* An enumeration for a particular transaction or query.<br/> The functionality type determines the base cost parameters.
- getHederaFunctionalityValue() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
-
* An enumeration for a particular transaction or query.<br/> The functionality type determines the base cost parameters.
- getHederaFunctionalityValue() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionFeeScheduleOrBuilder
-
* An enumeration for a particular transaction or query.<br/> The functionality type determines the base cost parameters.
- getHederaServicesVersion() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* A Services version.
- getHederaServicesVersion() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
-
* A Services version.
- getHederaServicesVersion() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponseOrBuilder
-
* A Services version.
- getHighVolume() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* If set to true, this bucket is used for high-volume throttles.
- getHighVolume() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
-
* If set to true, this bucket is used for high-volume throttles.
- getHighVolume() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleBucketOrBuilder
-
* If set to true, this bucket is used for high-volume throttles.
- getHighVolume() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* If set to true, this transaction uses high-volume throttles and pricing for entity creation.
- getHighVolume() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* If set to true, this transaction uses high-volume throttles and pricing for entity creation.
- getHighVolume() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* If set to true, this transaction uses high-volume throttles and pricing for entity creation.
- getHighVolume() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Extract the high-volume flag.
- getHighVolumeMultiplier() - Method in class com.hedera.hashgraph.sdk.FeeEstimateResponse
-
Extract the high-volume throttle multiplier.
- getHighVolumePricingMultiplier() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A high volume pricing multiplier.
- getHighVolumePricingMultiplier() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A high volume pricing multiplier.
- getHighVolumePricingMultiplier() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A high volume pricing multiplier.
- getHighVolumeThrottle() - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Extract the high-volume throttle utilization in basis points.
- getHintsKey() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody.Builder
-
* The party's hinTS key.
- getHintsKey() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
-
* The party's hinTS key.
- getHintsKey() - Method in interface com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBodyOrBuilder
-
* The party's hinTS key.
- getHintsKeyPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for publishing a node's hintTS key.
- getHintsKeyPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for publishing a node's hintTS key.
- getHintsKeyPublication() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for publishing a node's hintTS key.
- getHintsPartialSignature() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for broadcasting a node's hintTS partial signature on a message.
- getHintsPartialSignature() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for broadcasting a node's hintTS partial signature on a message.
- getHintsPartialSignature() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for broadcasting a node's hintTS partial signature on a message.
- getHintsPreprocessingVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on hinTS aggregation keys.
- getHintsPreprocessingVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for voting on hinTS aggregation keys.
- getHintsPreprocessingVote() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for voting on hinTS aggregation keys.
- getHintsScheme() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If set, the completed hinTS scheme.
- getHintsScheme() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
-
* If set, the completed hinTS scheme.
- getHintsScheme() - Method in interface com.hedera.hashgraph.sdk.proto.HintsConstructionOrBuilder
-
* If set, the completed hinTS scheme.
- getHistory() - Method in class com.hedera.hashgraph.sdk.proto.HistorySignature.Builder
-
* The new history the node is signing.
- getHistory() - Method in class com.hedera.hashgraph.sdk.proto.HistorySignature
-
* The new history the node is signing.
- getHistory() - Method in interface com.hedera.hashgraph.sdk.proto.HistorySignatureOrBuilder
-
* The new history the node is signing.
- getHistoryProofKey() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution.Builder
-
* The public key the node used to contribute to history proofs when the ledger id was published.
- getHistoryProofKey() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
-
* The public key the node used to contribute to history proofs when the ledger id was published.
- getHistoryProofKey() - Method in interface com.hedera.hapi.node.tss.legacy.LedgerIdNodeContributionOrBuilder
-
* The public key the node used to contribute to history proofs when the ledger id was published.
- getHistoryProofKeyPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for publishing a node's metadata proof key.
- getHistoryProofKeyPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for publishing a node's metadata proof key.
- getHistoryProofKeyPublication() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for publishing a node's metadata proof key.
- getHistoryProofSignature() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for contributed a signature with a node's proof key to a history proof.
- getHistoryProofSignature() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for contributed a signature with a node's proof key to a history proof.
- getHistoryProofSignature() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for contributed a signature with a node's proof key to a history proof.
- getHistoryProofVerificationKey() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The key to use when verifying recursive chain-of-trust proofs that extend from this ledger id.
- getHistoryProofVerificationKey() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
-
* The key to use when verifying recursive chain-of-trust proofs that extend from this ledger id.
- getHistoryProofVerificationKey() - Method in interface com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBodyOrBuilder
-
* The key to use when verifying recursive chain-of-trust proofs that extend from this ledger id.
- getHistoryProofVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on a metadata proof descending from the ledger id.
- getHistoryProofVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for voting on a metadata proof descending from the ledger id.
- getHistoryProofVote() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for voting on a metadata proof descending from the ledger id.
- getHistorySignature() - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature.Builder
-
* The signature on some new history.
- getHistorySignature() - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
-
* The signature on some new history.
- getHistorySignature() - Method in interface com.hedera.hashgraph.sdk.proto.RecordedHistorySignatureOrBuilder
-
* The signature on some new history.
- getHook() - Method in class com.hedera.hashgraph.sdk.HookCreationDetails
-
Get the hook implementation.
- getHookCallCase() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
- getHookCallCase() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- getHookCallCase() - Method in interface com.hedera.hashgraph.sdk.proto.AccountAmountOrBuilder
- getHookCase() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
- getHookCase() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- getHookCase() - Method in interface com.hedera.hashgraph.sdk.proto.HookCreationDetailsOrBuilder
- getHookContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The id of the contract with this hook's bytecode.
- getHookContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* The id of the contract with this hook's bytecode.
- getHookContractId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* The id of the contract with this hook's bytecode.
- getHookCreationDetails(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this contract.
- getHookCreationDetails(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* Details of hooks to add immediately after creating this contract.
- getHookCreationDetails(int) - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* Details of hooks to add immediately after creating this contract.
- getHookCreationDetails(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The hooks to create for the contract.
- getHookCreationDetails(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* The hooks to create for the contract.
- getHookCreationDetails(int) - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* The hooks to create for the contract.
- getHookCreationDetails(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this account.
- getHookCreationDetails(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* Details of hooks to add immediately after creating this account.
- getHookCreationDetails(int) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* Details of hooks to add immediately after creating this account.
- getHookCreationDetails(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The hooks to create for the account.
- getHookCreationDetails(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* The hooks to create for the account.
- getHookCreationDetails(int) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* The hooks to create for the account.
- getHookCreationDetailsCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this contract.
- getHookCreationDetailsCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* Details of hooks to add immediately after creating this contract.
- getHookCreationDetailsCount() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* Details of hooks to add immediately after creating this contract.
- getHookCreationDetailsCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The hooks to create for the contract.
- getHookCreationDetailsCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* The hooks to create for the contract.
- getHookCreationDetailsCount() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* The hooks to create for the contract.
- getHookCreationDetailsCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this account.
- getHookCreationDetailsCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* Details of hooks to add immediately after creating this account.
- getHookCreationDetailsCount() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* Details of hooks to add immediately after creating this account.
- getHookCreationDetailsCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The hooks to create for the account.
- getHookCreationDetailsCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* The hooks to create for the account.
- getHookCreationDetailsCount() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* The hooks to create for the account.
- getHookCreationDetailsList() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this contract.
- getHookCreationDetailsList() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* Details of hooks to add immediately after creating this contract.
- getHookCreationDetailsList() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* Details of hooks to add immediately after creating this contract.
- getHookCreationDetailsList() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The hooks to create for the contract.
- getHookCreationDetailsList() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* The hooks to create for the contract.
- getHookCreationDetailsList() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* The hooks to create for the contract.
- getHookCreationDetailsList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this account.
- getHookCreationDetailsList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* Details of hooks to add immediately after creating this account.
- getHookCreationDetailsList() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* Details of hooks to add immediately after creating this account.
- getHookCreationDetailsList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The hooks to create for the account.
- getHookCreationDetailsList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* The hooks to create for the account.
- getHookCreationDetailsList() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* The hooks to create for the account.
- getHookCreationDetailsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* Details of hooks to add immediately after creating this contract.
- getHookCreationDetailsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* The hooks to create for the contract.
- getHookCreationDetailsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* Details of hooks to add immediately after creating this account.
- getHookCreationDetailsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* The hooks to create for the account.
- getHookCreationDetailsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* Details of hooks to add immediately after creating this contract.
- getHookCreationDetailsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* The hooks to create for the contract.
- getHookCreationDetailsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* Details of hooks to add immediately after creating this account.
- getHookCreationDetailsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* The hooks to create for the account.
- getHookDispatch() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* An internal-only transaction body for dispatching a hook CRUD operation.
- getHookDispatch() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* An internal-only transaction body for dispatching a hook CRUD operation.
- getHookDispatch() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* An internal-only transaction body for dispatching a hook CRUD operation.
- getHookEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookExecution.Builder
-
* The id of the hook's entity.
- getHookEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookExecution
-
* The id of the hook's entity.
- getHookEntityId() - Method in interface com.hedera.hashgraph.sdk.proto.HookExecutionOrBuilder
-
* The id of the hook's entity.
- getHookId() - Method in class com.hedera.hashgraph.sdk.HookCall
-
Get the numeric hook ID.
- getHookId() - Method in class com.hedera.hashgraph.sdk.HookCreationDetails
-
Get the ID to create the hook at.
- getHookId() - Method in class com.hedera.hashgraph.sdk.HookId
-
Get the hook ID.
- getHookId() - Method in class com.hedera.hashgraph.sdk.HookStoreTransaction
-
Get the hook id.
- getHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey.Builder
-
* The id of the EVM hook that owns this slot.
- getHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
-
* The id of the EVM hook that owns this slot.
- getHookId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookSlotKeyOrBuilder
-
* The id of the EVM hook that owns this slot.
- getHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* For state proofs, the id of this hook.
- getHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* For state proofs, the id of this hook.
- getHookId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* For state proofs, the id of this hook.
- getHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookCall.Builder
-
* The numeric id of the hook to call, when the owning entity is forced by the call site.
- getHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookCall
-
* The numeric id of the hook to call, when the owning entity is forced by the call site.
- getHookId() - Method in interface com.hedera.hashgraph.sdk.proto.HookCallOrBuilder
-
* The numeric id of the hook to call, when the owning entity is forced by the call site.
- getHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* The id to create the hook at.
- getHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
-
* The id to create the hook at.
- getHookId() - Method in interface com.hedera.hashgraph.sdk.proto.HookCreationDetailsOrBuilder
-
* The id to create the hook at.
- getHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookId.Builder
-
* An arbitrary 64-bit identifier.
- getHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookId
-
* An arbitrary 64-bit identifier.
- getHookId() - Method in interface com.hedera.hashgraph.sdk.proto.HookIdOrBuilder
-
* An arbitrary 64-bit identifier.
- getHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The id of the EVM hook whose storage is being updated.
- getHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
-
* The id of the EVM hook whose storage is being updated.
- getHookId() - Method in interface com.hedera.hashgraph.sdk.proto.HookStoreTransactionBodyOrBuilder
-
* The id of the EVM hook whose storage is being updated.
- getHookIdsToDelete(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The ids the hooks to delete from the contract.
- getHookIdsToDelete(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* The ids the hooks to delete from the contract.
- getHookIdsToDelete(int) - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* The ids the hooks to delete from the contract.
- getHookIdsToDelete(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The ids the hooks to delete from the account.
- getHookIdsToDelete(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* The ids the hooks to delete from the account.
- getHookIdsToDelete(int) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* The ids the hooks to delete from the account.
- getHookIdsToDeleteCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The ids the hooks to delete from the contract.
- getHookIdsToDeleteCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* The ids the hooks to delete from the contract.
- getHookIdsToDeleteCount() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* The ids the hooks to delete from the contract.
- getHookIdsToDeleteCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The ids the hooks to delete from the account.
- getHookIdsToDeleteCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* The ids the hooks to delete from the account.
- getHookIdsToDeleteCount() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* The ids the hooks to delete from the account.
- getHookIdsToDeleteList() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The ids the hooks to delete from the contract.
- getHookIdsToDeleteList() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* The ids the hooks to delete from the contract.
- getHookIdsToDeleteList() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* The ids the hooks to delete from the contract.
- getHookIdsToDeleteList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The ids the hooks to delete from the account.
- getHookIdsToDeleteList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* The ids the hooks to delete from the account.
- getHookIdsToDeleteList() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* The ids the hooks to delete from the account.
- getHookIdToDelete() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* The id of the hook to delete.
- getHookIdToDelete() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
-
* The id of the hook to delete.
- getHookIdToDelete() - Method in interface com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBodyOrBuilder
-
* The id of the hook to delete.
- getHooks() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Get the hook creation details for this account.
- getHooks() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Get the hook creation details for this contract.
- getHooksToCreate() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Get the list of hooks to be created.
- getHooksToCreate() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Get the list of hooks to be created.
- getHooksToDelete() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Get the list of hook IDs to be deleted.
- getHooksToDelete() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Get the list of hook IDs to be deleted.
- getHookStore() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for updating the storage of an EVM hook.
- getHookStore() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for updating the storage of an EVM hook.
- getHookStore() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for updating the storage of an EVM hook.
- getHookStoreMethod() - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- getIdCase() - Method in class com.hedera.hashgraph.sdk.proto.HookCall.Builder
- getIdCase() - Method in class com.hedera.hashgraph.sdk.proto.HookCall
- getIdCase() - Method in interface com.hedera.hashgraph.sdk.proto.HookCallOrBuilder
- getIdCase() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
- getIdCase() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- getIdCase() - Method in interface com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBodyOrBuilder
- getIdCase() - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.Builder
- getIdCase() - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- getIdCase() - Method in interface com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBodyOrBuilder
- getIncludeChildReceipts() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* A flag to request "child" receipts.
- getIncludeChildReceipts() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
-
* A flag to request "child" receipts.
- getIncludeChildReceipts() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQueryOrBuilder
-
* A flag to request "child" receipts.
- getIncludeChildRecords() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* A flag to request "child" records.
- getIncludeChildRecords() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
-
* A flag to request "child" records.
- getIncludeChildRecords() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordQueryOrBuilder
-
* A flag to request "child" records.
- getIncludeChildren() - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
-
Should the children be included?
- getIncludeChildren() - Method in class com.hedera.hashgraph.sdk.TransactionRecordQuery
-
Extract the children be included.
- getIncluded() - Method in class com.hedera.hashgraph.sdk.FeeExtra
-
Extract the count included for free.
- getIncludeDuplicates() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* A flag to request duplicates.
- getIncludeDuplicates() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
-
* A flag to request duplicates.
- getIncludeDuplicates() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQueryOrBuilder
-
* A flag to request duplicates.
- getIncludeDuplicates() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* A flag to request duplicates.
- getIncludeDuplicates() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
-
* A flag to request duplicates.
- getIncludeDuplicates() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordQueryOrBuilder
-
* A flag to request duplicates.
- getIncludeDuplicates() - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
-
Should duplicates be included?
- getIncludeDuplicates() - Method in class com.hedera.hashgraph.sdk.TransactionRecordQuery
-
Should duplicates be included?
- getIndex() - Method in class com.hedera.hashgraph.sdk.LockableList
-
What is the current index.
- getInitcode() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The source for the smart contract EVM bytecode.
- getInitcode() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* The source for the smart contract EVM bytecode.
- getInitcode() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* The source for the smart contract EVM bytecode.
- getInitcodeSourceCase() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
- getInitcodeSourceCase() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- getInitcodeSourceCase() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
- getInitialBalance() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Extract the amount in hbar.
- getInitialBalance() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Extract the initial balance in hbar.
- getInitialBalance() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Extract the initial balance.
- getInitialBalance() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The amount of HBAR to use as an initial balance for the account representing the new smart contract.
- getInitialBalance() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* The amount of HBAR to use as an initial balance for the account representing the new smart contract.
- getInitialBalance() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* The amount of HBAR to use as an initial balance for the account representing the new smart contract.
- getInitialBalance() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* An amount, in tinybar, to deposit to the newly created account.
- getInitialBalance() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* An amount, in tinybar, to deposit to the newly created account.
- getInitialBalance() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* An amount, in tinybar, to deposit to the newly created account.
- getInitialSupply() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An initial supply, in the smallest denomination for the token.
- getInitialSupply() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An initial supply, in the smallest denomination for the token.
- getInitialSupply() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An initial supply, in the smallest denomination for the token.
- getInitialSupply() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the initial supply of tokens.
- getInitialTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo.Builder
-
* The TransactionID of the first chunk.
- getInitialTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
-
* The TransactionID of the first chunk.
- getInitialTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfoOrBuilder
-
* The TransactionID of the first chunk.
- getInnerTransactionIds() - Method in class com.hedera.hashgraph.sdk.BatchTransaction
-
Get the list of transaction IDs of each inner transaction of this BatchTransaction.
- getInnerTransactions() - Method in class com.hedera.hashgraph.sdk.BatchTransaction
-
Get the list of transactions this BatchTransaction is currently configured to execute.
- getInputTreeRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "input" subtree for this block.
- getInputTreeRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A SHA2-384 hash value.<br/> This is the final hash of the "input" subtree for this block.
- getInputTreeRootHash() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "input" subtree for this block.
- getInt256(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the nth returned value as a 256-bit integer.
- getInt32(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the nth returned value as a 32-bit integer.
- getInt64(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the nth returned value as a 64-bit integer.
- getInt8(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the nth returned value as an 8-bit integer.
- getIntermediateBlockRootsLeafCount() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The number of leaves in the intermediate block roots subtree.
- getIntermediateBlockRootsLeafCount() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* The number of leaves in the intermediate block roots subtree.
- getIntermediateBlockRootsLeafCount() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* The number of leaves in the intermediate block roots subtree.
- getIntermediatePreviousBlockRootHashes(int) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The intermediate hashes needed for subroot 2 in the block merkle tree structure.
- getIntermediatePreviousBlockRootHashes(int) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* The intermediate hashes needed for subroot 2 in the block merkle tree structure.
- getIntermediatePreviousBlockRootHashes(int) - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* The intermediate hashes needed for subroot 2 in the block merkle tree structure.
- getIntermediatePreviousBlockRootHashesCount() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The intermediate hashes needed for subroot 2 in the block merkle tree structure.
- getIntermediatePreviousBlockRootHashesCount() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* The intermediate hashes needed for subroot 2 in the block merkle tree structure.
- getIntermediatePreviousBlockRootHashesCount() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* The intermediate hashes needed for subroot 2 in the block merkle tree structure.
- getIntermediatePreviousBlockRootHashesList() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The intermediate hashes needed for subroot 2 in the block merkle tree structure.
- getIntermediatePreviousBlockRootHashesList() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* The intermediate hashes needed for subroot 2 in the block merkle tree structure.
- getIntermediatePreviousBlockRootHashesList() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* The intermediate hashes needed for subroot 2 in the block merkle tree structure.
- getInternalCallContext() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* If not already externalized in a transaction body, the context of the internal call producing this result.
- getInternalCallContext() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* If not already externalized in a transaction body, the context of the internal call producing this result.
- getInternalCallContext() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* If not already externalized in a transaction body, the context of the internal call producing this result.
- getIpAddress() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
Deprecated.proto.NodeAddress.ipAddress is deprecated. See basic_types.proto;l=2152
- getIpAddress() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
Deprecated.proto.NodeAddress.ipAddress is deprecated. See basic_types.proto;l=2152
- getIpAddress() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
Deprecated.proto.NodeAddress.ipAddress is deprecated. See basic_types.proto;l=2152
- getIpAddress() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A 32-bit IPv4 address or 128-bit IPv6 address.<br/> This is the address of the endpoint, encoded in pure "big-endian" (i.e.
- getIpAddress() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A 32-bit IPv4 address or 128-bit IPv6 address.<br/> This is the address of the endpoint, encoded in pure "big-endian" (i.e.
- getIpAddress() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A 32-bit IPv4 address or 128-bit IPv6 address.<br/> This is the address of the endpoint, encoded in pure "big-endian" (i.e.
- getIpAddress() - Method in class com.hedera.hashgraph.sdk.RegisteredServiceEndpoint
-
Get the IP address of the endpoint.
- getIpAddressV4() - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint.Builder
-
* A 32-bit IPv4 address.<br/> This is the address of the endpoint, encoded in pure "big-endian" (i.e.
- getIpAddressV4() - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
-
* A 32-bit IPv4 address.<br/> This is the address of the endpoint, encoded in pure "big-endian" (i.e.
- getIpAddressV4() - Method in interface com.hedera.hashgraph.sdk.proto.ServiceEndpointOrBuilder
-
* A 32-bit IPv4 address.<br/> This is the address of the endpoint, encoded in pure "big-endian" (i.e.
- getIsApproval() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* An approved allowance flag.<br/> If true then the transfer is expected to be an approved allowance.
- getIsApproval() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount
-
* An approved allowance flag.<br/> If true then the transfer is expected to be an approved allowance.
- getIsApproval() - Method in interface com.hedera.hashgraph.sdk.proto.AccountAmountOrBuilder
-
* An approved allowance flag.<br/> If true then the transfer is expected to be an approved allowance.
- getIsApproval() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An approved allowance flag.<br/> If true then the transfer is expected to be an approved allowance.
- getIsApproval() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
-
* An approved allowance flag.<br/> If true then the transfer is expected to be an approved allowance.
- getIsApproval() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
-
* An approved allowance flag.<br/> If true then the transfer is expected to be an approved allowance.
- getKey() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Extract the key.
- getKey() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Extract the key.
- getKey() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Extract the key list
- getKey() - Method in class com.hedera.hashgraph.sdk.EvmHookMappingEntry
-
Get the explicit key if this entry uses one.
- getKey() - Method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookStorageSlot
-
Get the storage slot key.
- getKey() - Method in class com.hedera.hashgraph.sdk.MirrorNode
- getKey() - Method in class com.hedera.hashgraph.sdk.Node
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The key to be used to sign transactions from this account, if any.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* The key to be used to sign transactions from this account, if any.
- getKey() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* The key to be used to sign transactions from this account, if any.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The identifying key for this account.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* The identifying key for this account.
- getKey() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* The identifying key for this account.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The key to be used to sign transactions from this account, if any.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* The key to be used to sign transactions from this account, if any.
- getKey() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* The key to be used to sign transactions from this account, if any.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* An account key.<br/> This may be a "primitive" key (a singly cryptographic key), or a composite key.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* An account key.<br/> This may be a "primitive" key (a singly cryptographic key), or a composite key.
- getKey() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* An account key.<br/> This may be a "primitive" key (a singly cryptographic key), or a composite key.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.Builder
-
* The explicit bytes of the mapping entry.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
-
* The explicit bytes of the mapping entry.
- getKey() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookMappingEntryOrBuilder
-
* The explicit bytes of the mapping entry.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey.Builder
-
* The EVM key of this slot.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
-
* The EVM key of this slot.
- getKey() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookSlotKeyOrBuilder
-
* The EVM key of this slot.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot.Builder
-
* The key of the slot.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
-
* The key of the slot.
- getKey() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStorageSlotOrBuilder
-
* The key of the slot.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The key to be used to sign transactions from this account, if any.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* The key to be used to sign transactions from this account, if any.
- getKey() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* The key to be used to sign transactions from this account, if any.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery.Builder
-
Deprecated.* The key to search for.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.* The key to search for.
- getKey() - Method in interface com.hedera.hashgraph.sdk.proto.GetByKeyQueryOrBuilder
-
Deprecated.* The key to search for.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* The party's active hinTS key.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
-
* The party's active hinTS key.
- getKey() - Method in interface com.hedera.hashgraph.sdk.proto.HintsKeySetOrBuilder
-
* The party's active hinTS key.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.ProofKey.Builder
-
* The key.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.ProofKey
-
* The key.
- getKey() - Method in interface com.hedera.hashgraph.sdk.proto.ProofKeyOrBuilder
-
* The key.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet.Builder
-
* The proof key the node is using.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
-
* The proof key the node is using.
- getKey() - Method in interface com.hedera.hashgraph.sdk.proto.ProofKeySetOrBuilder
-
* The proof key the node is using.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.SlotKey.Builder
-
* The EVM key of this slot, left-padded with zeros to form a 256-bit word.
- getKey() - Method in class com.hedera.hashgraph.sdk.proto.SlotKey
-
* The EVM key of this slot, left-padded with zeros to form a 256-bit word.
- getKey() - Method in interface com.hedera.hashgraph.sdk.proto.SlotKeyOrBuilder
-
* The EVM key of this slot, left-padded with zeros to form a 256-bit word.
- getKeyCase() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
- getKeyCase() - Method in class com.hedera.hashgraph.sdk.proto.Key
- getKeyCase() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
- getKeyList() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A list of keys.
- getKeyList() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
* A list of keys.
- getKeyList() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
* A list of keys.
- getKeys() - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
-
Extract the of keys.
- getKeys() - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
Get the keys which must sign any transactions modifying this file.
- getKeys() - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.Extract the key / key list.
- getKeys() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* A list of keys that MUST sign any transaction to create or update this file.
- getKeys() - Method in class com.hedera.hashgraph.sdk.proto.File
-
* A list of keys that MUST sign any transaction to create or update this file.
- getKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A list of keys that represent file "owners".
- getKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
-
* A list of keys that represent file "owners".
- getKeys() - Method in interface com.hedera.hashgraph.sdk.proto.FileCreateTransactionBodyOrBuilder
-
* A list of keys that represent file "owners".
- getKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A KeyList listing all keys that "own" the file.
- getKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
-
* A KeyList listing all keys that "own" the file.
- getKeys() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfoOrBuilder
-
* A KeyList listing all keys that "own" the file.
- getKeys() - Method in interface com.hedera.hashgraph.sdk.proto.FileOrBuilder
-
* A list of keys that MUST sign any transaction to create or update this file.
- getKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* The new list of keys that "own" this file.
- getKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
-
* The new list of keys that "own" this file.
- getKeys() - Method in interface com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBodyOrBuilder
-
* The new list of keys that "own" this file.
- getKeys() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A list of keys, all of which MUST sign the transaction to add the live hash.<br/> Any one of these keys may, however, remove the live hash to revoke the association.
- getKeys() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash
-
* A list of keys, all of which MUST sign the transaction to add the live hash.<br/> Any one of these keys may, however, remove the live hash to revoke the association.
- getKeys() - Method in interface com.hedera.hashgraph.sdk.proto.LiveHashOrBuilder
-
* A list of keys, all of which MUST sign the transaction to add the live hash.<br/> Any one of these keys may, however, remove the live hash to revoke the association.
- getKeys() - Method in class com.hedera.hashgraph.sdk.proto.ThresholdKey.Builder
-
* A list of the keys that MAY satisfy signature requirements of this key.
- getKeys() - Method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
-
* A list of the keys that MAY satisfy signature requirements of this key.
- getKeys() - Method in interface com.hedera.hashgraph.sdk.proto.ThresholdKeyOrBuilder
-
* A list of the keys that MAY satisfy signature requirements of this key.
- getKeys(int) - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList.Builder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- getKeys(int) - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- getKeys(int) - Method in interface com.hedera.hashgraph.sdk.proto.FeeExemptKeyListOrBuilder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- getKeys(int) - Method in class com.hedera.hashgraph.sdk.proto.KeyList.Builder
-
* A list of keys.
- getKeys(int) - Method in class com.hedera.hashgraph.sdk.proto.KeyList
-
* A list of keys.
- getKeys(int) - Method in interface com.hedera.hashgraph.sdk.proto.KeyListOrBuilder
-
* A list of keys.
- getKeysCount() - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList.Builder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- getKeysCount() - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- getKeysCount() - Method in interface com.hedera.hashgraph.sdk.proto.FeeExemptKeyListOrBuilder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- getKeysCount() - Method in class com.hedera.hashgraph.sdk.proto.KeyList.Builder
-
* A list of keys.
- getKeysCount() - Method in class com.hedera.hashgraph.sdk.proto.KeyList
-
* A list of keys.
- getKeysCount() - Method in interface com.hedera.hashgraph.sdk.proto.KeyListOrBuilder
-
* A list of keys.
- getKeysList() - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList.Builder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- getKeysList() - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- getKeysList() - Method in interface com.hedera.hashgraph.sdk.proto.FeeExemptKeyListOrBuilder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- getKeysList() - Method in class com.hedera.hashgraph.sdk.proto.KeyList.Builder
-
* A list of keys.
- getKeysList() - Method in class com.hedera.hashgraph.sdk.proto.KeyList
-
* A list of keys.
- getKeysList() - Method in interface com.hedera.hashgraph.sdk.proto.KeyListOrBuilder
-
* A list of keys.
- getKeysOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- getKeysOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.KeyList
-
* A list of keys.
- getKeysOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- getKeysOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.KeyList
-
* A list of keys.
- getKeyVerificationMode() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* Set a key validation mode.<br/> Any key may be updated by a transaction signed by the token `admin_key`.
- getKeyVerificationMode() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* Set a key validation mode.<br/> Any key may be updated by a transaction signed by the token `admin_key`.
- getKeyVerificationMode() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* Set a key validation mode.<br/> Any key may be updated by a transaction signed by the token `admin_key`.
- getKeyVerificationMode() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the key verification mode
- getKeyVerificationModeValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* Set a key validation mode.<br/> Any key may be updated by a transaction signed by the token `admin_key`.
- getKeyVerificationModeValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* Set a key validation mode.<br/> Any key may be updated by a transaction signed by the token `admin_key`.
- getKeyVerificationModeValue() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* Set a key validation mode.<br/> Any key may be updated by a transaction signed by the token `admin_key`.
- getKycGranted() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A flag indicating that this token relationship has been granted KYC status.
- getKycGranted() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation
-
* A flag indicating that this token relationship has been granted KYC status.
- getKycGranted() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationOrBuilder
-
* A flag indicating that this token relationship has been granted KYC status.
- getKycKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control for KYC for this token.
- getKycKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access control for KYC for this token.
- getKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing account KYC.
- getKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for managing account KYC.
- getKycKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for managing account KYC.
- getKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control for KYC for this token.
- getKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access control for KYC for this token.
- getKycKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access control for KYC for this token.
- getKycKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access control for KYC for this token.
- getKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing account KYC.
- getKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for managing account KYC.
- getKycKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for managing account KYC.
- getKycKey() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the know your customer key.
- getKycKey() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the kyc key.
- getKycStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A KYC status for the account with respect to this token.
- getKycStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
-
* A KYC status for the account with respect to this token.
- getKycStatus() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationshipOrBuilder
-
* A KYC status for the account with respect to this token.
- getKycStatusValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A KYC status for the account with respect to this token.
- getKycStatusValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
-
* A KYC status for the account with respect to this token.
- getKycStatusValue() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationshipOrBuilder
-
* A KYC status for the account with respect to this token.
- getLastBlockNumber() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A block number.
- getLastBlockNumber() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* A block number.
- getLastBlockNumber() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* A block number.
- getLastDecisionTime() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot.Builder
-
* The time at which the this snapshot of capacity was calculated.<br/> Stored as an offset from the `epoch`.
- getLastDecisionTime() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
-
* The time at which the this snapshot of capacity was calculated.<br/> Stored as an offset from the `epoch`.
- getLastDecisionTime() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotOrBuilder
-
* The time at which the this snapshot of capacity was calculated.<br/> Stored as an offset from the `epoch`.
- getLastHandleTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The time stamp at which the last user transaction was handled.
- getLastHandleTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* The time stamp at which the last user transaction was handled.
- getLastHandleTime() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* The time stamp at which the last user transaction was handled.
- getLastIntervalProcessTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The time stamp at which the last interval process was done.
- getLastIntervalProcessTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* The time stamp at which the last interval process was done.
- getLastIntervalProcessTime() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* The time stamp at which the last interval process was done.
- getLastIntervalProcessTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The time stamp at which the last interval process was done.
- getLastIntervalProcessTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* The time stamp at which the last interval process was done.
- getLastIntervalProcessTime() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* The time stamp at which the last interval process was done.
- getLastNodeFeeDistributionTime() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* The time when the last node fees were distributed
- getLastNodeFeeDistributionTime() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments
-
* The time when the last node fees were distributed
- getLastNodeFeeDistributionTime() - Method in interface com.hedera.hapi.node.state.token.legacy.NodePaymentsOrBuilder
-
* The time when the last node fees were distributed
- getLastNodeRewardPaymentsTime() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* The last time a node reward payment was made.
- getLastNodeRewardPaymentsTime() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
-
* The last time a node reward payment was made.
- getLastNodeRewardPaymentsTime() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkStakingRewardsOrBuilder
-
* The last time a node reward payment was made.
- getLastUsedConsTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The consensus time of the last transaction that was handled by the node.
- getLastUsedConsTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* The consensus time of the last transaction that was handled by the node.
- getLastUsedConsTime() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* The consensus time of the last transaction that was handled by the node.
- getLastUsedSerialNumber() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A last used serial number for this token.
- getLastUsedSerialNumber() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A last used serial number for this token.
- getLastUsedSerialNumber() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A last used serial number for this token.
- getLedgerId() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The new ledger id.
- getLedgerId() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
-
* The new ledger id.
- getLedgerId() - Method in interface com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBodyOrBuilder
-
* The new ledger id.
- getLedgerId() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* An identifier (and public key) computed from the TssMessages for the target roster.
- getLedgerId() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
-
* An identifier (and public key) computed from the TssMessages for the target roster.
- getLedgerId() - Method in interface com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBodyOrBuilder
-
* An identifier (and public key) computed from the TssMessages for the target roster.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Extract the ledger id.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.Client
-
Current LedgerId of the network; corresponds to ledger ID in entity ID checksum calculations.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A ledger ID of the network that generated this response.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A ledger ID of the network that generated this response.
- getLedgerId() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A ledger ID of the network that generated this response.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A ledger identifier for the responding network.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
-
* A ledger identifier for the responding network.
- getLedgerId() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfoOrBuilder
-
* A ledger identifier for the responding network.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* A public key.<br/> This key both identifies the ledger and can be used to verify ledger signatures.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.LedgerId
-
* A public key.<br/> This key both identifies the ledger and can be used to verify ledger signatures.
- getLedgerId() - Method in interface com.hedera.hashgraph.sdk.proto.LedgerIdOrBuilder
-
* A public key.<br/> This key both identifies the ledger and can be used to verify ledger signatures.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
-
* The ledger ID of the network that generated this response.
- getLedgerId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenNftInfoOrBuilder
-
* The ledger ID of the network that generated this response.
- getLedgerIdPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* An internal-only transaction body for publishing the ledger id.
- getLedgerIdPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* An internal-only transaction body for publishing the ledger id.
- getLedgerIdPublication() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* An internal-only transaction body for publishing the ledger id.
- getLedgerSignature() - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* A signature from the prior ledger key.<br/> This signature is the _previous_ ledger ID signing _this_ ledger ID.<br/> This value MAY be unset, if there is no prior ledger ID.<br/> This value SHOULD be set if a prior ledger ID exists to generate the signature.
- getLedgerSignature() - Method in class com.hedera.hashgraph.sdk.proto.LedgerId
-
* A signature from the prior ledger key.<br/> This signature is the _previous_ ledger ID signing _this_ ledger ID.<br/> This value MAY be unset, if there is no prior ledger ID.<br/> This value SHOULD be set if a prior ledger ID exists to generate the signature.
- getLedgerSignature() - Method in interface com.hedera.hashgraph.sdk.proto.LedgerIdOrBuilder
-
* A signature from the prior ledger key.<br/> This signature is the _previous_ ledger ID signing _this_ ledger ID.<br/> This value MAY be unset, if there is no prior ledger ID.<br/> This value SHOULD be set if a prior ledger ID exists to generate the signature.
- getLevel() - Method in class com.hedera.hashgraph.sdk.logger.Logger
- getLimit() - Method in class com.hedera.hashgraph.sdk.AddressBookQuery
-
Extract the limit number.
- getLimit() - Method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery.Builder
-
* The maximum number of node addresses to receive before stopping.
- getLimit() - Method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
-
* The maximum number of node addresses to receive before stopping.
- getLimit() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.AddressBookQueryOrBuilder
-
* The maximum number of node addresses to receive before stopping.
- getLimit() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* The maximum number of messages to receive before stopping.
- getLimit() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
-
* The maximum number of messages to receive before stopping.
- getLimit() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQueryOrBuilder
-
* The maximum number of messages to receive before stopping.
- getLimit() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeAddressBookQuery
-
Gets the page size limit currently set for the REST requests.
- getList() - Method in class com.hedera.hashgraph.sdk.LockableList
-
Extract the lockable list.
- getLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody.Builder
-
* A Live Hash to be added to the ledger and associated with the identified account.
- getLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
-
* A Live Hash to be added to the ledger and associated with the identified account.
- getLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBodyOrBuilder
-
* A Live Hash to be added to the ledger and associated with the identified account.
- getLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse.Builder
-
* The requested live hash, if found.
- getLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
-
* The requested live hash, if found.
- getLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponseOrBuilder
-
* The requested live hash, if found.
- getLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* A uniquely identifying livehash of an account
- getLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.* A uniquely identifying livehash of an account
- getLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.EntityIDOrBuilder
-
Deprecated.* A uniquely identifying livehash of an account
- getLiveHash(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
-
Deprecated.
- getLiveHash(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
-
Deprecated.
- getLiveHash(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
-
Deprecated.
- getLiveHash(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
-
Deprecated.
- getLiveHash(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
-
Deprecated.
- getLiveHashes(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- getLiveHashes(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- getLiveHashes(int) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- getLiveHashesCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- getLiveHashesCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- getLiveHashesCount() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- getLiveHashesList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- getLiveHashesList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- getLiveHashesList() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- getLiveHashesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- getLiveHashesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- getLiveHashToDelete() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody.Builder
-
* The SHA-384 value of a specific live hash to delete.
- getLiveHashToDelete() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
-
* The SHA-384 value of a specific live hash to delete.
- getLiveHashToDelete() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBodyOrBuilder
-
* The SHA-384 value of a specific live hash to delete.
- getLogger() - Method in class com.hedera.hashgraph.sdk.Client
- getLogInfo(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any Log events produced by this contract call.
- getLogInfo(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* Any Log events produced by this contract call.
- getLogInfo(int) - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* Any Log events produced by this contract call.
- getLogInfoCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any Log events produced by this contract call.
- getLogInfoCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* Any Log events produced by this contract call.
- getLogInfoCount() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* Any Log events produced by this contract call.
- getLogInfoList() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any Log events produced by this contract call.
- getLogInfoList() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* Any Log events produced by this contract call.
- getLogInfoList() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* Any Log events produced by this contract call.
- getLogInfoOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* Any Log events produced by this contract call.
- getLogInfoOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* Any Log events produced by this contract call.
- getMajor() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A major version.<br/> Hedera does not increment this value and retains a `0` value to indicate that API may change for any release.
- getMajor() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
-
* A major version.<br/> Hedera does not increment this value and retains a `0` value to indicate that API may change for any release.
- getMajor() - Method in interface com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder
-
* A major version.<br/> Hedera does not increment this value and retains a `0` value to indicate that API may change for any release.
- getMappingEntries() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.Builder
-
* Implicit storage slot updates specified as Solidity mapping entries.
- getMappingEntries() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
-
* Implicit storage slot updates specified as Solidity mapping entries.
- getMappingEntries() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdateOrBuilder
-
* Implicit storage slot updates specified as Solidity mapping entries.
- getMappingSlot() - Method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookMappingEntries
-
Get the mapping slot.
- getMappingSlot() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The slot that corresponds to the Solidity mapping itself.
- getMappingSlot() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
-
* The slot that corresponds to the Solidity mapping itself.
- getMappingSlot() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookMappingEntriesOrBuilder
-
* The slot that corresponds to the Solidity mapping itself.
- getMax() - Method in class com.hedera.hashgraph.sdk.CustomFractionalFee
-
Extract the fee amount.
- getMax() - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Extract the maximum component.
- getMax() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Base: "maximum total fee".
- getMax() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents
-
* Base: "maximum total fee".
- getMax() - Method in interface com.hedera.hashgraph.sdk.proto.FeeComponentsOrBuilder
-
* Base: "maximum total fee".
- getMaxAttempts() - Method in class com.hedera.hashgraph.sdk.AddressBookQuery
-
Extract the maximum number of attempts.
- getMaxAttempts() - Method in class com.hedera.hashgraph.sdk.Client
-
Max number of attempts a request executed with this client will do.
- getMaxAttempts() - Method in class com.hedera.hashgraph.sdk.Executable
-
Get the maximum times execution will be attempted.
- getMaxAttempts() - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Extract the maximum number of attempts.
- getMaxAttempts() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeAddressBookQuery
-
Extract the maximum number of attempts.
- getMaxAutoAssociations() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A maximum for the number of tokens that can be automatically associated with this account.
- getMaxAutoAssociations() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A maximum for the number of tokens that can be automatically associated with this account.
- getMaxAutoAssociations() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A maximum for the number of tokens that can be automatically associated with this account.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Extract the maximum automatic token associations.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Extract the maximum automatic token associations.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
The maximum number of tokens that an Account can be implicitly associated with.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Get the maximum number of tokens that this contract can be automatically associated with (i.e., receive air-drops from).
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Extract the auto renew period.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The maximum number of tokens that can be auto-associated with this smart contract.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* The maximum number of tokens that can be auto-associated with this smart contract.
- getMaxAutomaticTokenAssociations() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* The maximum number of tokens that can be auto-associated with this smart contract.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The maximum number of tokens that the contract can be associated to automatically.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The maximum number of tokens that the contract can be associated to automatically.
- getMaxAutomaticTokenAssociations() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The maximum number of tokens that the contract can be associated to automatically.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the maximum number of tokens that can be auto-associated with the contract.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* If set, modify the maximum number of tokens that can be auto-associated with the contract.
- getMaxAutomaticTokenAssociations() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* If set, modify the maximum number of tokens that can be auto-associated with the contract.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (e.g.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (e.g.
- getMaxAutomaticTokenAssociations() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (e.g.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The maximum number of tokens that can be auto-associated with the account.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* The maximum number of tokens that can be auto-associated with the account.
- getMaxAutomaticTokenAssociations() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* The maximum number of tokens that can be auto-associated with the account.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (i.e smart contracts) which default to -1.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (i.e smart contracts) which default to -1.
- getMaxAutomaticTokenAssociations() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (i.e smart contracts) which default to -1.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The maximum number of tokens that can be auto-associated with the account.
- getMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* The maximum number of tokens that can be auto-associated with the account.
- getMaxAutomaticTokenAssociations() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* The maximum number of tokens that can be auto-associated with the account.
- getMaxBackoff() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Get the maximum backoff time
- getMaxBackoff() - Method in class com.hedera.hashgraph.sdk.Client
-
The maximum amount of time to wait between retries
- getMaxBackoff() - Method in class com.hedera.hashgraph.sdk.Executable
-
The maximum amount of time to wait between retries
- getMaxBackoff() - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Extract the maximum backoff duration.
- getMaxBackoff() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeAddressBookQuery
-
Extract the maximum backoff duration.
- getMaxChunks() - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Retrieve the maximum number of chunks.
- getMaxChunks() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Get the maximum number of chunks
- getMaxCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFees(int) - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFees(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesCount() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesList() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxCustomFeesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A list of maximum custom fees that the users are willing to pay.
- getMaxGasAllowance() - Method in class com.hedera.hashgraph.sdk.EthereumFlow
-
Deprecated.Gets the maximum amount that the payer of the hedera transaction is willing to pay to complete the transaction.
- getMaxGasAllowance() - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody.Builder
-
* A maximum amount of "gas" offered to pay the Ethereum transaction costs.
- getMaxGasAllowance() - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
-
* A maximum amount of "gas" offered to pay the Ethereum transaction costs.
- getMaxGasAllowance() - Method in interface com.hedera.hashgraph.sdk.proto.EthereumTransactionBodyOrBuilder
-
* A maximum amount of "gas" offered to pay the Ethereum transaction costs.
- getMaxGasAllowanceHbar() - Method in class com.hedera.hashgraph.sdk.EthereumTransaction
-
Gets the maximum amount that the payer of the hedera transaction is willing to pay to complete the transaction.
- getMaximumAmount() - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* A maximum fee to charge, in units of 10<sup>-decimals</sup> tokens.
- getMaximumAmount() - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee
-
* A maximum fee to charge, in units of 10<sup>-decimals</sup> tokens.
- getMaximumAmount() - Method in interface com.hedera.hashgraph.sdk.proto.FractionalFeeOrBuilder
-
* A maximum fee to charge, in units of 10<sup>-decimals</sup> tokens.
- getMaxNodeAttempts() - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Extract the node attempts.
- getMaxNodeAttempts() - Method in class com.hedera.hashgraph.sdk.Client
-
Max number of times any node in the network can receive a bad gRPC status before being removed from the network.
- getMaxNodeBackoff() - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Extract the maximum node backoff time.
- getMaxNodeReadmitTime() - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Extract the maximum node readmit time.
- getMaxNodeReadmitTime() - Method in class com.hedera.hashgraph.sdk.Client
-
Extract the node readmit time.
- getMaxResultSize() - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
-
Deprecated.with no replacement
- getMaxResultSize() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
Deprecated.proto.ContractCallLocalQuery.maxResultSize is deprecated. See contract_call_local.proto;l=88
- getMaxResultSize() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
-
Deprecated.proto.ContractCallLocalQuery.maxResultSize is deprecated. See contract_call_local.proto;l=88
- getMaxResultSize() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallLocalQueryOrBuilder
-
Deprecated.proto.ContractCallLocalQuery.maxResultSize is deprecated. See contract_call_local.proto;l=88
- getMaxRetry() - Method in class com.hedera.hashgraph.sdk.Executable
-
Deprecated.Use
Executable.getMaxAttempts()instead. - getMaxStake() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* A limit to the amount of stake considered for consensus weight.
- getMaxStake() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake
-
* A limit to the amount of stake considered for consensus weight.
- getMaxStake() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeOrBuilder
-
* A limit to the amount of stake considered for consensus weight.
- getMaxStake() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The maximum stake to this node that is considered to calculate its weight in the network consensus.
- getMaxStake() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
-
* The maximum stake to this node that is considered to calculate its weight in the network consensus.
- getMaxStake() - Method in interface com.hedera.hashgraph.sdk.proto.StakingNodeInfoOrBuilder
-
* The maximum stake to this node that is considered to calculate its weight in the network consensus.
- getMaxStakeRewarded() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A maximum network-wide stake that can earn full rewards.<br/> If the network-wide stake, in tinybar, exceeds this value, then staking rewards must be reduced to maintain "smooth" reward adjustments as defined in HIP-782.<br/> This value is further detailed in HIP-786.
- getMaxStakeRewarded() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A maximum network-wide stake that can earn full rewards.<br/> If the network-wide stake, in tinybar, exceeds this value, then staking rewards must be reduced to maintain "smooth" reward adjustments as defined in HIP-782.<br/> This value is further detailed in HIP-786.
- getMaxStakeRewarded() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A maximum network-wide stake that can earn full rewards.<br/> If the network-wide stake, in tinybar, exceeds this value, then staking rewards must be reduced to maintain "smooth" reward adjustments as defined in HIP-782.<br/> This value is further detailed in HIP-786.
- getMaxStakingRewardRatePerHbar() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A maximum reward rate for this staking period.
- getMaxStakingRewardRatePerHbar() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A maximum reward rate for this staking period.
- getMaxStakingRewardRatePerHbar() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A maximum reward rate for this staking period.
- getMaxSupply() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A maximum supply of this token.<br/> This is the maximum number of tokens of this type that may be issued.
- getMaxSupply() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A maximum supply of this token.<br/> This is the maximum number of tokens of this type that may be issued.
- getMaxSupply() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A maximum supply for this token.
- getMaxSupply() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A maximum supply for this token.
- getMaxSupply() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A maximum supply for this token.
- getMaxSupply() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A maximum supply of this token.<br/> This is the maximum number of tokens of this type that may be issued.
- getMaxSupply() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A maximum supply of this token.<br/> This is the maximum number of tokens of this type that may be issued.
- getMaxSupply() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A maximum supply of this token.<br/> This is the maximum number of tokens of this type that may be issued.
- getMaxSupply() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A maximum supply of this token.<br/> This is the maximum number of tokens of this type that may be issued.
- getMaxSupply() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the max supply of tokens.
- getMaxTotalReward() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A limit amount that could be paid as staking rewards.<br/> In the limit case, the network could pay at most this amount, in tinybar as staking rewards for the staking period that just ended, if all other conditions were met to perfection.<br/> <p> This value SHALL reflect the result of a maximum reward calculation that takes into account the balance thresholds and maximum stake thresholds as defined in HIP-782 and HIP-786.<br/> This value is a convenience.
- getMaxTotalReward() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A limit amount that could be paid as staking rewards.<br/> In the limit case, the network could pay at most this amount, in tinybar as staking rewards for the staking period that just ended, if all other conditions were met to perfection.<br/> <p> This value SHALL reflect the result of a maximum reward calculation that takes into account the balance thresholds and maximum stake thresholds as defined in HIP-782 and HIP-786.<br/> This value is a convenience.
- getMaxTotalReward() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A limit amount that could be paid as staking rewards.<br/> In the limit case, the network could pay at most this amount, in tinybar as staking rewards for the staking period that just ended, if all other conditions were met to perfection.<br/> <p> This value SHALL reflect the result of a maximum reward calculation that takes into account the balance thresholds and maximum stake thresholds as defined in HIP-782 and HIP-786.<br/> This value is a convenience.
- getMaxTransactionFee() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Extract the maximum transaction fee.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A short description of this account.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A short description of this account.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A short description of this account.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A short memo for this topic.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* A short memo for this topic.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* A short memo for this topic.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A short description of this topic.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A short description of this topic.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A short description of this topic.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated memo to be associated with this topic.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* An updated memo to be associated with this topic.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* An updated memo to be associated with this topic.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* A short memo for this smart contract.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* A short memo for this smart contract.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* A short memo for this smart contract.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* A short description of this smart contract.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* A short description of this smart contract.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* A short description of this smart contract.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
Deprecated.proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
Deprecated.proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* A short description of this Account.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* A short description of this Account.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* A short description of this Account.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A short description of this account.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* A short description of this account.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* A short description of this account.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A short description of this Account.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* A short description of this Account.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* A short description of this Account.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* A short description of the file.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.File
-
* A short description of the file.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A short description of this file.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
-
* A short description of this file.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.FileCreateTransactionBodyOrBuilder
-
* A short description of this file.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A short description for this file.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
-
* A short description for this file.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfoOrBuilder
-
* A short description for this file.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.FileOrBuilder
-
* A short description of the file.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* A short description of this file.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
-
* A short description of this file.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBodyOrBuilder
-
* A short description of this file.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A short description of this account.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A short description of this account.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A short description of this account.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
Deprecated.proto.NodeAddress.memo is deprecated. See basic_types.proto;l=2168
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
Deprecated.proto.NodeAddress.memo is deprecated. See basic_types.proto;l=2168
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
Deprecated.proto.NodeAddress.memo is deprecated. See basic_types.proto;l=2168
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A short description of the schedulable transaction.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* A short description of the schedulable transaction.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* A short description of the schedulable transaction.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* A short description for this schedule.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* A short description for this schedule.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A short description of the schedule.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
-
* A short description of the schedule.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBodyOrBuilder
-
* A short description of the schedule.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A short description for this schedule.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* A short description for this schedule.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* A short description for this schedule.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* A short description for this schedule.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A short description of this token.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A short description of this token.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A short description for this token.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A short description for this token.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A short description for this token.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A short description of this token.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A short description of this token.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A short description of this token.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A short description of this token.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A short description for this token.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* A short description for this token.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* A short description for this token.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A short description of this topic.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* A short description of this topic.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* A short description of this topic.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A short description for this transaction.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A short description for this transaction.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A short description for this transaction.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction memo.<br/> This is the memo that was submitted as part of the transaction.
- getMemo() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A transaction memo.<br/> This is the memo that was submitted as part of the transaction.
- getMemo() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A transaction memo.<br/> This is the memo that was submitted as part of the transaction.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A short description of this account.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A short description of this account.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A short description of this account.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A short memo for this topic.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* A short memo for this topic.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* A short memo for this topic.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A short description of this topic.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A short description of this topic.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A short description of this topic.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* A short memo for this smart contract.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* A short memo for this smart contract.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* A short memo for this smart contract.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* A short description of this smart contract.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* A short description of this smart contract.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* A short description of this smart contract.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
Deprecated.proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
Deprecated.proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* A short description of this Account.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* A short description of this Account.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* A short description of this Account.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A short description of this account.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* A short description of this account.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* A short description of this account.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* A short description of the file.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.File
-
* A short description of the file.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A short description of this file.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
-
* A short description of this file.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.FileCreateTransactionBodyOrBuilder
-
* A short description of this file.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A short description for this file.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
-
* A short description for this file.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfoOrBuilder
-
* A short description for this file.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.FileOrBuilder
-
* A short description of the file.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A short description of this account.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A short description of this account.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A short description of this account.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A short description of the schedulable transaction.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* A short description of the schedulable transaction.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* A short description of the schedulable transaction.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* A short description for this schedule.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* A short description for this schedule.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A short description of the schedule.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
-
* A short description of the schedule.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBodyOrBuilder
-
* A short description of the schedule.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A short description for this schedule.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* A short description for this schedule.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* A short description for this schedule.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* A short description for this schedule.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A short description of this token.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A short description of this token.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A short description for this token.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A short description for this token.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A short description for this token.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A short description of this token.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A short description of this token.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A short description of this token.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A short description of this token.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A short description of this topic.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* A short description of this topic.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* A short description of this topic.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A short description for this transaction.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A short description for this transaction.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A short description for this transaction.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction memo.<br/> This is the memo that was submitted as part of the transaction.
- getMemoBytes() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A transaction memo.<br/> This is the memo that was submitted as part of the transaction.
- getMemoBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A transaction memo.<br/> This is the memo that was submitted as part of the transaction.
- getMemoFieldCase() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
- getMemoFieldCase() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- getMemoFieldCase() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
- getMemoWrapper() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the short memo for this smart contract.
- getMemoWrapper() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* If set, modify the short memo for this smart contract.
- getMemoWrapper() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* If set, modify the short memo for this smart contract.
- getMessage() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody.Builder
-
* The message being signed.
- getMessage() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
-
* The message being signed.
- getMessage() - Method in interface com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBodyOrBuilder
-
* The message being signed.
- getMessage() - Method in exception class com.hedera.hashgraph.sdk.PrecheckStatusException
- getMessage() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* A message to be submitted.
- getMessage() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
-
* A message to be submitted.
- getMessage() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBodyOrBuilder
-
* A message to be submitted.
- getMessage() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* The message body originally in the ConsensusSubmitMessageTransactionBody.
- getMessage() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
-
* The message body originally in the ConsensusSubmitMessageTransactionBody.
- getMessage() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponseOrBuilder
-
* The message body originally in the ConsensusSubmitMessageTransactionBody.
- getMessage() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails.Builder
-
* The message itself.
- getMessage() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
-
* The message itself.
- getMessage() - Method in interface com.hedera.hashgraph.sdk.proto.WrapsMessageDetailsOrBuilder
-
* The message itself.
- getMessage() - Method in exception class com.hedera.hashgraph.sdk.ReceiptStatusException
- getMessage() - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
Extract the message.
- getMessages(int) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory.Builder
-
The published messages.
- getMessages(int) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
-
The published messages.
- getMessages(int) - Method in interface com.hedera.hashgraph.sdk.proto.WrapsMessageHistoryOrBuilder
-
The published messages.
- getMessagesCount() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory.Builder
-
The published messages.
- getMessagesCount() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
-
The published messages.
- getMessagesCount() - Method in interface com.hedera.hashgraph.sdk.proto.WrapsMessageHistoryOrBuilder
-
The published messages.
- getMessagesList() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory.Builder
-
The published messages.
- getMessagesList() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
-
The published messages.
- getMessagesList() - Method in interface com.hedera.hashgraph.sdk.proto.WrapsMessageHistoryOrBuilder
-
The published messages.
- getMessagesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
-
The published messages.
- getMessagesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
-
The published messages.
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.History.Builder
-
* The metadata associated to the address book.
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.History
-
* The metadata associated to the address book.
- getMetadata() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryOrBuilder
-
* The metadata associated to the address book.
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The metadata bytes for this NFT.
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.Nft
-
* The metadata bytes for this NFT.
- getMetadata() - Method in interface com.hedera.hashgraph.sdk.proto.NftOrBuilder
-
* The metadata bytes for this NFT.
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A Token "Metadata".
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A Token "Metadata".
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* Token "Metadata".
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* Token "Metadata".
- getMetadata() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* Token "Metadata".
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A Token "Metadata".
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A Token "Metadata".
- getMetadata() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A Token "Metadata".
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* Represents the unique metadata of the NFT
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
-
* Represents the unique metadata of the NFT
- getMetadata() - Method in interface com.hedera.hashgraph.sdk.proto.TokenNftInfoOrBuilder
-
* Represents the unique metadata of the NFT
- getMetadata() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A Token "Metadata".
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A new value for the metadata.
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
-
* A new value for the metadata.
- getMetadata() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBodyOrBuilder
-
* A new value for the metadata.
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* Token "Metadata".
- getMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* Token "Metadata".
- getMetadata() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* Token "Metadata".
- getMetadata() - Method in class com.hedera.hashgraph.sdk.TokenMintTransaction
-
Extract the list of metadata byte array records.
- getMetadata() - Method in class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
-
Extract the metadata.
- getMetadata(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* A list of metadata bytes.<br/> <p> One non-fungible/unique token SHALL be minted for each entry in this list.<br/> Each entry in this list MUST NOT be larger than the limit set by the current network configuration value `tokens.maxMetadataBytes`.<br/> This list MUST NOT contain more entries than the current limit set by the network configuration value `tokens.nfts.maxBatchSizeMint`.<br/> If this list is not empty, the token MUST be a non-fungible/unique type.<br/> If this list is empty, the token MUST be a fungible/common type.
- getMetadata(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
-
* A list of metadata bytes.<br/> <p> One non-fungible/unique token SHALL be minted for each entry in this list.<br/> Each entry in this list MUST NOT be larger than the limit set by the current network configuration value `tokens.maxMetadataBytes`.<br/> This list MUST NOT contain more entries than the current limit set by the network configuration value `tokens.nfts.maxBatchSizeMint`.<br/> If this list is not empty, the token MUST be a non-fungible/unique type.<br/> If this list is empty, the token MUST be a fungible/common type.
- getMetadata(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenMintTransactionBodyOrBuilder
-
* A list of metadata bytes.<br/> <p> One non-fungible/unique token SHALL be minted for each entry in this list.<br/> Each entry in this list MUST NOT be larger than the limit set by the current network configuration value `tokens.maxMetadataBytes`.<br/> This list MUST NOT contain more entries than the current limit set by the network configuration value `tokens.nfts.maxBatchSizeMint`.<br/> If this list is not empty, the token MUST be a non-fungible/unique type.<br/> If this list is empty, the token MUST be a fungible/common type.
- getMetadataCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* A list of metadata bytes.<br/> <p> One non-fungible/unique token SHALL be minted for each entry in this list.<br/> Each entry in this list MUST NOT be larger than the limit set by the current network configuration value `tokens.maxMetadataBytes`.<br/> This list MUST NOT contain more entries than the current limit set by the network configuration value `tokens.nfts.maxBatchSizeMint`.<br/> If this list is not empty, the token MUST be a non-fungible/unique type.<br/> If this list is empty, the token MUST be a fungible/common type.
- getMetadataCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
-
* A list of metadata bytes.<br/> <p> One non-fungible/unique token SHALL be minted for each entry in this list.<br/> Each entry in this list MUST NOT be larger than the limit set by the current network configuration value `tokens.maxMetadataBytes`.<br/> This list MUST NOT contain more entries than the current limit set by the network configuration value `tokens.nfts.maxBatchSizeMint`.<br/> If this list is not empty, the token MUST be a non-fungible/unique type.<br/> If this list is empty, the token MUST be a fungible/common type.
- getMetadataCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenMintTransactionBodyOrBuilder
-
* A list of metadata bytes.<br/> <p> One non-fungible/unique token SHALL be minted for each entry in this list.<br/> Each entry in this list MUST NOT be larger than the limit set by the current network configuration value `tokens.maxMetadataBytes`.<br/> This list MUST NOT contain more entries than the current limit set by the network configuration value `tokens.nfts.maxBatchSizeMint`.<br/> If this list is not empty, the token MUST be a non-fungible/unique type.<br/> If this list is empty, the token MUST be a fungible/common type.
- getMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access Control of metadata update for this token.
- getMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access Control of metadata update for this token.
- getMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing the token `metadata`.
- getMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for managing the token `metadata`.
- getMetadataKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for managing the token `metadata`.
- getMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access Control of metadata update for this token.
- getMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access Control of metadata update for this token.
- getMetadataKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access Control of metadata update for this token.
- getMetadataKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access Control of metadata update for this token.
- getMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing the token `metadata`.
- getMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for managing the token `metadata`.
- getMetadataKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for managing the token `metadata`.
- getMetadataKey() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the metadata key.
- getMetadataKey() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the metadata key.
- getMetadataList() - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* A list of metadata bytes.<br/> <p> One non-fungible/unique token SHALL be minted for each entry in this list.<br/> Each entry in this list MUST NOT be larger than the limit set by the current network configuration value `tokens.maxMetadataBytes`.<br/> This list MUST NOT contain more entries than the current limit set by the network configuration value `tokens.nfts.maxBatchSizeMint`.<br/> If this list is not empty, the token MUST be a non-fungible/unique type.<br/> If this list is empty, the token MUST be a fungible/common type.
- getMetadataList() - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
-
* A list of metadata bytes.<br/> <p> One non-fungible/unique token SHALL be minted for each entry in this list.<br/> Each entry in this list MUST NOT be larger than the limit set by the current network configuration value `tokens.maxMetadataBytes`.<br/> This list MUST NOT contain more entries than the current limit set by the network configuration value `tokens.nfts.maxBatchSizeMint`.<br/> If this list is not empty, the token MUST be a non-fungible/unique type.<br/> If this list is empty, the token MUST be a fungible/common type.
- getMetadataList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenMintTransactionBodyOrBuilder
-
* A list of metadata bytes.<br/> <p> One non-fungible/unique token SHALL be minted for each entry in this list.<br/> Each entry in this list MUST NOT be larger than the limit set by the current network configuration value `tokens.maxMetadataBytes`.<br/> This list MUST NOT contain more entries than the current limit set by the network configuration value `tokens.nfts.maxBatchSizeMint`.<br/> If this list is not empty, the token MUST be a non-fungible/unique type.<br/> If this list is empty, the token MUST be a fungible/common type.
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceDeleteTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.AccountBalanceQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.AccountDeleteTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.AccountInfoQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.AccountRecordsQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.BatchTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.ContractByteCodeQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.ContractDeleteTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.ContractInfoQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.EthereumTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.Executable
-
Called to direct the invocation of the query to the appropriate gRPC service.
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.FileAppendTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.FileContentsQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.FileDeleteTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.FileInfoQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.HookStoreTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.LiveHashDeleteTransaction
-
Deprecated.
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.LiveHashQuery
-
Deprecated.
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.NetworkVersionInfoQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.NodeDeleteTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.PrngTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeDeleteTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.ScheduleDeleteTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.ScheduleInfoQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.ScheduleSignTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.SystemUndeleteTransaction
-
Deprecated.
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenAirdropTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenAssociateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenBurnTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenCancelAirdropTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenClaimAirdropTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenDeleteTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenDissociateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenFeeScheduleUpdateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenFreezeTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenGrantKycTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenInfoQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenMintTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenPauseTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenRejectTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenRevokeKycTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenUnfreezeTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenUnpauseTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TopicDeleteTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TopicInfoQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TransactionRecordQuery
- getMethodDescriptor() - Method in class com.hedera.hashgraph.sdk.TransferTransaction
- getMigrationRecordsStreamed() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A flag indicating that migration records have been published.
- getMigrationRecordsStreamed() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* A flag indicating that migration records have been published.
- getMigrationRecordsStreamed() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* A flag indicating that migration records have been published.
- getMigrationRootHashVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on migration wrapped record root hash state.
- getMigrationRootHashVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for voting on migration wrapped record root hash state.
- getMigrationRootHashVote() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for voting on migration wrapped record root hash state.
- getMilliOpsPerSec() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A throttle limit for this group.<br/> This is a total number of operations, in thousandths, the network may perform each second for this group.
- getMilliOpsPerSec() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
-
* A throttle limit for this group.<br/> This is a total number of operations, in thousandths, the network may perform each second for this group.
- getMilliOpsPerSec() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleGroupOrBuilder
-
* A throttle limit for this group.<br/> This is a total number of operations, in thousandths, the network may perform each second for this group.
- getMin() - Method in class com.hedera.hashgraph.sdk.CustomFractionalFee
-
Extract the minimum fee amount.
- getMin() - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Extract the minimum component.
- getMin() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Base: "minimum total fee".
- getMin() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents
-
* Base: "minimum total fee".
- getMin() - Method in interface com.hedera.hashgraph.sdk.proto.FeeComponentsOrBuilder
-
* Base: "minimum total fee".
- getMinBackoff() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Get the minimum backoff time
- getMinBackoff() - Method in class com.hedera.hashgraph.sdk.Client
-
The minimum amount of time to wait between retries
- getMinBackoff() - Method in class com.hedera.hashgraph.sdk.Executable
-
The minimum amount of time to wait between retries
- getMinimumAmount() - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* A minimum fee to charge, in units of 10<sup>-decimals</sup> tokens.
- getMinimumAmount() - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee
-
* A minimum fee to charge, in units of 10<sup>-decimals</sup> tokens.
- getMinimumAmount() - Method in interface com.hedera.hashgraph.sdk.proto.FractionalFeeOrBuilder
-
* A minimum fee to charge, in units of 10<sup>-decimals</sup> tokens.
- getMinNodeBackoff() - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Extract the minimum node backoff time.
- getMinNodeReadmitTime() - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Extract the minimum node readmit time.
- getMinNodeReadmitTime() - Method in class com.hedera.hashgraph.sdk.Client
-
Extract the minimum node readmit time.
- getMinor() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A minor version.<br/> Hedera increments this value with each release.<br/> There may be incompatible API changes in any Hedera Services release.
- getMinor() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
-
* A minor version.<br/> Hedera increments this value with each release.<br/> There may be incompatible API changes in any Hedera Services release.
- getMinor() - Method in interface com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder
-
* A minor version.<br/> Hedera increments this value with each release.<br/> There may be incompatible API changes in any Hedera Services release.
- getMinStake() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* A minimum amount of HBAR staked to a node to receive rewards.
- getMinStake() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake
-
* A minimum amount of HBAR staked to a node to receive rewards.
- getMinStake() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeOrBuilder
-
* A minimum amount of HBAR staked to a node to receive rewards.
- getMinStake() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The minimum stake, in tinybar, that is required for this node to have a non-zero weight in the network consensus.
- getMinStake() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
-
* The minimum stake, in tinybar, that is required for this node to have a non-zero weight in the network consensus.
- getMinStake() - Method in interface com.hedera.hashgraph.sdk.proto.StakingNodeInfoOrBuilder
-
* The minimum stake, in tinybar, that is required for this node to have a non-zero weight in the network consensus.
- getMintTime() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The consensus time of the TokenMint that created this NFT as offset from the epoch.
- getMintTime() - Method in class com.hedera.hashgraph.sdk.proto.Nft
-
* The consensus time of the TokenMint that created this NFT as offset from the epoch.
- getMintTime() - Method in interface com.hedera.hashgraph.sdk.proto.NftOrBuilder
-
* The consensus time of the TokenMint that created this NFT as offset from the epoch.
- getMintTokenMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getMirrorNetwork() - Method in class com.hedera.hashgraph.sdk.Client
-
Extract the mirror network node list.
- getMirrorNode() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A Mirror Node.<br/> A Mirror Node is an advanced indexing and query service that provides fast and flexible access to query the block chain and transaction history.
- getMirrorNode() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A Mirror Node.<br/> A Mirror Node is an advanced indexing and query service that provides fast and flexible access to query the block chain and transaction history.
- getMirrorNode() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A Mirror Node.<br/> A Mirror Node is an advanced indexing and query service that provides fast and flexible access to query the block chain and transaction history.
- getMirrorRestBaseUrl() - Method in class com.hedera.hashgraph.sdk.Client
-
Build the REST base URL for the next healthy mirror node.
- getMode() - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Extract the fee estimate mode.
- getMultiplier() - Method in class com.hedera.hashgraph.sdk.NetworkFee
-
Extract the network fee multiplier.
- getName() - Method in class com.hedera.hashgraph.sdk.BaseNodeAddress
-
Extract the name.
- getName() - Method in class com.hedera.hashgraph.sdk.FeeExtra
-
Extract the unique name of this extra fee.
- getName() - Method in class com.hedera.hashgraph.sdk.proto.Setting.Builder
-
* A name for this setting property.
- getName() - Method in class com.hedera.hashgraph.sdk.proto.Setting
-
* A name for this setting property.
- getName() - Method in interface com.hedera.hashgraph.sdk.proto.SettingOrBuilder
-
* A name for this setting property.
- getName() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A name for this bucket.<br/> This is used for log entries.
- getName() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
-
* A name for this bucket.<br/> This is used for log entries.
- getName() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleBucketOrBuilder
-
* A name for this bucket.<br/> This is used for log entries.
- getName() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A human-readable name for this token.
- getName() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A human-readable name for this token.
- getName() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A name for the token.<br/> This is generally the "full name" displayed in wallet software.
- getName() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A name for the token.<br/> This is generally the "full name" displayed in wallet software.
- getName() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A name for the token.<br/> This is generally the "full name" displayed in wallet software.
- getName() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A human-readable name for this token.
- getName() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A human-readable name for this token.
- getName() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A human-readable name for this token.
- getName() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A human-readable name for this token.
- getName() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new name for the token.<br/> This is generally the "full name" displayed in wallet software.
- getName() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* A new name for the token.<br/> This is generally the "full name" displayed in wallet software.
- getName() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* A new name for the token.<br/> This is generally the "full name" displayed in wallet software.
- getNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.Setting.Builder
-
* A name for this setting property.
- getNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.Setting
-
* A name for this setting property.
- getNameBytes() - Method in interface com.hedera.hashgraph.sdk.proto.SettingOrBuilder
-
* A name for this setting property.
- getNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A name for this bucket.<br/> This is used for log entries.
- getNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
-
* A name for this bucket.<br/> This is used for log entries.
- getNameBytes() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleBucketOrBuilder
-
* A name for this bucket.<br/> This is used for log entries.
- getNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A human-readable name for this token.
- getNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A human-readable name for this token.
- getNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A name for the token.<br/> This is generally the "full name" displayed in wallet software.
- getNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A name for the token.<br/> This is generally the "full name" displayed in wallet software.
- getNameBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A name for the token.<br/> This is generally the "full name" displayed in wallet software.
- getNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A human-readable name for this token.
- getNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A human-readable name for this token.
- getNameBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A human-readable name for this token.
- getNameBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A human-readable name for this token.
- getNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new name for the token.<br/> This is generally the "full name" displayed in wallet software.
- getNameBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* A new name for the token.<br/> This is generally the "full name" displayed in wallet software.
- getNameBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* A new name for the token.<br/> This is generally the "full name" displayed in wallet software.
- getNameValue(int) - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList.Builder
-
* A List of `Setting` values, typically read from application properties.
- getNameValue(int) - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
-
* A List of `Setting` values, typically read from application properties.
- getNameValue(int) - Method in interface com.hedera.hashgraph.sdk.proto.ServicesConfigurationListOrBuilder
-
* A List of `Setting` values, typically read from application properties.
- getNameValueCount() - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList.Builder
-
* A List of `Setting` values, typically read from application properties.
- getNameValueCount() - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
-
* A List of `Setting` values, typically read from application properties.
- getNameValueCount() - Method in interface com.hedera.hashgraph.sdk.proto.ServicesConfigurationListOrBuilder
-
* A List of `Setting` values, typically read from application properties.
- getNameValueList() - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList.Builder
-
* A List of `Setting` values, typically read from application properties.
- getNameValueList() - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
-
* A List of `Setting` values, typically read from application properties.
- getNameValueList() - Method in interface com.hedera.hashgraph.sdk.proto.ServicesConfigurationListOrBuilder
-
* A List of `Setting` values, typically read from application properties.
- getNameValueOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
-
* A List of `Setting` values, typically read from application properties.
- getNameValueOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
-
* A List of `Setting` values, typically read from application properties.
- getNanos() - Method in class com.hedera.hashgraph.sdk.proto.Timestamp.Builder
-
* The number of nanoseconds after the start of the second referenced in `seconds`.
- getNanos() - Method in class com.hedera.hashgraph.sdk.proto.Timestamp
-
* The number of nanoseconds after the start of the second referenced in `seconds`.
- getNanos() - Method in interface com.hedera.hashgraph.sdk.proto.TimestampOrBuilder
-
* The number of nanoseconds after the start of the second referenced in `seconds`.
- getNetOfTransfers() - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* Flag requesting to assess the calculated fee against the sender, without reducing the amount transferred.<br/> #### Effects of this flag <ol> <li>If this value is true <ul> <li>The receiver of a transfer SHALL receive the entire amount sent.</li> <li>The fee SHALL be charged to the sender as an additional amount, increasing the token transfer debit.</li> </ul> </li> <li>If this value is false <ul> <li>The receiver of a transfer SHALL receive the amount sent _after_ deduction of the calculated fee.</li> </ul> </li> </ol>
- getNetOfTransfers() - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee
-
* Flag requesting to assess the calculated fee against the sender, without reducing the amount transferred.<br/> #### Effects of this flag <ol> <li>If this value is true <ul> <li>The receiver of a transfer SHALL receive the entire amount sent.</li> <li>The fee SHALL be charged to the sender as an additional amount, increasing the token transfer debit.</li> </ul> </li> <li>If this value is false <ul> <li>The receiver of a transfer SHALL receive the amount sent _after_ deduction of the calculated fee.</li> </ul> </li> </ol>
- getNetOfTransfers() - Method in interface com.hedera.hashgraph.sdk.proto.FractionalFeeOrBuilder
-
* Flag requesting to assess the calculated fee against the sender, without reducing the amount transferred.<br/> #### Effects of this flag <ol> <li>If this value is true <ul> <li>The receiver of a transfer SHALL receive the entire amount sent.</li> <li>The fee SHALL be charged to the sender as an additional amount, increasing the token transfer debit.</li> </ul> </li> <li>If this value is false <ul> <li>The receiver of a transfer SHALL receive the amount sent _after_ deduction of the calculated fee.</li> </ul> </li> </ol>
- getNetwork() - Method in class com.hedera.hashgraph.sdk.Client
-
Extract the network.
- getNetwork() - Method in class com.hedera.hashgraph.sdk.FeeEstimateResponse
-
Extract the network fee component.
- getNetwork() - Method in class com.hedera.hashgraph.sdk.MirrorNetwork
-
Extract the network names.
- getNetwork() - Method in class com.hedera.hashgraph.sdk.Network
-
Extract the of network records.
- getNetworkdata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the network for bringing a transaction to consensus.
- getNetworkdata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData
-
* Fee components to be paid to the network for bringing a transaction to consensus.
- getNetworkdata() - Method in interface com.hedera.hashgraph.sdk.proto.FeeDataOrBuilder
-
* Fee components to be paid to the network for bringing a transaction to consensus.
- getNetworkData() - Method in class com.hedera.hashgraph.sdk.FeeData
-
Extract the network data.
- getNetworkGetExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- getNetworkGetExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
Deprecated.
- getNetworkGetExecutionTime() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
Deprecated.proto.Query.networkGetExecutionTime is deprecated. See query.proto;l=223
- getNetworkGetExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the time, in nanoseconds, spent in direct processing for one or more recent transactions.
- getNetworkGetExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting the time, in nanoseconds, spent in direct processing for one or more recent transactions.
- getNetworkGetExecutionTime() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting the time, in nanoseconds, spent in direct processing for one or more recent transactions.
- getNetworkGetVersionInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the versions of Hedera Services and the HAPI API deployed on the responding consensus node.
- getNetworkGetVersionInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get the versions of Hedera Services and the HAPI API deployed on the responding consensus node.
- getNetworkGetVersionInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get the versions of Hedera Services and the HAPI API deployed on the responding consensus node.
- getNetworkGetVersionInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the deployed versions of Hedera Services and the API definitions in semantic version format
- getNetworkGetVersionInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting the deployed versions of Hedera Services and the API definitions in semantic version format
- getNetworkGetVersionInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting the deployed versions of Hedera Services and the API definitions in semantic version format
- getNetworkName() - Method in class com.hedera.hashgraph.sdk.Client
-
Deprecated.use
Client.getLedgerId()instead - getNetworkUpdatePeriod() - Method in class com.hedera.hashgraph.sdk.Client
-
Get the period for updating the Address Book
- getNewCrs() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody.Builder
-
* The party's generated random CRS.
- getNewCrs() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
-
* The party's generated random CRS.
- getNewCrs() - Method in interface com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBodyOrBuilder
-
* The party's generated random CRS.
- getNewPendingAirdrops(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of pending token airdrops.
- getNewPendingAirdrops(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of pending token airdrops.
- getNewPendingAirdrops(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A list of pending token airdrops.
- getNewPendingAirdropsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of pending token airdrops.
- getNewPendingAirdropsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of pending token airdrops.
- getNewPendingAirdropsCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A list of pending token airdrops.
- getNewPendingAirdropsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of pending token airdrops.
- getNewPendingAirdropsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of pending token airdrops.
- getNewPendingAirdropsList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A list of pending token airdrops.
- getNewPendingAirdropsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of pending token airdrops.
- getNewPendingAirdropsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of pending token airdrops.
- getNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> If a realm is used, it must already exist; we shouldn't be creating it without a separate transaction.</blockquote></blockquote> <p> This was intended to provide an admin key for any new realm created during the creation of the smart contract.<br/> This value is currently ignored.
- getNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> If a realm is used, it must already exist; we shouldn't be creating it without a separate transaction.</blockquote></blockquote> <p> This was intended to provide an admin key for any new realm created during the creation of the smart contract.<br/> This value is currently ignored.
- getNewRealmAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> If a realm is used, it must already exist; we shouldn't be creating it without a separate transaction.</blockquote></blockquote> <p> This was intended to provide an admin key for any new realm created during the creation of the smart contract.<br/> This value is currently ignored.
- getNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.
- getNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
Deprecated.
- getNewRealmAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoCreateTransactionBody.newRealmAdminKey is deprecated. See crypto_create.proto;l=129
- getNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
Deprecated.
- getNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
-
Deprecated.
- getNewRealmAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.FileCreateTransactionBodyOrBuilder
-
Deprecated.proto.FileCreateTransactionBody.newRealmAdminKey is deprecated. See file_create.proto;l=114
- getNewTotalSupply() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of `TokenMint`, `TokenWipe`, or `TokenBurn`.<br/> For non-unique tokens, the current total supply of that token.<br/> For unique tokens,the total number of NFTs issued for that token.
- getNewTotalSupply() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of `TokenMint`, `TokenWipe`, or `TokenBurn`.<br/> For non-unique tokens, the current total supply of that token.<br/> For unique tokens,the total number of NFTs issued for that token.
- getNewTotalSupply() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of `TokenMint`, `TokenWipe`, or `TokenBurn`.<br/> For non-unique tokens, the current total supply of that token.<br/> For unique tokens,the total number of NFTs issued for that token.
- getNext() - Method in class com.hedera.hashgraph.sdk.FeeSchedules
-
Extract the next fee schedule.
- getNext() - Method in class com.hedera.hashgraph.sdk.LockableList
-
Extract the next item.
- getNextAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* A pending airdrop identifier.<br/> <p> This field SHALL identify the specific pending airdrop that follows this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".
- getNextAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
-
* A pending airdrop identifier.<br/> <p> This field SHALL identify the specific pending airdrop that follows this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".
- getNextAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.AccountPendingAirdropOrBuilder
-
* A pending airdrop identifier.<br/> <p> This field SHALL identify the specific pending airdrop that follows this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".
- getNextContributingNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The id of the next node that should contribute to the CRS.
- getNextContributingNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CRSState
-
* The id of the next node that should contribute to the CRS.
- getNextContributingNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.CRSStateOrBuilder
-
* The id of the next node that should contribute to the CRS.
- getNextEncryptionKey() - Method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys.Builder
-
* If non-empty, the same node's next TSS encryption key.
- getNextEncryptionKey() - Method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
-
* If non-empty, the same node's next TSS encryption key.
- getNextEncryptionKey() - Method in interface com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeysOrBuilder
-
* If non-empty, the same node's next TSS encryption key.
- getNextFeeSchedule() - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule.Builder
-
* A future fee schedule to use when the current schedule expires.
- getNextFeeSchedule() - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
-
* A future fee schedule to use when the current schedule expires.
- getNextFeeSchedule() - Method in interface com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeScheduleOrBuilder
-
* A future fee schedule to use when the current schedule expires.
- getNextHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- getNextHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- getNextHookId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- getNextHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- getNextHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- getNextHookId() - Method in interface com.hedera.hashgraph.sdk.proto.HookCreationOrBuilder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- getNextKey() - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* If set, the new hinTS key the node wants to use when the next construction begins.
- getNextKey() - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
-
* If set, the new hinTS key the node wants to use when the next construction begins.
- getNextKey() - Method in interface com.hedera.hashgraph.sdk.proto.HintsKeySetOrBuilder
-
* If set, the new hinTS key the node wants to use when the next construction begins.
- getNextKey() - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet.Builder
-
* If set, the proof key the node wants to start using in the address book.
- getNextKey() - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
-
* If set, the proof key the node wants to start using in the address book.
- getNextKey() - Method in interface com.hedera.hashgraph.sdk.proto.ProofKeySetOrBuilder
-
* If set, the proof key the node wants to start using in the address book.
- getNextKey() - Method in class com.hedera.hashgraph.sdk.proto.SlotValue.Builder
-
* The word of the next key in this contract's storage list (if any).
- getNextKey() - Method in class com.hedera.hashgraph.sdk.proto.SlotValue
-
* The word of the next key in this contract's storage list (if any).
- getNextKey() - Method in interface com.hedera.hashgraph.sdk.proto.SlotValueOrBuilder
-
* The word of the next key in this contract's storage list (if any).
- getNextMirrorNode() - Method in class com.hedera.hashgraph.sdk.MirrorNetwork
-
Extract the next healthy mirror node on the list.
- getNextRate() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet.Builder
-
* A future exchange rate.
- getNextRate() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
-
* A future exchange rate.
- getNextRate() - Method in interface com.hedera.hashgraph.sdk.proto.ExchangeRateSetOrBuilder
-
* A future exchange rate.
- getNextToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The Token ID of the next entry in the associated Account's "virtual double-linked list" of token relationships.
- getNextToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation
-
* The Token ID of the next entry in the associated Account's "virtual double-linked list" of token relationships.
- getNextToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationOrBuilder
-
* The Token ID of the next entry in the associated Account's "virtual double-linked list" of token relationships.
- getNft() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse.Builder
-
* The information about this NFT
- getNft() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
-
* The information about this NFT
- getNft() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponseOrBuilder
-
* The information about this NFT
- getNft() - Method in class com.hedera.hashgraph.sdk.proto.TokenReference.Builder
-
* A single specific serialized non-fungible/unique token.
- getNft() - Method in class com.hedera.hashgraph.sdk.proto.TokenReference
-
* A single specific serialized non-fungible/unique token.
- getNft() - Method in interface com.hedera.hashgraph.sdk.proto.TokenReferenceOrBuilder
-
* A single specific serialized non-fungible/unique token.
- getNftAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of non-fungible token allowances approved by the account owner.
- getNftAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of non-fungible token allowances approved by the account owner.
- getNftAllowances(int) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBodyOrBuilder
-
* List of non-fungible token allowances approved by the account owner.
- getNftAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody.Builder
-
* List of non-fungible/unique token allowances to remove.
- getNftAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
-
* List of non-fungible/unique token allowances to remove.
- getNftAllowances(int) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBodyOrBuilder
-
* List of non-fungible/unique token allowances to remove.
- getNftAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of non-fungible token allowances approved by the account owner.
- getNftAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of non-fungible token allowances approved by the account owner.
- getNftAllowancesCount() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBodyOrBuilder
-
* List of non-fungible token allowances approved by the account owner.
- getNftAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody.Builder
-
* List of non-fungible/unique token allowances to remove.
- getNftAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
-
* List of non-fungible/unique token allowances to remove.
- getNftAllowancesCount() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBodyOrBuilder
-
* List of non-fungible/unique token allowances to remove.
- getNftAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of non-fungible token allowances approved by the account owner.
- getNftAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of non-fungible token allowances approved by the account owner.
- getNftAllowancesList() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBodyOrBuilder
-
* List of non-fungible token allowances approved by the account owner.
- getNftAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody.Builder
-
* List of non-fungible/unique token allowances to remove.
- getNftAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
-
* List of non-fungible/unique token allowances to remove.
- getNftAllowancesList() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBodyOrBuilder
-
* List of non-fungible/unique token allowances to remove.
- getNftAllowancesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of non-fungible token allowances approved by the account owner.
- getNftAllowancesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
-
* List of non-fungible/unique token allowances to remove.
- getNftAllowancesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of non-fungible token allowances approved by the account owner.
- getNftAllowancesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
-
* List of non-fungible/unique token allowances to remove.
- getNftId() - Method in class com.hedera.hashgraph.sdk.PendingAirdropId
- getNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The id of this NFT, consisting of a Token ID and serial number.
- getNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft
-
* The id of this NFT, consisting of a Token ID and serial number.
- getNftId() - Method in interface com.hedera.hashgraph.sdk.proto.NftOrBuilder
-
* The id of this NFT, consisting of a Token ID and serial number.
- getNftId() - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
-
Extract the nft id.
- getNftID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery.Builder
-
* A non-fungible/unique token (NFT) identifier.
- getNftID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
-
* A non-fungible/unique token (NFT) identifier.
- getNftID() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQueryOrBuilder
-
* A non-fungible/unique token (NFT) identifier.
- getNftID() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* A non-fungible/unique token (NFT) identifier.
- getNftID() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
-
* A non-fungible/unique token (NFT) identifier.
- getNftID() - Method in interface com.hedera.hashgraph.sdk.proto.TokenNftInfoOrBuilder
-
* A non-fungible/unique token (NFT) identifier.
- getNftIds() - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Extract the list of nftIds.
- getNftIds() - Method in class com.hedera.hashgraph.sdk.TokenRejectTransaction
-
Extract the list of nftIds.
- getNfts(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* List of NFTs associated to the account
- getNfts(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
-
* List of NFTs associated to the account
- getNfts(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponseOrBuilder
-
* List of NFTs associated to the account
- getNfts(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A list of messages, each of which describes one NFT.
- getNfts(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
-
* A list of messages, each of which describes one NFT.
- getNfts(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponseOrBuilder
-
* A list of messages, each of which describes one NFT.
- getNftsCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* List of NFTs associated to the account
- getNftsCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
-
* List of NFTs associated to the account
- getNftsCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponseOrBuilder
-
* List of NFTs associated to the account
- getNftsCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A list of messages, each of which describes one NFT.
- getNftsCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
-
* A list of messages, each of which describes one NFT.
- getNftsCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponseOrBuilder
-
* A list of messages, each of which describes one NFT.
- getNftsList() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* List of NFTs associated to the account
- getNftsList() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
-
* List of NFTs associated to the account
- getNftsList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponseOrBuilder
-
* List of NFTs associated to the account
- getNftsList() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A list of messages, each of which describes one NFT.
- getNftsList() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
-
* A list of messages, each of which describes one NFT.
- getNftsList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponseOrBuilder
-
* A list of messages, each of which describes one NFT.
- getNftsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
-
* List of NFTs associated to the account
- getNftsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
-
* A list of messages, each of which describes one NFT.
- getNftsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
-
* List of NFTs associated to the account
- getNftsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
-
* A list of messages, each of which describes one NFT.
- getNftTransfers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of NftTransfers.
- getNftTransfers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
-
* A list of NftTransfers.
- getNftTransfers(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenTransferListOrBuilder
-
* A list of NftTransfers.
- getNftTransfersCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of NftTransfers.
- getNftTransfersCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
-
* A list of NftTransfers.
- getNftTransfersCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenTransferListOrBuilder
-
* A list of NftTransfers.
- getNftTransfersList() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of NftTransfers.
- getNftTransfersList() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
-
* A list of NftTransfers.
- getNftTransfersList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenTransferListOrBuilder
-
* A list of NftTransfers.
- getNftTransfersOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
-
* A list of NftTransfers.
- getNftTransfersOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
-
* A list of NftTransfers.
- getNMinus1RunningHash() - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes.Builder
-
* The previous running hash of all record stream items.
- getNMinus1RunningHash() - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes
-
* The previous running hash of all record stream items.
- getNMinus1RunningHash() - Method in interface com.hedera.hashgraph.sdk.proto.RunningHashesOrBuilder
-
* The previous running hash of all record stream items.
- getNMinus2RunningHash() - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes.Builder
-
* The previous, previous running hash of all record stream items.
- getNMinus2RunningHash() - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes
-
* The previous, previous running hash of all record stream items.
- getNMinus2RunningHash() - Method in interface com.hedera.hashgraph.sdk.proto.RunningHashesOrBuilder
-
* The previous, previous running hash of all record stream items.
- getNMinus3RunningHash() - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes.Builder
-
* The previous, previous, previous running hash of all record stream items.
- getNMinus3RunningHash() - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes
-
* The previous, previous, previous running hash of all record stream items.
- getNMinus3RunningHash() - Method in interface com.hedera.hashgraph.sdk.proto.RunningHashesOrBuilder
-
* The previous, previous, previous running hash of all record stream items.
- getNode() - Method in class com.hedera.hashgraph.sdk.Executable.GrpcRequest
- getNode() - Method in class com.hedera.hashgraph.sdk.FeeEstimateResponse
-
Extract the node fee estimate.
- getNodeAccountId() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayment.Builder
-
* The node account id
- getNodeAccountId() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayment
-
* The node account id
- getNodeAccountId() - Method in interface com.hedera.hapi.node.state.token.legacy.NodePaymentOrBuilder
-
* The node account id
- getNodeAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* An account to be paid the "node" portion of transaction fees.<br/> The "node" fees are paid to the node that submitted the transaction.
- getNodeAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
* An account to be paid the "node" portion of transaction fees.<br/> The "node" fees are paid to the node that submitted the transaction.
- getNodeAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
* An account to be paid the "node" portion of transaction fees.<br/> The "node" fees are paid to the node that submitted the transaction.
- getNodeAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A node account identifier.
- getNodeAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A node account identifier.
- getNodeAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A node account identifier.
- getNodeAccountIds() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Extract the list of node account id's.
- getNodeAccountIds() - Method in class com.hedera.hashgraph.sdk.Executable
-
Get the list of account IDs for nodes with which execution will be attempted.
- getNodeAccountIdsForExecute() - Method in class com.hedera.hashgraph.sdk.Network
-
Pick 1/3 of the nodes sorted by health and expected delay from the network.
- getNodeActivities(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- getNodeActivities(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- getNodeActivities(int) - Method in interface com.hedera.hashgraph.sdk.proto.NodeRewardsOrBuilder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- getNodeActivitiesCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- getNodeActivitiesCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- getNodeActivitiesCount() - Method in interface com.hedera.hashgraph.sdk.proto.NodeRewardsOrBuilder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- getNodeActivitiesList() - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- getNodeActivitiesList() - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- getNodeActivitiesList() - Method in interface com.hedera.hashgraph.sdk.proto.NodeRewardsOrBuilder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- getNodeActivitiesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- getNodeActivitiesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- getNodeAddress(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook.Builder
-
* Published data for all nodes in the network
- getNodeAddress(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
-
* Published data for all nodes in the network
- getNodeAddress(int) - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressBookOrBuilder
-
* Published data for all nodes in the network
- getNodeAddressCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook.Builder
-
* Published data for all nodes in the network
- getNodeAddressCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
-
* Published data for all nodes in the network
- getNodeAddressCount() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressBookOrBuilder
-
* Published data for all nodes in the network
- getNodeAddresses() - Method in class com.hedera.hashgraph.sdk.NodeAddressBook
-
Extract the of node addresses.
- getNodeAddressList() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook.Builder
-
* Published data for all nodes in the network
- getNodeAddressList() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
-
* Published data for all nodes in the network
- getNodeAddressList() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressBookOrBuilder
-
* Published data for all nodes in the network
- getNodeAddressOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
-
* Published data for all nodes in the network
- getNodeAddressOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
-
* Published data for all nodes in the network
- getNodeCertHash() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A hash of the node's TLS certificate.
- getNodeCertHash() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
* A hash of the node's TLS certificate.
- getNodeCertHash() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
* A hash of the node's TLS certificate.
- getNodeContributions(int) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The node-specific contributions made to the new ledger id.
- getNodeContributions(int) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
-
* The node-specific contributions made to the new ledger id.
- getNodeContributions(int) - Method in interface com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBodyOrBuilder
-
* The node-specific contributions made to the new ledger id.
- getNodeContributionsCount() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The node-specific contributions made to the new ledger id.
- getNodeContributionsCount() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
-
* The node-specific contributions made to the new ledger id.
- getNodeContributionsCount() - Method in interface com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBodyOrBuilder
-
* The node-specific contributions made to the new ledger id.
- getNodeContributionsList() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The node-specific contributions made to the new ledger id.
- getNodeContributionsList() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
-
* The node-specific contributions made to the new ledger id.
- getNodeContributionsList() - Method in interface com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBodyOrBuilder
-
* The node-specific contributions made to the new ledger id.
- getNodeContributionsOrBuilder(int) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
-
* The node-specific contributions made to the new ledger id.
- getNodeContributionsOrBuilderList() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
-
* The node-specific contributions made to the new ledger id.
- getNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- getNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- getNodeCreate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- getNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- getNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- getNodeCreate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- getNodedata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the submitting node.
- getNodedata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData
-
* Fee components to be paid to the submitting node.
- getNodedata() - Method in interface com.hedera.hashgraph.sdk.proto.FeeDataOrBuilder
-
* Fee components to be paid to the submitting node.
- getNodeData() - Method in class com.hedera.hashgraph.sdk.FeeData
-
Extract the node data.
- getNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a node from the network address book.<br/> This will mark the node as deleted.<br/> This is a privileged operation.
- getNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete a node from the network address book.<br/> This will mark the node as deleted.<br/> This is a privileged operation.
- getNodeDelete() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete a node from the network address book.<br/> This will mark the node as deleted.<br/> This is a privileged operation.
- getNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a node from the network address book.<br/> This is a privileged operation.
- getNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete a node from the network address book.<br/> This is a privileged operation.
- getNodeDelete() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete a node from the network address book.<br/> This is a privileged operation.
- getNodeFeesCollected() - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* The fees collected by node accounts in this period.
- getNodeFeesCollected() - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards
-
* The fees collected by node accounts in this period.
- getNodeFeesCollected() - Method in interface com.hedera.hashgraph.sdk.proto.NodeRewardsOrBuilder
-
* The fees collected by node accounts in this period.
- getNodeForExecute(int) - Method in class com.hedera.hashgraph.sdk.Executable
-
Return the next node for execution.
- getNodeId() - Method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey.Builder
-
* The node id of the node that created the TssVote.<br/> This id uniquely identifies the node.
- getNodeId() - Method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
-
* The node id of the node that created the TssVote.<br/> This id uniquely identifies the node.
- getNodeId() - Method in interface com.hedera.hapi.node.state.tss.legacy.TssVoteMapKeyOrBuilder
-
* The node id of the node that created the TssVote.<br/> This id uniquely identifies the node.
- getNodeId() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution.Builder
-
* The node id.
- getNodeId() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
-
* The node id.
- getNodeId() - Method in interface com.hedera.hapi.node.tss.legacy.LedgerIdNodeContributionOrBuilder
-
* The node id.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Extract the node id.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.NodeDeleteTransaction
-
Extract the consensus node identifier in the network state.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Extract the consensus node identifier in the network state.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId.Builder
-
* The unique id of a node.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
-
* The unique id of a node.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.ConstructionNodeIdOrBuilder
-
* The unique id of a node.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* The id of the node submitting these keys.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
-
* The id of the node submitting these keys.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.HintsKeySetOrBuilder
-
* The id of the node submitting these keys.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A consensus node identifier.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A consensus node identifier.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeActivity.Builder
-
* A node identifier.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeActivity
-
* A node identifier.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeActivityOrBuilder
-
* A node identifier.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A numeric identifier for the node.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
* A numeric identifier for the node.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
* A numeric identifier for the node.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody.Builder
-
* A consensus node identifier in the network state.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
-
* A consensus node identifier in the network state.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBodyOrBuilder
-
* A consensus node identifier in the network state.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A consensus node identifier.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodePartyId.Builder
-
* The node id.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodePartyId
-
* The node id.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.NodePartyIdOrBuilder
-
* The node id.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeSignature.Builder
-
* The node id of the node that created the _RSA_ signature.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeSignature
-
* The node id of the node that created the _RSA_ signature.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeSignatureOrBuilder
-
* The node id of the node that created the _RSA_ signature.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* A node identifier.<br/> This value uniquely identifies this node within the network address book.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake
-
* A node identifier.<br/> This value uniquely identifies this node within the network address book.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeOrBuilder
-
* A node identifier.<br/> This value uniquely identifies this node within the network address book.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A consensus node identifier in the network state.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A consensus node identifier in the network state.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A consensus node identifier in the network state.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId.Builder
-
* The id of the node submitting the vote.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
-
* The id of the node submitting the vote.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.PreprocessingVoteIdOrBuilder
-
* The id of the node submitting the vote.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ProofKey.Builder
-
* The node id.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ProofKey
-
* The node id.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.ProofKeyOrBuilder
-
* The node id.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A consensus node identifier.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry
-
* A consensus node identifier.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.RosterEntryOrBuilder
-
* A consensus node identifier.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* An affected node identifier.<br/> In the receipt of a NodeCreate, the id of the newly created node.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* An affected node identifier.<br/> In the receipt of a NodeCreate, the id of the newly created node.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry.Builder
-
* A node identifier.<br/> This identifies the node that submitted the transaction to consensus.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
-
* A node identifier.<br/> This identifies the node that submitted the transaction to consensus.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptEntryOrBuilder
-
* A node identifier.<br/> This identifies the node that submitted the transaction to consensus.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* An affected node identifier.<br/> In the receipt of a NodeCreate, the id of the newly created node.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* A node identifier.<br/> This identifier is the node, as known to the address book, that submitted the transaction for consensus.
- getNodeId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
-
* A node identifier.<br/> This identifier is the node, as known to the address book, that submitted the transaction for consensus.
- getNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordEntryOrBuilder
-
* A node identifier.<br/> This identifier is the node, as known to the address book, that submitted the transaction for consensus.
- getNodeID() - Method in class com.hedera.hashgraph.sdk.Transaction.SignableNodeTransactionBodyBytes
- getNodeMaxBackoff() - Method in class com.hedera.hashgraph.sdk.Client
-
The maximum backoff time for any node in the network.
- getNodeMinBackoff() - Method in class com.hedera.hashgraph.sdk.Client
-
The minimum backoff time for any node in the network.
- getNodeNumber() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The entity number of this node.<br/> The shard and realm numbers are implied, based on the network address book entry for this node.
- getNodeNumber() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
-
* The entity number of this node.<br/> The shard and realm numbers are implied, based on the network address book entry for this node.
- getNodeNumber() - Method in interface com.hedera.hashgraph.sdk.proto.StakingNodeInfoOrBuilder
-
* The entity number of this node.<br/> The shard and realm numbers are implied, based on the network address book entry for this node.
- getNodePartyIds(int) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The final party ids assigned to each node in the target roster.
- getNodePartyIds(int) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme
-
* The final party ids assigned to each node in the target roster.
- getNodePartyIds(int) - Method in interface com.hedera.hashgraph.sdk.proto.HintsSchemeOrBuilder
-
* The final party ids assigned to each node in the target roster.
- getNodePartyIdsCount() - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The final party ids assigned to each node in the target roster.
- getNodePartyIdsCount() - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme
-
* The final party ids assigned to each node in the target roster.
- getNodePartyIdsCount() - Method in interface com.hedera.hashgraph.sdk.proto.HintsSchemeOrBuilder
-
* The final party ids assigned to each node in the target roster.
- getNodePartyIdsList() - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The final party ids assigned to each node in the target roster.
- getNodePartyIdsList() - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme
-
* The final party ids assigned to each node in the target roster.
- getNodePartyIdsList() - Method in interface com.hedera.hashgraph.sdk.proto.HintsSchemeOrBuilder
-
* The final party ids assigned to each node in the target roster.
- getNodePartyIdsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme
-
* The final party ids assigned to each node in the target roster.
- getNodePartyIdsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme
-
* The final party ids assigned to each node in the target roster.
- getNodeProxies(KeyT) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Get all node proxies by key
- getNodeRewardFeeFraction() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A fraction of network and service fees paid to the "node" reward account.<br/> The node staking rewards are paid from the designated reward account `0.0.801`, which receives a fraction of network and service fees for each transaction.
- getNodeRewardFeeFraction() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A fraction of network and service fees paid to the "node" reward account.<br/> The node staking rewards are paid from the designated reward account `0.0.801`, which receives a fraction of network and service fees for each transaction.
- getNodeRewardFeeFraction() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A fraction of network and service fees paid to the "node" reward account.<br/> The node staking rewards are paid from the designated reward account `0.0.801`, which receives a fraction of network and service fees for each transaction.
- getNodes(AddressBookQuery) - Method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc.NetworkServiceBlockingStub
-
Query for an address book and return its nodes.
- getNodes(AddressBookQuery) - Method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc.NetworkServiceBlockingV2Stub
-
Query for an address book and return its nodes.
- getNodes(AddressBookQuery, StreamObserver<NodeAddress>) - Method in interface com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc.AsyncService
-
Query for an address book and return its nodes.
- getNodes(AddressBookQuery, StreamObserver<NodeAddress>) - Method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc.NetworkServiceStub
-
Query for an address book and return its nodes.
- getNodeSignature() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* A signature produced by the node.
- getNodeSignature() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
-
* A signature produced by the node.
- getNodeSignature() - Method in interface com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBodyOrBuilder
-
* A signature produced by the node.
- getNodeSignature() - Method in class com.hedera.hashgraph.sdk.proto.NodeSignature.Builder
-
* The bytes of an _RSA_ signature.
- getNodeSignature() - Method in class com.hedera.hashgraph.sdk.proto.NodeSignature
-
* The bytes of an _RSA_ signature.
- getNodeSignature() - Method in interface com.hedera.hashgraph.sdk.proto.NodeSignatureOrBuilder
-
* The bytes of an _RSA_ signature.
- getNodeSignatures(int) - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- getNodeSignatures(int) - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- getNodeSignatures(int) - Method in interface com.hedera.hashgraph.sdk.proto.RosterSignaturesOrBuilder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- getNodeSignaturesCount() - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- getNodeSignaturesCount() - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- getNodeSignaturesCount() - Method in interface com.hedera.hashgraph.sdk.proto.RosterSignaturesOrBuilder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- getNodeSignaturesList() - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- getNodeSignaturesList() - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- getNodeSignaturesList() - Method in interface com.hedera.hashgraph.sdk.proto.RosterSignaturesOrBuilder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- getNodeSignaturesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- getNodeSignaturesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- getNodeStake(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- getNodeStake(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- getNodeStake(int) - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- getNodeStakeCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- getNodeStakeCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- getNodeStakeCount() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- getNodeStakeList() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- getNodeStakeList() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- getNodeStakeList() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- getNodeStakeOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- getNodeStakeOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- getNodeStakeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update the staking information.<br/> This internal transaction is performed at the end of a staking period to complete staking calculations and indicate that new staking period has started.
- getNodeStakeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update the staking information.<br/> This internal transaction is performed at the end of a staking period to complete staking calculations and indicate that new staking period has started.
- getNodeStakeUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update the staking information.<br/> This internal transaction is performed at the end of a staking period to complete staking calculations and indicate that new staking period has started.
- getNodesToRemove(Map<String, KeyT>) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Returns a list of index in descending order to remove from the current node list.
- getNodeTransactionPrecheckCode() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* The result code for this query.
- getNodeTransactionPrecheckCode() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
-
* The result code for this query.
- getNodeTransactionPrecheckCode() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder
-
* The result code for this query.
- getNodeTransactionPrecheckCode() - Method in class com.hedera.hashgraph.sdk.proto.TransactionResponse.Builder
-
* A pre-consensus response code.
- getNodeTransactionPrecheckCode() - Method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
-
* A pre-consensus response code.
- getNodeTransactionPrecheckCode() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionResponseOrBuilder
-
* A pre-consensus response code.
- getNodeTransactionPrecheckCodeValue() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* The result code for this query.
- getNodeTransactionPrecheckCodeValue() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
-
* The result code for this query.
- getNodeTransactionPrecheckCodeValue() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder
-
* The result code for this query.
- getNodeTransactionPrecheckCodeValue() - Method in class com.hedera.hashgraph.sdk.proto.TransactionResponse.Builder
-
* A pre-consensus response code.
- getNodeTransactionPrecheckCodeValue() - Method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
-
* A pre-consensus response code.
- getNodeTransactionPrecheckCodeValue() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionResponseOrBuilder
-
* A pre-consensus response code.
- getNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- getNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Update a node in the network address book.<br/> This is a privileged operation.
- getNodeUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- getNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- getNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update a node in the network address book.<br/> This is a privileged operation.
- getNodeUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- getNodeWaitTime() - Method in class com.hedera.hashgraph.sdk.Client
-
Deprecated.- Use
Client.getNodeMaxBackoff()instead - getNonce() - Method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo.Builder
-
* A "nonce" value.
- getNonce() - Method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
-
* A "nonce" value.
- getNonce() - Method in interface com.hedera.hashgraph.sdk.proto.ContractNonceInfoOrBuilder
-
* A "nonce" value.
- getNonce() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* An identifier for an internal transaction.<br/> An internal transaction is one that was spawned as part of handling a user transaction.
- getNonce() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID
-
* An identifier for an internal transaction.<br/> An internal transaction is one that was spawned as part of handling a user transaction.
- getNonce() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionIDOrBuilder
-
* An identifier for an internal transaction.<br/> An internal transaction is one that was spawned as part of handling a user transaction.
- getNonce() - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Extract the nonce.
- getNonFungibleToken() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* The id of a single NFT<br/> This is the type of token for a non-fungible/unique token airdrop and consists of a Token ID and serial number.
- getNonFungibleToken() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
-
* The id of a single NFT<br/> This is the type of token for a non-fungible/unique token airdrop and consists of a Token ID and serial number.
- getNonFungibleToken() - Method in interface com.hedera.hashgraph.sdk.proto.PendingAirdropIdOrBuilder
-
* The id of a single NFT<br/> This is the type of token for a non-fungible/unique token airdrop and consists of a Token ID and serial number.
- getNumAccounts() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of accounts in the network.
- getNumAccounts() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of accounts in the network.
- getNumAccounts() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of accounts in the network.
- getNumAirdrops() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of airdrops in the network.
- getNumAirdrops() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of airdrops in the network.
- getNumAirdrops() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of airdrops in the network.
- getNumAliases() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of aliases in the network.
- getNumAliases() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of aliases in the network.
- getNumAliases() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of aliases in the network.
- getNumber() - Method in enum class com.hedera.hapi.platform.event.legacy.EventTransaction.TransactionCase
- getNumber() - Method in enum class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.DataCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.Account.StakedIdCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.AccountAmount.HookCallCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.AccountID.AccountCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.BlockHashAlgorithm
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.ProofCase
- getNumber() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo.Builder
-
* The sequence number (from 1 to total) of the current chunk in the message.
- getNumber() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
-
* The sequence number (from 1 to total) of the current chunk in the message.
- getNumber() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfoOrBuilder
-
* The sequence number (from 1 to total) of the current chunk in the message.
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.InitcodeSourceCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.StakedIdCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.ObtainersCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.ContractID.ContractCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.MemoFieldCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.StakedIdCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.CRSStage
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.StakedIdCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.BalanceSourceCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiveRecordThresholdFieldCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.SendRecordThresholdFieldCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.StakedIdCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.CustomFee.FeeCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.EntityID.EntityCase
-
Deprecated.
- getNumber() - Method in class com.hedera.hashgraph.sdk.proto.EntityNumber.Builder
-
Deprecated.* The entity number to store.
- getNumber() - Method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.* The entity number to store.
- getNumber() - Method in interface com.hedera.hashgraph.sdk.proto.EntityNumberOrBuilder
-
Deprecated.* The entity number to store.
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.EntryKeyCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.EvmHookSpec.BytecodeSourceCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.UpdateCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.FreezeType
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.HintsConstruction.PreprocessingStateCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.ProofStateCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.HistoryProofVote.VoteCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.HookCall.CallSpecCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.HookCall.IdCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.HookCreationDetails.HookCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.ActionCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.HookEntityId.EntityIdCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.HookExtensionPoint
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.HookType
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.Key.KeyCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.ReceiverAllowanceHookCallCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.SenderAllowanceHookCallCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.PendingAirdropId.TokenReferenceCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.PreprocessingVote.VoteCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.AddressCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.EndpointTypeCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.ResponseType
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.ScheduleInfo.DataCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.Signature.SignatureCase
-
Deprecated.
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.SignaturePair.SignatureCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.StakingInfo.StakedIdCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.SubType
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.IdCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.IdCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.TokenFreezeStatus
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.TokenKeyValidation
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.TokenKycStatus
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.TokenPauseStatus
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.TokenReference.TokenIdentifierCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.TokenSupplyType
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.TokenType
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.BodyCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.EntropyCase
- getNumber() - Method in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
- getNumberAssociations() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of tokens associated with this account.
- getNumberAssociations() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A count of tokens associated with this account.
- getNumberAssociations() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A count of tokens associated with this account.
- getNumberEvmHookStorageSlots() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The number of storage slots in use by this account's EVM hooks.
- getNumberEvmHookStorageSlots() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* The number of storage slots in use by this account's EVM hooks.
- getNumberEvmHookStorageSlots() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* The number of storage slots in use by this account's EVM hooks.
- getNumberHooksInUse() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The number of hooks currently in use on this account.
- getNumberHooksInUse() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* The number of hooks currently in use on this account.
- getNumberHooksInUse() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* The number of hooks currently in use on this account.
- getNumberOfMostHealthyNodes(int) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Returns `count` number of the most healthy nodes.
- getNumberOfNodesForRequest() - Method in class com.hedera.hashgraph.sdk.Network
-
Extract the number of nodes for each request.
- getNumberOwnedNfts() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A number of non-fungible tokens (NTFs) owned by the account.
- getNumberOwnedNfts() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A number of non-fungible tokens (NTFs) owned by the account.
- getNumberOwnedNfts() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A number of non-fungible tokens (NTFs) owned by the account.
- getNumberPendingAirdrops() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A number of pending airdrops.
- getNumberPendingAirdrops() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A number of pending airdrops.
- getNumberPendingAirdrops() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A number of pending airdrops.
- getNumberPositiveBalances() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of tokens with a positive balance associated with this account.
- getNumberPositiveBalances() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A count of tokens with a positive balance associated with this account.
- getNumberPositiveBalances() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A count of tokens with a positive balance associated with this account.
- getNumberProcessed() - Method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts.Builder
-
* A number of scheduled transactions that have been processed at a consensus second.
- getNumberProcessed() - Method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
-
* A number of scheduled transactions that have been processed at a consensus second.
- getNumberProcessed() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduledCountsOrBuilder
-
* A number of scheduled transactions that have been processed at a consensus second.
- getNumberScheduled() - Method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts.Builder
-
* A number of transactions scheduled to expire at a consensus second.
- getNumberScheduled() - Method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
-
* A number of transactions scheduled to expire at a consensus second.
- getNumberScheduled() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduledCountsOrBuilder
-
* A number of transactions scheduled to expire at a consensus second.
- getNumberTreasuryTitles() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of tokens for which this account is the treasury account.
- getNumberTreasuryTitles() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A count of tokens for which this account is the treasury account.
- getNumberTreasuryTitles() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A count of tokens for which this account is the treasury account.
- getNumContractBytecodes() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of contract bytecodes in the network.
- getNumContractBytecodes() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of contract bytecodes in the network.
- getNumContractBytecodes() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of contract bytecodes in the network.
- getNumContractStorageSlots() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of contract storage slots in the network.
- getNumContractStorageSlots() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of contract storage slots in the network.
- getNumContractStorageSlots() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of contract storage slots in the network.
- getNumerator() - Method in class com.hedera.hashgraph.sdk.CustomFractionalFee
-
Extract the numerator.
- getNumerator() - Method in class com.hedera.hashgraph.sdk.CustomRoyaltyFee
-
Extract the numerator.
- getNumerator() - Method in class com.hedera.hashgraph.sdk.proto.Fraction.Builder
-
* A fractional number's numerator.
- getNumerator() - Method in class com.hedera.hashgraph.sdk.proto.Fraction
-
* A fractional number's numerator.
- getNumerator() - Method in interface com.hedera.hashgraph.sdk.proto.FractionOrBuilder
-
* A fractional number's numerator.
- getNumEvmHookStorageSlots() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of EVM hook storage slots in the network.
- getNumEvmHookStorageSlots() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of EVM hook storage slots in the network.
- getNumEvmHookStorageSlots() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of EVM hook storage slots in the network.
- getNumFiles() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of files in the network.
- getNumFiles() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of files in the network.
- getNumFiles() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of files in the network.
- getNumHooks() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of hooks in the network.
- getNumHooks() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of hooks in the network.
- getNumHooks() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of hooks in the network.
- getNumMissedJudgeRounds() - Method in class com.hedera.hashgraph.sdk.proto.NodeActivity.Builder
-
* A count of rounds.<br/> This is the count of rounds so far, in this staking period in which the node identified by `node_id` did not create judges.
- getNumMissedJudgeRounds() - Method in class com.hedera.hashgraph.sdk.proto.NodeActivity
-
* A count of rounds.<br/> This is the count of rounds so far, in this staking period in which the node identified by `node_id` did not create judges.
- getNumMissedJudgeRounds() - Method in interface com.hedera.hashgraph.sdk.proto.NodeActivityOrBuilder
-
* A count of rounds.<br/> This is the count of rounds so far, in this staking period in which the node identified by `node_id` did not create judges.
- getNumNfts() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of NFTs in the network.
- getNumNfts() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of NFTs in the network.
- getNumNfts() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of NFTs in the network.
- getNumNodes() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of nodes in the network.
- getNumNodes() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of nodes in the network.
- getNumNodes() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of nodes in the network.
- getNumParties() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody.Builder
-
* The number of parties in the hinTS scheme.
- getNumParties() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
-
* The number of parties in the hinTS scheme.
- getNumParties() - Method in interface com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBodyOrBuilder
-
* The number of parties in the hinTS scheme.
- getNumParties() - Method in class com.hedera.hashgraph.sdk.proto.HintsPartyId.Builder
-
* The number of parties in the hinTS scheme.
- getNumParties() - Method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
-
* The number of parties in the hinTS scheme.
- getNumParties() - Method in interface com.hedera.hashgraph.sdk.proto.HintsPartyIdOrBuilder
-
* The number of parties in the hinTS scheme.
- getNumPrecedingStateChangesItems() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A count of "state change" block items in this block.
- getNumPrecedingStateChangesItems() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A count of "state change" block items in this block.
- getNumPrecedingStateChangesItems() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A count of "state change" block items in this block.
- getNumRegisteredNodes() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of registered nodes in the network.
- getNumRegisteredNodes() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of registered nodes in the network.
- getNumRegisteredNodes() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of registered nodes in the network.
- getNumRoundsInStakingPeriod() - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A number of rounds so far, in this staking period.
- getNumRoundsInStakingPeriod() - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards
-
* A number of rounds so far, in this staking period.
- getNumRoundsInStakingPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.NodeRewardsOrBuilder
-
* A number of rounds so far, in this staking period.
- getNumSchedules() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of schedules in the network.
- getNumSchedules() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of schedules in the network.
- getNumSchedules() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of schedules in the network.
- getNumStakingInfos() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of staking infos in the network.
- getNumStakingInfos() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of staking infos in the network.
- getNumStakingInfos() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of staking infos in the network.
- getNumStorageSlots() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The number of storage slots an EVM hook is using.
- getNumStorageSlots() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* The number of storage slots an EVM hook is using.
- getNumStorageSlots() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* The number of storage slots an EVM hook is using.
- getNumTokenRelations() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of token relationships in the network.
- getNumTokenRelations() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of token relationships in the network.
- getNumTokenRelations() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of token relationships in the network.
- getNumTokens() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of tokens in the network.
- getNumTokens() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of tokens in the network.
- getNumTokens() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of tokens in the network.
- getNumTopics() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of topics in the network.
- getNumTopics() - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts
-
* The number of topics in the network.
- getNumTopics() - Method in interface com.hedera.hashgraph.sdk.proto.EntityCountsOrBuilder
-
* The number of topics in the network.
- getObtainersCase() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
- getObtainersCase() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- getObtainersCase() - Method in interface com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBodyOrBuilder
- getOperations(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A list of operations to be throttled.
- getOperations(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
-
* A list of operations to be throttled.
- getOperations(int) - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleGroupOrBuilder
-
* A list of operations to be throttled.
- getOperationsCount() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A list of operations to be throttled.
- getOperationsCount() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
-
* A list of operations to be throttled.
- getOperationsCount() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleGroupOrBuilder
-
* A list of operations to be throttled.
- getOperationsList() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A list of operations to be throttled.
- getOperationsList() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
-
* A list of operations to be throttled.
- getOperationsList() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleGroupOrBuilder
-
* A list of operations to be throttled.
- getOperationsValue(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A list of operations to be throttled.
- getOperationsValue(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
-
* A list of operations to be throttled.
- getOperationsValue(int) - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleGroupOrBuilder
-
* A list of operations to be throttled.
- getOperationsValueList() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A list of operations to be throttled.
- getOperationsValueList() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
-
* A list of operations to be throttled.
- getOperationsValueList() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleGroupOrBuilder
-
* A list of operations to be throttled.
- getOperator() - Method in class com.hedera.hashgraph.sdk.Client
-
Extract the operator.
- getOperatorAccountId() - Method in class com.hedera.hashgraph.sdk.Client
-
Get the ID of the operator.
- getOperatorFromClient(Client) - Method in class com.hedera.hashgraph.sdk.Query
-
Retrieve the operator from the configured client.
- getOperatorPublicKey() - Method in class com.hedera.hashgraph.sdk.Client
-
Get the key of the operator.
- getOrderNumber() - Method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder.Builder
-
An ordered position within a conceptual list.<br/> This is the ordered position within the consensus second when the associated transaction will be executed.
- getOrderNumber() - Method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
-
An ordered position within a conceptual list.<br/> This is the ordered position within the consensus second when the associated transaction will be executed.
- getOrderNumber() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduledOrderOrBuilder
-
An ordered position within a conceptual list.<br/> This is the ordered position within the consensus second when the associated transaction will be executed.
- getOriginalCreateTransaction() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The full transaction that created this schedule.
- getOriginalCreateTransaction() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The full transaction that created this schedule.
- getOriginalCreateTransaction() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The full transaction that created this schedule.
- getOutputItemRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "output" subtree for this block.
- getOutputItemRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A SHA2-384 hash value.<br/> This is the final hash of the "output" subtree for this block.
- getOutputItemRootHash() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "output" subtree for this block.
- getOutputItemsTreeRootHash() - Method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes.Builder
-
* The wrapped-record output items tree root hash for a block.
- getOutputItemsTreeRootHash() - Method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
-
* The wrapped-record output items tree root hash for a block.
- getOutputItemsTreeRootHash() - Method in interface com.hedera.hashgraph.sdk.proto.MigrationWrappedHashesOrBuilder
-
* The wrapped-record output items tree root hash for a block.
- getOwnedNfts() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The total number of non-fungible/unique tokens owned by this account.
- getOwnedNfts() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* The total number of non-fungible/unique tokens owned by this account.
- getOwnedNfts() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* The total number of non-fungible/unique tokens owned by this account.
- getOwnedNfts() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The total number of non-fungible/unique tokens owned by this account.
- getOwnedNfts() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* The total number of non-fungible/unique tokens owned by this account.
- getOwnedNfts() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* The total number of non-fungible/unique tokens owned by this account.
- getOwner() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- getOwner() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- getOwner() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoAllowanceOrBuilder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- getOwner() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- getOwner() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- getOwner() - Method in interface com.hedera.hashgraph.sdk.proto.NftAllowanceOrBuilder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- getOwner() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* An `owner` account identifier.
- getOwner() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
-
* An `owner` account identifier.
- getOwner() - Method in interface com.hedera.hashgraph.sdk.proto.NftRemoveAllowanceOrBuilder
-
* An `owner` account identifier.
- getOwner() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- getOwner() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- getOwner() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAllowanceOrBuilder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- getOwner() - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* An account identifier.<br/> This OPTIONAL field identifies the account holding the tokens to be rejected.
- getOwner() - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
-
* An account identifier.<br/> This OPTIONAL field identifies the account holding the tokens to be rejected.
- getOwner() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBodyOrBuilder
-
* An account identifier.<br/> This OPTIONAL field identifies the account holding the tokens to be rejected.
- getOwnerId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The account or contract id that owns this NFT.
- getOwnerId() - Method in class com.hedera.hashgraph.sdk.proto.Nft
-
* The account or contract id that owns this NFT.
- getOwnerId() - Method in interface com.hedera.hashgraph.sdk.proto.NftOrBuilder
-
* The account or contract id that owns this NFT.
- getOwnerId() - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Extract the Account ID of the Owner.
- getOwnerId() - Method in class com.hedera.hashgraph.sdk.TokenRejectTransaction
-
Extract the Account ID of the Owner.
- getOwnerNextNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The NFT ID of the next entry in the current owner's "virtual double-linked list" of owned NFTs.
- getOwnerNextNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft
-
* The NFT ID of the next entry in the current owner's "virtual double-linked list" of owned NFTs.
- getOwnerNextNftId() - Method in interface com.hedera.hashgraph.sdk.proto.NftOrBuilder
-
* The NFT ID of the next entry in the current owner's "virtual double-linked list" of owned NFTs.
- getOwnerPreviousNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The NFT ID of the previous entry in the current owner's "virtual double-linked list" of owned NFTs.
- getOwnerPreviousNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft
-
* The NFT ID of the previous entry in the current owner's "virtual double-linked list" of owned NFTs.
- getOwnerPreviousNftId() - Method in interface com.hedera.hashgraph.sdk.proto.NftOrBuilder
-
* The NFT ID of the previous entry in the current owner's "virtual double-linked list" of owned NFTs.
- getPaidStakingRewards(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of staking rewards paid.
- getPaidStakingRewards(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of staking rewards paid.
- getPaidStakingRewards(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A list of staking rewards paid.
- getPaidStakingRewardsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of staking rewards paid.
- getPaidStakingRewardsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of staking rewards paid.
- getPaidStakingRewardsCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A list of staking rewards paid.
- getPaidStakingRewardsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of staking rewards paid.
- getPaidStakingRewardsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of staking rewards paid.
- getPaidStakingRewardsList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A list of staking rewards paid.
- getPaidStakingRewardsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of staking rewards paid.
- getPaidStakingRewardsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A list of staking rewards paid.
- getParentConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A consensus timestamp for a child record.
- getParentConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A consensus timestamp for a child record.
- getParentConsensusTimestamp() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A consensus timestamp for a child record.
- getParents(int) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- getParents(int) - Method in class com.hedera.hapi.platform.event.legacy.EventCore
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- getParents(int) - Method in interface com.hedera.hapi.platform.event.legacy.EventCoreOrBuilder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- getParentsCount() - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- getParentsCount() - Method in class com.hedera.hapi.platform.event.legacy.EventCore
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- getParentsCount() - Method in interface com.hedera.hapi.platform.event.legacy.EventCoreOrBuilder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- getParentsList() - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- getParentsList() - Method in class com.hedera.hapi.platform.event.legacy.EventCore
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- getParentsList() - Method in interface com.hedera.hapi.platform.event.legacy.EventCoreOrBuilder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- getParentsOrBuilder(int) - Method in class com.hedera.hapi.platform.event.legacy.EventCore
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- getParentsOrBuilderList() - Method in class com.hedera.hapi.platform.event.legacy.EventCore
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- getPartialSignature() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody.Builder
-
* The node's partial signature on the message.
- getPartialSignature() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
-
* The node's partial signature on the message.
- getPartialSignature() - Method in interface com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBodyOrBuilder
-
* The node's partial signature on the message.
- getPartyId() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody.Builder
-
* The party id for which the hinTS key is being published; must be in the range [0, num_parties).
- getPartyId() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
-
* The party id for which the hinTS key is being published; must be in the range [0, num_parties).
- getPartyId() - Method in interface com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBodyOrBuilder
-
* The party id for which the hinTS key is being published; must be in the range [0, num_parties).
- getPartyId() - Method in class com.hedera.hashgraph.sdk.proto.HintsPartyId.Builder
-
* The party id, in the range [0, num_parties).
- getPartyId() - Method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
-
* The party id, in the range [0, num_parties).
- getPartyId() - Method in interface com.hedera.hashgraph.sdk.proto.HintsPartyIdOrBuilder
-
* The party id, in the range [0, num_parties).
- getPartyId() - Method in class com.hedera.hashgraph.sdk.proto.NodePartyId.Builder
-
* The party id.
- getPartyId() - Method in class com.hedera.hashgraph.sdk.proto.NodePartyId
-
* The party id.
- getPartyId() - Method in interface com.hedera.hashgraph.sdk.proto.NodePartyIdOrBuilder
-
* The party id.
- getPartyWeight() - Method in class com.hedera.hashgraph.sdk.proto.NodePartyId.Builder
-
* The party's weight in the construction.
- getPartyWeight() - Method in class com.hedera.hashgraph.sdk.proto.NodePartyId
-
* The party's weight in the construction.
- getPartyWeight() - Method in interface com.hedera.hashgraph.sdk.proto.NodePartyIdOrBuilder
-
* The party's weight in the construction.
- getPatch() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A patch version.
- getPatch() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
-
* A patch version.
- getPatch() - Method in interface com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder
-
* A patch version.
- getPaused() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A flag indicating that this token is paused.
- getPaused() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A flag indicating that this token is paused.
- getPaused() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A flag indicating that this token is paused.
- getPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of pause/unpause for this token.
- getPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access control of pause/unpause for this token.
- getPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing token "pause".
- getPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for managing token "pause".
- getPauseKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for managing token "pause".
- getPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of pause/unpause for this token.
- getPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access control of pause/unpause for this token.
- getPauseKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access control of pause/unpause for this token.
- getPauseKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access control of pause/unpause for this token.
- getPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing token "pause".
- getPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for managing token "pause".
- getPauseKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for managing token "pause".
- getPauseKey() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the pause key.
- getPauseKey() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the pause key.
- getPauseStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating that this token is paused.<br/> A token may be paused, unpaused, or pause not applicable.
- getPauseStatus() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A flag indicating that this token is paused.<br/> A token may be paused, unpaused, or pause not applicable.
- getPauseStatus() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A flag indicating that this token is paused.<br/> A token may be paused, unpaused, or pause not applicable.
- getPauseStatusValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating that this token is paused.<br/> A token may be paused, unpaused, or pause not applicable.
- getPauseStatusValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A flag indicating that this token is paused.<br/> A token may be paused, unpaused, or pause not applicable.
- getPauseStatusValue() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A flag indicating that this token is paused.<br/> A token may be paused, unpaused, or pause not applicable.
- getPauseTokenMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getPayableAmount() - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
Extract the payable amount.
- getPayerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The explicit payer account for the scheduled transaction.
- getPayerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The explicit payer account for the scheduled transaction.
- getPayerAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The explicit payer account for the scheduled transaction.
- getPayerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* An Account identifier for the payer for the transaction.
- getPayerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
-
* An Account identifier for the payer for the transaction.
- getPayerAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordEntryOrBuilder
-
* An Account identifier for the payer for the transaction.
- getPayerAccountId() - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
Get the payer's account ID.
- getPayerAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* An account identifier of a `payer` for the scheduled transaction.
- getPayerAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
-
* An account identifier of a `payer` for the scheduled transaction.
- getPayerAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBodyOrBuilder
-
* An account identifier of a `payer` for the scheduled transaction.
- getPayerAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An account identifier.
- getPayerAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* An account identifier.
- getPayerAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* An account identifier.
- getPayerId() - Method in class com.hedera.hashgraph.sdk.CustomFeeLimit
-
Extracts the payer accountId
- getPayment() - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader.Builder
-
* A signed `CryptoTransferTransaction` to pay query fees.
- getPayment() - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader
-
* A signed `CryptoTransferTransaction` to pay query fees.
- getPayment() - Method in interface com.hedera.hashgraph.sdk.proto.QueryHeaderOrBuilder
-
* A signed `CryptoTransferTransaction` to pay query fees.
- getPayments(int) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- getPayments(int) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- getPayments(int) - Method in interface com.hedera.hapi.node.state.token.legacy.NodePaymentsOrBuilder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- getPaymentsCount() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- getPaymentsCount() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- getPaymentsCount() - Method in interface com.hedera.hapi.node.state.token.legacy.NodePaymentsOrBuilder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- getPaymentsList() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- getPaymentsList() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- getPaymentsList() - Method in interface com.hedera.hapi.node.state.token.legacy.NodePaymentsOrBuilder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- getPaymentsOrBuilder(int) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- getPaymentsOrBuilderList() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- getPaymentTransaction(int) - Method in class com.hedera.hashgraph.sdk.Query
-
Retrieve the transaction at the given index.
- getPaymentTransactionId() - Method in class com.hedera.hashgraph.sdk.Query
-
Extract the transaction id.
- getPendingAirdropAmount() - Method in class com.hedera.hashgraph.sdk.PendingAirdropRecord
- getPendingAirdropId() - Method in class com.hedera.hashgraph.sdk.PendingAirdropRecord
- getPendingAirdropId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord.Builder
-
* A unique, composite, identifier for a pending airdrop.
- getPendingAirdropId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
-
* A unique, composite, identifier for a pending airdrop.
- getPendingAirdropId() - Method in interface com.hedera.hashgraph.sdk.proto.PendingAirdropRecordOrBuilder
-
* A unique, composite, identifier for a pending airdrop.
- getPendingAirdropIds() - Method in class com.hedera.hashgraph.sdk.PendingAirdropLogic
-
Extract the pending airdrop ids
- getPendingAirdrops(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- getPendingAirdrops(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- getPendingAirdrops(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBodyOrBuilder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- getPendingAirdrops(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.
- getPendingAirdrops(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
-
* A list of one or more pending airdrop identifiers.
- getPendingAirdrops(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBodyOrBuilder
-
* A list of one or more pending airdrop identifiers.
- getPendingAirdropsCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- getPendingAirdropsCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- getPendingAirdropsCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBodyOrBuilder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- getPendingAirdropsCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.
- getPendingAirdropsCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
-
* A list of one or more pending airdrop identifiers.
- getPendingAirdropsCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBodyOrBuilder
-
* A list of one or more pending airdrop identifiers.
- getPendingAirdropsList() - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- getPendingAirdropsList() - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- getPendingAirdropsList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBodyOrBuilder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- getPendingAirdropsList() - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.
- getPendingAirdropsList() - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
-
* A list of one or more pending airdrop identifiers.
- getPendingAirdropsList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBodyOrBuilder
-
* A list of one or more pending airdrop identifiers.
- getPendingAirdropsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- getPendingAirdropsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
-
* A list of one or more pending airdrop identifiers.
- getPendingAirdropsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- getPendingAirdropsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
-
* A list of one or more pending airdrop identifiers.
- getPendingAirdropValue() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* An amount of fungible tokens to be sent for this pending airdrop.
- getPendingAirdropValue() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
-
* An amount of fungible tokens to be sent for this pending airdrop.
- getPendingAirdropValue() - Method in interface com.hedera.hashgraph.sdk.proto.AccountPendingAirdropOrBuilder
-
* An amount of fungible tokens to be sent for this pending airdrop.
- getPendingAirdropValue() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord.Builder
-
* A single pending airdrop amount.
- getPendingAirdropValue() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
-
* A single pending airdrop amount.
- getPendingAirdropValue() - Method in interface com.hedera.hashgraph.sdk.proto.PendingAirdropRecordOrBuilder
-
* A single pending airdrop amount.
- getPendingReward() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* An amount, in tinybar, to be received in the next reward payout.<br/> Rewards are not paid out immediately; for efficiency reasons rewards are only paid out as part of another transaction involving that account.
- getPendingReward() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo
-
* An amount, in tinybar, to be received in the next reward payout.<br/> Rewards are not paid out immediately; for efficiency reasons rewards are only paid out as part of another transaction involving that account.
- getPendingReward() - Method in interface com.hedera.hashgraph.sdk.proto.StakingInfoOrBuilder
-
* An amount, in tinybar, to be received in the next reward payout.<br/> Rewards are not paid out immediately; for efficiency reasons rewards are only paid out as part of another transaction involving that account.
- getPendingRewards() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* The total staking rewards, in tinybars, that may be collected by all accounts staking to all nodes after the end of this staking period.
- getPendingRewards() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
-
* The total staking rewards, in tinybars, that may be collected by all accounts staking to all nodes after the end of this staking period.
- getPendingRewards() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkStakingRewardsOrBuilder
-
* The total staking rewards, in tinybars, that may be collected by all accounts staking to all nodes after the end of this staking period.
- getPendingRewards() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The total staking rewards in tinybars that MAY be collected by all accounts staking to the current node after the end of this staking period.
- getPendingRewards() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
-
* The total staking rewards in tinybars that MAY be collected by all accounts staking to the current node after the end of this staking period.
- getPendingRewards() - Method in interface com.hedera.hashgraph.sdk.proto.StakingNodeInfoOrBuilder
-
* The total staking rewards in tinybars that MAY be collected by all accounts staking to the current node after the end of this staking period.
- getPermanentRemoval() - Method in class com.hedera.hashgraph.sdk.ContractDeleteTransaction
-
Extract the permanent removal flag.
- getPermanentRemoval() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* A flag indicating that this transaction is "synthetic"; initiated by the node software.
- getPermanentRemoval() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
-
* A flag indicating that this transaction is "synthetic"; initiated by the node software.
- getPermanentRemoval() - Method in interface com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBodyOrBuilder
-
* A flag indicating that this transaction is "synthetic"; initiated by the node software.
- getPhase() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* The phase of the proof construction this key is being published for.
- getPhase() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
-
* The phase of the proof construction this key is being published for.
- getPhase() - Method in interface com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBodyOrBuilder
-
* The phase of the proof construction this key is being published for.
- getPhase() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails.Builder
-
* The phase of the construction the message applies to.
- getPhase() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
-
* The phase of the construction the message applies to.
- getPhase() - Method in interface com.hedera.hashgraph.sdk.proto.WrapsMessageDetailsOrBuilder
-
* The phase of the construction the message applies to.
- getPhase() - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState.Builder
-
* The phase of the WRAPS protocol.
- getPhase() - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
-
* The phase of the WRAPS protocol.
- getPhase() - Method in interface com.hedera.hashgraph.sdk.proto.WrapsSigningStateOrBuilder
-
* The phase of the WRAPS protocol.
- getPhaseValue() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* The phase of the proof construction this key is being published for.
- getPhaseValue() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
-
* The phase of the proof construction this key is being published for.
- getPhaseValue() - Method in interface com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBodyOrBuilder
-
* The phase of the proof construction this key is being published for.
- getPhaseValue() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails.Builder
-
* The phase of the construction the message applies to.
- getPhaseValue() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
-
* The phase of the construction the message applies to.
- getPhaseValue() - Method in interface com.hedera.hashgraph.sdk.proto.WrapsMessageDetailsOrBuilder
-
* The phase of the construction the message applies to.
- getPhaseValue() - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState.Builder
-
* The phase of the WRAPS protocol.
- getPhaseValue() - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
-
* The phase of the WRAPS protocol.
- getPhaseValue() - Method in interface com.hedera.hashgraph.sdk.proto.WrapsSigningStateOrBuilder
-
* The phase of the WRAPS protocol.
- getPort() - Method in class com.hedera.hashgraph.sdk.BaseNodeAddress
-
Extract the port.
- getPort() - Method in class com.hedera.hashgraph.sdk.Endpoint
-
Extract the port number.
- getPort() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A network port to use.
- getPort() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A network port to use.
- getPort() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A network port to use.
- getPort() - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint.Builder
-
* A TCP port to use.
- getPort() - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
-
* A TCP port to use.
- getPort() - Method in interface com.hedera.hashgraph.sdk.proto.ServiceEndpointOrBuilder
-
* A TCP port to use.
- getPort() - Method in class com.hedera.hashgraph.sdk.RegisteredServiceEndpoint
-
Get the port used by this endpoint.
- getPortno() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
Deprecated.proto.NodeAddress.portno is deprecated. See basic_types.proto;l=2160
- getPortno() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
Deprecated.proto.NodeAddress.portno is deprecated. See basic_types.proto;l=2160
- getPortno() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
Deprecated.proto.NodeAddress.portno is deprecated. See basic_types.proto;l=2160
- getPostUpgradeWorkDone() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* Whether the post-upgrade work has been done.
- getPostUpgradeWorkDone() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* Whether the post-upgrade work has been done.
- getPostUpgradeWorkDone() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* Whether the post-upgrade work has been done.
- getPre() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A pre-release version.
- getPre() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
-
* A pre-release version.
- getPre() - Method in interface com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder
-
* A pre-release version.
- getPreBytes() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A pre-release version.
- getPreBytes() - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
-
* A pre-release version.
- getPreBytes() - Method in interface com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder
-
* A pre-release version.
- getPreimage() - Method in class com.hedera.hashgraph.sdk.EvmHookMappingEntry
-
Get the preimage if this entry uses one.
- getPreimage() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.Builder
-
* The bytes that are the preimage of the Keccak256 hash that forms the mapping key.
- getPreimage() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
-
* The bytes that are the preimage of the Keccak256 hash that forms the mapping key.
- getPreimage() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookMappingEntryOrBuilder
-
* The bytes that are the preimage of the Keccak256 hash that forms the mapping key.
- getPrePostTxAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- getPrePostTxAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- getPrePostTxAllowanceHook() - Method in interface com.hedera.hashgraph.sdk.proto.AccountAmountOrBuilder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- getPrePostTxReceiverAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- getPrePostTxReceiverAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- getPrePostTxReceiverAllowanceHook() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- getPrePostTxSenderAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- getPrePostTxSenderAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- getPrePostTxSenderAllowanceHook() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- getPreprocessedKeys() - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The aggregation and verification keys for the scheme.
- getPreprocessedKeys() - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme
-
* The aggregation and verification keys for the scheme.
- getPreprocessedKeys() - Method in interface com.hedera.hashgraph.sdk.proto.HintsSchemeOrBuilder
-
* The aggregation and verification keys for the scheme.
- getPreprocessedKeys() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote.Builder
-
* The preprocessed keys this node is voting for.
- getPreprocessedKeys() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
-
* The preprocessed keys this node is voting for.
- getPreprocessedKeys() - Method in interface com.hedera.hashgraph.sdk.proto.PreprocessingVoteOrBuilder
-
* The preprocessed keys this node is voting for.
- getPreprocessingStartTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If the network has gathered enough hinTS keys for this construction to begin preprocessing, the cutoff time by which keys must have been adopted to be included as input to the preprocessing algorithm.
- getPreprocessingStartTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
-
* If the network has gathered enough hinTS keys for this construction to begin preprocessing, the cutoff time by which keys must have been adopted to be included as input to the preprocessing algorithm.
- getPreprocessingStartTime() - Method in interface com.hedera.hashgraph.sdk.proto.HintsConstructionOrBuilder
-
* If the network has gathered enough hinTS keys for this construction to begin preprocessing, the cutoff time by which keys must have been adopted to be included as input to the preprocessing algorithm.
- getPreprocessingStateCase() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
- getPreprocessingStateCase() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- getPreprocessingStateCase() - Method in interface com.hedera.hashgraph.sdk.proto.HintsConstructionOrBuilder
- getPreSystemDeleteExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* The pre-system-delete expiration time of a deleted "system" file, in seconds.
- getPreSystemDeleteExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.File
-
* The pre-system-delete expiration time of a deleted "system" file, in seconds.
- getPreSystemDeleteExpirationSecond() - Method in interface com.hedera.hashgraph.sdk.proto.FileOrBuilder
-
* The pre-system-delete expiration time of a deleted "system" file, in seconds.
- getPreTxAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- getPreTxAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- getPreTxAllowanceHook() - Method in interface com.hedera.hashgraph.sdk.proto.AccountAmountOrBuilder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- getPreTxReceiverAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- getPreTxReceiverAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- getPreTxReceiverAllowanceHook() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- getPreTxSenderAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- getPreTxSenderAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- getPreTxSenderAllowanceHook() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- getPreviousAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* A pending airdrop identifier.
- getPreviousAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
-
* A pending airdrop identifier.
- getPreviousAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.AccountPendingAirdropOrBuilder
-
* A pending airdrop identifier.
- getPreviousHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, the id of the hook preceding this one in the owner's doubly-linked list of hooks.
- getPreviousHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* If set, the id of the hook preceding this one in the owner's doubly-linked list of hooks.
- getPreviousHookId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* If set, the id of the hook preceding this one in the owner's doubly-linked list of hooks.
- getPreviousKey() - Method in class com.hedera.hashgraph.sdk.proto.SlotValue.Builder
-
* The word of the previous key in this contract's storage list (if any).
- getPreviousKey() - Method in class com.hedera.hashgraph.sdk.proto.SlotValue
-
* The word of the previous key in this contract's storage list (if any).
- getPreviousKey() - Method in interface com.hedera.hashgraph.sdk.proto.SlotValueOrBuilder
-
* The word of the previous key in this contract's storage list (if any).
- getPreviousToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The Token ID of the previous entry in the associated Account's "virtual double-linked list" of token relationships.
- getPreviousToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation
-
* The Token ID of the previous entry in the associated Account's "virtual double-linked list" of token relationships.
- getPreviousToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationOrBuilder
-
* The Token ID of the previous entry in the associated Account's "virtual double-linked list" of token relationships.
- getPreviousWrappedRecordBlockRootHash() - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody.Builder
-
* The previous wrapped record block root hash from startup migration.
- getPreviousWrappedRecordBlockRootHash() - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
-
* The previous wrapped record block root hash from startup migration.
- getPreviousWrappedRecordBlockRootHash() - Method in interface com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBodyOrBuilder
-
* The previous wrapped record block root hash from startup migration.
- getPreviousWrappedRecordBlockRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The root hash of the previous wrapped record block.
- getPreviousWrappedRecordBlockRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* The root hash of the previous wrapped record block.
- getPreviousWrappedRecordBlockRootHash() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* The root hash of the previous wrapped record block.
- getPrngBytes() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A pseudorandom 384-bit sequence.
- getPrngBytes() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A pseudorandom 384-bit sequence.
- getPrngBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A pseudorandom 384-bit sequence.
- getPrngMethod() - Static method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc
- getPrngNumber() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A pseudorandom 32-bit integer.<br/> <p> This SHALL be returned in the record of a PRNG transaction with an output range specified.
- getPrngNumber() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A pseudorandom 32-bit integer.<br/> <p> This SHALL be returned in the record of a PRNG transaction with an output range specified.
- getPrngNumber() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A pseudorandom 32-bit integer.<br/> <p> This SHALL be returned in the record of a PRNG transaction with an output range specified.
- getProof() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody.Builder
-
* The party's proof of the CRS update.
- getProof() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
-
* The party's proof of the CRS update.
- getProof() - Method in interface com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBodyOrBuilder
-
* The party's proof of the CRS update.
- getProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote.Builder
-
* The history proof the submitting node is voting for.
- getProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
-
* The history proof the submitting node is voting for.
- getProof() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofVoteOrBuilder
-
* The history proof the submitting node is voting for.
- getProofCase() - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.Builder
- getProofCase() - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- getProofCase() - Method in interface com.hedera.hashgraph.sdk.proto.ChainOfTrustProofOrBuilder
- getProofKey() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* The proof key the submitting node intends to use when contributing WRAPS messages for use in proving history belongs to the chain of trust for the ledger id.
- getProofKey() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
-
* The proof key the submitting node intends to use when contributing WRAPS messages for use in proving history belongs to the chain of trust for the ledger id.
- getProofKey() - Method in interface com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBodyOrBuilder
-
* The proof key the submitting node intends to use when contributing WRAPS messages for use in proving history belongs to the chain of trust for the ledger id.
- getProofStateCase() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
- getProofStateCase() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- getProofStateCase() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
- getProtoValue() - Method in enum class com.hedera.hashgraph.sdk.HookExtensionPoint
-
Get the protobuf value for this extension point.
- getProvidedExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The requested expiration time of the schedule if provided by the user.
- getProvidedExpirationSecond() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The requested expiration time of the schedule if provided by the user.
- getProvidedExpirationSecond() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The requested expiration time of the schedule if provided by the user.
- getProxyAccountId() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Deprecated.with no replacement Extract the proxy account id.
- getProxyAccountId() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Extract the proxy account id.
- getProxyAccountId() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Deprecated.with no replacement
Extract the proxy account id.
- getProxyAccountId() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Deprecated.with no replacement Extract the proxy account id.
- getProxyAccountId() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Extract the proxy account id.
- getProxyAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
Deprecated.
- getProxyAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
Deprecated.
- getProxyAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
Deprecated.proto.GetAccountDetailsResponse.AccountDetails.proxy_account_id is deprecated. See get_account_details.proto;l=132
- getProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
Deprecated.
- getProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
Deprecated.
- getProxyAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
Deprecated.proto.ContractCreateTransactionBody.proxyAccountID is deprecated. See contract_create.proto;l=145
- getProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.
- getProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
Deprecated.
- getProxyAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
Deprecated.proto.ContractUpdateTransactionBody.proxyAccountID is deprecated. See contract_update.proto;l=82
- getProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.
- getProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
Deprecated.
- getProxyAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoCreateTransactionBody.proxyAccountID is deprecated. See crypto_create.proto;l=63
- getProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- getProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
Deprecated.
- getProxyAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.proxyAccountID is deprecated. See crypto_get_info.proto;l=124
- getProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- getProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
Deprecated.
- getProxyAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoUpdateTransactionBody.proxyAccountID is deprecated. See crypto_update.proto;l=76
- getProxyFraction() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.proxyFraction is deprecated. See crypto_update.proto;l=83
- getProxyFraction() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
Deprecated.proto.CryptoUpdateTransactionBody.proxyFraction is deprecated. See crypto_update.proto;l=83
- getProxyFraction() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoUpdateTransactionBody.proxyFraction is deprecated. See crypto_update.proto;l=83
- getProxyReceived() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.proxyReceived is deprecated. See crypto_get_info.proto;l=130
- getProxyReceived() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.proxyReceived is deprecated. See crypto_get_info.proto;l=130
- getProxyReceived() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.proxyReceived is deprecated. See crypto_get_info.proto;l=130
- getProxyReceived() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The total amount of tinybar proxy staked to this account.
- getProxyReceived() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* The total amount of tinybar proxy staked to this account.
- getProxyReceived() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* The total amount of tinybar proxy staked to this account.
- getProxyStaker(int) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- getProxyStaker(int) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- getProxyStaker(int) - Method in interface com.hedera.hashgraph.sdk.proto.AllProxyStakersOrBuilder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- getProxyStakerCount() - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- getProxyStakerCount() - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- getProxyStakerCount() - Method in interface com.hedera.hashgraph.sdk.proto.AllProxyStakersOrBuilder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- getProxyStakerList() - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- getProxyStakerList() - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- getProxyStakerList() - Method in interface com.hedera.hashgraph.sdk.proto.AllProxyStakersOrBuilder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- getProxyStakerOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- getProxyStakerOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- getPubKeyPrefix() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* Prefix bytes of the public key.
- getPubKeyPrefix() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair
-
* Prefix bytes of the public key.
- getPubKeyPrefix() - Method in interface com.hedera.hashgraph.sdk.proto.SignaturePairOrBuilder
-
* Prefix bytes of the public key.
- getPublicationTime() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails.Builder
-
* The time at which the message was published.
- getPublicationTime() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
-
* The time at which the message was published.
- getPublicationTime() - Method in interface com.hedera.hashgraph.sdk.proto.WrapsMessageDetailsOrBuilder
-
* The time at which the message was published.
- getPublicKey() - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Extract the public key.
- getPublicKey() - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Derive a public key from this private key.
- getPublicKey() - Method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
- getPublicKey() - Method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
- getPublicTssEncryptionKey() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody.Builder
-
* The raw bytes of the public TSS encryption key of the node sending the transaction.
- getPublicTssEncryptionKey() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
-
* The raw bytes of the public TSS encryption key of the node sending the transaction.
- getPublicTssEncryptionKey() - Method in interface com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBodyOrBuilder
-
* The raw bytes of the public TSS encryption key of the node sending the transaction.
- getQueryCase() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
- getQueryCase() - Method in class com.hedera.hashgraph.sdk.proto.Query
- getQueryCase() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
- getRandomNode() - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Get a random healthy node.
- getRange() - Method in class com.hedera.hashgraph.sdk.PrngTransaction
-
Retrieve the range.
- getRange() - Method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody.Builder
-
* A range for the requested value.
- getRange() - Method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
-
* A range for the requested value.
- getRange() - Method in interface com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBodyOrBuilder
-
* A range for the requested value.
- getRbh() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Memory: "RAM byte-hours".<br/> The fee for RAM required to process a transaction, measured in byte-hours
- getRbh() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents
-
* Memory: "RAM byte-hours".<br/> The fee for RAM required to process a transaction, measured in byte-hours
- getRbh() - Method in interface com.hedera.hashgraph.sdk.proto.FeeComponentsOrBuilder
-
* Memory: "RAM byte-hours".<br/> The fee for RAM required to process a transaction, measured in byte-hours
- getRealm() - Method in class com.hedera.hashgraph.sdk.Client
-
Get the current default realm for new Client instances.
- getRealmID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Realm should be determined by node and network parameters.
- getRealmID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Realm should be determined by node and network parameters.
- getRealmID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Realm should be determined by node and network parameters.
- getRealmID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The realm in which this account is created.
- getRealmID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* The realm in which this account is created.
- getRealmID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* The realm in which this account is created.
- getRealmID() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A realm in which this file is created.
- getRealmID() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
-
* A realm in which this file is created.
- getRealmID() - Method in interface com.hedera.hashgraph.sdk.proto.FileCreateTransactionBodyOrBuilder
-
* A realm in which this file is created.
- getRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
-
* A whole number realm identifier.
- getRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.AccountID
-
* A whole number realm identifier.
- getRealmNum() - Method in interface com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder
-
* A whole number realm identifier.
- getRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
-
* A whole number realm identifier.
- getRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.ContractID
-
* A whole number realm identifier.
- getRealmNum() - Method in interface com.hedera.hashgraph.sdk.proto.ContractIDOrBuilder
-
* A whole number realm identifier.
- getRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.FileID.Builder
-
* A whole number realm identifier.
- getRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.FileID
-
* A whole number realm identifier.
- getRealmNum() - Method in interface com.hedera.hashgraph.sdk.proto.FileIDOrBuilder
-
* A whole number realm identifier.
- getRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.RealmID.Builder
-
* A whole number realm identifier.
- getRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.RealmID
-
* A whole number realm identifier.
- getRealmNum() - Method in interface com.hedera.hashgraph.sdk.proto.RealmIDOrBuilder
-
* A whole number realm identifier.
- getRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleID.Builder
-
* A whole number realm
- getRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleID
-
* A whole number realm
- getRealmNum() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleIDOrBuilder
-
* A whole number realm
- getRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.TokenID.Builder
-
* A whole number realm identifier.
- getRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.TokenID
-
* A whole number realm identifier.
- getRealmNum() - Method in interface com.hedera.hashgraph.sdk.proto.TokenIDOrBuilder
-
* A whole number realm identifier.
- getRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.TopicID.Builder
-
* A whole number realm identifier.
- getRealmNum() - Method in class com.hedera.hashgraph.sdk.proto.TopicID
-
* A whole number realm identifier.
- getRealmNum() - Method in interface com.hedera.hashgraph.sdk.proto.TopicIDOrBuilder
-
* A whole number realm identifier.
- getReceipt() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A transaction receipt.
- getReceipt() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
-
* A transaction receipt.
- getReceipt() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponseOrBuilder
-
* A transaction receipt.
- getReceipt() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction receipt.
- getReceipt() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A transaction receipt.
- getReceipt() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A transaction receipt.
- getReceipt(Client) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the receipt of the transaction.
- getReceipt(Client) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the receipt of the transaction.
- getReceipt(Client, Duration) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the receipt of the transaction.
- getReceipt(Client, Duration) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the receipt of the transaction.
- getReceiptAsync(Client) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the receipt of the transaction asynchronously.
- getReceiptAsync(Client) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the receipt of the transaction asynchronously.
- getReceiptAsync(Client, Duration) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the receipt of the transaction asynchronously.
- getReceiptAsync(Client, Duration) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the receipt of the transaction asynchronously.
- getReceiptAsync(Client, Duration, BiConsumer<TransactionReceipt, Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the receipt of the transaction asynchronously.
- getReceiptAsync(Client, Duration, BiConsumer<TransactionReceipt, Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the receipt of the transaction asynchronously.
- getReceiptAsync(Client, Duration, Consumer<TransactionReceipt>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the receipt of the transaction asynchronously.
- getReceiptAsync(Client, Duration, Consumer<TransactionReceipt>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the receipt of the transaction asynchronously.
- getReceiptAsync(Client, BiConsumer<TransactionReceipt, Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the receipt of the transaction asynchronously.
- getReceiptAsync(Client, BiConsumer<TransactionReceipt, Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the receipt of the transaction asynchronously.
- getReceiptAsync(Client, Consumer<TransactionReceipt>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the receipt of the transaction asynchronously.
- getReceiptAsync(Client, Consumer<TransactionReceipt>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the receipt of the transaction asynchronously.
- getReceiptQuery() - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Create receipt query from the
TransactionResponse.transactionIdandTransactionResponse.transactionHash - getReceiptQuery(Client) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Create receipt query from the
TransactionResponse.transactionIdandTransactionResponse.transactionHash - getReceiver() - Method in class com.hedera.hashgraph.sdk.PendingAirdropId
- getReceiverAccountID() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An Account identifier for the receiver.
- getReceiverAccountID() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
-
* An Account identifier for the receiver.
- getReceiverAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
-
* An Account identifier for the receiver.
- getReceiverAllowanceHookCallCase() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
- getReceiverAllowanceHookCallCase() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- getReceiverAllowanceHookCallCase() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
- getReceiveRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.proto.CryptoCreateTransactionBody.receiveRecordThreshold is deprecated. See crypto_create.proto;l=79
- getReceiveRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
Deprecated.proto.CryptoCreateTransactionBody.receiveRecordThreshold is deprecated. See crypto_create.proto;l=79
- getReceiveRecordThreshold() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoCreateTransactionBody.receiveRecordThreshold is deprecated. See crypto_create.proto;l=79
- getReceiveRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113
- getReceiveRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
Deprecated.proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113
- getReceiveRecordThreshold() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113
- getReceiveRecordThresholdFieldCase() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
- getReceiveRecordThresholdFieldCase() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- getReceiveRecordThresholdFieldCase() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
- getReceiveRecordThresholdWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- getReceiveRecordThresholdWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
Deprecated.
- getReceiveRecordThresholdWrapper() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoUpdateTransactionBody.receiveRecordThresholdWrapper is deprecated. See crypto_update.proto;l=121
- getReceiverId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A receiving account.
- getReceiverId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
-
* A receiving account.
- getReceiverId() - Method in interface com.hedera.hashgraph.sdk.proto.PendingAirdropIdOrBuilder
-
* A receiving account.
- getReceiverSignatureRequired() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Is the receiver required to sign?
- getReceiverSignatureRequired() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Is the receiver required to sign?
- getReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- getReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- getReceiverSigRequired() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- getReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* A flag indicating the account holder must authorize all incoming token transfers.
- getReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* A flag indicating the account holder must authorize all incoming token transfers.
- getReceiverSigRequired() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* A flag indicating the account holder must authorize all incoming token transfers.
- getReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- getReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- getReceiverSigRequired() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- getReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155
- getReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
Deprecated.proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155
- getReceiverSigRequired() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155
- getReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- getReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- getReceiverSigRequired() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- getReceiverSigRequiredFieldCase() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
- getReceiverSigRequiredFieldCase() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- getReceiverSigRequiredFieldCase() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
- getReceiverSigRequiredWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A flag indicating the account holder must authorize all incoming token transfers.
- getReceiverSigRequiredWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* A flag indicating the account holder must authorize all incoming token transfers.
- getReceiverSigRequiredWrapper() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* A flag indicating the account holder must authorize all incoming token transfers.
- getRecord(Client) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the record of the transaction.
- getRecord(Client) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the record of the transaction.
- getRecord(Client, Duration) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the record of the transaction.
- getRecord(Client, Duration) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the record of the transaction.
- getRecordAsync(Client) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the record of the transaction asynchronously.
- getRecordAsync(Client) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the record of the transaction asynchronously.
- getRecordAsync(Client, Duration) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the record of the transaction asynchronously.
- getRecordAsync(Client, Duration) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the record of the transaction asynchronously.
- getRecordAsync(Client, Duration, BiConsumer<TransactionRecord, Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the record of the transaction asynchronously.
- getRecordAsync(Client, Duration, BiConsumer<TransactionRecord, Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the record of the transaction asynchronously.
- getRecordAsync(Client, Duration, Consumer<TransactionRecord>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the record of the transaction asynchronously.
- getRecordAsync(Client, Duration, Consumer<TransactionRecord>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the record of the transaction asynchronously.
- getRecordAsync(Client, BiConsumer<TransactionRecord, Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the record of the transaction asynchronously.
- getRecordAsync(Client, BiConsumer<TransactionRecord, Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the record of the transaction asynchronously.
- getRecordAsync(Client, Consumer<TransactionRecord>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Fetch the record of the transaction asynchronously.
- getRecordAsync(Client, Consumer<TransactionRecord>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Fetch the record of the transaction asynchronously.
- getRecordQuery() - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Create record query from the
TransactionResponse.transactionIdandTransactionResponse.transactionHash - getRecordQuery(Client) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
-
Create record query from the
TransactionResponse.transactionIdandTransactionResponse.transactionHash - getRecords(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- getRecords(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- getRecords(int) - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponseOrBuilder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- getRecords(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* A list of records.
- getRecords(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
-
* A list of records.
- getRecords(int) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponseOrBuilder
-
* A list of records.
- getRecordsCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- getRecordsCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- getRecordsCount() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponseOrBuilder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- getRecordsCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* A list of records.
- getRecordsCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
-
* A list of records.
- getRecordsCount() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponseOrBuilder
-
* A list of records.
- getRecordsList() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- getRecordsList() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- getRecordsList() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponseOrBuilder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- getRecordsList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* A list of records.
- getRecordsList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
-
* A list of records.
- getRecordsList() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponseOrBuilder
-
* A list of records.
- getRecordsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- getRecordsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
-
* A list of records.
- getRecordsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- getRecordsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
-
* A list of records.
- getRecoveryId(byte[], byte[], byte[]) - Method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
- getRegenerateTransactionId() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Should the transaction id be regenerated.
- getRegisteredNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new registered node in the network address book.
- getRegisteredNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Create a new registered node in the network address book.
- getRegisteredNodeCreate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Create a new registered node in the network address book.
- getRegisteredNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new registered node in the network address book.
- getRegisteredNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a new registered node in the network address book.
- getRegisteredNodeCreate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a new registered node in the network address book.
- getRegisteredNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a registered node from the network address book.
- getRegisteredNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete a registered node from the network address book.
- getRegisteredNodeDelete() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete a registered node from the network address book.
- getRegisteredNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a registered node from the network address book.
- getRegisteredNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete a registered node from the network address book.
- getRegisteredNodeDelete() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete a registered node from the network address book.
- getRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A registered node identifier.
- getRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
-
* A registered node identifier.
- getRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody.Builder
-
* A registered node identifier in the network state.
- getRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
-
* A registered node identifier in the network state.
- getRegisteredNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBodyOrBuilder
-
* A registered node identifier in the network state.
- getRegisteredNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeOrBuilder
-
* A registered node identifier.
- getRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A registered node identifier in the network state.
- getRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
-
* A registered node identifier in the network state.
- getRegisteredNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBodyOrBuilder
-
* A registered node identifier in the network state.
- getRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The identifier of a newly created RegisteredNode.
- getRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* The identifier of a newly created RegisteredNode.
- getRegisteredNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* The identifier of a newly created RegisteredNode.
- getRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeAddressBookQuery
-
Returns the set registered node ID.
- getRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeDeleteTransaction
-
Get registered node identifier in the network state.
- getRegisteredNodeId() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
-
Get registered node identifier in the network state.
- getRegisteredNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a registered node in the network address book.
- getRegisteredNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Update a registered node in the network address book.
- getRegisteredNodeUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Update a registered node in the network address book.
- getRegisteredNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a registered node in the network address book.
- getRegisteredNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update a registered node in the network address book.
- getRegisteredNodeUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update a registered node in the network address book.
- getRejections(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* A list of one or more token rejections.
- getRejections(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
-
* A list of one or more token rejections.
- getRejections(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBodyOrBuilder
-
* A list of one or more token rejections.
- getRejectionsCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* A list of one or more token rejections.
- getRejectionsCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
-
* A list of one or more token rejections.
- getRejectionsCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBodyOrBuilder
-
* A list of one or more token rejections.
- getRejectionsList() - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* A list of one or more token rejections.
- getRejectionsList() - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
-
* A list of one or more token rejections.
- getRejectionsList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBodyOrBuilder
-
* A list of one or more token rejections.
- getRejectionsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
-
* A list of one or more token rejections.
- getRejectionsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
-
* A list of one or more token rejections.
- getRejectTokenMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getRemainingTimeForBackoff() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Get the amount of time the node has to wait until it's healthy again
- getRequest() - Method in class com.hedera.hashgraph.sdk.Executable.GrpcRequest
- getRequestTimeout() - Method in class com.hedera.hashgraph.sdk.Client
-
Maximum amount of time a request can run
- getRequestType() - Method in class com.hedera.hashgraph.sdk.TransactionFeeSchedule
-
Extract the request type.
- getRequiredChunks() - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
- getRequiredChunks() - Method in class com.hedera.hashgraph.sdk.Transaction
-
There must be at least one chunk.
- getRequiresTls() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A flag indicating if this endpoint requires TLS.
- getRequiresTls() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A flag indicating if this endpoint requires TLS.
- getRequiresTls() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A flag indicating if this endpoint requires TLS.
- getReservedStakingRewards() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* An amount reserved in the staking reward account.<br/> This is an amount "reserved" in the balance of account `0.0.800` that is already owed for pending rewards that were previously earned but have not yet been collected.<br/> This value is further detailed in HIP-786.
- getReservedStakingRewards() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* An amount reserved in the staking reward account.<br/> This is an amount "reserved" in the balance of account `0.0.800` that is already owed for pending rewards that were previously earned but have not yet been collected.<br/> This value is further detailed in HIP-786.
- getReservedStakingRewards() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* An amount reserved in the staking reward account.<br/> This is an amount "reserved" in the balance of account `0.0.800` that is already owed for pending rewards that were previously earned but have not yet been collected.<br/> This value is further detailed in HIP-786.
- getResolutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The consensus timestamp of the transaction that executed or deleted this schedule.
- getResolutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The consensus timestamp of the transaction that executed or deleted this schedule.
- getResolutionTime() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The consensus timestamp of the transaction that executed or deleted this schedule.
- getResponseCase() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
- getResponseCase() - Method in class com.hedera.hashgraph.sdk.proto.Response
- getResponseCase() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
- getResponseDiskByte() - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Extract the for data retrieved from disk.
- getResponseMemoryByte() - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Extract the for data retrieved.
- getResponseType() - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader.Builder
-
* A type of query response requested.
- getResponseType() - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader
-
* A type of query response requested.
- getResponseType() - Method in interface com.hedera.hashgraph.sdk.proto.QueryHeaderOrBuilder
-
* A type of query response requested.
- getResponseType() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* The response type requested for this query.
- getResponseType() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
-
* The response type requested for this query.
- getResponseType() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder
-
* The response type requested for this query.
- getResponseTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader.Builder
-
* A type of query response requested.
- getResponseTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader
-
* A type of query response requested.
- getResponseTypeValue() - Method in interface com.hedera.hashgraph.sdk.proto.QueryHeaderOrBuilder
-
* A type of query response requested.
- getResponseTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* The response type requested for this query.
- getResponseTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
-
* The response type requested for this query.
- getResponseTypeValue() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder
-
* The response type requested for this query.
- getRestBaseUrl() - Method in class com.hedera.hashgraph.sdk.MirrorNetwork
-
Convenience to get the REST base URL from the next healthy mirror node.
- getRestBaseUrl() - Method in class com.hedera.hashgraph.sdk.MirrorNode
-
Build the REST base URL for this mirror node.
- getResult(String) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
- getResultData() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* Result data from the function call.
- getResultData() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* Result data from the function call.
- getResultData() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* Result data from the function call.
- getRevokeKycFromTokenAccountMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getRewardBalanceThreshold() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A minimum balance required for maximum staking rewards.<br/> This value is further detailed in HIP-786.
- getRewardBalanceThreshold() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A minimum balance required for maximum staking rewards.<br/> This value is further detailed in HIP-786.
- getRewardBalanceThreshold() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A minimum balance required for maximum staking rewards.<br/> This value is further detailed in HIP-786.
- getRewardRate() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* The rate of rewards, in tinybar per HBAR, for the staking reward period that just ended.
- getRewardRate() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake
-
* The rate of rewards, in tinybar per HBAR, for the staking reward period that just ended.
- getRewardRate() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeOrBuilder
-
* The rate of rewards, in tinybar per HBAR, for the staking reward period that just ended.
- getRewardSumHistory(int) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* A running list of reward amounts for the last 365+1 staking periods (typically a year and a day).
- getRewardSumHistory(int) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
-
* A running list of reward amounts for the last 365+1 staking periods (typically a year and a day).
- getRewardSumHistory(int) - Method in interface com.hedera.hashgraph.sdk.proto.StakingNodeInfoOrBuilder
-
* A running list of reward amounts for the last 365+1 staking periods (typically a year and a day).
- getRewardSumHistoryCount() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* A running list of reward amounts for the last 365+1 staking periods (typically a year and a day).
- getRewardSumHistoryCount() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
-
* A running list of reward amounts for the last 365+1 staking periods (typically a year and a day).
- getRewardSumHistoryCount() - Method in interface com.hedera.hashgraph.sdk.proto.StakingNodeInfoOrBuilder
-
* A running list of reward amounts for the last 365+1 staking periods (typically a year and a day).
- getRewardSumHistoryList() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* A running list of reward amounts for the last 365+1 staking periods (typically a year and a day).
- getRewardSumHistoryList() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
-
* A running list of reward amounts for the last 365+1 staking periods (typically a year and a day).
- getRewardSumHistoryList() - Method in interface com.hedera.hashgraph.sdk.proto.StakingNodeInfoOrBuilder
-
* A running list of reward amounts for the last 365+1 staking periods (typically a year and a day).
- getRightmostPrecedingStateChangesTreeHashes(int) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A concatenation of SHA2-384 hash values.<br/> This is the "rightmost" values of the "output" subtree.
- getRightmostPrecedingStateChangesTreeHashes(int) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A concatenation of SHA2-384 hash values.<br/> This is the "rightmost" values of the "output" subtree.
- getRightmostPrecedingStateChangesTreeHashes(int) - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A concatenation of SHA2-384 hash values.<br/> This is the "rightmost" values of the "output" subtree.
- getRightmostPrecedingStateChangesTreeHashesCount() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A concatenation of SHA2-384 hash values.<br/> This is the "rightmost" values of the "output" subtree.
- getRightmostPrecedingStateChangesTreeHashesCount() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A concatenation of SHA2-384 hash values.<br/> This is the "rightmost" values of the "output" subtree.
- getRightmostPrecedingStateChangesTreeHashesCount() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A concatenation of SHA2-384 hash values.<br/> This is the "rightmost" values of the "output" subtree.
- getRightmostPrecedingStateChangesTreeHashesList() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A concatenation of SHA2-384 hash values.<br/> This is the "rightmost" values of the "output" subtree.
- getRightmostPrecedingStateChangesTreeHashesList() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A concatenation of SHA2-384 hash values.<br/> This is the "rightmost" values of the "output" subtree.
- getRightmostPrecedingStateChangesTreeHashesList() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A concatenation of SHA2-384 hash values.<br/> This is the "rightmost" values of the "output" subtree.
- getRosterEntries(int) - Method in class com.hedera.hashgraph.sdk.proto.Roster.Builder
-
* List of roster entries, one per consensus node.
- getRosterEntries(int) - Method in class com.hedera.hashgraph.sdk.proto.Roster
-
* List of roster entries, one per consensus node.
- getRosterEntries(int) - Method in interface com.hedera.hashgraph.sdk.proto.RosterOrBuilder
-
* List of roster entries, one per consensus node.
- getRosterEntriesCount() - Method in class com.hedera.hashgraph.sdk.proto.Roster.Builder
-
* List of roster entries, one per consensus node.
- getRosterEntriesCount() - Method in class com.hedera.hashgraph.sdk.proto.Roster
-
* List of roster entries, one per consensus node.
- getRosterEntriesCount() - Method in interface com.hedera.hashgraph.sdk.proto.RosterOrBuilder
-
* List of roster entries, one per consensus node.
- getRosterEntriesList() - Method in class com.hedera.hashgraph.sdk.proto.Roster.Builder
-
* List of roster entries, one per consensus node.
- getRosterEntriesList() - Method in class com.hedera.hashgraph.sdk.proto.Roster
-
* List of roster entries, one per consensus node.
- getRosterEntriesList() - Method in interface com.hedera.hashgraph.sdk.proto.RosterOrBuilder
-
* List of roster entries, one per consensus node.
- getRosterEntriesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.Roster
-
* List of roster entries, one per consensus node.
- getRosterEntriesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.Roster
-
* List of roster entries, one per consensus node.
- getRosterHash() - Method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey.Builder
-
* A hash that uniquely identifies the target roster for the associated value in the map.
- getRosterHash() - Method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
-
* A hash that uniquely identifies the target roster for the associated value in the map.
- getRosterHash() - Method in interface com.hedera.hapi.node.state.tss.legacy.TssMessageMapKeyOrBuilder
-
* A hash that uniquely identifies the target roster for the associated value in the map.
- getRosterHash() - Method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey.Builder
-
* A hash of the target roster for the associated value in the map.
- getRosterHash() - Method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
-
* A hash of the target roster for the associated value in the map.
- getRosterHash() - Method in interface com.hedera.hapi.node.state.tss.legacy.TssVoteMapKeyOrBuilder
-
* A hash of the target roster for the associated value in the map.
- getRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A roster hash for the roster that the node signatures are from.
- getRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
-
* A roster hash for the roster that the node signatures are from.
- getRosterHash() - Method in interface com.hedera.hashgraph.sdk.proto.RosterSignaturesOrBuilder
-
* A roster hash for the roster that the node signatures are from.
- getRosterSignatures() - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* The signatures from nodes in the active roster signing the new ledger id.<br/> These signatures establish a chain of trust from the network to the new ledger id.
- getRosterSignatures() - Method in class com.hedera.hashgraph.sdk.proto.LedgerId
-
* The signatures from nodes in the active roster signing the new ledger id.<br/> These signatures establish a chain of trust from the network to the new ledger id.
- getRosterSignatures() - Method in interface com.hedera.hashgraph.sdk.proto.LedgerIdOrBuilder
-
* The signatures from nodes in the active roster signing the new ledger id.<br/> These signatures establish a chain of trust from the network to the new ledger id.
- getRound() - Method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction.Builder
-
* The round number corresponding to the round number of the state snapshot being signed.<br/> This number MUST be greater than 0.
- getRound() - Method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
-
* The round number corresponding to the round number of the state snapshot being signed.<br/> This number MUST be greater than 0.
- getRound() - Method in interface com.hedera.hapi.platform.event.legacy.StateSignatureTransactionOrBuilder
-
* The round number corresponding to the round number of the state snapshot being signed.<br/> This number MUST be greater than 0.
- getRound() - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* A round number.<br/> This identifies when this ledger id becomes active.<br/> This value is REQUIRED.
- getRound() - Method in class com.hedera.hashgraph.sdk.proto.LedgerId
-
* A round number.<br/> This identifies when this ledger id becomes active.<br/> This value is REQUIRED.
- getRound() - Method in interface com.hedera.hashgraph.sdk.proto.LedgerIdOrBuilder
-
* A round number.<br/> This identifies when this ledger id becomes active.<br/> This value is REQUIRED.
- getRoundNumber() - Method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair.Builder
-
* The round number.
- getRoundNumber() - Method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
-
* The round number.
- getRoundNumber() - Method in interface com.hedera.hashgraph.sdk.proto.RoundRosterPairOrBuilder
-
* The round number.
- getRoundRosterPairs(int) - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- getRoundRosterPairs(int) - Method in class com.hedera.hashgraph.sdk.proto.RosterState
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- getRoundRosterPairs(int) - Method in interface com.hedera.hashgraph.sdk.proto.RosterStateOrBuilder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- getRoundRosterPairsCount() - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- getRoundRosterPairsCount() - Method in class com.hedera.hashgraph.sdk.proto.RosterState
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- getRoundRosterPairsCount() - Method in interface com.hedera.hashgraph.sdk.proto.RosterStateOrBuilder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- getRoundRosterPairsList() - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- getRoundRosterPairsList() - Method in class com.hedera.hashgraph.sdk.proto.RosterState
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- getRoundRosterPairsList() - Method in interface com.hedera.hashgraph.sdk.proto.RosterStateOrBuilder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- getRoundRosterPairsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.RosterState
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- getRoundRosterPairsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.RosterState
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- getRoyaltyFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fee charged as royalty for any transfer of a non-fungible/unique token.
- getRoyaltyFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee
-
* A fee charged as royalty for any transfer of a non-fungible/unique token.
- getRoyaltyFee() - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeOrBuilder
-
* A fee charged as royalty for any transfer of a non-fungible/unique token.
- getRpcRelay() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A RPC Relay.<br/> A RPC Relay is a proxy and translator between EVM tooling and a Hiero consensus network.
- getRpcRelay() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A RPC Relay.<br/> A RPC Relay is a proxy and translator between EVM tooling and a Hiero consensus network.
- getRpcRelay() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A RPC Relay.<br/> A RPC Relay is a proxy and translator between EVM tooling and a Hiero consensus network.
- getRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
Deprecated.proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068
- getRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
Deprecated.proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068
- getRSA3072() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
Deprecated.proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068
- getRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* RSA-3072 signature bytes.
- getRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.* RSA-3072 signature bytes.
- getRSA3072() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureOrBuilder
-
Deprecated.* RSA-3072 signature bytes.
- getRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
Deprecated.proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304
- getRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair
-
Deprecated.proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304
- getRSA3072() - Method in interface com.hedera.hashgraph.sdk.proto.SignaturePairOrBuilder
-
Deprecated.proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304
- getRSAPubKey() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A hexadecimal String encoding of an X509 public key.
- getRSAPubKey() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
* A hexadecimal String encoding of an X509 public key.
- getRSAPubKey() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
* A hexadecimal String encoding of an X509 public key.
- getRSAPubKeyBytes() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A hexadecimal String encoding of an X509 public key.
- getRSAPubKeyBytes() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
* A hexadecimal String encoding of an X509 public key.
- getRSAPubKeyBytes() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
* A hexadecimal String encoding of an X509 public key.
- getRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* The latest running hash of the topic.
- getRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* The latest running hash of the topic.
- getRunningHash() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* The latest running hash of the topic.
- getRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* The running hash (SHA384) of every message.
- getRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
-
* The running hash (SHA384) of every message.
- getRunningHash() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponseOrBuilder
-
* The running hash (SHA384) of every message.
- getRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes.Builder
-
* A running hash of all record stream items.
- getRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes
-
* A running hash of all record stream items.
- getRunningHash() - Method in interface com.hedera.hashgraph.sdk.proto.RunningHashesOrBuilder
-
* A running hash of all record stream items.
- getRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The current running hash of this topic.
- getRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* The current running hash of this topic.
- getRunningHash() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* The current running hash of this topic.
- getRunningHashVersion() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* Version of the SHA-384 digest used to update the running hash.
- getRunningHashVersion() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
-
* Version of the SHA-384 digest used to update the running hash.
- getRunningHashVersion() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponseOrBuilder
-
* Version of the SHA-384 digest used to update the running hash.
- getSbh() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Disk: "storage byte-hours".<br/> The fee for storage required by a transaction, measured in byte-hours
- getSbh() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents
-
* Disk: "storage byte-hours".<br/> The fee for storage required by a transaction, measured in byte-hours
- getSbh() - Method in interface com.hedera.hashgraph.sdk.proto.FeeComponentsOrBuilder
-
* Disk: "storage byte-hours".<br/> The fee for storage required by a transaction, measured in byte-hours
- getSbpr() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Response disk: "storage bytes per response".<br/> The fee for data retrieved from disk to deliver a response, measured in bytes
- getSbpr() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents
-
* Response disk: "storage bytes per response".<br/> The fee for data retrieved from disk to deliver a response, measured in bytes
- getSbpr() - Method in interface com.hedera.hashgraph.sdk.proto.FeeComponentsOrBuilder
-
* Response disk: "storage bytes per response".<br/> The fee for data retrieved from disk to deliver a response, measured in bytes
- getScheduleCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a schedule.<br/> A schedule is a request to execute a specific transaction, included in the create body, in the future.
- getScheduleCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a schedule.<br/> A schedule is a request to execute a specific transaction, included in the create body, in the future.
- getScheduleCreate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a schedule.<br/> A schedule is a request to execute a specific transaction, included in the create body, in the future.
- getScheduled() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* A scheduled transaction flag.<br/> If set, this transaction represents the execution of a Schedule after all necessary signatures are gathered.
- getScheduled() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID
-
* A scheduled transaction flag.<br/> If set, this transaction represents the execution of a Schedule after all necessary signatures are gathered.
- getScheduled() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionIDOrBuilder
-
* A scheduled transaction flag.<br/> If set, this transaction represents the execution of a Schedule after all necessary signatures are gathered.
- getScheduled() - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Extract the scheduled status.
- getScheduleDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- getScheduleDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- getScheduleDelete() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- getScheduleDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- getScheduleDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- getScheduleDelete() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- getScheduledTransaction() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The scheduled transaction to execute.
- getScheduledTransaction() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The scheduled transaction to execute.
- getScheduledTransaction() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The scheduled transaction to execute.
- getScheduledTransaction() - Method in class com.hedera.hashgraph.sdk.ScheduleInfo
-
Extract the transaction.
- getScheduledTransactionBody() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A scheduled transaction.
- getScheduledTransactionBody() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
-
* A scheduled transaction.
- getScheduledTransactionBody() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBodyOrBuilder
-
* A scheduled transaction.
- getScheduledTransactionBody() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A scheduled transaction.
- getScheduledTransactionBody() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* A scheduled transaction.
- getScheduledTransactionBody() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* A scheduled transaction.
- getScheduledTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A transaction identifier.
- getScheduledTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* A transaction identifier.
- getScheduledTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* A transaction identifier.
- getScheduledTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ScheduleCreate` or `ScheduleSign` that enables the scheduled transaction to execute immediately, the `TransactionID` that should be used to query for the receipt or record of the scheduled transaction that was executed.
- getScheduledTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `ScheduleCreate` or `ScheduleSign` that enables the scheduled transaction to execute immediately, the `TransactionID` that should be used to query for the receipt or record of the scheduled transaction that was executed.
- getScheduledTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `ScheduleCreate` or `ScheduleSign` that enables the scheduled transaction to execute immediately, the `TransactionID` that should be used to query for the receipt or record of the scheduled transaction that was executed.
- getScheduleGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a schedule.<br/> A schedule is a request to execute a transaction at a future time.
- getScheduleGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get metadata for a schedule.<br/> A schedule is a request to execute a transaction at a future time.
- getScheduleGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get metadata for a schedule.<br/> A schedule is a request to execute a transaction at a future time.
- getScheduleGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a scheduled transaction.
- getScheduleGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting detail for a scheduled transaction.
- getScheduleGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting detail for a scheduled transaction.
- getScheduleId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* This schedule's ID within the global network state.
- getScheduleId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* This schedule's ID within the global network state.
- getScheduleId() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* This schedule's ID within the global network state.
- getScheduleId() - Method in class com.hedera.hashgraph.sdk.ScheduleDeleteTransaction
-
Extract the schedule id.
- getScheduleId() - Method in class com.hedera.hashgraph.sdk.ScheduleInfoQuery
-
Extract the schedule id.
- getScheduleId() - Method in class com.hedera.hashgraph.sdk.ScheduleSignTransaction
-
Extract the schedule id.
- getScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody.Builder
-
* A schedule identifier.
- getScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
-
* A schedule identifier.
- getScheduleID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBodyOrBuilder
-
* A schedule identifier.
- getScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery.Builder
-
* A schedule identifier.
- getScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
-
* A schedule identifier.
- getScheduleID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQueryOrBuilder
-
* A schedule identifier.
- getScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A schedule identifier.
- getScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* A schedule identifier.
- getScheduleID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* A schedule identifier.
- getScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody.Builder
-
* A schedule identifier.
- getScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
-
* A schedule identifier.
- getScheduleID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBodyOrBuilder
-
* A schedule identifier.
- getScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ScheduleCreate`, the id of the newly created Scheduled Entity
- getScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `ScheduleCreate`, the id of the newly created Scheduled Entity
- getScheduleID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `ScheduleCreate`, the id of the newly created Scheduled Entity
- getScheduleIds(int) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList.Builder
-
* A list of schedule identifiers, in no particular order.
- getScheduleIds(int) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
-
* A list of schedule identifiers, in no particular order.
- getScheduleIds(int) - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleIdListOrBuilder
-
* A list of schedule identifiers, in no particular order.
- getScheduleIdsCount() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList.Builder
-
* A list of schedule identifiers, in no particular order.
- getScheduleIdsCount() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
-
* A list of schedule identifiers, in no particular order.
- getScheduleIdsCount() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleIdListOrBuilder
-
* A list of schedule identifiers, in no particular order.
- getScheduleIdsList() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList.Builder
-
* A list of schedule identifiers, in no particular order.
- getScheduleIdsList() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
-
* A list of schedule identifiers, in no particular order.
- getScheduleIdsList() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleIdListOrBuilder
-
* A list of schedule identifiers, in no particular order.
- getScheduleIdsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
-
* A list of schedule identifiers, in no particular order.
- getScheduleIdsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
-
* A list of schedule identifiers, in no particular order.
- getScheduleInfo() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse.Builder
-
* Detail information for a schedule.
- getScheduleInfo() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
-
* Detail information for a schedule.
- getScheduleInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponseOrBuilder
-
* Detail information for a schedule.
- getScheduleInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceBlockingStub
-
Retrieve the metadata for a schedule.
- getScheduleInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceBlockingV2Stub
-
Retrieve the metadata for a schedule.
- getScheduleInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceFutureStub
-
Retrieve the metadata for a schedule.
- getScheduleInfo(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.AsyncService
-
Retrieve the metadata for a schedule.
- getScheduleInfo(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceStub
-
Retrieve the metadata for a schedule.
- getScheduleMemo() - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
Extract the schedule's memo.
- getScheduleNum() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleID.Builder
-
* A whole number schedule, unique within its realm and shard
- getScheduleNum() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleID
-
* A whole number schedule, unique within its realm and shard
- getScheduleNum() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleIDOrBuilder
-
* A whole number schedule, unique within its realm and shard
- getSchedulerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The scheduler account for this schedule.
- getSchedulerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The scheduler account for this schedule.
- getSchedulerAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The scheduler account for this schedule.
- getScheduleRef() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A schedule reference.<br/> The reference to a schedule ID for the schedule that initiated this transaction, if this this transaction record represents a scheduled transaction.
- getScheduleRef() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A schedule reference.<br/> The reference to a schedule ID for the schedule that initiated this transaction, if this this transaction record represents a scheduled transaction.
- getScheduleRef() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A schedule reference.<br/> The reference to a schedule ID for the schedule that initiated this transaction, if this this transaction record represents a scheduled transaction.
- getSchedules(int) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList.Builder
-
* a list of schedules, in no particular order.
- getSchedules(int) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList
-
* a list of schedules, in no particular order.
- getSchedules(int) - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleListOrBuilder
-
* a list of schedules, in no particular order.
- getSchedulesCount() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList.Builder
-
* a list of schedules, in no particular order.
- getSchedulesCount() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList
-
* a list of schedules, in no particular order.
- getSchedulesCount() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleListOrBuilder
-
* a list of schedules, in no particular order.
- getScheduleSign() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Sign a schedule.<br/> Add one or more cryptographic keys to the list of keys that have signed a schedule, and which may serve to meet the signature requirements for the scheduled transaction.
- getScheduleSign() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Sign a schedule.<br/> Add one or more cryptographic keys to the list of keys that have signed a schedule, and which may serve to meet the signature requirements for the scheduled transaction.
- getScheduleSign() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Sign a schedule.<br/> Add one or more cryptographic keys to the list of keys that have signed a schedule, and which may serve to meet the signature requirements for the scheduled transaction.
- getSchedulesList() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList.Builder
-
* a list of schedules, in no particular order.
- getSchedulesList() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList
-
* a list of schedules, in no particular order.
- getSchedulesList() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleListOrBuilder
-
* a list of schedules, in no particular order.
- getSchedulesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList
-
* a list of schedules, in no particular order.
- getSchedulesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList
-
* a list of schedules, in no particular order.
- getScheduleValidStart() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The transaction valid start value for this schedule.
- getScheduleValidStart() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The transaction valid start value for this schedule.
- getScheduleValidStart() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The transaction valid start value for this schedule.
- getSeconds() - Method in class com.hedera.hashgraph.sdk.proto.Duration.Builder
-
* The number of seconds for this duration.
- getSeconds() - Method in class com.hedera.hashgraph.sdk.proto.Duration
-
* The number of seconds for this duration.
- getSeconds() - Method in interface com.hedera.hashgraph.sdk.proto.DurationOrBuilder
-
* The number of seconds for this duration.
- getSeconds() - Method in class com.hedera.hashgraph.sdk.proto.Timestamp.Builder
-
* The number of complete seconds since the start of the epoch.
- getSeconds() - Method in class com.hedera.hashgraph.sdk.proto.Timestamp
-
* The number of complete seconds since the start of the epoch.
- getSeconds() - Method in interface com.hedera.hashgraph.sdk.proto.TimestampOrBuilder
-
* The number of complete seconds since the start of the epoch.
- getSeconds() - Method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds.Builder
-
* The number of complete seconds since the start of the epoch.
- getSeconds() - Method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
-
* The number of complete seconds since the start of the epoch.
- getSeconds() - Method in interface com.hedera.hashgraph.sdk.proto.TimestampSecondsOrBuilder
-
* The number of complete seconds since the start of the epoch.
- getSender() - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- getSender() - Method in class com.hedera.hashgraph.sdk.PendingAirdropId
- getSenderAccountId() - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
-
Get the sender account ID
- getSenderAccountID() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An Account identifier for the sender.
- getSenderAccountID() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
-
* An Account identifier for the sender.
- getSenderAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
-
* An Account identifier for the sender.
- getSenderAllowanceHookCallCase() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
- getSenderAllowanceHookCallCase() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- getSenderAllowanceHookCallCase() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
- getSenderEvmAddress() - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- getSenderId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The account that is the "sender" for this contract call.
- getSenderId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
-
* The account that is the "sender" for this contract call.
- getSenderId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallLocalQueryOrBuilder
-
* The account that is the "sender" for this contract call.
- getSenderId() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* The account that was the "sender" for this contract call.<br/> If this is not set it SHALL be read from the accountId in the transactionId for the contract call.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- getSenderId() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* The account that was the "sender" for this contract call.<br/> If this is not set it SHALL be read from the accountId in the transactionId for the contract call.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- getSenderId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* The account that was the "sender" for this contract call.<br/> If this is not set it SHALL be read from the accountId in the transactionId for the contract call.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- getSenderId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* The Hedera id of the caller.<br/>
- getSenderId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* The Hedera id of the caller.<br/>
- getSenderId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* The Hedera id of the caller.<br/>
- getSenderId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A sending account.
- getSenderId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
-
* A sending account.
- getSenderId() - Method in interface com.hedera.hashgraph.sdk.proto.PendingAirdropIdOrBuilder
-
* A sending account.
- getSendRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.proto.CryptoCreateTransactionBody.sendRecordThreshold is deprecated. See crypto_create.proto;l=71
- getSendRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
Deprecated.proto.CryptoCreateTransactionBody.sendRecordThreshold is deprecated. See crypto_create.proto;l=71
- getSendRecordThreshold() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoCreateTransactionBody.sendRecordThreshold is deprecated. See crypto_create.proto;l=71
- getSendRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93
- getSendRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
Deprecated.proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93
- getSendRecordThreshold() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93
- getSendRecordThresholdFieldCase() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
- getSendRecordThresholdFieldCase() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- getSendRecordThresholdFieldCase() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
- getSendRecordThresholdWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- getSendRecordThresholdWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
Deprecated.
- getSendRecordThresholdWrapper() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoUpdateTransactionBody.sendRecordThresholdWrapper is deprecated. See crypto_update.proto;l=101
- getSequenceNumber() - Method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey.Builder
-
* A number representing consensus order.<br/> This declares the order in which the mapped value came to consensus.
- getSequenceNumber() - Method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
-
* A number representing consensus order.<br/> This declares the order in which the mapped value came to consensus.
- getSequenceNumber() - Method in interface com.hedera.hapi.node.state.tss.legacy.TssMessageMapKeyOrBuilder
-
* A number representing consensus order.<br/> This declares the order in which the mapped value came to consensus.
- getSequenceNumber() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A current sequence number (starting at 1 for the first message) for messages on this topic.
- getSequenceNumber() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A current sequence number (starting at 1 for the first message) for messages on this topic.
- getSequenceNumber() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A current sequence number (starting at 1 for the first message) for messages on this topic.
- getSequenceNumber() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* Starts at 1 for first submitted message.
- getSequenceNumber() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
-
* Starts at 1 for first submitted message.
- getSequenceNumber() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponseOrBuilder
-
* Starts at 1 for first submitted message.
- getSequenceNumber() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The number of messages sent to the topic.
- getSequenceNumber() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* The number of messages sent to the topic.
- getSequenceNumber() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* The number of messages sent to the topic.
- getSerialNumber() - Method in class com.hedera.hashgraph.sdk.proto.NftID.Builder
-
* A unique serial number.<br/> This serial number is unique within its token type.
- getSerialNumber() - Method in class com.hedera.hashgraph.sdk.proto.NftID
-
* A unique serial number.<br/> This serial number is unique within its token type.
- getSerialNumber() - Method in interface com.hedera.hashgraph.sdk.proto.NftIDOrBuilder
-
* A unique serial number.<br/> This serial number is unique within its token type.
- getSerialNumber() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A serial number for the NFT to transfer.
- getSerialNumber() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
-
* A serial number for the NFT to transfer.
- getSerialNumber() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
-
* A serial number for the NFT to transfer.
- getSerialNumbers(int) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A list of token serial numbers.<br/> The list of serial numbers that the spender is permitted to transfer.
- getSerialNumbers(int) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance
-
* A list of token serial numbers.<br/> The list of serial numbers that the spender is permitted to transfer.
- getSerialNumbers(int) - Method in interface com.hedera.hashgraph.sdk.proto.NftAllowanceOrBuilder
-
* A list of token serial numbers.<br/> The list of serial numbers that the spender is permitted to transfer.
- getSerialNumbers(int) - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* The list of serial numbers to remove allowances from.
- getSerialNumbers(int) - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
-
* The list of serial numbers to remove allowances from.
- getSerialNumbers(int) - Method in interface com.hedera.hashgraph.sdk.proto.NftRemoveAllowanceOrBuilder
-
* The list of serial numbers to remove allowances from.
- getSerialNumbers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* A list of serial numbers to burn from the Treasury Account.
- getSerialNumbers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
-
* A list of serial numbers to burn from the Treasury Account.
- getSerialNumbers(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBodyOrBuilder
-
* A list of serial numbers to burn from the Treasury Account.
- getSerialNumbers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A list of serial numbers to be updated.
- getSerialNumbers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
-
* A list of serial numbers to be updated.
- getSerialNumbers(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBodyOrBuilder
-
* A list of serial numbers to be updated.
- getSerialNumbers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* A list of serial numbers to wipe.<br/> The non-fungible/unique tokens with these serial numbers will be destroyed and cannot be recovered or reused.
- getSerialNumbers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
-
* A list of serial numbers to wipe.<br/> The non-fungible/unique tokens with these serial numbers will be destroyed and cannot be recovered or reused.
- getSerialNumbers(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBodyOrBuilder
-
* A list of serial numbers to wipe.<br/> The non-fungible/unique tokens with these serial numbers will be destroyed and cannot be recovered or reused.
- getSerialNumbers(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `TokenMint` for non-fungible/unique tokens, the serial numbers of the newly created tokens.
- getSerialNumbers(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `TokenMint` for non-fungible/unique tokens, the serial numbers of the newly created tokens.
- getSerialNumbers(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `TokenMint` for non-fungible/unique tokens, the serial numbers of the newly created tokens.
- getSerialNumbersCount() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A list of token serial numbers.<br/> The list of serial numbers that the spender is permitted to transfer.
- getSerialNumbersCount() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance
-
* A list of token serial numbers.<br/> The list of serial numbers that the spender is permitted to transfer.
- getSerialNumbersCount() - Method in interface com.hedera.hashgraph.sdk.proto.NftAllowanceOrBuilder
-
* A list of token serial numbers.<br/> The list of serial numbers that the spender is permitted to transfer.
- getSerialNumbersCount() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* The list of serial numbers to remove allowances from.
- getSerialNumbersCount() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
-
* The list of serial numbers to remove allowances from.
- getSerialNumbersCount() - Method in interface com.hedera.hashgraph.sdk.proto.NftRemoveAllowanceOrBuilder
-
* The list of serial numbers to remove allowances from.
- getSerialNumbersCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* A list of serial numbers to burn from the Treasury Account.
- getSerialNumbersCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
-
* A list of serial numbers to burn from the Treasury Account.
- getSerialNumbersCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBodyOrBuilder
-
* A list of serial numbers to burn from the Treasury Account.
- getSerialNumbersCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A list of serial numbers to be updated.
- getSerialNumbersCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
-
* A list of serial numbers to be updated.
- getSerialNumbersCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBodyOrBuilder
-
* A list of serial numbers to be updated.
- getSerialNumbersCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* A list of serial numbers to wipe.<br/> The non-fungible/unique tokens with these serial numbers will be destroyed and cannot be recovered or reused.
- getSerialNumbersCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
-
* A list of serial numbers to wipe.<br/> The non-fungible/unique tokens with these serial numbers will be destroyed and cannot be recovered or reused.
- getSerialNumbersCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBodyOrBuilder
-
* A list of serial numbers to wipe.<br/> The non-fungible/unique tokens with these serial numbers will be destroyed and cannot be recovered or reused.
- getSerialNumbersCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `TokenMint` for non-fungible/unique tokens, the serial numbers of the newly created tokens.
- getSerialNumbersCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `TokenMint` for non-fungible/unique tokens, the serial numbers of the newly created tokens.
- getSerialNumbersCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `TokenMint` for non-fungible/unique tokens, the serial numbers of the newly created tokens.
- getSerialNumbersList() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A list of token serial numbers.<br/> The list of serial numbers that the spender is permitted to transfer.
- getSerialNumbersList() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance
-
* A list of token serial numbers.<br/> The list of serial numbers that the spender is permitted to transfer.
- getSerialNumbersList() - Method in interface com.hedera.hashgraph.sdk.proto.NftAllowanceOrBuilder
-
* A list of token serial numbers.<br/> The list of serial numbers that the spender is permitted to transfer.
- getSerialNumbersList() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* The list of serial numbers to remove allowances from.
- getSerialNumbersList() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
-
* The list of serial numbers to remove allowances from.
- getSerialNumbersList() - Method in interface com.hedera.hashgraph.sdk.proto.NftRemoveAllowanceOrBuilder
-
* The list of serial numbers to remove allowances from.
- getSerialNumbersList() - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* A list of serial numbers to burn from the Treasury Account.
- getSerialNumbersList() - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
-
* A list of serial numbers to burn from the Treasury Account.
- getSerialNumbersList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBodyOrBuilder
-
* A list of serial numbers to burn from the Treasury Account.
- getSerialNumbersList() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A list of serial numbers to be updated.
- getSerialNumbersList() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
-
* A list of serial numbers to be updated.
- getSerialNumbersList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBodyOrBuilder
-
* A list of serial numbers to be updated.
- getSerialNumbersList() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* A list of serial numbers to wipe.<br/> The non-fungible/unique tokens with these serial numbers will be destroyed and cannot be recovered or reused.
- getSerialNumbersList() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
-
* A list of serial numbers to wipe.<br/> The non-fungible/unique tokens with these serial numbers will be destroyed and cannot be recovered or reused.
- getSerialNumbersList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBodyOrBuilder
-
* A list of serial numbers to wipe.<br/> The non-fungible/unique tokens with these serial numbers will be destroyed and cannot be recovered or reused.
- getSerialNumbersList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `TokenMint` for non-fungible/unique tokens, the serial numbers of the newly created tokens.
- getSerialNumbersList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `TokenMint` for non-fungible/unique tokens, the serial numbers of the newly created tokens.
- getSerialNumbersList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `TokenMint` for non-fungible/unique tokens, the serial numbers of the newly created tokens.
- getSerials() - Method in class com.hedera.hashgraph.sdk.TokenBurnTransaction
-
Extract the of token serials.
- getSerials() - Method in class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
-
Extract the list of serial numbers.
- getSerials() - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
-
Extract the list of serial numbers.
- getService() - Method in class com.hedera.hashgraph.sdk.FeeEstimateResponse
-
Extract the service fee estimate.
- getServicedata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the network for providing the immediate and ongoing services associated with executing the transaction, maintaining the network, and developing the network software.
- getServicedata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData
-
* Fee components to be paid to the network for providing the immediate and ongoing services associated with executing the transaction, maintaining the network, and developing the network software.
- getServicedata() - Method in interface com.hedera.hashgraph.sdk.proto.FeeDataOrBuilder
-
* Fee components to be paid to the network for providing the immediate and ongoing services associated with executing the transaction, maintaining the network, and developing the network software.
- getServiceData() - Method in class com.hedera.hashgraph.sdk.FeeData
-
Extract the service data.
- getServiceDescriptor() - Static method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc
- getServiceDescriptor() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc
- getServiceDescriptor() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getServiceDescriptor() - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
- getServiceDescriptor() - Static method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc
- getServiceDescriptor() - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc
- getServiceDescriptor() - Static method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc
- getServiceDescriptor() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc
- getServiceDescriptor() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc
- getServiceDescriptor() - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- getServiceDescriptor() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getServiceDescriptor() - Static method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc
- getServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for client calls.
- getServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A list of service endpoints for client calls.
- getServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- getServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- getServiceEndpoint(int) - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- getServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- getServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A list of service endpoints for gRPC calls.
- getServiceEndpoint(int) - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A list of service endpoints for gRPC calls.
- getServiceEndpoint(int) - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A list of service endpoints for client calls.
- getServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- getServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A list of service endpoints for gRPC calls.
- getServiceEndpoint(int) - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A list of service endpoints for gRPC calls.
- getServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A list of service endpoints for client calls.
- getServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
-
* A list of service endpoints for client calls.
- getServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- getServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
-
* A list of service endpoints for client calls.
- getServiceEndpoint(int) - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBodyOrBuilder
-
* A list of service endpoints for client calls.
- getServiceEndpoint(int) - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeOrBuilder
-
* A list of service endpoints for client calls.
- getServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- getServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
-
* A list of service endpoints for client calls.
- getServiceEndpoint(int) - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBodyOrBuilder
-
* A list of service endpoints for client calls.
- getServiceEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for client calls.
- getServiceEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A list of service endpoints for client calls.
- getServiceEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- getServiceEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- getServiceEndpointCount() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- getServiceEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointCount() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointCount() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A list of service endpoints for client calls.
- getServiceEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointCount() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A list of service endpoints for client calls.
- getServiceEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
-
* A list of service endpoints for client calls.
- getServiceEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- getServiceEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
-
* A list of service endpoints for client calls.
- getServiceEndpointCount() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBodyOrBuilder
-
* A list of service endpoints for client calls.
- getServiceEndpointCount() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeOrBuilder
-
* A list of service endpoints for client calls.
- getServiceEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- getServiceEndpointCount() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
-
* A list of service endpoints for client calls.
- getServiceEndpointCount() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBodyOrBuilder
-
* A list of service endpoints for client calls.
- getServiceEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for client calls.
- getServiceEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A list of service endpoints for client calls.
- getServiceEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- getServiceEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- getServiceEndpointList() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- getServiceEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointList() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointList() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A list of service endpoints for client calls.
- getServiceEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointList() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A list of service endpoints for client calls.
- getServiceEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
-
* A list of service endpoints for client calls.
- getServiceEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- getServiceEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
-
* A list of service endpoints for client calls.
- getServiceEndpointList() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBodyOrBuilder
-
* A list of service endpoints for client calls.
- getServiceEndpointList() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeOrBuilder
-
* A list of service endpoints for client calls.
- getServiceEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- getServiceEndpointList() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
-
* A list of service endpoints for client calls.
- getServiceEndpointList() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBodyOrBuilder
-
* A list of service endpoints for client calls.
- getServiceEndpointOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A list of service endpoints for client calls.
- getServiceEndpointOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- getServiceEndpointOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
-
* A list of service endpoints for client calls.
- getServiceEndpointOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
-
* A list of service endpoints for client calls.
- getServiceEndpointOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
-
* A list of service endpoints for client calls.
- getServiceEndpointOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A list of service endpoints for client calls.
- getServiceEndpointOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- getServiceEndpointOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A list of service endpoints for gRPC calls.
- getServiceEndpointOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
-
* A list of service endpoints for client calls.
- getServiceEndpointOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
-
* A list of service endpoints for client calls.
- getServiceEndpointOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
-
* A list of service endpoints for client calls.
- getServiceEndpoints() - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Extract the list of service endpoints for gRPC calls.
- getServiceEndpoints() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Extract the list of service endpoints for gRPC calls.
- getServiceEndpoints() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
-
Get list of service endpoints for client calls.
- getServiceEndpoints() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
-
Get list of service endpoints for client calls.
- getShard() - Method in class com.hedera.hashgraph.sdk.Client
-
Get the current default shard for new Client instances.
- getShardID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Shard should be determined by the node the transaction is submitted to.
- getShardID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Shard should be determined by the node the transaction is submitted to.
- getShardID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Shard should be determined by the node the transaction is submitted to.
- getShardID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The shard in which this account is created <p> Currently, this MUST be `0`.<br/> If the desired shard is `0`, this SHOULD NOT be set.
- getShardID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* The shard in which this account is created <p> Currently, this MUST be `0`.<br/> If the desired shard is `0`, this SHOULD NOT be set.
- getShardID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* The shard in which this account is created <p> Currently, this MUST be `0`.<br/> If the desired shard is `0`, this SHOULD NOT be set.
- getShardID() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A shard in which this file is created
- getShardID() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
-
* A shard in which this file is created
- getShardID() - Method in interface com.hedera.hashgraph.sdk.proto.FileCreateTransactionBodyOrBuilder
-
* A shard in which this file is created
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
-
* A whole number shard identifier.
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.AccountID
-
* A whole number shard identifier.
- getShardNum() - Method in interface com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder
-
* A whole number shard identifier.
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
-
* A whole number shard identifier.
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.ContractID
-
* A whole number shard identifier.
- getShardNum() - Method in interface com.hedera.hashgraph.sdk.proto.ContractIDOrBuilder
-
* A whole number shard identifier.
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.FileID.Builder
-
* A whole number shard identifier.
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.FileID
-
* A whole number shard identifier.
- getShardNum() - Method in interface com.hedera.hashgraph.sdk.proto.FileIDOrBuilder
-
* A whole number shard identifier.
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.RealmID.Builder
-
* A whole number shard identifier.
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.RealmID
-
* A whole number shard identifier.
- getShardNum() - Method in interface com.hedera.hashgraph.sdk.proto.RealmIDOrBuilder
-
* A whole number shard identifier.
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleID.Builder
-
* A whole number shard
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleID
-
* A whole number shard
- getShardNum() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleIDOrBuilder
-
* A whole number shard
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.ShardID.Builder
-
* A whole number shard identifier.
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.ShardID
-
* A whole number shard identifier.
- getShardNum() - Method in interface com.hedera.hashgraph.sdk.proto.ShardIDOrBuilder
-
* A whole number shard identifier.
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.TokenID.Builder
-
* A whole number shard identifier.
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.TokenID
-
* A whole number shard identifier.
- getShardNum() - Method in interface com.hedera.hashgraph.sdk.proto.TokenIDOrBuilder
-
* A whole number shard identifier.
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.TopicID.Builder
-
* A whole number shard identifier.
- getShardNum() - Method in class com.hedera.hashgraph.sdk.proto.TopicID
-
* A whole number shard identifier.
- getShardNum() - Method in interface com.hedera.hashgraph.sdk.proto.TopicIDOrBuilder
-
* A whole number shard identifier.
- getShareIndex() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody.Builder
-
* An index to order shares.
- getShareIndex() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
-
* An index to order shares.
- getShareIndex() - Method in interface com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBodyOrBuilder
-
* An index to order shares.
- getSigMap() - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction.Builder
-
* A set of cryptographic signatures.
- getSigMap() - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
-
* A set of cryptographic signatures.
- getSigMap() - Method in interface com.hedera.hashgraph.sdk.proto.SignedTransactionOrBuilder
-
* A set of cryptographic signatures.
- getSigMap() - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- getSigMap() - Method in class com.hedera.hashgraph.sdk.proto.Transaction
-
Deprecated.
- getSigMap() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionOrBuilder
-
Deprecated.proto.Transaction.sigMap is deprecated. See transaction.proto;l=141
- getSignableNodeBodyBytesList() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Returns a list of SignableNodeTransactionBodyBytes objects for each signed transaction in the transaction list.
- getSignatories(int) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* All of the "primitive" keys that have already signed this schedule.
- getSignatories(int) - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* All of the "primitive" keys that have already signed this schedule.
- getSignatories(int) - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* All of the "primitive" keys that have already signed this schedule.
- getSignatoriesCount() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* All of the "primitive" keys that have already signed this schedule.
- getSignatoriesCount() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* All of the "primitive" keys that have already signed this schedule.
- getSignatoriesCount() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* All of the "primitive" keys that have already signed this schedule.
- getSignatoriesList() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* All of the "primitive" keys that have already signed this schedule.
- getSignatoriesList() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* All of the "primitive" keys that have already signed this schedule.
- getSignatoriesList() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* All of the "primitive" keys that have already signed this schedule.
- getSignatoriesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* All of the "primitive" keys that have already signed this schedule.
- getSignatoriesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* All of the "primitive" keys that have already signed this schedule.
- getSignature() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* A node signature on the event hash.<br/> The signature SHALL be created with the SHA384withRSA algorithm.<br/> The signature MUST verify using the public key belonging to the `event_creator`.<br/> The `event_creator` public key SHALL be read from the address book that corresponds to the event's birth round.<br/> The signed event hash SHALL be a SHA-384 hash.<br/> The signed event hash SHALL have the following inputs, in the specified order:<br/> 1.
- getSignature() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent
-
* A node signature on the event hash.<br/> The signature SHALL be created with the SHA384withRSA algorithm.<br/> The signature MUST verify using the public key belonging to the `event_creator`.<br/> The `event_creator` public key SHALL be read from the address book that corresponds to the event's birth round.<br/> The signed event hash SHALL be a SHA-384 hash.<br/> The signed event hash SHALL have the following inputs, in the specified order:<br/> 1.
- getSignature() - Method in interface com.hedera.hapi.platform.event.legacy.GossipEventOrBuilder
-
* A node signature on the event hash.<br/> The signature SHALL be created with the SHA384withRSA algorithm.<br/> The signature MUST verify using the public key belonging to the `event_creator`.<br/> The `event_creator` public key SHALL be read from the address book that corresponds to the event's birth round.<br/> The signed event hash SHALL be a SHA-384 hash.<br/> The signed event hash SHALL have the following inputs, in the specified order:<br/> 1.
- getSignature() - Method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction.Builder
-
* The signature of state snapshot hash.<br/> This signature MUST be a RSA signature with a maximum length of 384 bytes.<br/> The signature algorithm used MUST be RSASSA-PKCS1-v1_5 with SHA-384.
- getSignature() - Method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
-
* The signature of state snapshot hash.<br/> This signature MUST be a RSA signature with a maximum length of 384 bytes.<br/> The signature algorithm used MUST be RSASSA-PKCS1-v1_5 with SHA-384.
- getSignature() - Method in interface com.hedera.hapi.platform.event.legacy.StateSignatureTransactionOrBuilder
-
* The signature of state snapshot hash.<br/> This signature MUST be a RSA signature with a maximum length of 384 bytes.<br/> The signature algorithm used MUST be RSASSA-PKCS1-v1_5 with SHA-384.
- getSignature() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody.Builder
-
* This node's signature on its computed history.
- getSignature() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
-
* This node's signature on its computed history.
- getSignature() - Method in interface com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBodyOrBuilder
-
* This node's signature on its computed history.
- getSignature() - Method in class com.hedera.hashgraph.sdk.proto.HistorySignature.Builder
-
* The node's signature on the canonical serialization of the new history.
- getSignature() - Method in class com.hedera.hashgraph.sdk.proto.HistorySignature
-
* The node's signature on the canonical serialization of the new history.
- getSignature() - Method in interface com.hedera.hashgraph.sdk.proto.HistorySignatureOrBuilder
-
* The node's signature on the canonical serialization of the new history.
- getSignatureCase() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.
- getSignatureCase() - Method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- getSignatureCase() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureOrBuilder
-
Deprecated.
- getSignatureCase() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
- getSignatureCase() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- getSignatureCase() - Method in interface com.hedera.hashgraph.sdk.proto.SignaturePairOrBuilder
- getSignatureList() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* A list of M signatures, each corresponding to a Key in a KeyList of the same length.
- getSignatureList() - Method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.* A list of M signatures, each corresponding to a Key in a KeyList of the same length.
- getSignatureList() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureOrBuilder
-
Deprecated.* A list of M signatures, each corresponding to a Key in a KeyList of the same length.
- getSignatures() - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
- getSignatures() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Extract list of account id and public keys.
- getSignaturesAtOffset(int) - Method in class com.hedera.hashgraph.sdk.Transaction
- getSignedTransactionBytes() - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
* A valid, serialized, `SignedTransaction` message.
- getSignedTransactionBytes() - Method in class com.hedera.hashgraph.sdk.proto.Transaction
-
* A valid, serialized, `SignedTransaction` message.
- getSignedTransactionBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionOrBuilder
-
* A valid, serialized, `SignedTransaction` message.
- getSignerNonce() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A nonce value for the "signer account".<br/> If the contract call updated the signer nonce for the signer account (i.e.
- getSignerNonce() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* A nonce value for the "signer account".<br/> If the contract call updated the signer nonce for the signer account (i.e.
- getSignerNonce() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* A nonce value for the "signer account".<br/> If the contract call updated the signer nonce for the signer account (i.e.
- getSignerNonce() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* In an EthereumTransaction, the nonce of the signer account at the end of the transaction.<br/>
- getSignerNonce() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* In an EthereumTransaction, the nonce of the signer account at the end of the transaction.<br/>
- getSignerNonce() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* In an EthereumTransaction, the nonce of the signer account at the end of the transaction.<br/>
- getSigners() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A list of "valid" signatures for this schedule.<br/> This list contains only "primitive" (i.e.
- getSigners() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* A list of "valid" signatures for this schedule.<br/> This list contains only "primitive" (i.e.
- getSigners() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* A list of "valid" signatures for this schedule.<br/> This list contains only "primitive" (i.e.
- getSigningNodeIds(int) - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures.Builder
-
* In ascending order, the ids of the nodes that contributed signatures.
- getSigningNodeIds(int) - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
-
* In ascending order, the ids of the nodes that contributed signatures.
- getSigningNodeIds(int) - Method in interface com.hedera.hashgraph.sdk.proto.AggregatedNodeSignaturesOrBuilder
-
* In ascending order, the ids of the nodes that contributed signatures.
- getSigningNodeIdsCount() - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures.Builder
-
* In ascending order, the ids of the nodes that contributed signatures.
- getSigningNodeIdsCount() - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
-
* In ascending order, the ids of the nodes that contributed signatures.
- getSigningNodeIdsCount() - Method in interface com.hedera.hashgraph.sdk.proto.AggregatedNodeSignaturesOrBuilder
-
* In ascending order, the ids of the nodes that contributed signatures.
- getSigningNodeIdsList() - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures.Builder
-
* In ascending order, the ids of the nodes that contributed signatures.
- getSigningNodeIdsList() - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
-
* In ascending order, the ids of the nodes that contributed signatures.
- getSigningNodeIdsList() - Method in interface com.hedera.hashgraph.sdk.proto.AggregatedNodeSignaturesOrBuilder
-
* In ascending order, the ids of the nodes that contributed signatures.
- getSigningTime() - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature.Builder
-
* The time at which the signature was recorded.
- getSigningTime() - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
-
* The time at which the signature was recorded.
- getSigningTime() - Method in interface com.hedera.hashgraph.sdk.proto.RecordedHistorySignatureOrBuilder
-
* The time at which the signature was recorded.
- getSignScheduleMethod() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc
- getSigPair(int) - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap.Builder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- getSigPair(int) - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- getSigPair(int) - Method in interface com.hedera.hashgraph.sdk.proto.SignatureMapOrBuilder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- getSigPairCount() - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap.Builder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- getSigPairCount() - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- getSigPairCount() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureMapOrBuilder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- getSigPairList() - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap.Builder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- getSigPairList() - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- getSigPairList() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureMapOrBuilder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- getSigPairOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- getSigPairOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- getSigs() - Method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature.Builder
-
Deprecated.* For an N-of-M threshold key, this is a list of M signatures, at least N of which must be non-null.
- getSigs() - Method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.* For an N-of-M threshold key, this is a list of M signatures, at least N of which must be non-null.
- getSigs() - Method in interface com.hedera.hashgraph.sdk.proto.ThresholdSignatureOrBuilder
-
Deprecated.* For an N-of-M threshold key, this is a list of M signatures, at least N of which must be non-null.
- getSigs() - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- getSigs() - Method in class com.hedera.hashgraph.sdk.proto.Transaction
-
Deprecated.
- getSigs() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionOrBuilder
-
Deprecated.proto.Transaction.sigs is deprecated. See transaction.proto;l=135
- getSigs(int) - Method in class com.hedera.hashgraph.sdk.proto.SignatureList.Builder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- getSigs(int) - Method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- getSigs(int) - Method in interface com.hedera.hashgraph.sdk.proto.SignatureListOrBuilder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- getSigsCount() - Method in class com.hedera.hashgraph.sdk.proto.SignatureList.Builder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- getSigsCount() - Method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- getSigsCount() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureListOrBuilder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- getSigsList() - Method in class com.hedera.hashgraph.sdk.proto.SignatureList.Builder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- getSigsList() - Method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- getSigsList() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureListOrBuilder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- getSigsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- getSigsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- getSize() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A size, in bytes, for the file.
- getSize() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
-
* A size, in bytes, for the file.
- getSize() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfoOrBuilder
-
* A size, in bytes, for the file.
- getSmartContract() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A boolean indicating that this account is owned by a smart contract.
- getSmartContract() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A boolean indicating that this account is owned by a smart contract.
- getSmartContract() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A boolean indicating that this account is owned by a smart contract.
- getSolidityID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery.Builder
-
Deprecated.* A contract ID in the format used by Solidity.
- getSolidityID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.* A contract ID in the format used by Solidity.
- getSolidityID() - Method in interface com.hedera.hashgraph.sdk.proto.GetBySolidityIDQueryOrBuilder
-
Deprecated.* A contract ID in the format used by Solidity.
- getSolidityIDBytes() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery.Builder
-
Deprecated.* A contract ID in the format used by Solidity.
- getSolidityIDBytes() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.* A contract ID in the format used by Solidity.
- getSolidityIDBytes() - Method in interface com.hedera.hashgraph.sdk.proto.GetBySolidityIDQueryOrBuilder
-
Deprecated.* A contract ID in the format used by Solidity.
- getSourceRosterHash() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody.Builder
-
* A hash of the roster containing the node generating the TssMessage.<br/> This hash uniquely identifies the source roster, which will include an entry for the node generating this TssMessage.
- getSourceRosterHash() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
-
* A hash of the roster containing the node generating the TssMessage.<br/> This hash uniquely identifies the source roster, which will include an entry for the node generating this TssMessage.
- getSourceRosterHash() - Method in interface com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBodyOrBuilder
-
* A hash of the roster containing the node generating the TssMessage.<br/> This hash uniquely identifies the source roster, which will include an entry for the node generating this TssMessage.
- getSourceRosterHash() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* A hash of the roster containing the node generating this TssVote.
- getSourceRosterHash() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
-
* A hash of the roster containing the node generating this TssVote.
- getSourceRosterHash() - Method in interface com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBodyOrBuilder
-
* A hash of the roster containing the node generating this TssVote.
- getSourceRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* The hash of the roster whose weights are used to determine when the >=1/3 weight signing threshold is reached.
- getSourceRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
-
* The hash of the roster whose weights are used to determine when the >=1/3 weight signing threshold is reached.
- getSourceRosterHash() - Method in interface com.hedera.hashgraph.sdk.proto.HintsConstructionOrBuilder
-
* The hash of the roster whose weights are used to determine when the >=1/3 weight signing threshold is reached.
- getSourceRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* The hash of the roster whose weights are used to determine when certain thresholds are during construction.
- getSourceRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* The hash of the roster whose weights are used to determine when certain thresholds are during construction.
- getSourceRosterHash() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* The hash of the roster whose weights are used to determine when certain thresholds are during construction.
- getSpec() - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* The specification for the hook.
- getSpec() - Method in class com.hedera.hashgraph.sdk.proto.EvmHook
-
* The specification for the hook.
- getSpec() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookOrBuilder
-
* The specification for the hook.
- getSpender() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- getSpender() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- getSpender() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoAllowanceOrBuilder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- getSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- getSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
-
* The identifier for the spending account associated with this allowance.
- getSpender() - Method in interface com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowanceOrBuilder
-
* The identifier for the spending account associated with this allowance.
- getSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- getSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
-
* The identifier for the spending account associated with this allowance.
- getSpender() - Method in interface com.hedera.hashgraph.sdk.proto.GrantedNftAllowanceOrBuilder
-
* The identifier for the spending account associated with this allowance.
- getSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- getSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
-
* The identifier for the spending account associated with this allowance.
- getSpender() - Method in interface com.hedera.hashgraph.sdk.proto.GrantedTokenAllowanceOrBuilder
-
* The identifier for the spending account associated with this allowance.
- getSpender() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- getSpender() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- getSpender() - Method in interface com.hedera.hashgraph.sdk.proto.NftAllowanceOrBuilder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- getSpender() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- getSpender() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- getSpender() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAllowanceOrBuilder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- getSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- getSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
-
* The identifier for the spending account associated with this allowance.
- getSpenderId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowanceOrBuilder
-
* The identifier for the spending account associated with this allowance.
- getSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- getSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
-
* The identifier for the spending account associated with this allowance.
- getSpenderId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountCryptoAllowanceOrBuilder
-
* The identifier for the spending account associated with this allowance.
- getSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- getSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
-
* The identifier for the spending account associated with this allowance.
- getSpenderId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowanceOrBuilder
-
* The identifier for the spending account associated with this allowance.
- getSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The account or contract id approved to spend this NFT.
- getSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.Nft
-
* The account or contract id approved to spend this NFT.
- getSpenderId() - Method in interface com.hedera.hashgraph.sdk.proto.NftOrBuilder
-
* The account or contract id approved to spend this NFT.
- getSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* If an allowance is granted for the NFT, its corresponding spender account
- getSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
-
* If an allowance is granted for the NFT, its corresponding spender account
- getSpenderId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenNftInfoOrBuilder
-
* If an allowance is granted for the NFT, its corresponding spender account
- getStage() - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The stage of the CRS construction.
- getStage() - Method in class com.hedera.hashgraph.sdk.proto.CRSState
-
* The stage of the CRS construction.
- getStage() - Method in interface com.hedera.hashgraph.sdk.proto.CRSStateOrBuilder
-
* The stage of the CRS construction.
- getStageValue() - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The stage of the CRS construction.
- getStageValue() - Method in class com.hedera.hashgraph.sdk.proto.CRSState
-
* The stage of the CRS construction.
- getStageValue() - Method in interface com.hedera.hashgraph.sdk.proto.CRSStateOrBuilder
-
* The stage of the CRS construction.
- getStake() - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Extract the tiny stake.
- getStake() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
Deprecated.proto.NodeAddress.stake is deprecated. See basic_types.proto;l=2236
- getStake() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
Deprecated.proto.NodeAddress.stake is deprecated. See basic_types.proto;l=2236
- getStake() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
Deprecated.proto.NodeAddress.stake is deprecated. See basic_types.proto;l=2236
- getStake() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* A consensus weight assigned to this node for the next staking period.
- getStake() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake
-
* A consensus weight assigned to this node for the next staking period.
- getStake() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeOrBuilder
-
* A consensus weight assigned to this node for the next staking period.
- getStake() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The total amount of HBAR staked to this node.
- getStake() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
-
* The total amount of HBAR staked to this node.
- getStake() - Method in interface com.hedera.hashgraph.sdk.proto.StakingNodeInfoOrBuilder
-
* The total amount of HBAR staked to this node.
- getStakeAtStartOfLastRewardedPeriod() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An amount of HBAR staked by this account at the start of the last reward period.
- getStakeAtStartOfLastRewardedPeriod() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* An amount of HBAR staked by this account at the start of the last reward period.
- getStakeAtStartOfLastRewardedPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* An amount of HBAR staked by this account at the start of the last reward period.
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
ID of the account to which this account will stake
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
ID of the account to which this account will stake
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
ID of the account to which this contract will stake
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
ID of the account to which this contract will stake
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
ID of the account to which this contract will stake
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An identifier for the account to which this account is staking its balances as a proxy.
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* An identifier for the account to which this account is staking its balances as a proxy.
- getStakedAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* An identifier for the account to which this account is staking its balances as a proxy.
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* An account ID.
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* An account ID.
- getStakedAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* An account ID.
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* An account identifier.<br/> A staked account acts as a proxy, and this contract effectively nominates the same node as the identified account.
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* An account identifier.<br/> A staked account acts as a proxy, and this contract effectively nominates the same node as the identified account.
- getStakedAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* An account identifier.<br/> A staked account acts as a proxy, and this contract effectively nominates the same node as the identified account.
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* ID of the account to which this account is staking its balances.
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* ID of the account to which this account is staking its balances.
- getStakedAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* ID of the account to which this account is staking its balances.
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* ID of the account to which this account is staking its balances.
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* ID of the account to which this account is staking its balances.
- getStakedAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* ID of the account to which this account is staking its balances.
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A delegated stake.
- getStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo
-
* A delegated stake.
- getStakedAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.StakingInfoOrBuilder
-
* A delegated stake.
- getStakedIdCase() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
- getStakedIdCase() - Method in class com.hedera.hashgraph.sdk.proto.Account
- getStakedIdCase() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
- getStakedIdCase() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
- getStakedIdCase() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- getStakedIdCase() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
- getStakedIdCase() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
- getStakedIdCase() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- getStakedIdCase() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
- getStakedIdCase() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
- getStakedIdCase() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- getStakedIdCase() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
- getStakedIdCase() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
- getStakedIdCase() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- getStakedIdCase() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
- getStakedIdCase() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
- getStakedIdCase() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- getStakedIdCase() - Method in interface com.hedera.hashgraph.sdk.proto.StakingInfoOrBuilder
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
The node to which this account will stake
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
The node to which this account will stake
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
The node to which this contract will stake
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
The node to which this contract will stake
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
The node to which this contract will stake
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An identifier for the node this account is staked to.
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* An identifier for the node this account is staked to.
- getStakedNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* An identifier for the node this account is staked to.
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The ID of a network node.
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* The ID of a network node.
- getStakedNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* The ID of a network node.
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* A node identifier.<br/> A staked node identifier indicates the consensus node that this account nominates for staking.
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* A node identifier.<br/> A staked node identifier indicates the consensus node that this account nominates for staking.
- getStakedNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* A node identifier.<br/> A staked node identifier indicates the consensus node that this account nominates for staking.
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* ID of the node this account is staked to.
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* ID of the node this account is staked to.
- getStakedNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* ID of the node this account is staked to.
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* ID of the node this account is staked to.
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* ID of the node this account is staked to.
- getStakedNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* ID of the node this account is staked to.
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A direct stake.
- getStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo
-
* A direct stake.
- getStakedNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.StakingInfoOrBuilder
-
* A direct stake.
- getStakedToMe() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The amount of HBAR staked to this account by others.
- getStakedToMe() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* The amount of HBAR staked to this account by others.
- getStakedToMe() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* The amount of HBAR staked to this account by others.
- getStakedToMe() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A proxy-staked balance.<br/> The total HBAR balance of all accounts that delegate staking to this account or contract.
- getStakedToMe() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo
-
* A proxy-staked balance.<br/> The total HBAR balance of all accounts that delegate staking to this account or contract.
- getStakedToMe() - Method in interface com.hedera.hashgraph.sdk.proto.StakingInfoOrBuilder
-
* A proxy-staked balance.<br/> The total HBAR balance of all accounts that delegate staking to this account or contract.
- getStakeNotRewarded() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* The total amount staked to this node, while declining rewards.
- getStakeNotRewarded() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake
-
* The total amount staked to this node, while declining rewards.
- getStakeNotRewarded() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeOrBuilder
-
* The total amount staked to this node, while declining rewards.
- getStakePeriodStart() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* If this account stakes to another account, this value SHALL be set to the time when the current period for staking and reward calculations began.
- getStakePeriodStart() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* If this account stakes to another account, this value SHALL be set to the time when the current period for staking and reward calculations began.
- getStakePeriodStart() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* If this account stakes to another account, this value SHALL be set to the time when the current period for staking and reward calculations began.
- getStakePeriodStart() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A `Timestamp` of the start time for the latest active staking period.
- getStakePeriodStart() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo
-
* A `Timestamp` of the start time for the latest active staking period.
- getStakePeriodStart() - Method in interface com.hedera.hashgraph.sdk.proto.StakingInfoOrBuilder
-
* A `Timestamp` of the start time for the latest active staking period.
- getStakeRewarded() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* The total amount staked to this node, while accepting rewards.
- getStakeRewarded() - Method in class com.hedera.hashgraph.sdk.proto.NodeStake
-
* The total amount staked to this node, while accepting rewards.
- getStakeRewarded() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeOrBuilder
-
* The total amount staked to this node, while accepting rewards.
- getStakeRewardStart() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The snapshot of stake_to_reward value at the beginning of the current staking period.
- getStakeRewardStart() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
-
* The snapshot of stake_to_reward value at the beginning of the current staking period.
- getStakeRewardStart() - Method in interface com.hedera.hashgraph.sdk.proto.StakingNodeInfoOrBuilder
-
* The snapshot of stake_to_reward value at the beginning of the current staking period.
- getStakers() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse.Builder
-
Deprecated.* List of accounts proxy staking to this account, and the amount each is currently proxy staking
- getStakers() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.* List of accounts proxy staking to this account, and the amount each is currently proxy staking
- getStakers() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponseOrBuilder
-
Deprecated.* List of accounts proxy staking to this account, and the amount each is currently proxy staking
- getStakeToNotReward() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The sum of balances of all accounts staked to this node, considering only accounts that decline to receive rewards.
- getStakeToNotReward() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
-
* The sum of balances of all accounts staked to this node, considering only accounts that decline to receive rewards.
- getStakeToNotReward() - Method in interface com.hedera.hashgraph.sdk.proto.StakingNodeInfoOrBuilder
-
* The sum of balances of all accounts staked to this node, considering only accounts that decline to receive rewards.
- getStakeToReward() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The sum of balances of all accounts staked to this node, considering only accounts that choose to receive rewards.
- getStakeToReward() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
-
* The sum of balances of all accounts staked to this node, considering only accounts that choose to receive rewards.
- getStakeToReward() - Method in interface com.hedera.hashgraph.sdk.proto.StakingNodeInfoOrBuilder
-
* The sum of balances of all accounts staked to this node, considering only accounts that choose to receive rewards.
- getStakingInfo() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* Staking information for this contract.
- getStakingInfo() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* Staking information for this contract.
- getStakingInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* Staking information for this contract.
- getStakingInfo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* Staking information for this account.
- getStakingInfo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* Staking information for this account.
- getStakingInfo() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* Staking information for this account.
- getStakingPeriod() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A number of minutes representing a staking period.<br/> <blockquote>Note<blockquote> For the special case of `1440` minutes, periods are treated as calendar days aligned to midnight UTC, rather than repeating `1440` minute periods left-aligned at the epoch.</blockquote></blockquote>
- getStakingPeriod() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A number of minutes representing a staking period.<br/> <blockquote>Note<blockquote> For the special case of `1440` minutes, periods are treated as calendar days aligned to midnight UTC, rather than repeating `1440` minute periods left-aligned at the epoch.</blockquote></blockquote>
- getStakingPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A number of minutes representing a staking period.<br/> <blockquote>Note<blockquote> For the special case of `1440` minutes, periods are treated as calendar days aligned to midnight UTC, rather than repeating `1440` minute periods left-aligned at the epoch.</blockquote></blockquote>
- getStakingPeriodsStored() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A limit to the number of staking periods held for inactive accounts.<br/> This is the maximum number of trailing staking periods for which an account can collect staking rewards.<br/> #### Example If this value is 365 with a calendar day period, then each account must collect rewards at least once per calendar year to receive the full amount of staking rewards earned.
- getStakingPeriodsStored() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A limit to the number of staking periods held for inactive accounts.<br/> This is the maximum number of trailing staking periods for which an account can collect staking rewards.<br/> #### Example If this value is 365 with a calendar day period, then each account must collect rewards at least once per calendar year to receive the full amount of staking rewards earned.
- getStakingPeriodsStored() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A limit to the number of staking periods held for inactive accounts.<br/> This is the maximum number of trailing staking periods for which an account can collect staking rewards.<br/> #### Example If this value is 365 with a calendar day period, then each account must collect rewards at least once per calendar year to receive the full amount of staking rewards earned.
- getStakingRewardFeeFraction() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A fraction of network and service fees paid to the "general" reward account.<br/> The general staking rewards are paid from the designated reward account `0.0.800`, which receives a fraction of network and service fees for each transaction.
- getStakingRewardFeeFraction() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A fraction of network and service fees paid to the "general" reward account.<br/> The general staking rewards are paid from the designated reward account `0.0.800`, which receives a fraction of network and service fees for each transaction.
- getStakingRewardFeeFraction() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A fraction of network and service fees paid to the "general" reward account.<br/> The general staking rewards are paid from the designated reward account `0.0.800`, which receives a fraction of network and service fees for each transaction.
- getStakingRewardRate() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
Deprecated.proto.NodeStakeUpdateTransactionBody.staking_reward_rate is deprecated. See node_stake_update.proto;l=135
- getStakingRewardRate() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
Deprecated.proto.NodeStakeUpdateTransactionBody.staking_reward_rate is deprecated. See node_stake_update.proto;l=135
- getStakingRewardRate() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
Deprecated.proto.NodeStakeUpdateTransactionBody.staking_reward_rate is deprecated. See node_stake_update.proto;l=135
- getStakingRewardsActivated() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* A flag indicating that staking rewards are activated on the network.
- getStakingRewardsActivated() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
-
* A flag indicating that staking rewards are activated on the network.
- getStakingRewardsActivated() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkStakingRewardsOrBuilder
-
* A flag indicating that staking rewards are activated on the network.
- getStakingStartThreshold() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A minimum balance required to pay general staking rewards.
- getStakingStartThreshold() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A minimum balance required to pay general staking rewards.
- getStakingStartThreshold() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A minimum balance required to pay general staking rewards.
- getStart() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* Specifies the start index (inclusive) of the range of NFTs to query for.
- getStart() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
-
* Specifies the start index (inclusive) of the range of NFTs to query for.
- getStart() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQueryOrBuilder
-
* Specifies the start index (inclusive) of the range of NFTs to query for.
- getStart() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* Specifies the start index (inclusive) of the range of NFTs to query for.
- getStart() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
-
* Specifies the start index (inclusive) of the range of NFTs to query for.
- getStart() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQueryOrBuilder
-
* Specifies the start index (inclusive) of the range of NFTs to query for.
- getStart() - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
-
Deprecated.
- getStartHour() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
Deprecated.proto.FreezeTransactionBody.startHour is deprecated. See freeze.proto;l=59
- getStartHour() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
-
Deprecated.proto.FreezeTransactionBody.startHour is deprecated. See freeze.proto;l=59
- getStartHour() - Method in interface com.hedera.hashgraph.sdk.proto.FreezeTransactionBodyOrBuilder
-
Deprecated.proto.FreezeTransactionBody.startHour is deprecated. See freeze.proto;l=59
- getStartMin() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
Deprecated.proto.FreezeTransactionBody.startMin is deprecated. See freeze.proto;l=65
- getStartMin() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
-
Deprecated.proto.FreezeTransactionBody.startMin is deprecated. See freeze.proto;l=65
- getStartMin() - Method in interface com.hedera.hashgraph.sdk.proto.FreezeTransactionBodyOrBuilder
-
Deprecated.proto.FreezeTransactionBody.startMin is deprecated. See freeze.proto;l=65
- getStartOfBlockStateHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the hash of consensus state at the _start_ of this block.
- getStartOfBlockStateHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A SHA2-384 hash value.<br/> This is the hash of consensus state at the _start_ of this block.
- getStartOfBlockStateHash() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A SHA2-384 hash value.<br/> This is the hash of consensus state at the _start_ of this block.
- getStartTime() - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
Extract the start time.
- getStartTime() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* A start time for the freeze.
- getStartTime() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
-
* A start time for the freeze.
- getStartTime() - Method in interface com.hedera.hashgraph.sdk.proto.FreezeTransactionBodyOrBuilder
-
* A start time for the freeze.
- getStateProof() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* A state proof for the information requested.
- getStateProof() - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
-
* A state proof for the information requested.
- getStateProof() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder
-
* A state proof for the information requested.
- getStateSignatureTransaction() - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction.Builder
-
* A state signature.
- getStateSignatureTransaction() - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction
-
* A state signature.
- getStateSignatureTransaction() - Method in interface com.hedera.hapi.platform.event.legacy.EventTransactionOrBuilder
-
* A state signature.
- getStateSignatureTransaction() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for signature of a state root hash gossiped to other nodes
- getStateSignatureTransaction() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for signature of a state root hash gossiped to other nodes
- getStateSignatureTransaction() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for signature of a state root hash gossiped to other nodes
- getStatus() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The consensus status of the transaction.
- getStatus() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* The consensus status of the transaction.
- getStatus() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry.Builder
-
* A status result.<br/> This is the final status after handling the transaction.
- getStatus() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
-
* A status result.<br/> This is the final status after handling the transaction.
- getStatus() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptEntryOrBuilder
-
* A status result.<br/> This is the final status after handling the transaction.
- getStatus() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* The consensus status of the transaction.
- getStatusValue() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The consensus status of the transaction.
- getStatusValue() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* The consensus status of the transaction.
- getStatusValue() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry.Builder
-
* A status result.<br/> This is the final status after handling the transaction.
- getStatusValue() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
-
* A status result.<br/> This is the final status after handling the transaction.
- getStatusValue() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptEntryOrBuilder
-
* A status result.<br/> This is the final status after handling the transaction.
- getStatusValue() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* The consensus status of the transaction.
- getStorage() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The amount of storage used by this smart contract.
- getStorage() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The amount of storage used by this smart contract.
- getStorage() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The amount of storage used by this smart contract.
- getStorageSlot() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.Builder
-
* An explicit storage slot update.
- getStorageSlot() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
-
* An explicit storage slot update.
- getStorageSlot() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdateOrBuilder
-
* An explicit storage slot update.
- getStorageUpdates() - Method in class com.hedera.hashgraph.sdk.EvmHook
-
Get the initial storage updates for this EVM hook.
- getStorageUpdates() - Method in class com.hedera.hashgraph.sdk.HookStoreTransaction
-
Get the storage updates.
- getStorageUpdates(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* Initial storage updates for the hook, if any.
- getStorageUpdates(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook
-
* Initial storage updates for the hook, if any.
- getStorageUpdates(int) - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookOrBuilder
-
* Initial storage updates for the hook, if any.
- getStorageUpdates(int) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The updates to the storage of the EVM hook.
- getStorageUpdates(int) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
-
* The updates to the storage of the EVM hook.
- getStorageUpdates(int) - Method in interface com.hedera.hashgraph.sdk.proto.HookStoreTransactionBodyOrBuilder
-
* The updates to the storage of the EVM hook.
- getStorageUpdatesCount() - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* Initial storage updates for the hook, if any.
- getStorageUpdatesCount() - Method in class com.hedera.hashgraph.sdk.proto.EvmHook
-
* Initial storage updates for the hook, if any.
- getStorageUpdatesCount() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookOrBuilder
-
* Initial storage updates for the hook, if any.
- getStorageUpdatesCount() - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The updates to the storage of the EVM hook.
- getStorageUpdatesCount() - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
-
* The updates to the storage of the EVM hook.
- getStorageUpdatesCount() - Method in interface com.hedera.hashgraph.sdk.proto.HookStoreTransactionBodyOrBuilder
-
* The updates to the storage of the EVM hook.
- getStorageUpdatesList() - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* Initial storage updates for the hook, if any.
- getStorageUpdatesList() - Method in class com.hedera.hashgraph.sdk.proto.EvmHook
-
* Initial storage updates for the hook, if any.
- getStorageUpdatesList() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookOrBuilder
-
* Initial storage updates for the hook, if any.
- getStorageUpdatesList() - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The updates to the storage of the EVM hook.
- getStorageUpdatesList() - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
-
* The updates to the storage of the EVM hook.
- getStorageUpdatesList() - Method in interface com.hedera.hashgraph.sdk.proto.HookStoreTransactionBodyOrBuilder
-
* The updates to the storage of the EVM hook.
- getStorageUpdatesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook
-
* Initial storage updates for the hook, if any.
- getStorageUpdatesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
-
* The updates to the storage of the EVM hook.
- getStorageUpdatesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.EvmHook
-
* Initial storage updates for the hook, if any.
- getStorageUpdatesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
-
* The updates to the storage of the EVM hook.
- getString(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the nth returned value as a string
- getStringArray(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the nth returned value as a list of strings
- getSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for message submission to the topic.
- getSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* Access control for message submission to the topic.
- getSubmitKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* Access control for message submission to the topic.
- getSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A key that MUST sign any transaction to submit a message to this topic.
- getSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A key that MUST sign any transaction to submit a message to this topic.
- getSubmitKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A key that MUST sign any transaction to submit a message to this topic.
- getSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Updated access control for message submission to the topic.
- getSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* Updated access control for message submission to the topic.
- getSubmitKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* Updated access control for message submission to the topic.
- getSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for message submission to the topic.
- getSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* Access control for message submission to the topic.
- getSubmitKey() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* Access control for message submission to the topic.
- getSubmitKey() - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Extract the submit key.
- getSubmitKey() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Extract the submit key.
- getSubmitMessageMethod() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc
- getSubscribeTopicMethod() - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc
- getSubtotal() - Method in class com.hedera.hashgraph.sdk.FeeExtra
-
Extract the subtotal in tinycents.
- getSubtotal() - Method in class com.hedera.hashgraph.sdk.NetworkFee
-
Extract the network fee subtotal in tinycents.
- getSubType() - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* A sub-type distinguishing between different types of `FeeData` that may apply to the same base transaction type (associated with an `HederaFunctionality`).
- getSubType() - Method in class com.hedera.hashgraph.sdk.proto.FeeData
-
* A sub-type distinguishing between different types of `FeeData` that may apply to the same base transaction type (associated with an `HederaFunctionality`).
- getSubType() - Method in interface com.hedera.hashgraph.sdk.proto.FeeDataOrBuilder
-
* A sub-type distinguishing between different types of `FeeData` that may apply to the same base transaction type (associated with an `HederaFunctionality`).
- getSubTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* A sub-type distinguishing between different types of `FeeData` that may apply to the same base transaction type (associated with an `HederaFunctionality`).
- getSubTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.FeeData
-
* A sub-type distinguishing between different types of `FeeData` that may apply to the same base transaction type (associated with an `HederaFunctionality`).
- getSubTypeValue() - Method in interface com.hedera.hashgraph.sdk.proto.FeeDataOrBuilder
-
* A sub-type distinguishing between different types of `FeeData` that may apply to the same base transaction type (associated with an `HederaFunctionality`).
- getSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of token mint/burn for this token.
- getSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access control of token mint/burn for this token.
- getSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for "minting" and "burning" tokens.
- getSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for "minting" and "burning" tokens.
- getSupplyKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for "minting" and "burning" tokens.
- getSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of token mint/burn for this token.
- getSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access control of token mint/burn for this token.
- getSupplyKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access control of token mint/burn for this token.
- getSupplyKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access control of token mint/burn for this token.
- getSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for "minting" and "burning" tokens.
- getSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for "minting" and "burning" tokens.
- getSupplyKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for "minting" and "burning" tokens.
- getSupplyKey() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the supply key.
- getSupplyKey() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the supply key.
- getSupplyType() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A supply type for this token.
- getSupplyType() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A supply type for this token.
- getSupplyType() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A supply type for this token, according to IWA classification.
- getSupplyType() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A supply type for this token, according to IWA classification.
- getSupplyType() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A supply type for this token, according to IWA classification.
- getSupplyType() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A supply type for this token.
- getSupplyType() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A supply type for this token.
- getSupplyType() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A supply type for this token.
- getSupplyType() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A supply type for this token.
- getSupplyType() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the supply type.
- getSupplyTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A supply type for this token.
- getSupplyTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A supply type for this token.
- getSupplyTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A supply type for this token, according to IWA classification.
- getSupplyTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A supply type for this token, according to IWA classification.
- getSupplyTypeValue() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A supply type for this token, according to IWA classification.
- getSupplyTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A supply type for this token.
- getSupplyTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A supply type for this token.
- getSupplyTypeValue() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A supply type for this token.
- getSupplyTypeValue() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A supply type for this token.
- getSymbol() - Method in enum class com.hedera.hashgraph.sdk.HbarUnit
-
Get the preferred symbol of the current unit.
- getSymbol() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A human-readable symbol for the token.
- getSymbol() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A human-readable symbol for the token.
- getSymbol() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A symbol to use for the token.
- getSymbol() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A symbol to use for the token.
- getSymbol() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A symbol to use for the token.
- getSymbol() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A human-readable symbol for the token.
- getSymbol() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A human-readable symbol for the token.
- getSymbol() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A human-readable symbol for the token.
- getSymbol() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A human-readable symbol for the token.
- getSymbol() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A token symbol.
- getSymbol() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
-
* A token symbol.
- getSymbol() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationshipOrBuilder
-
* A token symbol.
- getSymbol() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new symbol to use for the token.
- getSymbol() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* A new symbol to use for the token.
- getSymbol() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* A new symbol to use for the token.
- getSymbolBytes() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A human-readable symbol for the token.
- getSymbolBytes() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A human-readable symbol for the token.
- getSymbolBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A symbol to use for the token.
- getSymbolBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A symbol to use for the token.
- getSymbolBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A symbol to use for the token.
- getSymbolBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A human-readable symbol for the token.
- getSymbolBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A human-readable symbol for the token.
- getSymbolBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A human-readable symbol for the token.
- getSymbolBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A human-readable symbol for the token.
- getSymbolBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A token symbol.
- getSymbolBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
-
* A token symbol.
- getSymbolBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationshipOrBuilder
-
* A token symbol.
- getSymbolBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new symbol to use for the token.
- getSymbolBytes() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* A new symbol to use for the token.
- getSymbolBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* A new symbol to use for the token.
- getSystemDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- getSystemDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- getSystemDelete() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- getSystemDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- getSystemDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- getSystemDelete() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- getSystemDeleteMethod() - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
- getSystemDeleteMethod() - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- getSystemUndelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- getSystemUndelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- getSystemUndelete() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- getSystemUndelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- getSystemUndelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- getSystemUndelete() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- getSystemUndeleteMethod() - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
- getSystemUndeleteMethod() - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- getTargetHistory() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The target history of the proof.
- getTargetHistory() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof
-
* The target history of the proof.
- getTargetHistory() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofOrBuilder
-
* The target history of the proof.
- getTargetProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* When this construction is complete, the proof that the target roster's address book and associated metadata belong to the ledger id's chain of trust.
- getTargetProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* When this construction is complete, the proof that the target roster's address book and associated metadata belong to the ledger id's chain of trust.
- getTargetProof() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* When this construction is complete, the proof that the target roster's address book and associated metadata belong to the ledger id's chain of trust.
- getTargetProofKeys(int) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- getTargetProofKeys(int) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- getTargetProofKeys(int) - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofOrBuilder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- getTargetProofKeysCount() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- getTargetProofKeysCount() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- getTargetProofKeysCount() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofOrBuilder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- getTargetProofKeysList() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- getTargetProofKeysList() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- getTargetProofKeysList() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofOrBuilder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- getTargetProofKeysOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- getTargetProofKeysOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- getTargetRosterHash() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody.Builder
-
* A hash of the roster that the TssMessage is for.
- getTargetRosterHash() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
-
* A hash of the roster that the TssMessage is for.
- getTargetRosterHash() - Method in interface com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBodyOrBuilder
-
* A hash of the roster that the TssMessage is for.
- getTargetRosterHash() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* A hash of the roster that this TssVote is for.
- getTargetRosterHash() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
-
* A hash of the roster that this TssVote is for.
- getTargetRosterHash() - Method in interface com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBodyOrBuilder
-
* A hash of the roster that this TssVote is for.
- getTargetRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* The hash of the roster whose weights are used to determine when the >2/3 weight availability threshold is reached.
- getTargetRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
-
* The hash of the roster whose weights are used to determine when the >2/3 weight availability threshold is reached.
- getTargetRosterHash() - Method in interface com.hedera.hashgraph.sdk.proto.HintsConstructionOrBuilder
-
* The hash of the roster whose weights are used to determine when the >2/3 weight availability threshold is reached.
- getTargetRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* The hash of the roster whose weights are used to assess progress toward obtaining proof keys for parties that hold at least a strong minority of the stake in that roster.
- getTargetRosterHash() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* The hash of the roster whose weights are used to assess progress toward obtaining proof keys for parties that hold at least a strong minority of the stake in that roster.
- getTargetRosterHash() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* The hash of the roster whose weights are used to assess progress toward obtaining proof keys for parties that hold at least a strong minority of the stake in that roster.
- getThreshold() - Method in class com.hedera.hashgraph.sdk.KeyList
-
Get the threshold for the KeyList.
- getThreshold() - Method in class com.hedera.hashgraph.sdk.proto.ThresholdKey.Builder
-
* A transaction MUST have valid signatures from at least this number of separate keys, from the `keys` list to be authorized by this key.
- getThreshold() - Method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
-
* A transaction MUST have valid signatures from at least this number of separate keys, from the `keys` list to be authorized by this key.
- getThreshold() - Method in interface com.hedera.hashgraph.sdk.proto.ThresholdKeyOrBuilder
-
* A transaction MUST have valid signatures from at least this number of separate keys, from the `keys` list to be authorized by this key.
- getThresholdKey() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A threshold, M, combined with a list of N keys, any M of which are sufficient to form a valid signature.
- getThresholdKey() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
* A threshold, M, combined with a list of N keys, any M of which are sufficient to form a valid signature.
- getThresholdKey() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
* A threshold, M, combined with a list of N keys, any M of which are sufficient to form a valid signature.
- getThresholdSignature() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* A list of signatures for a single N-of-M threshold Key.
- getThresholdSignature() - Method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.* A list of signatures for a single N-of-M threshold Key.
- getThresholdSignature() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureOrBuilder
-
Deprecated.* A list of signatures for a single N-of-M threshold Key.
- getThrottleBuckets(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions.Builder
-
* A list of throttle buckets.
- getThrottleBuckets(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
-
* A list of throttle buckets.
- getThrottleBuckets(int) - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleDefinitionsOrBuilder
-
* A list of throttle buckets.
- getThrottleBucketsCount() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions.Builder
-
* A list of throttle buckets.
- getThrottleBucketsCount() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
-
* A list of throttle buckets.
- getThrottleBucketsCount() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleDefinitionsOrBuilder
-
* A list of throttle buckets.
- getThrottleBucketsList() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions.Builder
-
* A list of throttle buckets.
- getThrottleBucketsList() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
-
* A list of throttle buckets.
- getThrottleBucketsList() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleDefinitionsOrBuilder
-
* A list of throttle buckets.
- getThrottleBucketsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
-
* A list of throttle buckets.
- getThrottleBucketsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
-
* A list of throttle buckets.
- getThrottleGroups(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- getThrottleGroups(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- getThrottleGroups(int) - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleBucketOrBuilder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- getThrottleGroupsCount() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- getThrottleGroupsCount() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- getThrottleGroupsCount() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleBucketOrBuilder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- getThrottleGroupsList() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- getThrottleGroupsList() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- getThrottleGroupsList() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleBucketOrBuilder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- getThrottleGroupsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- getThrottleGroupsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- getTimeCreated() - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The wall clock time at which the event was created, according to the node creating the event.<br/> If the event has a self parent, this timestamp MUST be strictly greater than the `time_created` of the self parent.
- getTimeCreated() - Method in class com.hedera.hapi.platform.event.legacy.EventCore
-
* The wall clock time at which the event was created, according to the node creating the event.<br/> If the event has a self parent, this timestamp MUST be strictly greater than the `time_created` of the self parent.
- getTimeCreated() - Method in interface com.hedera.hapi.platform.event.legacy.EventCoreOrBuilder
-
* The wall clock time at which the event was created, according to the node creating the event.<br/> If the event has a self parent, this timestamp MUST be strictly greater than the `time_created` of the self parent.
- getTinybarBalance() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- getTinybarBalance() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- getTinybarBalance() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
-
* A token identifier.
- getToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBodyOrBuilder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody.Builder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
-
* A token identifier.
- getToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBodyOrBuilder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody.Builder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
-
* A token identifier.
- getToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBodyOrBuilder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery.Builder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
-
* A token identifier.
- getToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetInfoQueryOrBuilder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody.Builder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
-
* A token identifier.
- getToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBodyOrBuilder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
-
* A token identifier.
- getToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenMintTransactionBodyOrBuilder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody.Builder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
-
* A token identifier.
- getToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBodyOrBuilder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody.Builder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
-
* A token identifier.
- getToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBodyOrBuilder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A token identifier.<br/> This is the token to be transferred.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
-
* A token identifier.<br/> This is the token to be transferred.
- getToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenTransferListOrBuilder
-
* A token identifier.<br/> This is the token to be transferred.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody.Builder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
-
* A token identifier.
- getToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBodyOrBuilder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody.Builder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
-
* A token identifier.
- getToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBodyOrBuilder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A token identifier.<br/> This is the token type (i.e.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
-
* A token identifier.<br/> This is the token type (i.e.
- getToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBodyOrBuilder
-
* A token identifier.<br/> This is the token type (i.e.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* A token identifier.
- getToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* A token identifier.
- getToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
-
* A token identifier.
- getToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBodyOrBuilder
-
* A token identifier.
- getTokenAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Send an "airdrop" of tokens to one or more recipients.
- getTokenAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Send an "airdrop" of tokens to one or more recipients.
- getTokenAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Send an "airdrop" of tokens to one or more recipients.
- getTokenAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* "Airdrop" tokens.<br/> This transaction sends tokens from one or more "sender" accounts to one or more "recipient" accounts.
- getTokenAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* "Airdrop" tokens.<br/> This transaction sends tokens from one or more "sender" accounts to one or more "recipient" accounts.
- getTokenAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* "Airdrop" tokens.<br/> This transaction sends tokens from one or more "sender" accounts to one or more "recipient" accounts.
- getTokenAllowanceDeletions() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceDeleteTransaction
-
Deprecated.with no replacement
- getTokenAllowances() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.Get the token allowances
- getTokenAllowances() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Deprecated.- Use
AccountAllowanceApproveTransaction.getTokenApprovals()instead - getTokenAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of fungible token allowances approved by this account.
- getTokenAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of fungible token allowances approved by this account.
- getTokenAllowances(int) - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A list of fungible token allowances approved by this account.
- getTokenAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of fungible token allowances approved by the account owner.
- getTokenAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of fungible token allowances approved by the account owner.
- getTokenAllowances(int) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBodyOrBuilder
-
* List of fungible token allowances approved by the account owner.
- getTokenAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of fungible token allowances approved by this account.
- getTokenAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of fungible token allowances approved by this account.
- getTokenAllowancesCount() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A list of fungible token allowances approved by this account.
- getTokenAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of fungible token allowances approved by the account owner.
- getTokenAllowancesCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of fungible token allowances approved by the account owner.
- getTokenAllowancesCount() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBodyOrBuilder
-
* List of fungible token allowances approved by the account owner.
- getTokenAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of fungible token allowances approved by this account.
- getTokenAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of fungible token allowances approved by this account.
- getTokenAllowancesList() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A list of fungible token allowances approved by this account.
- getTokenAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of fungible token allowances approved by the account owner.
- getTokenAllowancesList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of fungible token allowances approved by the account owner.
- getTokenAllowancesList() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBodyOrBuilder
-
* List of fungible token allowances approved by the account owner.
- getTokenAllowancesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of fungible token allowances approved by this account.
- getTokenAllowancesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of fungible token allowances approved by the account owner.
- getTokenAllowancesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A list of fungible token allowances approved by this account.
- getTokenAllowancesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
-
* List of fungible token allowances approved by the account owner.
- getTokenApprovals() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Extract a list of token allowance approvals.
- getTokenAssociate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Associate tokens to an account.
- getTokenAssociate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Associate tokens to an account.
- getTokenAssociate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Associate tokens to an account.
- getTokenAssociate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Associate tokens to an account.
- getTokenAssociate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Associate tokens to an account.
- getTokenAssociate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Associate tokens to an account.
- getTokenBalances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
Deprecated.
- getTokenBalances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
-
Deprecated.
- getTokenBalances(int) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponseOrBuilder
-
Deprecated.
- getTokenBalances(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances.Builder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- getTokenBalances(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- getTokenBalances(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenBalancesOrBuilder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- getTokenBalancesCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
Deprecated.
- getTokenBalancesCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
-
Deprecated.
- getTokenBalancesCount() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponseOrBuilder
-
Deprecated.
- getTokenBalancesCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances.Builder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- getTokenBalancesCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- getTokenBalancesCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenBalancesOrBuilder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- getTokenBalancesList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
Deprecated.
- getTokenBalancesList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
-
Deprecated.
- getTokenBalancesList() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponseOrBuilder
-
Deprecated.
- getTokenBalancesList() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances.Builder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- getTokenBalancesList() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- getTokenBalancesList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenBalancesOrBuilder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- getTokenBalancesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
-
Deprecated.
- getTokenBalancesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- getTokenBalancesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
-
Deprecated.
- getTokenBalancesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- getTokenBurn() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- getTokenBurn() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- getTokenBurn() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- getTokenBurn() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- getTokenBurn() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- getTokenBurn() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- getTokenCancelAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Cancel an "airdrop".<br/> This transaction cancels a pending airdrop for one or more recipients.
- getTokenCancelAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Cancel an "airdrop".<br/> This transaction cancels a pending airdrop for one or more recipients.
- getTokenCancelAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Cancel an "airdrop".<br/> This transaction cancels a pending airdrop for one or more recipients.
- getTokenCancelAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Cancel one or more "pending" airdrops that are not yet claimed.
- getTokenCancelAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Cancel one or more "pending" airdrops that are not yet claimed.
- getTokenCancelAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Cancel one or more "pending" airdrops that are not yet claimed.
- getTokenClaimAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Claim an "airdrop".
- getTokenClaimAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Claim an "airdrop".
- getTokenClaimAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Claim an "airdrop".
- getTokenClaimAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Claim one or more "pending" airdrops.
- getTokenClaimAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Claim one or more "pending" airdrops.
- getTokenClaimAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Claim one or more "pending" airdrops.
- getTokenCreation() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new Hedera token.
- getTokenCreation() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Create a new Hedera token.
- getTokenCreation() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Create a new Hedera token.
- getTokenCreation() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new Hedera token.
- getTokenCreation() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a new Hedera token.
- getTokenCreation() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a new Hedera token.
- getTokenDeletion() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Deletes an Hedera token.<br/> The token will be marked deleted.
- getTokenDeletion() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Deletes an Hedera token.<br/> The token will be marked deleted.
- getTokenDeletion() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Deletes an Hedera token.<br/> The token will be marked deleted.
- getTokenDeletion() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete an Hedera token.<br/> The token will be marked deleted.
- getTokenDeletion() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete an Hedera token.<br/> The token will be marked deleted.
- getTokenDeletion() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete an Hedera token.<br/> The token will be marked deleted.
- getTokenDissociate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Dissociate tokens from an account.
- getTokenDissociate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Dissociate tokens from an account.
- getTokenDissociate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Dissociate tokens from an account.
- getTokenDissociate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Dissociate tokens from an account.
- getTokenDissociate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Dissociate tokens from an account.
- getTokenDissociate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Dissociate tokens from an account.
- getTokenFeeScheduleUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- getTokenFeeScheduleUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- getTokenFeeScheduleUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- getTokenFeeScheduleUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- getTokenFeeScheduleUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- getTokenFeeScheduleUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- getTokenFreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- getTokenFreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- getTokenFreeze() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- getTokenFreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- getTokenFreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- getTokenFreeze() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- getTokenGetAccountNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- getTokenGetAccountNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
Deprecated.
- getTokenGetAccountNftInfos() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
Deprecated.proto.Query.tokenGetAccountNftInfos is deprecated. See query.proto;l=200
- getTokenGetAccountNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens owned by an account.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were added to the account.
- getTokenGetAccountNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens owned by an account.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were added to the account.
- getTokenGetAccountNftInfos() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens owned by an account.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were added to the account.
- getTokenGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a token.
- getTokenGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get metadata for a token.
- getTokenGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get metadata for a token.
- getTokenGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting metadata for a specific Token.
- getTokenGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting metadata for a specific Token.
- getTokenGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting metadata for a specific Token.
- getTokenGetNftInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a specific, serial numbered, non-fungible/unique token (NFT).
- getTokenGetNftInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get metadata for a specific, serial numbered, non-fungible/unique token (NFT).
- getTokenGetNftInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get metadata for a specific, serial numbered, non-fungible/unique token (NFT).
- getTokenGetNftInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a specific non-fungible/unique token selected by both token identifier and serial number.
- getTokenGetNftInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting detail for a specific non-fungible/unique token selected by both token identifier and serial number.
- getTokenGetNftInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting detail for a specific non-fungible/unique token selected by both token identifier and serial number.
- getTokenGetNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- getTokenGetNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
Deprecated.
- getTokenGetNftInfos() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
Deprecated.proto.Query.tokenGetNftInfos is deprecated. See query.proto;l=215
- getTokenGetNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were minted.
- getTokenGetNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were minted.
- getTokenGetNftInfos() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were minted.
- getTokenGrantKyc() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- getTokenGrantKyc() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- getTokenGrantKyc() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- getTokenGrantKyc() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- getTokenGrantKyc() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- getTokenGrantKyc() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.PendingAirdropId
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance.Builder
-
* The identifier for the token associated with this allowance.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
-
* The identifier for the token associated with this allowance.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowanceOrBuilder
-
* The identifier for the token associated with this allowance.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
* The identifier for the token associated with this allowance.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
-
* The identifier for the token associated with this allowance.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowanceOrBuilder
-
* The identifier for the token associated with this allowance.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* The token transferred to satisfy this fee.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
-
* The token transferred to satisfy this fee.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.AssessedCustomFeeOrBuilder
-
* The token transferred to satisfy this fee.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair.Builder
-
Deprecated.* A token identifier for the associated token.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.* A token identifier for the associated token.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.EntityIDPairOrBuilder
-
Deprecated.* A token identifier for the associated token.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance.Builder
-
* The identifier for the token associated with this allowance.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
-
* The identifier for the token associated with this allowance.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.GrantedNftAllowanceOrBuilder
-
* The identifier for the token associated with this allowance.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
* The identifier for the token associated with this allowance.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
-
* The identifier for the token associated with this allowance.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.GrantedTokenAllowanceOrBuilder
-
* The identifier for the token associated with this allowance.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.NftAllowanceOrBuilder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* A token identifier.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
-
* A token identifier.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.NftRemoveAllowanceOrBuilder
-
* A token identifier.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A unique identifier for this token.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A unique identifier for this token.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAllowanceOrBuilder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation.Builder
-
* A token identifier for the associated token.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
-
* A token identifier for the associated token.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAssociationOrBuilder
-
* A token identifier for the associated token.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance.Builder
-
* A token identifier.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance
-
* A token identifier.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenBalanceOrBuilder
-
* A token identifier.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A token identifier.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
-
* A token identifier.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBodyOrBuilder
-
* A token identifier.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A unique identifier for this token.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A unique identifier for this token.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A unique identifier for this token.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A unique identifier for this token.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A token identifier.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation
-
* A token identifier.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationOrBuilder
-
* A token identifier.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A token identifier.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
-
* A token identifier.
- getTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationshipOrBuilder
-
* A token identifier.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenBurnTransaction
-
Extract the token id.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenDeleteTransaction
-
Extract the token id.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenFeeScheduleUpdateTransaction
-
Extract the token id.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenFreezeTransaction
-
Extract the token id.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenGrantKycTransaction
-
Extract the token id.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenInfoQuery
-
Extract the token id.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenMintTransaction
-
Extract the token id.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
-
Deprecated.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenPauseTransaction
-
Extract the token id.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenRevokeKycTransaction
-
Extract the token id.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenUnfreezeTransaction
-
Extract the token id.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenUnpauseTransaction
-
Extract the token id.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
-
Extract the token id.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the token id.
- getTokenId() - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
-
Extract the token id.
- getTokenID() - Method in class com.hedera.hashgraph.sdk.proto.NftID.Builder
-
* A token identifier.<br/> This token represents the collection containing this NFT.
- getTokenID() - Method in class com.hedera.hashgraph.sdk.proto.NftID
-
* A token identifier.<br/> This token represents the collection containing this NFT.
- getTokenID() - Method in interface com.hedera.hashgraph.sdk.proto.NftIDOrBuilder
-
* A token identifier.<br/> This token represents the collection containing this NFT.
- getTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* A token identifier.
- getTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
-
* A token identifier.
- getTokenID() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQueryOrBuilder
-
* A token identifier.
- getTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A token identifier.
- getTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
-
* A token identifier.
- getTokenID() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponseOrBuilder
-
* A token identifier.
- getTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `CreateToken`, the id of the newly created token
- getTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `CreateToken`, the id of the newly created token
- getTokenID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `CreateToken`, the id of the newly created token
- getTokenIdDecimals() - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
-
Extract the list of token id decimals.
- getTokenIdentifierCase() - Method in class com.hedera.hashgraph.sdk.proto.TokenReference.Builder
- getTokenIdentifierCase() - Method in class com.hedera.hashgraph.sdk.proto.TokenReference
- getTokenIdentifierCase() - Method in interface com.hedera.hashgraph.sdk.proto.TokenReferenceOrBuilder
- getTokenIds() - Method in class com.hedera.hashgraph.sdk.TokenAssociateTransaction
-
Extract the list of token id's.
- getTokenIds() - Method in class com.hedera.hashgraph.sdk.TokenDissociateTransaction
-
Extract the list of token id's.
- getTokenIds() - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Extract the list of tokenIds.
- getTokenIds() - Method in class com.hedera.hashgraph.sdk.TokenRejectTransaction
-
Extract the list of tokenIds.
- getTokenInfo() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse.Builder
-
* The information requested for the identified token.
- getTokenInfo() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
-
* The information requested for the identified token.
- getTokenInfo() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetInfoResponseOrBuilder
-
* The information requested for the identified token.
- getTokenInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Retrieve the detail characteristics for a token.
- getTokenInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Retrieve the detail characteristics for a token.
- getTokenInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Retrieve the detail characteristics for a token.
- getTokenInfo(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Retrieve the detail characteristics for a token.
- getTokenInfo(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Retrieve the detail characteristics for a token.
- getTokenMemo() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the token's memo 100 bytes max.
- getTokenMemo() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the token memo.
- getTokenMetadata() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the token metadata.
- getTokenMetadata() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the metadata.
- getTokenMint() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- getTokenMint() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- getTokenMint() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- getTokenMint() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- getTokenMint() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- getTokenMint() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- getTokenName() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the token name.
- getTokenName() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the token name.
- getTokenNftAllowanceDeletions() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceDeleteTransaction
-
Return list of nft tokens to be deleted.
- getTokenNftAllowances() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.Get the NFT allowances
- getTokenNftAllowances() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Deprecated.
- getTokenNftApprovals() - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
-
Returns the list of token nft allowances.
- getTokenNftInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Retrieve the metadata for a specific non-fungible/unique token.<br/> The NFT to query is identified by token identifier and serial number.
- getTokenNftInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Retrieve the metadata for a specific non-fungible/unique token.<br/> The NFT to query is identified by token identifier and serial number.
- getTokenNftInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Retrieve the metadata for a specific non-fungible/unique token.<br/> The NFT to query is identified by token identifier and serial number.
- getTokenNftInfo(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Retrieve the metadata for a specific non-fungible/unique token.<br/> The NFT to query is identified by token identifier and serial number.
- getTokenNftInfo(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Retrieve the metadata for a specific non-fungible/unique token.<br/> The NFT to query is identified by token identifier and serial number.
- getTokenNftTransfers() - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
-
Extract the of token nft transfers.
- getTokenNum() - Method in class com.hedera.hashgraph.sdk.proto.TokenID.Builder
-
* A whole number token identifier.
- getTokenNum() - Method in class com.hedera.hashgraph.sdk.proto.TokenID
-
* A whole number token identifier.
- getTokenNum() - Method in interface com.hedera.hashgraph.sdk.proto.TokenIDOrBuilder
-
* A whole number token identifier.
- getTokenPause() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Pause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- getTokenPause() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Pause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- getTokenPause() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Pause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- getTokenPause() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Pause a Token.
- getTokenPause() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Pause a Token.
- getTokenPause() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Pause a Token.
- getTokenReferenceCase() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
- getTokenReferenceCase() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- getTokenReferenceCase() - Method in interface com.hedera.hashgraph.sdk.proto.PendingAirdropIdOrBuilder
- getTokenReject() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* "Reject" undesired tokens.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- getTokenReject() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* "Reject" undesired tokens.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- getTokenReject() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* "Reject" undesired tokens.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- getTokenReject() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Reject and return a token to treasury.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- getTokenReject() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Reject and return a token to treasury.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- getTokenReject() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Reject and return a token to treasury.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- getTokenRelationships(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
Deprecated.
- getTokenRelationships(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
Deprecated.
- getTokenRelationships(int) - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
Deprecated.
- getTokenRelationships(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- getTokenRelationships(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
Deprecated.
- getTokenRelationships(int) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
Deprecated.
- getTokenRelationships(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- getTokenRelationships(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- getTokenRelationships(int) - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- getTokenRelationshipsCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
Deprecated.
- getTokenRelationshipsCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
Deprecated.
- getTokenRelationshipsCount() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
Deprecated.
- getTokenRelationshipsCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- getTokenRelationshipsCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
Deprecated.
- getTokenRelationshipsCount() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
Deprecated.
- getTokenRelationshipsCount() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- getTokenRelationshipsCount() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- getTokenRelationshipsCount() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- getTokenRelationshipsList() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
Deprecated.
- getTokenRelationshipsList() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
Deprecated.
- getTokenRelationshipsList() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
Deprecated.
- getTokenRelationshipsList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- getTokenRelationshipsList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
Deprecated.
- getTokenRelationshipsList() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
Deprecated.
- getTokenRelationshipsList() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- getTokenRelationshipsList() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- getTokenRelationshipsList() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- getTokenRelationshipsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
Deprecated.
- getTokenRelationshipsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
Deprecated.
- getTokenRelationshipsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- getTokenRelationshipsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
Deprecated.
- getTokenRelationshipsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
Deprecated.
- getTokenRelationshipsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- getTokenRevokeKyc() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Revoke KYC from an account with respect to a token.
- getTokenRevokeKyc() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Revoke KYC from an account with respect to a token.
- getTokenRevokeKyc() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Revoke KYC from an account with respect to a token.
- getTokenRevokeKyc() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Revoke KYC from an account with respect to a token.
- getTokenRevokeKyc() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Revoke KYC from an account with respect to a token.
- getTokenRevokeKyc() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Revoke KYC from an account with respect to a token.
- getTokens(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* A list of token identifiers.
- getTokens(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
-
* A list of token identifiers.
- getTokens(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBodyOrBuilder
-
* A list of token identifiers.
- getTokens(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* A list of token identifiers.
- getTokens(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
-
* A list of token identifiers.
- getTokens(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBodyOrBuilder
-
* A list of token identifiers.
- getTokensCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* A list of token identifiers.
- getTokensCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
-
* A list of token identifiers.
- getTokensCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBodyOrBuilder
-
* A list of token identifiers.
- getTokensCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* A list of token identifiers.
- getTokensCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
-
* A list of token identifiers.
- getTokensCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBodyOrBuilder
-
* A list of token identifiers.
- getTokensList() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* A list of token identifiers.
- getTokensList() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
-
* A list of token identifiers.
- getTokensList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBodyOrBuilder
-
* A list of token identifiers.
- getTokensList() - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* A list of token identifiers.
- getTokensList() - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
-
* A list of token identifiers.
- getTokensList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBodyOrBuilder
-
* A list of token identifiers.
- getTokensOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
-
* A list of token identifiers.
- getTokensOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
-
* A list of token identifiers.
- getTokensOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
-
* A list of token identifiers.
- getTokensOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
-
* A list of token identifiers.
- getTokenSymbol() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the token symbol.
- getTokenSymbol() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the token symbol.
- getTokenTransferLists(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- getTokenTransferLists(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- getTokenTransferLists(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- getTokenTransferListsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- getTokenTransferListsCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- getTokenTransferListsCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- getTokenTransferListsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- getTokenTransferListsList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- getTokenTransferListsList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- getTokenTransferListsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- getTokenTransferListsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- getTokenTransfers() - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
-
Extract the list of token transfer records.
- getTokenTransfers(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* One or more lists of token transfers.
- getTokenTransfers(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
-
* One or more lists of token transfers.
- getTokenTransfers(int) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBodyOrBuilder
-
* One or more lists of token transfers.
- getTokenTransfers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody.Builder
-
* A list of token transfers representing one or more airdrops.
- getTokenTransfers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
-
* A list of token transfers representing one or more airdrops.
- getTokenTransfers(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBodyOrBuilder
-
* A list of token transfers representing one or more airdrops.
- getTokenTransfersCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* One or more lists of token transfers.
- getTokenTransfersCount() - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
-
* One or more lists of token transfers.
- getTokenTransfersCount() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBodyOrBuilder
-
* One or more lists of token transfers.
- getTokenTransfersCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody.Builder
-
* A list of token transfers representing one or more airdrops.
- getTokenTransfersCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
-
* A list of token transfers representing one or more airdrops.
- getTokenTransfersCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBodyOrBuilder
-
* A list of token transfers representing one or more airdrops.
- getTokenTransfersList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* One or more lists of token transfers.
- getTokenTransfersList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
-
* One or more lists of token transfers.
- getTokenTransfersList() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBodyOrBuilder
-
* One or more lists of token transfers.
- getTokenTransfersList() - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody.Builder
-
* A list of token transfers representing one or more airdrops.
- getTokenTransfersList() - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
-
* A list of token transfers representing one or more airdrops.
- getTokenTransfersList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBodyOrBuilder
-
* A list of token transfers representing one or more airdrops.
- getTokenTransfersOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
-
* One or more lists of token transfers.
- getTokenTransfersOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
-
* A list of token transfers representing one or more airdrops.
- getTokenTransfersOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
-
* One or more lists of token transfers.
- getTokenTransfersOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
-
* A list of token transfers representing one or more airdrops.
- getTokenType() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A type for this token.
- getTokenType() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A type for this token.
- getTokenType() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A type for this token, according to IWA classification.
- getTokenType() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A type for this token, according to IWA classification.
- getTokenType() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A type for this token, according to IWA classification.
- getTokenType() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A type for this token.
- getTokenType() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A type for this token.
- getTokenType() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A type for this token.
- getTokenType() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A type for this token.
- getTokenType() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the token type.
- getTokenTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A type for this token.
- getTokenTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A type for this token.
- getTokenTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A type for this token, according to IWA classification.
- getTokenTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A type for this token, according to IWA classification.
- getTokenTypeValue() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A type for this token, according to IWA classification.
- getTokenTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A type for this token.
- getTokenTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A type for this token.
- getTokenTypeValue() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A type for this token.
- getTokenTypeValue() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A type for this token.
- getTokenUnfreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Unfreeze an account with respect to a token.
- getTokenUnfreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Unfreeze an account with respect to a token.
- getTokenUnfreeze() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Unfreeze an account with respect to a token.
- getTokenUnfreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unfreeze an account with respect to a token.
- getTokenUnfreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Unfreeze an account with respect to a token.
- getTokenUnfreeze() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Unfreeze an account with respect to a token.
- getTokenUnpause() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Unpause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- getTokenUnpause() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Unpause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- getTokenUnpause() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Unpause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- getTokenUnpause() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unpause a Token.
- getTokenUnpause() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Unpause a Token.
- getTokenUnpause() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Unpause a Token.
- getTokenUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- getTokenUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- getTokenUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- getTokenUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- getTokenUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- getTokenUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- getTokenUpdateNfts() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- getTokenUpdateNfts() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- getTokenUpdateNfts() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- getTokenUpdateNfts() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- getTokenUpdateNfts() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- getTokenUpdateNfts() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- getTokenWipe() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- getTokenWipe() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- getTokenWipe() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- getTokenWipe() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- getTokenWipe() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- getTokenWipe() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- getTopic(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
- getTopic(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
-
* A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
- getTopic(int) - Method in interface com.hedera.hashgraph.sdk.proto.ContractLoginfoOrBuilder
-
* A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
- getTopicCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
- getTopicCount() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
-
* A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
- getTopicCount() - Method in interface com.hedera.hashgraph.sdk.proto.ContractLoginfoOrBuilder
-
* A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
- getTopicId() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The topic's ID.
- getTopicId() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* The topic's ID.
- getTopicId() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* The topic's ID.
- getTopicId() - Method in class com.hedera.hashgraph.sdk.TopicDeleteTransaction
-
Extract the topic id.
- getTopicId() - Method in class com.hedera.hashgraph.sdk.TopicInfoQuery
-
Extract the topic id.
- getTopicId() - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
Extract the topic id.
- getTopicId() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Extract the topic id.
- getTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody.Builder
-
* Topic to be deleted.
- getTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
-
* Topic to be deleted.
- getTopicID() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBodyOrBuilder
-
* Topic to be deleted.
- getTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery.Builder
-
* A topic ID.
- getTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
-
* A topic ID.
- getTopicID() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQueryOrBuilder
-
* A topic ID.
- getTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* The ID of the topic requested in the query.
- getTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
-
* The ID of the topic requested in the query.
- getTopicID() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponseOrBuilder
-
* The ID of the topic requested in the query.
- getTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* Topic to submit message to.
- getTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
-
* Topic to submit message to.
- getTopicID() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBodyOrBuilder
-
* Topic to submit message to.
- getTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* The topic ID specifying the topic to update.
- getTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* The topic ID specifying the topic to update.
- getTopicID() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* The topic ID specifying the topic to update.
- getTopicID() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* A required topic ID to retrieve messages for.
- getTopicID() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
-
* A required topic ID to retrieve messages for.
- getTopicID() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQueryOrBuilder
-
* A required topic ID to retrieve messages for.
- getTopicID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusCreateTopic`, the id of the newly created topic.
- getTopicID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `ConsensusCreateTopic`, the id of the newly created topic.
- getTopicID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `ConsensusCreateTopic`, the id of the newly created topic.
- getTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* Information describing the current state of the topic.
- getTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
-
* Information describing the current state of the topic.
- getTopicInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponseOrBuilder
-
* Information describing the current state of the topic.
- getTopicInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceBlockingStub
-
Retrieve the latest state of a topic.
- getTopicInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceBlockingV2Stub
-
Retrieve the latest state of a topic.
- getTopicInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceFutureStub
-
Retrieve the latest state of a topic.
- getTopicInfo(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.AsyncService
-
Retrieve the latest state of a topic.
- getTopicInfo(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceStub
-
Retrieve the latest state of a topic.
- getTopicList() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
- getTopicList() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
-
* A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
- getTopicList() - Method in interface com.hedera.hashgraph.sdk.proto.ContractLoginfoOrBuilder
-
* A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
- getTopicMemo() - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Extract the topic memo.
- getTopicMemo() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Extract the topic memo.
- getTopicNum() - Method in class com.hedera.hashgraph.sdk.proto.TopicID.Builder
-
* A whole number topic identifier, unique within its realm and shard.
- getTopicNum() - Method in class com.hedera.hashgraph.sdk.proto.TopicID
-
* A whole number topic identifier, unique within its realm and shard.
- getTopicNum() - Method in interface com.hedera.hashgraph.sdk.proto.TopicIDOrBuilder
-
* A whole number topic identifier, unique within its realm and shard.
- getTopicRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusSubmitMessage`, the new running hash of the topic that received the message.<br/> <p> The inputs to the topic running hash have changed over time.<br/> This 48-byte field is the output of a SHA-384 digest with input data determined by the value of the `topicRunningHashVersion` field.<br/> All new transactions SHALL use `topicRunningHashVersion` `3`.<br/> The bytes of each uint64 or uint32 encoded for the hash input MUST be in Big-Endian format.
- getTopicRunningHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `ConsensusSubmitMessage`, the new running hash of the topic that received the message.<br/> <p> The inputs to the topic running hash have changed over time.<br/> This 48-byte field is the output of a SHA-384 digest with input data determined by the value of the `topicRunningHashVersion` field.<br/> All new transactions SHALL use `topicRunningHashVersion` `3`.<br/> The bytes of each uint64 or uint32 encoded for the hash input MUST be in Big-Endian format.
- getTopicRunningHash() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `ConsensusSubmitMessage`, the new running hash of the topic that received the message.<br/> <p> The inputs to the topic running hash have changed over time.<br/> This 48-byte field is the output of a SHA-384 digest with input data determined by the value of the `topicRunningHashVersion` field.<br/> All new transactions SHALL use `topicRunningHashVersion` `3`.<br/> The bytes of each uint64 or uint32 encoded for the hash input MUST be in Big-Endian format.
- getTopicRunningHashVersion() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusSubmitMessage`, the version of the SHA-384 digest inputs used to update the running hash.
- getTopicRunningHashVersion() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `ConsensusSubmitMessage`, the version of the SHA-384 digest inputs used to update the running hash.
- getTopicRunningHashVersion() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `ConsensusSubmitMessage`, the version of the SHA-384 digest inputs used to update the running hash.
- getTopicSequenceNumber() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusSubmitMessage`, the new sequence number for the topic that received the message.
- getTopicSequenceNumber() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `ConsensusSubmitMessage`, the new sequence number for the topic that received the message.
- getTopicSequenceNumber() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `ConsensusSubmitMessage`, the new sequence number for the topic that received the message.
- getTotal() - Method in class com.hedera.hashgraph.sdk.FeeEstimateResponse
-
Extract the total fee in tinycents.
- getTotal() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo.Builder
-
* The total number of chunks in the message.
- getTotal() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
-
* The total number of chunks in the message.
- getTotal() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfoOrBuilder
-
* The total number of chunks in the message.
- getTotalStakedRewardStart() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* A global snapshot of the `stake_to_reward` value for all nodes at the beginning of the current staking period.
- getTotalStakedRewardStart() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
-
* A global snapshot of the `stake_to_reward` value for all nodes at the beginning of the current staking period.
- getTotalStakedRewardStart() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkStakingRewardsOrBuilder
-
* A global snapshot of the `stake_to_reward` value for all nodes at the beginning of the current staking period.
- getTotalStakedStart() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* A global snapshot of the `stake` value for all nodes at the beginning of the current staking period.
- getTotalStakedStart() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
-
* A global snapshot of the `stake` value for all nodes at the beginning of the current staking period.
- getTotalStakedStart() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkStakingRewardsOrBuilder
-
* A global snapshot of the `stake` value for all nodes at the beginning of the current staking period.
- getTotalSupply() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A _current_ total supply of this token, expressed in the smallest unit of the token.
- getTotalSupply() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A _current_ total supply of this token, expressed in the smallest unit of the token.
- getTotalSupply() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A _current_ total supply of this token, expressed in the smallest unit of the token.
- getTotalSupply() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A _current_ total supply of this token, expressed in the smallest unit of the token.
- getTotalSupply() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A _current_ total supply of this token, expressed in the smallest unit of the token.
- getTotalSupply() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A _current_ total supply of this token, expressed in the smallest unit of the token.
- getTpsThrottles(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A list of snapshots for TPS throttles.
- getTpsThrottles(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
-
* A list of snapshots for TPS throttles.
- getTpsThrottles(int) - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotsOrBuilder
-
* A list of snapshots for TPS throttles.
- getTpsThrottlesCount() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A list of snapshots for TPS throttles.
- getTpsThrottlesCount() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
-
* A list of snapshots for TPS throttles.
- getTpsThrottlesCount() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotsOrBuilder
-
* A list of snapshots for TPS throttles.
- getTpsThrottlesList() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A list of snapshots for TPS throttles.
- getTpsThrottlesList() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
-
* A list of snapshots for TPS throttles.
- getTpsThrottlesList() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotsOrBuilder
-
* A list of snapshots for TPS throttles.
- getTpsThrottlesOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
-
* A list of snapshots for TPS throttles.
- getTpsThrottlesOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
-
* A list of snapshots for TPS throttles.
- getTraceDataRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "trace data" subtree for this block.
- getTraceDataRootHash() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A SHA2-384 hash value.<br/> This is the final hash of the "trace data" subtree for this block.
- getTraceDataRootHash() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "trace data" subtree for this block.
- getTrailingBlockHashes() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A concatenation of hash values.<br/> This field combines up to 256 trailing block hashes.
- getTrailingBlockHashes() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A concatenation of hash values.<br/> This field combines up to 256 trailing block hashes.
- getTrailingBlockHashes() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A concatenation of hash values.<br/> This field combines up to 256 trailing block hashes.
- getTrailingOutputHashes() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A concatenation of hash values.<br/> This combines several trailing output block item hashes and is used as a seed value for a pseudo-random number generator.<br/> This is also required to implement the EVM `PREVRANDAO` opcode.<br/> This MUST contain at least 256 bits of entropy.
- getTrailingOutputHashes() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A concatenation of hash values.<br/> This combines several trailing output block item hashes and is used as a seed value for a pseudo-random number generator.<br/> This is also required to implement the EVM `PREVRANDAO` opcode.<br/> This MUST contain at least 256 bits of entropy.
- getTrailingOutputHashes() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A concatenation of hash values.<br/> This combines several trailing output block item hashes and is used as a seed value for a pseudo-random number generator.<br/> This is also required to implement the EVM `PREVRANDAO` opcode.<br/> This MUST contain at least 256 bits of entropy.
- getTransaction() - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Extract the transaction to estimate fees for.
- getTransactionBandwidthByte() - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Extract the transaction bandwidth bytes.
- getTransactionBodySize() - Method in class com.hedera.hashgraph.sdk.Transaction
-
This method retrieves the transaction body size
- getTransactionBytes() - Method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody.Builder
-
Deprecated.* The serialized bytes of a `Transaction`.
- getTransactionBytes() - Method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.* The serialized bytes of a `Transaction`.
- getTransactionBytes() - Method in interface com.hedera.hashgraph.sdk.proto.UncheckedSubmitBodyOrBuilder
-
Deprecated.* The serialized bytes of a `Transaction`.
- getTransactionCase() - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction.Builder
- getTransactionCase() - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- getTransactionCase() - Method in interface com.hedera.hapi.platform.event.legacy.EventTransactionOrBuilder
- getTransactionFee() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A limit for the transaction fee the client is willing to pay.
- getTransactionFee() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* A limit for the transaction fee the client is willing to pay.
- getTransactionFee() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* A limit for the transaction fee the client is willing to pay.
- getTransactionFee() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A maximum transaction fee, in tinybar.
- getTransactionFee() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A maximum transaction fee, in tinybar.
- getTransactionFee() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A maximum transaction fee, in tinybar.
- getTransactionFee() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction fee charged.
- getTransactionFee() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A transaction fee charged.
- getTransactionFee() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A transaction fee charged.
- getTransactionFeeSchedule(int) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* Sets of fee coefficients for various transaction or query types.
- getTransactionFeeSchedule(int) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
-
* Sets of fee coefficients for various transaction or query types.
- getTransactionFeeSchedule(int) - Method in interface com.hedera.hashgraph.sdk.proto.FeeScheduleOrBuilder
-
* Sets of fee coefficients for various transaction or query types.
- getTransactionFeeScheduleCount() - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* Sets of fee coefficients for various transaction or query types.
- getTransactionFeeScheduleCount() - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
-
* Sets of fee coefficients for various transaction or query types.
- getTransactionFeeScheduleCount() - Method in interface com.hedera.hashgraph.sdk.proto.FeeScheduleOrBuilder
-
* Sets of fee coefficients for various transaction or query types.
- getTransactionFeeScheduleList() - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* Sets of fee coefficients for various transaction or query types.
- getTransactionFeeScheduleList() - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
-
* Sets of fee coefficients for various transaction or query types.
- getTransactionFeeScheduleList() - Method in interface com.hedera.hashgraph.sdk.proto.FeeScheduleOrBuilder
-
* Sets of fee coefficients for various transaction or query types.
- getTransactionFeeScheduleOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
-
* Sets of fee coefficients for various transaction or query types.
- getTransactionFeeScheduleOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
-
* Sets of fee coefficients for various transaction or query types.
- getTransactionFeeSchedules() - Method in class com.hedera.hashgraph.sdk.FeeSchedule
-
Extract the of transaction fee schedules.
- getTransactionGetFastRecord() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a record for a transaction.
- getTransactionGetFastRecord() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get a record for a transaction.
- getTransactionGetFastRecord() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get a record for a transaction.
- getTransactionGetFastRecord() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting a very recent transaction record.
- getTransactionGetFastRecord() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting a very recent transaction record.
- getTransactionGetFastRecord() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting a very recent transaction record.
- getTransactionGetReceipt() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a receipt for a transaction.<br/> This only returns a receipt if the transaction is "recent", which is typically within the previous 180 seconds (3 minutes).
- getTransactionGetReceipt() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get a receipt for a transaction.<br/> This only returns a receipt if the transaction is "recent", which is typically within the previous 180 seconds (3 minutes).
- getTransactionGetReceipt() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get a receipt for a transaction.<br/> This only returns a receipt if the transaction is "recent", which is typically within the previous 180 seconds (3 minutes).
- getTransactionGetReceipt() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the post-consensus (final) result of a transaction.
- getTransactionGetReceipt() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting the post-consensus (final) result of a transaction.
- getTransactionGetReceipt() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting the post-consensus (final) result of a transaction.
- getTransactionGetRecord() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a record for a transaction.
- getTransactionGetRecord() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get a record for a transaction.
- getTransactionGetRecord() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get a record for a transaction.
- getTransactionGetRecord() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting a transaction record; the detail changes completed in response to a transaction.
- getTransactionGetRecord() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting a transaction record; the detail changes completed in response to a transaction.
- getTransactionGetRecord() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting a transaction record; the detail changes completed in response to a transaction.
- getTransactionHash() - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
- getTransactionHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction hash value.
- getTransactionHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A transaction hash value.
- getTransactionHash() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A transaction hash value.
- getTransactionHash() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Extract a byte array of the transaction hash.
- getTransactionHashPerNode() - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
- getTransactionHashPerNode() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Extract the list of account id and hash records.
- getTransactionId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry.Builder
-
* A transaction identifier.<br/> This identifies the submitted transaction for this receipt.
- getTransactionId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
-
* A transaction identifier.<br/> This identifies the submitted transaction for this receipt.
- getTransactionId() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptEntryOrBuilder
-
* A transaction identifier.<br/> This identifies the submitted transaction for this receipt.
- getTransactionId() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Extract the transaction id.
- getTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction identifier.<br/> Each transaction is uniquely identified by its transaction identifier.
- getTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction identifier.<br/> Each transaction is uniquely identified by its transaction identifier.
- getTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction identifier.<br/> Each transaction is uniquely identified by its transaction identifier.
- getTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery.Builder
-
Deprecated.* The ID of the transaction for which the record is requested.
- getTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.* The ID of the transaction for which the record is requested.
- getTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQueryOrBuilder
-
Deprecated.* The ID of the transaction for which the record is requested.
- getTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* A transaction identifier.
- getTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
-
* A transaction identifier.
- getTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQueryOrBuilder
-
* A transaction identifier.
- getTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* A transaction identifier.
- getTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
-
* A transaction identifier.
- getTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordQueryOrBuilder
-
* A transaction identifier.
- getTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction identifier to the transaction associated to this record.
- getTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A transaction identifier to the transaction associated to this record.
- getTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A transaction identifier to the transaction associated to this record.
- getTransactionID() - Method in class com.hedera.hashgraph.sdk.Transaction.SignableNodeTransactionBodyBytes
- getTransactionIdInternal() - Method in class com.hedera.hashgraph.sdk.Executable
- getTransactionIdInternal() - Method in class com.hedera.hashgraph.sdk.Query
- getTransactionIdInternal() - Method in class com.hedera.hashgraph.sdk.Transaction
- getTransactionIdInternal() - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
-
Extract the transaction id.
- getTransactionIdInternal() - Method in class com.hedera.hashgraph.sdk.TransactionRecordQuery
-
Extract the transaction id.
- getTransactionIds(int) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* A list of transaction identifiers to query.
- getTransactionIds(int) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.* A list of transaction identifiers to query.
- getTransactionIds(int) - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQueryOrBuilder
-
Deprecated.* A list of transaction identifiers to query.
- getTransactionIdsCount() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* A list of transaction identifiers to query.
- getTransactionIdsCount() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.* A list of transaction identifiers to query.
- getTransactionIdsCount() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQueryOrBuilder
-
Deprecated.* A list of transaction identifiers to query.
- getTransactionIdsList() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* A list of transaction identifiers to query.
- getTransactionIdsList() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.* A list of transaction identifiers to query.
- getTransactionIdsList() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQueryOrBuilder
-
Deprecated.* A list of transaction identifiers to query.
- getTransactionIdsOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.* A list of transaction identifiers to query.
- getTransactionIdsOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.* A list of transaction identifiers to query.
- getTransactionList(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionList.Builder
-
repeated .proto.Transaction transaction_list = 1; - getTransactionList(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionList
-
repeated .proto.Transaction transaction_list = 1; - getTransactionList(int) - Method in interface com.hedera.hashgraph.sdk.proto.TransactionListOrBuilder
-
repeated .proto.Transaction transaction_list = 1; - getTransactionListCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionList.Builder
-
repeated .proto.Transaction transaction_list = 1; - getTransactionListCount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionList
-
repeated .proto.Transaction transaction_list = 1; - getTransactionListCount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionListOrBuilder
-
repeated .proto.Transaction transaction_list = 1; - getTransactionListList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionList.Builder
-
repeated .proto.Transaction transaction_list = 1; - getTransactionListList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionList
-
repeated .proto.Transaction transaction_list = 1; - getTransactionListList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionListOrBuilder
-
repeated .proto.Transaction transaction_list = 1; - getTransactionListOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionList
-
repeated .proto.Transaction transaction_list = 1; - getTransactionListOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionList
-
repeated .proto.Transaction transaction_list = 1; - getTransactionMemo() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Extract the memo for the transaction.
- getTransactionRamByteHour() - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Extract the of ram consumed in byte hours.
- getTransactionReceipts(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
-
Retrieve the latest receipt for a transaction that is either awaiting consensus, or reached consensus in the last 180 seconds
- getTransactionReceipts(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
-
Retrieve the latest receipt for a transaction that is either awaiting consensus, or reached consensus in the last 180 seconds
- getTransactionReceipts(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
-
Retrieve the latest receipt for a transaction that is either awaiting consensus, or reached consensus in the last 180 seconds
- getTransactionReceipts(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
-
Retrieve the latest receipt for a transaction that is either awaiting consensus, or reached consensus in the last 180 seconds
- getTransactionReceipts(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
-
Retrieve the latest receipt for a transaction that is either awaiting consensus, or reached consensus in the last 180 seconds
- getTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse.Builder
-
Deprecated.* The requested transaction records
- getTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.* The requested transaction records
- getTransactionRecord() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponseOrBuilder
-
Deprecated.* The requested transaction records
- getTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A transaction record.
- getTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
-
* A transaction record.
- getTransactionRecord() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponseOrBuilder
-
* A transaction record.
- getTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* A transaction record for the transaction.
- getTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
-
* A transaction record for the transaction.
- getTransactionRecord() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordEntryOrBuilder
-
* A transaction record for the transaction.
- getTransactions(int) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* A list of serialized transactions.
- getTransactions(int) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent
-
* A list of serialized transactions.
- getTransactions(int) - Method in interface com.hedera.hapi.platform.event.legacy.GossipEventOrBuilder
-
* A list of serialized transactions.
- getTransactions(int) - Method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody.Builder
-
* A list of signed bytes that represent the batch transactions.
- getTransactions(int) - Method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
-
* A list of signed bytes that represent the batch transactions.
- getTransactions(int) - Method in interface com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBodyOrBuilder
-
* A list of signed bytes that represent the batch transactions.
- getTransactionsCount() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* A list of serialized transactions.
- getTransactionsCount() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent
-
* A list of serialized transactions.
- getTransactionsCount() - Method in interface com.hedera.hapi.platform.event.legacy.GossipEventOrBuilder
-
* A list of serialized transactions.
- getTransactionsCount() - Method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody.Builder
-
* A list of signed bytes that represent the batch transactions.
- getTransactionsCount() - Method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
-
* A list of signed bytes that represent the batch transactions.
- getTransactionsCount() - Method in interface com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBodyOrBuilder
-
* A list of signed bytes that represent the batch transactions.
- getTransactionSize() - Method in class com.hedera.hashgraph.sdk.Transaction
-
This method retrieves the size of the transaction
- getTransactionsList() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* A list of serialized transactions.
- getTransactionsList() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent
-
* A list of serialized transactions.
- getTransactionsList() - Method in interface com.hedera.hapi.platform.event.legacy.GossipEventOrBuilder
-
* A list of serialized transactions.
- getTransactionsList() - Method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody.Builder
-
* A list of signed bytes that represent the batch transactions.
- getTransactionsList() - Method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
-
* A list of signed bytes that represent the batch transactions.
- getTransactionsList() - Method in interface com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBodyOrBuilder
-
* A list of signed bytes that represent the batch transactions.
- getTransactionStorageByteHour() - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Extract the of storage in byte hours.
- getTransactionValidDuration() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A maximum duration in which to execute this transaction.
- getTransactionValidDuration() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A maximum duration in which to execute this transaction.
- getTransactionValidDuration() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A maximum duration in which to execute this transaction.
- getTransactionValidDuration() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Extract the valid transaction duration.
- getTransactionValidStart() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* A timestamp for the transaction start time.<br/> This is the earliest expected start time for this transaction.
- getTransactionValidStart() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID
-
* A timestamp for the transaction start time.<br/> This is the earliest expected start time for this transaction.
- getTransactionValidStart() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionIDOrBuilder
-
* A timestamp for the transaction start time.<br/> This is the earliest expected start time for this transaction.
- getTransactionVerification() - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Extract the transaction verification price per signature.
- getTransferAccountId() - Method in class com.hedera.hashgraph.sdk.AccountDeleteTransaction
-
Extract the receiving account id.
- getTransferAccountId() - Method in class com.hedera.hashgraph.sdk.ContractDeleteTransaction
-
Extract the transfer account id.
- getTransferAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* An Account ID recipient.
- getTransferAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
-
* An Account ID recipient.
- getTransferAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBodyOrBuilder
-
* An Account ID recipient.
- getTransferAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody.Builder
-
* An account identifier.
- getTransferAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
-
* An account identifier.
- getTransferAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBodyOrBuilder
-
* An account identifier.
- getTransferContractId() - Method in class com.hedera.hashgraph.sdk.ContractDeleteTransaction
-
Extract the transfer contract id.
- getTransferContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* A contract ID recipient.
- getTransferContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
-
* A contract ID recipient.
- getTransferContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBodyOrBuilder
-
* A contract ID recipient.
- getTransferList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transfer list for this transaction.<br/> This is a list of all HBAR transfers completed for this transaction.
- getTransferList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A transfer list for this transaction.<br/> This is a list of all HBAR transfers completed for this transaction.
- getTransferList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A transfer list for this transaction.<br/> This is a list of all HBAR transfers completed for this transaction.
- getTransfers() - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* A list of HBAR transfers.
- getTransfers() - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
-
* A list of HBAR transfers.
- getTransfers() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBodyOrBuilder
-
* A list of HBAR transfers.
- getTransfers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of account amounts.
- getTransfers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
-
* A list of account amounts.
- getTransfers(int) - Method in interface com.hedera.hashgraph.sdk.proto.TokenTransferListOrBuilder
-
* A list of account amounts.
- getTransfersCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of account amounts.
- getTransfersCount() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
-
* A list of account amounts.
- getTransfersCount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenTransferListOrBuilder
-
* A list of account amounts.
- getTransfersList() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of account amounts.
- getTransfersList() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
-
* A list of account amounts.
- getTransfersList() - Method in interface com.hedera.hashgraph.sdk.proto.TokenTransferListOrBuilder
-
* A list of account amounts.
- getTransfersOrBuilder(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
-
* A list of account amounts.
- getTransfersOrBuilderList() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
-
* A list of account amounts.
- getTransferVolumeHbar() - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Extract the per hbar transferred.
- getTransplantInProgress() - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* Indicates whether the roster transplant is in progress.<br/> This is needed to determine if all the node creations and deletions are complete.
- getTransplantInProgress() - Method in class com.hedera.hashgraph.sdk.proto.RosterState
-
* Indicates whether the roster transplant is in progress.<br/> This is needed to determine if all the node creations and deletions are complete.
- getTransplantInProgress() - Method in interface com.hedera.hashgraph.sdk.proto.RosterStateOrBuilder
-
* Indicates whether the roster transplant is in progress.<br/> This is needed to determine if all the node creations and deletions are complete.
- getTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A treasury account identifier.
- getTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A treasury account identifier.
- getTreasury() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A treasury account identifier.
- getTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A treasury account identifier for this token.
- getTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A treasury account identifier for this token.
- getTreasury() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A treasury account identifier for this token.
- getTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new treasury account identifier.
- getTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* A new treasury account identifier.
- getTreasury() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* A new treasury account identifier.
- getTreasuryAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A treasury account identifier for this token.
- getTreasuryAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A treasury account identifier for this token.
- getTreasuryAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A treasury account identifier for this token.
- getTreasuryAccountId() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the treasury account id.
- getTreasuryAccountId() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the treasury account id.
- getTruncatedBytes(BigInteger, int) - Static method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
- getTssMessage() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody.Builder
-
* A byte array.
- getTssMessage() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
-
* A byte array.
- getTssMessage() - Method in interface com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBodyOrBuilder
-
* A byte array.
- getTssVote() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* A bit vector of message statuses.
- getTssVote() - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
-
* A bit vector of message statuses.
- getTssVote() - Method in interface com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBodyOrBuilder
-
* A bit vector of message statuses.
- getTv() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Ad valorem: "transferred value".<br/> The fee for HBAR transferred by a transaction.
- getTv() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents
-
* Ad valorem: "transferred value".<br/> The fee for HBAR transferred by a transaction.
- getTv() - Method in interface com.hedera.hashgraph.sdk.proto.FeeComponentsOrBuilder
-
* Ad valorem: "transferred value".<br/> The fee for HBAR transferred by a transaction.
- getTxRecordByContractID(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingStub
-
Deprecated.
- getTxRecordByContractID(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub
-
Deprecated.
- getTxRecordByContractID(Query) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceFutureStub
-
Deprecated.
- getTxRecordByContractID(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.AsyncService
-
Deprecated.
- getTxRecordByContractID(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceStub
-
Deprecated.
- getTxRecordByTxID(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
-
Retrieve the record of a transaction that is either awaiting consensus, or reached consensus in the last 180 seconds
- getTxRecordByTxID(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
-
Retrieve the record of a transaction that is either awaiting consensus, or reached consensus in the last 180 seconds
- getTxRecordByTxID(Query) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
-
Retrieve the record of a transaction that is either awaiting consensus, or reached consensus in the last 180 seconds
- getTxRecordByTxID(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
-
Retrieve the record of a transaction that is either awaiting consensus, or reached consensus in the last 180 seconds
- getTxRecordByTxID(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
-
Retrieve the record of a transaction that is either awaiting consensus, or reached consensus in the last 180 seconds
- getType() - Method in class com.hedera.hashgraph.sdk.FeeData
-
Extract the fee data type.
- getType() - Method in class com.hedera.hashgraph.sdk.FungibleHookCall
- getType() - Method in class com.hedera.hashgraph.sdk.NftHookCall
- getType() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The type of the EVM hook.
- getType() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* The type of the EVM hook.
- getType() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* The type of the EVM hook.
- getTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The type of the EVM hook.
- getTypeValue() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* The type of the EVM hook.
- getTypeValue() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* The type of the EVM hook.
- getUint256(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the nth returned value as a 256-bit unsigned integer.
- getUint32(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the nth returned value as a 32-bit unsigned integer.
- getUint64(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the nth returned value as a 64-bit integer.
- getUint8(int) - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Get the nth returned value as a 8-bit unsigned integer.
- getUncheckedSubmit() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unsupported system transaction.
- getUncheckedSubmit() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Unsupported system transaction.
- getUncheckedSubmit() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Unsupported system transaction.
- getUncheckedSubmitMethod() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc
- getUnclaimedStakeRewardStart() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The amount of staked HBAR from `stake_reward_start` that will have unclaimed rewards due to accounts changing their staking metadata in a way that disqualifies them for the current staking period.
- getUnclaimedStakeRewardStart() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
-
* The amount of staked HBAR from `stake_reward_start` that will have unclaimed rewards due to accounts changing their staking metadata in a way that disqualifies them for the current staking period.
- getUnclaimedStakeRewardStart() - Method in interface com.hedera.hashgraph.sdk.proto.StakingNodeInfoOrBuilder
-
* The amount of staked HBAR from `stake_reward_start` that will have unclaimed rewards due to accounts changing their staking metadata in a way that disqualifies them for the current staking period.
- getUncompressedWrapsProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* If set, the uncompressed proof of chain of trust from the ledger id to the target address book; the uncompressed version of the WRAPS proof is required to keep extending the chain of trust.
- getUncompressedWrapsProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof
-
* If set, the uncompressed proof of chain of trust from the ledger id to the target address book; the uncompressed version of the WRAPS proof is required to keep extending the chain of trust.
- getUncompressedWrapsProof() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofOrBuilder
-
* If set, the uncompressed proof of chain of trust from the ledger id to the target address book; the uncompressed version of the WRAPS proof is required to keep extending the chain of trust.
- getUnfreezeTokenAccountMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getUnpauseTokenMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getUnreservedStakingRewardBalance() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* An available, unreserved, amount in the staking reward account.<br/> This is the balance of the staking reward account `0.0.800` at the close of the staking period that just ended, after reduction for all "reserved" funds necessary to pay previously earned rewards.<br/> This value is further detailed in HIP-786.
- getUnreservedStakingRewardBalance() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* An available, unreserved, amount in the staking reward account.<br/> This is the balance of the staking reward account `0.0.800` at the close of the staking period that just ended, after reduction for all "reserved" funds necessary to pay previously earned rewards.<br/> This value is further detailed in HIP-786.
- getUnreservedStakingRewardBalance() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* An available, unreserved, amount in the staking reward account.<br/> This is the balance of the staking reward account `0.0.800` at the close of the staking period that just ended, after reduction for all "reserved" funds necessary to pay previously earned rewards.<br/> This value is further detailed in HIP-786.
- getUpdateAccountMethod() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- getUpdateCase() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.Builder
- getUpdateCase() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- getUpdateCase() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdateOrBuilder
- getUpdateContractMethod() - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- getUpdateFile() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* An upgrade file.
- getUpdateFile() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
-
* An upgrade file.
- getUpdateFile() - Method in interface com.hedera.hashgraph.sdk.proto.FreezeTransactionBodyOrBuilder
-
* An upgrade file.
- getUpdateFileHash() - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
Deprecated.Use
FreezeTransaction.getFileHash()instead. - getUpdateFileId() - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
Deprecated.Use
FreezeTransaction.getFileId()instead. - getUpdateFileMethod() - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
- getUpdateNftsMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getUpdateNodeMethod() - Static method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc
- getUpdateRegisteredNodeMethod() - Static method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc
- getUpdateTokenFeeScheduleMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getUpdateTokenMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getUpdateTopicMethod() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc
- getUsed() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot.Builder
-
* Used throttle capacity.
- getUsed() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
-
* Used throttle capacity.
- getUsed() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotOrBuilder
-
* Used throttle capacity.
- getUsedAutoAssociations() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of used auto-association slots.
- getUsedAutoAssociations() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A count of used auto-association slots.
- getUsedAutoAssociations() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A count of used auto-association slots.
- getUseSerializedTxMessageHashAlgorithm() - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction.Builder
-
* If false then the hash of this transaction is the SHA-384 hash of the serialization of this SignedTransaction message as it arrived on the wire.
- getUseSerializedTxMessageHashAlgorithm() - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
-
* If false then the hash of this transaction is the SHA-384 hash of the serialization of this SignedTransaction message as it arrived on the wire.
- getUseSerializedTxMessageHashAlgorithm() - Method in interface com.hedera.hashgraph.sdk.proto.SignedTransactionOrBuilder
-
* If false then the hash of this transaction is the SHA-384 hash of the serialization of this SignedTransaction message as it arrived on the wire.
- getUtilPrng() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Provide a deterministic pseudorandom number based on network state.
- getUtilPrng() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Provide a deterministic pseudorandom number based on network state.
- getUtilPrng() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Provide a deterministic pseudorandom number based on network state.
- getUtilPrng() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Provide a deterministic pseudorandom number based on network state.
- getUtilPrng() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Provide a deterministic pseudorandom number based on network state.
- getUtilPrng() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Provide a deterministic pseudorandom number based on network state.
- getValidateStatus() - Method in class com.hedera.hashgraph.sdk.TransactionResponse
- getValue() - Method in class com.hedera.hashgraph.sdk.EvmHookMappingEntry
-
Get the mapping value.
- getValue() - Method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookStorageSlot
-
Get the storage slot value.
- getValue() - Method in class com.hedera.hashgraph.sdk.Hbar
-
Returns the number of Hbars.
- getValue() - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- getValue() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.Builder
-
* If the mapping entry is present and non-zero, its value.
- getValue() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
-
* If the mapping entry is present and non-zero, its value.
- getValue() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookMappingEntryOrBuilder
-
* If the mapping entry is present and non-zero, its value.
- getValue() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot.Builder
-
* If the slot is present and non-zero, its value.
- getValue() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
-
* If the slot is present and non-zero, its value.
- getValue() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStorageSlotOrBuilder
-
* If the slot is present and non-zero, its value.
- getValue() - Method in class com.hedera.hashgraph.sdk.proto.InternalCallContext.Builder
-
* The value sent with the call.<br/>
- getValue() - Method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
-
* The value sent with the call.<br/>
- getValue() - Method in interface com.hedera.hashgraph.sdk.proto.InternalCallContextOrBuilder
-
* The value sent with the call.<br/>
- getValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean.Builder
-
bool value = 1; - getValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
-
bool value = 1; - getValue() - Method in interface com.hedera.hashgraph.sdk.proto.ProtoBooleanOrBuilder
-
bool value = 1; - getValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoBytes.Builder
-
bytes value = 1; - getValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
-
bytes value = 1; - getValue() - Method in interface com.hedera.hashgraph.sdk.proto.ProtoBytesOrBuilder
-
bytes value = 1; - getValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoInteger.Builder
-
int32 value = 1; - getValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
-
int32 value = 1; - getValue() - Method in interface com.hedera.hashgraph.sdk.proto.ProtoIntegerOrBuilder
-
int32 value = 1; - getValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoLong.Builder
-
int64 value = 1; - getValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoLong
-
int64 value = 1; - getValue() - Method in interface com.hedera.hashgraph.sdk.proto.ProtoLongOrBuilder
-
int64 value = 1; - getValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoString.Builder
-
string value = 1; - getValue() - Method in class com.hedera.hashgraph.sdk.proto.ProtoString
-
string value = 1; - getValue() - Method in interface com.hedera.hashgraph.sdk.proto.ProtoStringOrBuilder
-
string value = 1; - getValue() - Method in class com.hedera.hashgraph.sdk.proto.Setting.Builder
-
* A value for this setting property.
- getValue() - Method in class com.hedera.hashgraph.sdk.proto.Setting
-
* A value for this setting property.
- getValue() - Method in interface com.hedera.hashgraph.sdk.proto.SettingOrBuilder
-
* A value for this setting property.
- getValue() - Method in class com.hedera.hashgraph.sdk.proto.SlotValue.Builder
-
* The EVM value in this slot, left-padded with zeros to form a 256-bit word.
- getValue() - Method in class com.hedera.hashgraph.sdk.proto.SlotValue
-
* The EVM value in this slot, left-padded with zeros to form a 256-bit word.
- getValue() - Method in interface com.hedera.hashgraph.sdk.proto.SlotValueOrBuilder
-
* The EVM value in this slot, left-padded with zeros to form a 256-bit word.
- getValueBytes() - Method in class com.hedera.hashgraph.sdk.proto.ProtoString.Builder
-
string value = 1; - getValueBytes() - Method in class com.hedera.hashgraph.sdk.proto.ProtoString
-
string value = 1; - getValueBytes() - Method in interface com.hedera.hashgraph.sdk.proto.ProtoStringOrBuilder
-
string value = 1; - getValueBytes() - Method in class com.hedera.hashgraph.sdk.proto.Setting.Builder
-
* A value for this setting property.
- getValueBytes() - Method in class com.hedera.hashgraph.sdk.proto.Setting
-
* A value for this setting property.
- getValueBytes() - Method in interface com.hedera.hashgraph.sdk.proto.SettingOrBuilder
-
* A value for this setting property.
- getVerificationKey() - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures.Builder
-
* The hinTS key that this signature witnesses.
- getVerificationKey() - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
-
* The hinTS key that this signature witnesses.
- getVerificationKey() - Method in interface com.hedera.hashgraph.sdk.proto.AggregatedNodeSignaturesOrBuilder
-
* The hinTS key that this signature witnesses.
- getVerificationKey() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys.Builder
-
* The succinct verification key for the hinTS scheme.
- getVerificationKey() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
-
* The succinct verification key for the hinTS scheme.
- getVerificationKey() - Method in interface com.hedera.hashgraph.sdk.proto.PreprocessedKeysOrBuilder
-
* The succinct verification key for the hinTS scheme.
- getVersion() - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The event specification version.<br/> The specification described by this version SHALL encompass the format of the `GossipEvent` message, and also the format of all contained messages.<br/> This SHALL exactly match the specification version passed into the platform at construction.
- getVersion() - Method in class com.hedera.hapi.platform.event.legacy.EventCore
-
* The event specification version.<br/> The specification described by this version SHALL encompass the format of the `GossipEvent` message, and also the format of all contained messages.<br/> This SHALL exactly match the specification version passed into the platform at construction.
- getVersion() - Method in interface com.hedera.hapi.platform.event.legacy.EventCoreOrBuilder
-
* The event specification version.<br/> The specification described by this version SHALL encompass the format of the `GossipEvent` message, and also the format of all contained messages.<br/> This SHALL exactly match the specification version passed into the platform at construction.
- getVersionInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceBlockingStub
-
Retrieve the active versions of Hedera Services and API messages.
- getVersionInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceBlockingV2Stub
-
Retrieve the active versions of Hedera Services and API messages.
- getVersionInfo(Query) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceFutureStub
-
Retrieve the active versions of Hedera Services and API messages.
- getVersionInfo(Query, StreamObserver<Response>) - Method in interface com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.AsyncService
-
Retrieve the active versions of Hedera Services and API messages.
- getVersionInfo(Query, StreamObserver<Response>) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceStub
-
Retrieve the active versions of Hedera Services and API messages.
- GetVersionInfo - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get version information for the ledger.<br/> This returns a the version of the software currently running the network for both the protocol buffers and the network services (node).
- GetVersionInfo_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get version information for the ledger.<br/> This returns a the version of the software currently running the network for both the protocol buffers and the network services (node).
- getVote() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody.Builder
-
* The vote the node is casting for the aggregation of the hints in the given construction (which should be ongoing).
- getVote() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
-
* The vote the node is casting for the aggregation of the hints in the given construction (which should be ongoing).
- getVote() - Method in interface com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBodyOrBuilder
-
* The vote the node is casting for the aggregation of the hints in the given construction (which should be ongoing).
- getVote() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody.Builder
-
* The submitting node's vote on the history proof.
- getVote() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
-
* The submitting node's vote on the history proof.
- getVote() - Method in interface com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBodyOrBuilder
-
* The submitting node's vote on the history proof.
- getVoteCase() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote.Builder
- getVoteCase() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- getVoteCase() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofVoteOrBuilder
- getVoteCase() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote.Builder
- getVoteCase() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- getVoteCase() - Method in interface com.hedera.hashgraph.sdk.proto.PreprocessingVoteOrBuilder
- getVpt() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Signatures: "validations per transaction".<br/> The fee for signature verifications required by a transaction
- getVpt() - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents
-
* Signatures: "validations per transaction".<br/> The fee for signature verifications required by a transaction
- getVpt() - Method in interface com.hedera.hashgraph.sdk.proto.FeeComponentsOrBuilder
-
* Signatures: "validations per transaction".<br/> The fee for signature verifications required by a transaction
- getWaitForExpiry() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* A schedule flag to wait for expiration before executing.
- getWaitForExpiry() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* A schedule flag to wait for expiration before executing.
- getWaitForExpiry() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A flag to delay execution until expiration.
- getWaitForExpiry() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
-
* A flag to delay execution until expiration.
- getWaitForExpiry() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBodyOrBuilder
-
* A flag to delay execution until expiration.
- getWaitForExpiry() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A flag indicating this schedule will execute when it expires.
- getWaitForExpiry() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* A flag indicating this schedule will execute when it expires.
- getWaitForExpiry() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* A flag indicating this schedule will execute when it expires.
- getWaitForExpiry() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* A schedule flag to wait for expiration before executing.
- getWeight() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution.Builder
-
* The node's consensus weight when the ledger id was published.
- getWeight() - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
-
* The node's consensus weight when the ledger id was published.
- getWeight() - Method in interface com.hedera.hapi.node.tss.legacy.LedgerIdNodeContributionOrBuilder
-
* The node's consensus weight when the ledger id was published.
- getWeight() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
Deprecated.com.hedera.hapi.node.state.addressbook.Node.weight is deprecated. See node.proto;l=116
- getWeight() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
Deprecated.com.hedera.hapi.node.state.addressbook.Node.weight is deprecated. See node.proto;l=116
- getWeight() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
Deprecated.com.hedera.hapi.node.state.addressbook.Node.weight is deprecated. See node.proto;l=116
- getWeight() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A consensus weight.
- getWeight() - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry
-
* A consensus weight.
- getWeight() - Method in interface com.hedera.hashgraph.sdk.proto.RosterEntryOrBuilder
-
* A consensus weight.
- getWeight() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
Deprecated.proto.StakingNodeInfo.weight is deprecated. See staking_node_info.proto;l=133
- getWeight() - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
-
Deprecated.proto.StakingNodeInfo.weight is deprecated. See staking_node_info.proto;l=133
- getWeight() - Method in interface com.hedera.hashgraph.sdk.proto.StakingNodeInfoOrBuilder
-
Deprecated.proto.StakingNodeInfo.weight is deprecated. See staking_node_info.proto;l=133
- getWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of account wipe for this token.
- getWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access control of account wipe for this token.
- getWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for wiping tokens from accounts.
- getWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for wiping tokens from accounts.
- getWipeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for wiping tokens from accounts.
- getWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of account wipe for this token.
- getWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access control of account wipe for this token.
- getWipeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access control of account wipe for this token.
- getWipeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access control of account wipe for this token.
- getWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for wiping tokens from accounts.
- getWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for wiping tokens from accounts.
- getWipeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for wiping tokens from accounts.
- getWipeKey() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Extract the wipe key.
- getWipeKey() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Extract the wipe key.
- getWipeTokenAccountMethod() - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- getWrappedIntermediateBlockRootsLeafCount() - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody.Builder
-
* Leaf count of the wrapped previous block roots hasher.
- getWrappedIntermediateBlockRootsLeafCount() - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
-
* Leaf count of the wrapped previous block roots hasher.
- getWrappedIntermediateBlockRootsLeafCount() - Method in interface com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBodyOrBuilder
-
* Leaf count of the wrapped previous block roots hasher.
- getWrappedIntermediateBlockRootsLeafCount() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The number of leaves in the intermediate wrapped record block roots subtree.
- getWrappedIntermediateBlockRootsLeafCount() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* The number of leaves in the intermediate wrapped record block roots subtree.
- getWrappedIntermediateBlockRootsLeafCount() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* The number of leaves in the intermediate wrapped record block roots subtree.
- getWrappedIntermediatePreviousBlockRootHashes(int) - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody.Builder
-
* Intermediate hashing state for wrapped previous block roots.
- getWrappedIntermediatePreviousBlockRootHashes(int) - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
-
* Intermediate hashing state for wrapped previous block roots.
- getWrappedIntermediatePreviousBlockRootHashes(int) - Method in interface com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBodyOrBuilder
-
* Intermediate hashing state for wrapped previous block roots.
- getWrappedIntermediatePreviousBlockRootHashes(int) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The intermediate hashes, calculated for all historical wrapped record blocks, needed for subroot 2 in the block merkle tree structure.
- getWrappedIntermediatePreviousBlockRootHashes(int) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* The intermediate hashes, calculated for all historical wrapped record blocks, needed for subroot 2 in the block merkle tree structure.
- getWrappedIntermediatePreviousBlockRootHashes(int) - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* The intermediate hashes, calculated for all historical wrapped record blocks, needed for subroot 2 in the block merkle tree structure.
- getWrappedIntermediatePreviousBlockRootHashesCount() - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody.Builder
-
* Intermediate hashing state for wrapped previous block roots.
- getWrappedIntermediatePreviousBlockRootHashesCount() - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
-
* Intermediate hashing state for wrapped previous block roots.
- getWrappedIntermediatePreviousBlockRootHashesCount() - Method in interface com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBodyOrBuilder
-
* Intermediate hashing state for wrapped previous block roots.
- getWrappedIntermediatePreviousBlockRootHashesCount() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The intermediate hashes, calculated for all historical wrapped record blocks, needed for subroot 2 in the block merkle tree structure.
- getWrappedIntermediatePreviousBlockRootHashesCount() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* The intermediate hashes, calculated for all historical wrapped record blocks, needed for subroot 2 in the block merkle tree structure.
- getWrappedIntermediatePreviousBlockRootHashesCount() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* The intermediate hashes, calculated for all historical wrapped record blocks, needed for subroot 2 in the block merkle tree structure.
- getWrappedIntermediatePreviousBlockRootHashesList() - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody.Builder
-
* Intermediate hashing state for wrapped previous block roots.
- getWrappedIntermediatePreviousBlockRootHashesList() - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
-
* Intermediate hashing state for wrapped previous block roots.
- getWrappedIntermediatePreviousBlockRootHashesList() - Method in interface com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBodyOrBuilder
-
* Intermediate hashing state for wrapped previous block roots.
- getWrappedIntermediatePreviousBlockRootHashesList() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The intermediate hashes, calculated for all historical wrapped record blocks, needed for subroot 2 in the block merkle tree structure.
- getWrappedIntermediatePreviousBlockRootHashesList() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* The intermediate hashes, calculated for all historical wrapped record blocks, needed for subroot 2 in the block merkle tree structure.
- getWrappedIntermediatePreviousBlockRootHashesList() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* The intermediate hashes, calculated for all historical wrapped record blocks, needed for subroot 2 in the block merkle tree structure.
- getWrapsMessage() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* A WRAPS message from the submitting node.
- getWrapsMessage() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
-
* A WRAPS message from the submitting node.
- getWrapsMessage() - Method in interface com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBodyOrBuilder
-
* A WRAPS message from the submitting node.
- getWrapsProof() - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.Builder
-
* If known, a ZK-compressed SNARK proof proving the chain of trust from the ledger id to this hinTS verification key.
- getWrapsProof() - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
-
* If known, a ZK-compressed SNARK proof proving the chain of trust from the ledger id to this hinTS verification key.
- getWrapsProof() - Method in interface com.hedera.hashgraph.sdk.proto.ChainOfTrustProofOrBuilder
-
* If known, a ZK-compressed SNARK proof proving the chain of trust from the ledger id to this hinTS verification key.
- getWrapsRetryCount() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* The number of times the network has had to restart this construction.
- getWrapsRetryCount() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* The number of times the network has had to restart this construction.
- getWrapsRetryCount() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* The number of times the network has had to restart this construction.
- getWrapsSigningState() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If set, the state of the WRAPS signing protocol for this construction.
- getWrapsSigningState() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* If set, the state of the WRAPS signing protocol for this construction.
- getWrapsSigningState() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* If set, the state of the WRAPS signing protocol for this construction.
- GIGABAR - Enum constant in enum class com.hedera.hashgraph.sdk.HbarUnit
-
Equivalent to 1 billion hbar or 100 quadillion tinybar.
- GOSSIP_CA_CERTIFICATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Node
- GOSSIP_CA_CERTIFICATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- GOSSIP_CA_CERTIFICATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- GOSSIP_CA_CERTIFICATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RosterEntry
- GOSSIP_ENDPOINT_CANNOT_HAVE_FQDN - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Fully qualified domain name is not allowed in gossip_endpoint
- GOSSIP_ENDPOINT_CANNOT_HAVE_FQDN - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Fully qualified domain name is not allowed in gossip_endpoint
- GOSSIP_ENDPOINT_CANNOT_HAVE_FQDN_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Fully qualified domain name is not allowed in gossip_endpoint
- GOSSIP_ENDPOINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Node
- GOSSIP_ENDPOINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- GOSSIP_ENDPOINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- GOSSIP_ENDPOINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RosterEntry
- GOSSIP_ENDPOINTS_EXCEEDED_LIMIT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The number of gossip endpoints exceeds the limit
- GOSSIP_ENDPOINTS_EXCEEDED_LIMIT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The number of gossip endpoints exceeds the limit
- GOSSIP_ENDPOINTS_EXCEEDED_LIMIT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The number of gossip endpoints exceeds the limit
- GossipEvent - Class in com.hedera.hapi.platform.event.legacy
-
* An event that is sent and received via gossip
- GossipEvent.Builder - Class in com.hedera.hapi.platform.event.legacy
-
* An event that is sent and received via gossip
- GossipEventOrBuilder - Interface in com.hedera.hapi.platform.event.legacy
- GossipEventOuterClass - Class in com.hedera.hapi.platform.event.legacy
- GRACE_PERIOD_END_TIME - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HintsConstruction.PreprocessingStateCase
- GRACE_PERIOD_END_TIME - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.ProofStateCase
- GRACE_PERIOD_END_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- GRACE_PERIOD_END_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- GRACE_PERIOD_END_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- Granted - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenKycStatus
-
* The designated account is currently granted KYC status for the designated token.
- GRANTED_CRYPTO_ALLOWANCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- GRANTED_NFT_ALLOWANCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- GRANTED_TOKEN_ALLOWANCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- Granted_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenKycStatus
-
* The designated account is currently granted KYC status for the designated token.
- GrantedCryptoAllowance - Class in com.hedera.hashgraph.sdk.proto
-
* Permission granted by one account (the "funding" account) to another account (the "spender" account) that allows the spender to spend a specified amount of HBAR owned by the funding account.
- GrantedCryptoAllowance.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Permission granted by one account (the "funding" account) to another account (the "spender" account) that allows the spender to spend a specified amount of HBAR owned by the funding account.
- GrantedCryptoAllowanceOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- GrantedNftAllowance - Class in com.hedera.hashgraph.sdk.proto
-
* Permission granted by one account (the "funding" account) to another account (the "spender" account) that allows the spender to transfer all serial numbers of a specific non-fungible/unique token (NFT) collection owned by the funding account.<br/> This is a broad permission, as it does not matter how many NFTs of the specified collection the funding account owns, the spender MAY dispose of any or all of them with this allowance.<br/> Each token type (typically a collection of NFTs) SHALL require a separate allowance.<br/> Allowances for a specific serial number MUST be directly associated with that specific non-fungible/unique token, rather than the holding account.
- GrantedNftAllowance.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Permission granted by one account (the "funding" account) to another account (the "spender" account) that allows the spender to transfer all serial numbers of a specific non-fungible/unique token (NFT) collection owned by the funding account.<br/> This is a broad permission, as it does not matter how many NFTs of the specified collection the funding account owns, the spender MAY dispose of any or all of them with this allowance.<br/> Each token type (typically a collection of NFTs) SHALL require a separate allowance.<br/> Allowances for a specific serial number MUST be directly associated with that specific non-fungible/unique token, rather than the holding account.
- GrantedNftAllowanceOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- GrantedTokenAllowance - Class in com.hedera.hashgraph.sdk.proto
-
* Permission granted by one account (the "funding" account) to another account (the "spender" account) that allows the spender to spend a specified amount of a specific non-HBAR fungible token from the balance owned by the funding account.
- GrantedTokenAllowance.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Permission granted by one account (the "funding" account) to another account (the "spender" account) that allows the spender to spend a specified amount of a specific non-HBAR fungible token from the balance owned by the funding account.
- GrantedTokenAllowanceOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- grantHbarAllowance(AccountId, AccountId, Hbar) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.Grants Hbar allowance.
- grantKycToTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Assert that KYC requirements are met for a specific account with respect to a specific token.
- grantKycToTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Assert that KYC requirements are met for a specific account with respect to a specific token.
- grantKycToTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Assert that KYC requirements are met for a specific account with respect to a specific token.
- grantKycToTokenAccount(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Assert that KYC requirements are met for a specific account with respect to a specific token.
- grantKycToTokenAccount(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Assert that KYC requirements are met for a specific account with respect to a specific token.
- grantTokenAllowance(TokenId, AccountId, AccountId, long) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.Grants token allowance.
- grantTokenNftAllowance(NftId, AccountId, AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.Grants NFT allowance.
- grantTokenNftAllowanceAllSerials(TokenId, AccountId, AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.Grants allowance for all NFT serials of a token
- GRPC_CERTIFICATE_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Node
- GRPC_CERTIFICATE_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- GRPC_CERTIFICATE_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- GRPC_PROXY_ENDPOINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Node
- GRPC_PROXY_ENDPOINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- GRPC_PROXY_ENDPOINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- GRPC_WEB_PROXY_NOT_SUPPORTED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The GRPC proxy endpoint is set in the NodeCreate or NodeUpdate transaction, which the network does not support.
- GRPC_WEB_PROXY_NOT_SUPPORTED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The GRPC proxy endpoint is set in the NodeCreate or NodeUpdate transaction, which the network does not support.
- GRPC_WEB_PROXY_NOT_SUPPORTED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The GRPC proxy endpoint is set in the NodeCreate or NodeUpdate transaction, which the network does not support.
- grpcDeadline - Variable in class com.hedera.hashgraph.sdk.Executable
-
The timeout for each execution attempt
- grpcDeadline() - Method in class com.hedera.hashgraph.sdk.Executable
-
When execution is attempted, a single attempt will time out when this deadline is reached.
- GrpcRequest(Network, int, Duration) - Constructor for class com.hedera.hashgraph.sdk.Executable.GrpcRequest
H
- handleResponse(ResponseT, Status, ExecutionState, Client) - Method in class com.hedera.hashgraph.sdk.Executable.GrpcRequest
- HAPIPROTOVERSION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- HARDENED_BIT - Static variable in class com.hedera.hashgraph.sdk.utils.Bip32Utils
-
Indicates if the index is hardened
- hasAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* An account identifier.
- hasAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
-
* An account identifier.
- hasAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBodyOrBuilder
-
* An account identifier.
- hasAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* An account identifier.
- hasAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
-
* An account identifier.
- hasAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBodyOrBuilder
-
* An account identifier.
- hasAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody.Builder
-
* An account identifier.
- hasAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
-
* An account identifier.
- hasAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBodyOrBuilder
-
* An account identifier.
- hasAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody.Builder
-
* An account identifier.
- hasAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
-
* An account identifier.
- hasAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBodyOrBuilder
-
* An account identifier.
- hasAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody.Builder
-
* An account identifier.
- hasAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
-
* An account identifier.
- hasAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBodyOrBuilder
-
* An account identifier.
- hasAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody.Builder
-
* An account identifier.
- hasAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
-
* An account identifier.
- hasAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBodyOrBuilder
-
* An account identifier.
- hasAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* An account identifier.<br/> This identifies the account from which tokens will be wiped.
- hasAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
-
* An account identifier.<br/> This identifies the account from which tokens will be wiped.
- hasAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBodyOrBuilder
-
* An account identifier.<br/> This identifies the account from which tokens will be wiped.
- hasAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.Builder
-
* Details of the account.
- hasAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
-
* Details of the account.
- hasAccountDetails() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponseOrBuilder
-
* Details of the account.
- hasAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get detail metadata for an account.
- hasAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get detail metadata for an account.
- hasAccountDetails() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get detail metadata for an account.
- hasAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail information about an account.
- hasAccountDetails() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting detail information about an account.
- hasAccountDetails() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting detail information about an account.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The unique ID of this account.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* The unique ID of this account.
- hasAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* The unique ID of this account.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* A payer account identifier.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
-
* A payer account identifier.
- hasAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeLimitOrBuilder
-
* A payer account identifier.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair.Builder
-
Deprecated.* An account identifier for the associated account.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.* An account identifier for the associated account.
- hasAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.EntityIDPairOrBuilder
-
Deprecated.* An account identifier for the associated account.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery.Builder
-
* An account ID for which information is requested <p> This value SHALL identify the account to be queried.<br/> This value MUST identify a valid account.<br/> This field is REQUIRED.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
-
* An account ID for which information is requested <p> This value SHALL identify the account to be queried.<br/> This value MUST identify a valid account.<br/> This field is REQUIRED.
- hasAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsQueryOrBuilder
-
* An account ID for which information is requested <p> This value SHALL identify the account to be queried.<br/> This value MUST identify a valid account.<br/> This field is REQUIRED.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The unique ID of this account.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* The unique ID of this account.
- hasAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* The unique ID of this account.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId.Builder
-
* An account using a hook.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId
-
* An account using a hook.
- hasAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.HookEntityIdOrBuilder
-
* An account using a hook.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* An account associated via this live hash to the hashed content.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash
-
* An account associated via this live hash to the hashed content.
- hasAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.LiveHashOrBuilder
-
* An account associated via this live hash to the hashed content.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* An account identifier.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* An account identifier.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A Node account identifier.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A Node account identifier.
- hasAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A Node account identifier.
- hasAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* An account identifier.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* An account identifier.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* An account identifier.
- hasAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* An account identifier.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation.Builder
-
* An account identifier for the associated account.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
-
* An account identifier for the associated account.
- hasAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAssociationOrBuilder
-
* An account identifier for the associated account.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* An account identifier.
- hasAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation
-
* An account identifier.
- hasAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationOrBuilder
-
* An account identifier.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* An account identifier that will send or receive token(s).
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount
-
* An account identifier that will send or receive token(s).
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.AccountAmountOrBuilder
-
* An account identifier that will send or receive token(s).
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* The Account ID that is being proxy staked to
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.* The Account ID that is being proxy staked to
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.AllProxyStakersOrBuilder
-
Deprecated.* The Account ID that is being proxy staked to
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The Account ID for the account entry associated with this smart contract.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The Account ID for the account entry associated with this smart contract.
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The Account ID for the account entry associated with this smart contract.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* An account identifier.<br/> This identifies an account for which the balance is requested.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
-
* An account identifier.<br/> This identifies an account for which the balance is requested.
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQueryOrBuilder
-
* An account identifier.<br/> This identifies an account for which the balance is requested.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* An account identifier.<br/> This is the account ID queried.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
-
* An account identifier.<br/> This is the account ID queried.
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponseOrBuilder
-
* An account identifier.<br/> This is the account ID queried.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery.Builder
-
* An account identifier.<br/> This identifies the account to use when filtering the transaction record lists.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
-
* An account identifier.<br/> This identifies the account to use when filtering the transaction record lists.
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQueryOrBuilder
-
* An account identifier.<br/> This identifies the account to use when filtering the transaction record lists.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* An account identifier.<br/> This identifies the account used when filtering the transaction record lists.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
-
* An account identifier.<br/> This identifies the account used when filtering the transaction record lists.
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponseOrBuilder
-
* An account identifier.<br/> This identifies the account used when filtering the transaction record lists.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery.Builder
-
* The account ID for which information is requested
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
-
* The account ID for which information is requested
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoQueryOrBuilder
-
* The account ID for which information is requested
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* a unique identifier for this account.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* a unique identifier for this account.
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* a unique identifier for this account.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* An account ID.<br/> The network SHALL return live hash information for this account, if successful.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
-
* An account ID.<br/> The network SHALL return live hash information for this account, if successful.
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQueryOrBuilder
-
* An account ID.<br/> The network SHALL return live hash information for this account, if successful.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery.Builder
-
Deprecated.* The Account ID for which the records should be retrieved
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.* The Account ID for which the records should be retrieved
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetStakersQueryOrBuilder
-
Deprecated.* The Account ID for which the records should be retrieved
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The Account ID for the cryptocurrency account
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.* The Account ID for the cryptocurrency account
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.EntityIDOrBuilder
-
Deprecated.* The Account ID for the cryptocurrency account
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* An account identifier.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.* An account identifier.
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponseOrBuilder
-
Deprecated.* An account identifier.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ProxyStaker.Builder
-
Deprecated.* The Account ID that is proxy staking
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.* The Account ID that is proxy staking
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ProxyStakerOrBuilder
-
Deprecated.* The Account ID that is proxy staking
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* The Account for which information is requested
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
-
* The Account for which information is requested
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQueryOrBuilder
-
* The Account for which information is requested
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The current owner of the NFT
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
-
* The current owner of the NFT
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.TokenNftInfoOrBuilder
-
* The current owner of the NFT
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* An Account identifier.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID
-
* An Account identifier.
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionIDOrBuilder
-
* An Account identifier.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `CryptoCreate`, the id of the newly created account.
- hasAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `CryptoCreate`, the id of the newly created account.
- hasAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `CryptoCreate`, the id of the newly created account.
- hasAccountIDToUpdate() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* An account identifier.<br/> This identifies the account which is to be modified in this transaction.
- hasAccountIDToUpdate() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* An account identifier.<br/> This identifies the account which is to be modified in this transaction.
- hasAccountIDToUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* An account identifier.<br/> This identifies the account which is to be modified in this transaction.
- hasAccountInfo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.Builder
-
* Details of the account.
- hasAccountInfo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
-
* Details of the account.
- hasAccountInfo() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponseOrBuilder
-
* Details of the account.
- hasAccountNum() - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
-
* A whole number account number, unique within its realm and shard.
- hasAccountNum() - Method in class com.hedera.hashgraph.sdk.proto.AccountID
-
* A whole number account number, unique within its realm and shard.
- hasAccountNum() - Method in interface com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder
-
* A whole number account number, unique within its realm and shard.
- hasAccountOfLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody.Builder
-
* An account associated to a live hash.
- hasAccountOfLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
-
* An account associated to a live hash.
- hasAccountOfLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBodyOrBuilder
-
* An account associated to a live hash.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.HookCreationDetails
-
Check if this hook has an admin key.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for modification of the topic after it is created.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* Access control for modification of the topic after it is created.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* Access control for modification of the topic after it is created.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A key that MUST sign any transaction to update or delete this topic.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A key that MUST sign any transaction to update or delete this topic.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A key that MUST sign any transaction to update or delete this topic.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Updated access control for modification of the topic.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* Updated access control for modification of the topic.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* Updated access control for modification of the topic.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Access control for modification of the smart contract after it is created.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* Access control for modification of the smart contract after it is created.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* Access control for modification of the smart contract after it is created.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The key that MUST sign any transaction to update or modify this smart contract.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The key that MUST sign any transaction to update or modify this smart contract.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The key that MUST sign any transaction to update or modify this smart contract.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the key that authorizes updates to the contract.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* If set, modify the key that authorizes updates to the contract.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* If set, modify the key that authorizes updates to the contract.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) perform transactions that customize the hook.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) perform transactions that customize the hook.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) perform transactions that customize the hook.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) do transactions that customize the hook.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) do transactions that customize the hook.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.HookCreationDetailsOrBuilder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) do transactions that customize the hook.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBodyOrBuilder
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeOrBuilder
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBodyOrBuilder
-
* An administrative key controlled by the node operator.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The admin key for this schedule.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The admin key for this schedule.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A `Key` required to delete this schedule.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
-
* A `Key` required to delete this schedule.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBodyOrBuilder
-
* A `Key` required to delete this schedule.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* The key used to delete the schedule from state
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* The key used to delete the schedule from state
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* The key used to delete the schedule from state
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The admin key for this schedule.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control for general modification of this token.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access control for general modification of this token.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for token administration.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for token administration.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for token administration.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control for general modification of this token.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access control for general modification of this token.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access control for general modification of this token.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access control for general modification of this token.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for token administration.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for token administration.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for token administration.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for modification of the topic.
- hasAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* Access control for modification of the topic.
- hasAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* Access control for modification of the topic.
- hasAdoptionTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* The consensus time at which the network adopted the active hinTS key in this set.
- hasAdoptionTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
-
* The consensus time at which the network adopted the active hinTS key in this set.
- hasAdoptionTime() - Method in interface com.hedera.hashgraph.sdk.proto.HintsKeySetOrBuilder
-
* The consensus time at which the network adopted the active hinTS key in this set.
- hasAdoptionTime() - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet.Builder
-
* The consensus time when the network adopted the active proof key in this set.
- hasAdoptionTime() - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
-
* The consensus time when the network adopted the active proof key in this set.
- hasAdoptionTime() - Method in interface com.hedera.hashgraph.sdk.proto.ProofKeySetOrBuilder
-
* The consensus time when the network adopted the active proof key in this set.
- hasAggregatedNodeSignatures() - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.Builder
-
* If there is not yet a SNARK proving the chain of trust from ledger id to the hinTS verification key, an aggregation of Schnorr signatures on the concatenation of the ledger id and genesis hinTS verification key that serve as witnesses for the SNARK prover algorithm.
- hasAggregatedNodeSignatures() - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
-
* If there is not yet a SNARK proving the chain of trust from ledger id to the hinTS verification key, an aggregation of Schnorr signatures on the concatenation of the ledger id and genesis hinTS verification key that serve as witnesses for the SNARK prover algorithm.
- hasAggregatedNodeSignatures() - Method in interface com.hedera.hashgraph.sdk.proto.ChainOfTrustProofOrBuilder
-
* If there is not yet a SNARK proving the chain of trust from ledger id to the hinTS verification key, an aggregation of Schnorr signatures on the concatenation of the ledger id and genesis hinTS verification key that serve as witnesses for the SNARK prover algorithm.
- hasAlias() - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
-
* An alias value.<br/> Alias is a value used in some contexts to refer to an account when account number is not available, and may be an alias public key, or an EVM address.
- hasAlias() - Method in class com.hedera.hashgraph.sdk.proto.AccountID
-
* An alias value.<br/> Alias is a value used in some contexts to refer to an account when account number is not available, and may be an alias public key, or an EVM address.
- hasAlias() - Method in interface com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder
-
* An alias value.<br/> Alias is a value used in some contexts to refer to an account when account number is not available, and may be an alias public key, or an EVM address.
- hasApplicationTransaction() - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction.Builder
-
* An application transaction.
- hasApplicationTransaction() - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction
-
* An application transaction.
- hasApplicationTransaction() - Method in interface com.hedera.hapi.platform.event.legacy.EventTransactionOrBuilder
-
* An application transaction.
- hasApprovedForAll() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A flag indicating this allowance applies to all tokens of the specified (non-fungible/unique) type.
- hasApprovedForAll() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance
-
* A flag indicating this allowance applies to all tokens of the specified (non-fungible/unique) type.
- hasApprovedForAll() - Method in interface com.hedera.hashgraph.sdk.proto.NftAllowanceOrBuilder
-
* A flag indicating this allowance applies to all tokens of the specified (non-fungible/unique) type.
- hasAssemblyStartTime() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If the network has gathered enough proof keys to assemble the history for this construction, the cutoff time at which those keys must have been adopted to be included in the final history.
- hasAssemblyStartTime() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* If the network has gathered enough proof keys to assemble the history for this construction, the cutoff time at which those keys must have been adopted to be included in the final history.
- hasAssemblyStartTime() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* If the network has gathered enough proof keys to assemble the history for this construction, the cutoff time at which those keys must have been adopted to be included in the final history.
- hasAssociatedRegisteredNodeList() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- hasAssociatedRegisteredNodeList() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- hasAssociatedRegisteredNodeList() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- hasAtomicBatch() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for handling a set of transactions atomically.
- hasAtomicBatch() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for handling a set of transactions atomically.
- hasAtomicBatch() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for handling a set of transactions atomically.
- hasAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* The ID of the account to be charged renewal fees at the topic's expirationTime to extend the lifetime of the topic.
- hasAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* The ID of the account to be charged renewal fees at the topic's expirationTime to extend the lifetime of the topic.
- hasAutoRenewAccount() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* The ID of the account to be charged renewal fees at the topic's expirationTime to extend the lifetime of the topic.
- hasAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* An account that is designated to pay automatic renewal fees.
- hasAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* An account that is designated to pay automatic renewal fees.
- hasAutoRenewAccount() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* An account that is designated to pay automatic renewal fees.
- hasAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated ID for the account to be charged renewal fees at the topic's `expirationTime` to extend the lifetime of the topic.
- hasAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* An updated ID for the account to be charged renewal fees at the topic's `expirationTime` to extend the lifetime of the topic.
- hasAutoRenewAccount() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* An updated ID for the account to be charged renewal fees at the topic's `expirationTime` to extend the lifetime of the topic.
- hasAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- hasAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- hasAutoRenewAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- hasAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- hasAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- hasAutoRenewAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- hasAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- hasAutoRenewAccount() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- hasAutoRenewAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- hasAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An account identifier for automatic renewal.<br/> This is the identifier of another account, in the same shard and realm as this account, that has signed a transaction allowing the network to use its balance, if needed, to automatically extend this account's expiration time during automatic renewal processing.
- hasAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* An account identifier for automatic renewal.<br/> This is the identifier of another account, in the same shard and realm as this account, that has signed a transaction allowing the network to use its balance, if needed, to automatically extend this account's expiration time during automatic renewal processing.
- hasAutoRenewAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* An account identifier for automatic renewal.<br/> This is the identifier of another account, in the same shard and realm as this account, that has signed a transaction allowing the network to use its balance, if needed, to automatically extend this account's expiration time during automatic renewal processing.
- hasAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The id of an account, in the same shard and realm as this smart contract, that has signed this transaction, allowing the network to use its balance, when needed, to automatically extend this contract's expiration time.
- hasAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* The id of an account, in the same shard and realm as this smart contract, that has signed this transaction, allowing the network to use its balance, when needed, to automatically extend this contract's expiration time.
- hasAutoRenewAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* The id of an account, in the same shard and realm as this smart contract, that has signed this transaction, allowing the network to use its balance, when needed, to automatically extend this contract's expiration time.
- hasAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* An account designated to pay the renewal fee upon automatic renewal of this contract.
- hasAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* An account designated to pay the renewal fee upon automatic renewal of this contract.
- hasAutoRenewAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* An account designated to pay the renewal fee upon automatic renewal of this contract.
- hasAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the account, in the same shard and realm as this smart contract, that has agreed to allow the network to use its balance, when needed, to automatically extend this contract's expiration time.
- hasAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* If set, modify the account, in the same shard and realm as this smart contract, that has agreed to allow the network to use its balance, when needed, to automatically extend this contract's expiration time.
- hasAutoRenewAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* If set, modify the account, in the same shard and realm as this smart contract, that has agreed to allow the network to use its balance, when needed, to automatically extend this contract's expiration time.
- hasAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- hasAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- hasAutoRenewAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- hasAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The id of the account (if any) that the network will attempt to charge fees to complete auto-renewal of this topic, upon expiration.
- hasAutoRenewAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* The id of the account (if any) that the network will attempt to charge fees to complete auto-renewal of this topic, upon expiration.
- hasAutoRenewAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* The id of the account (if any) that the network will attempt to charge fees to complete auto-renewal of this topic, upon expiration.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* The initial lifetime, in seconds, for the topic.<br/> This is also the number of seconds for which the topic SHALL be automatically renewed upon expiring, if it has a valid auto-renew account.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* The initial lifetime, in seconds, for the topic.<br/> This is also the number of seconds for which the topic SHALL be automatically renewed upon expiring, if it has a valid auto-renew account.
- hasAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* The initial lifetime, in seconds, for the topic.<br/> This is also the number of seconds for which the topic SHALL be automatically renewed upon expiring, if it has a valid auto-renew account.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A duration, in seconds, to extend the `expirationTime` value when this topic is automatically renewed.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A duration, in seconds, to extend the `expirationTime` value when this topic is automatically renewed.
- hasAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A duration, in seconds, to extend the `expirationTime` value when this topic is automatically renewed.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
An updated value for the number of seconds by which the topic expiration will be automatically extended upon expiration, if it has a valid auto-renew account.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
An updated value for the number of seconds by which the topic expiration will be automatically extended upon expiration, if it has a valid auto-renew account.
- hasAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
An updated value for the number of seconds by which the topic expiration will be automatically extended upon expiration, if it has a valid auto-renew account.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The initial lifetime, in seconds, for the smart contract, and the number of seconds for which the smart contract will be automatically renewed upon expiration.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* The initial lifetime, in seconds, for the smart contract, and the number of seconds for which the smart contract will be automatically renewed upon expiration.
- hasAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* The initial lifetime, in seconds, for the smart contract, and the number of seconds for which the smart contract will be automatically renewed upon expiration.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The duration, in seconds, for which the contract lifetime will be automatically extended upon expiration, provide sufficient HBAR is available at that time to pay the renewal fee.<br/> See `auto_renew_account_id` for additional conditions.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The duration, in seconds, for which the contract lifetime will be automatically extended upon expiration, provide sufficient HBAR is available at that time to pay the renewal fee.<br/> See `auto_renew_account_id` for additional conditions.
- hasAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The duration, in seconds, for which the contract lifetime will be automatically extended upon expiration, provide sufficient HBAR is available at that time to pay the renewal fee.<br/> See `auto_renew_account_id` for additional conditions.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the duration added to expiration time by each auto-renewal to this value.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* If set, modify the duration added to expiration time by each auto-renewal to this value.
- hasAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* If set, modify the duration added to expiration time by each auto-renewal to this value.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The duration between account automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* The duration between account automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- hasAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* The duration between account automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A duration to extend this account's expiration.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* A duration to extend this account's expiration.
- hasAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* A duration to extend this account's expiration.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A duration to extend account expiration.<br/> An amount of time, in seconds, to extend the expiration date for this account when _automatically_ renewed.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* A duration to extend account expiration.<br/> An amount of time, in seconds, to extend the expiration date for this account when _automatically_ renewed.
- hasAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* A duration to extend account expiration.<br/> An amount of time, in seconds, to extend the expiration date for this account when _automatically_ renewed.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A duration to extend this account's expiration.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* A duration to extend this account's expiration.
- hasAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* A duration to extend this account's expiration.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- hasAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A duration by which the network should automatically extend this token's expiration.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A duration by which the network should automatically extend this token's expiration.
- hasAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A duration by which the network should automatically extend this token's expiration.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- hasAutoRenewPeriod() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- hasAutoRenewPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- hasBatchKey() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* The <b>public key</b> of the trusted batch assembler.
- hasBatchKey() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* The <b>public key</b> of the trusted batch assembler.
- hasBatchKey() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* The <b>public key</b> of the trusted batch assembler.
- hasBlockEndTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A block-end consensus time stamp.
- hasBlockEndTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A block-end consensus time stamp.
- hasBlockEndTime() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A block-end consensus time stamp.
- hasBlockNode() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A Block Node.<br/> A Block Node stores the block chain, provides content proof services, and delivers the block stream to other clients.
- hasBlockNode() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A Block Node.<br/> A Block Node stores the block chain, provides content proof services, and delivers the block stream to other clients.
- hasBlockNode() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A Block Node.<br/> A Block Node stores the block chain, provides content proof services, and delivers the block stream to other clients.
- hasBlockNumber() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The block number containing this transaction.
- hasBlockNumber() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* The block number containing this transaction.
- hasBlockNumber() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* The block number containing this transaction.
- hasBlockTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A consensus time for the current block.<br/> This is the consensus time of the first round in the current block, which equates to the first contained transaction's consensus time.
- hasBlockTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A consensus time for the current block.<br/> This is the consensus time of the first round in the current block, which equates to the first contained transaction's consensus time.
- hasBlockTime() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A consensus time for the current block.<br/> This is the consensus time of the first round in the current block, which equates to the first contained transaction's consensus time.
- hasBody() - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- hasBody() - Method in class com.hedera.hashgraph.sdk.proto.Transaction
-
Deprecated.
- hasBody() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionOrBuilder
-
Deprecated.proto.Transaction.body is deprecated. See transaction.proto;l=129
- hasCall() - Method in class com.hedera.hashgraph.sdk.proto.HookExecution.Builder
-
* The details of the call, including which hook id to call.
- hasCall() - Method in class com.hedera.hashgraph.sdk.proto.HookExecution
-
* The details of the call, including which hook id to call.
- hasCall() - Method in interface com.hedera.hashgraph.sdk.proto.HookExecutionOrBuilder
-
* The details of the call, including which hook id to call.
- hasCallData() - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody.Builder
-
* The `callData` for the Ethereum transaction.
- hasCallData() - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
-
* The `callData` for the Ethereum transaction.
- hasCallData() - Method in interface com.hedera.hashgraph.sdk.proto.EthereumTransactionBodyOrBuilder
-
* The `callData` for the Ethereum transaction.
- hasChainOfTrustProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof of chain of trust from the ledger id to the target history's metadata.
- hasChainOfTrustProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof
-
* The proof of chain of trust from the ledger id to the target history's metadata.
- hasChainOfTrustProof() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofOrBuilder
-
* The proof of chain of trust from the ledger id to the target history's metadata.
- hasChunkInfo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* Information for the current "chunk" in a fragmented message.
- hasChunkInfo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
-
* Information for the current "chunk" in a fragmented message.
- hasChunkInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBodyOrBuilder
-
* Information for the current "chunk" in a fragmented message.
- hasChunkInfo() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* Optional information of the current chunk in a fragmented message.
- hasChunkInfo() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
-
* Optional information of the current chunk in a fragmented message.
- hasChunkInfo() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponseOrBuilder
-
* Optional information of the current chunk in a fragmented message.
- hasCongruentNodeId() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote.Builder
-
* The id of another node that already voted for the exact proof the submitting node is voting for.
- hasCongruentNodeId() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
-
* The id of another node that already voted for the exact proof the submitting node is voting for.
- hasCongruentNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofVoteOrBuilder
-
* The id of another node that already voted for the exact proof the submitting node is voting for.
- hasCongruentNodeId() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote.Builder
-
* The id of any node that already voted for the exact keys that this node wanted to vote for.
- hasCongruentNodeId() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
-
* The id of any node that already voted for the exact keys that this node wanted to vote for.
- hasCongruentNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.PreprocessingVoteOrBuilder
-
* The id of any node that already voted for the exact keys that this node wanted to vote for.
- hasConsensusCreateTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a topic.
- hasConsensusCreateTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Create a topic.
- hasConsensusCreateTopic() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Create a topic.
- hasConsensusCreateTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a topic.
- hasConsensusCreateTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a topic.
- hasConsensusCreateTopic() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a topic.
- hasConsensusDeleteTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a topic.
- hasConsensusDeleteTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete a topic.
- hasConsensusDeleteTopic() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete a topic.
- hasConsensusDeleteTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a topic.
- hasConsensusDeleteTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete a topic.
- hasConsensusDeleteTopic() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete a topic.
- hasConsensusEndTime() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* Include messages which reached consensus before this time.
- hasConsensusEndTime() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
-
* Include messages which reached consensus before this time.
- hasConsensusEndTime() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQueryOrBuilder
-
* Include messages which reached consensus before this time.
- hasConsensusGetTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a consensus topic.
- hasConsensusGetTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get metadata for a consensus topic.
- hasConsensusGetTopicInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get metadata for a consensus topic.
- hasConsensusGetTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the current state of a topic for the Hedera Consensus Service (HCS).
- hasConsensusGetTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting the current state of a topic for the Hedera Consensus Service (HCS).
- hasConsensusGetTopicInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting the current state of a topic for the Hedera Consensus Service (HCS).
- hasConsensusStartTime() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* Include messages which reached consensus on or after this time.
- hasConsensusStartTime() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
-
* Include messages which reached consensus on or after this time.
- hasConsensusStartTime() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQueryOrBuilder
-
* Include messages which reached consensus on or after this time.
- hasConsensusSubmitMessage() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- hasConsensusSubmitMessage() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- hasConsensusSubmitMessage() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- hasConsensusSubmitMessage() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- hasConsensusSubmitMessage() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- hasConsensusSubmitMessage() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- hasConsensusTimestamp() - Method in class com.hedera.hapi.platform.event.legacy.EventConsensusData.Builder
-
* A consensus timestamp.<br/> The network's consensus agreement on a timestamp for this event.
- hasConsensusTimestamp() - Method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
-
* A consensus timestamp.<br/> The network's consensus agreement on a timestamp for this event.
- hasConsensusTimestamp() - Method in interface com.hedera.hapi.platform.event.legacy.EventConsensusDataOrBuilder
-
* A consensus timestamp.<br/> The network's consensus agreement on a timestamp for this event.
- hasConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* The time at which the transaction reached consensus
- hasConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
-
* The time at which the transaction reached consensus
- hasConsensusTimestamp() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponseOrBuilder
-
* The time at which the transaction reached consensus
- hasConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A consensus timestamp.
- hasConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A consensus timestamp.
- hasConsensusTimestamp() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A consensus timestamp.
- hasConsensusUpdateTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a topic.
- hasConsensusUpdateTopic() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Update a topic.
- hasConsensusUpdateTopic() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Update a topic.
- hasConsensusUpdateTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a topic.
- hasConsensusUpdateTopic() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update a topic.
- hasConsensusUpdateTopic() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update a topic.
- hasConsTimeOfLastHandledTxn() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- hasConsTimeOfLastHandledTxn() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* A consensus timestamp.
- hasConsTimeOfLastHandledTxn() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* A consensus timestamp.
- hasContract() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* Smart contract virtual signature (always length zero).
- hasContract() - Method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.* Smart contract virtual signature (always length zero).
- hasContract() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureOrBuilder
-
Deprecated.* Smart contract virtual signature (always length zero).
- hasContract() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* A smart contract virtual signature.
- hasContract() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair
-
* A smart contract virtual signature.
- hasContract() - Method in interface com.hedera.hashgraph.sdk.proto.SignaturePairOrBuilder
-
* A smart contract virtual signature.
- hasContractCall() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Call a function defined on a smart contract.
- hasContractCall() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Call a function defined on a smart contract.
- hasContractCall() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Call a function defined on a smart contract.
- hasContractCall() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Call a function defined on a smart contract.
- hasContractCall() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Call a function defined on a smart contract.
- hasContractCall() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Call a function defined on a smart contract.
- hasContractCallLocal() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Call a function of a smart contract.<br/> This call is executed exclusively on the node to which it is submitted, and is much less expensive than a `contractCall` transaction.
- hasContractCallLocal() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Call a function of a smart contract.<br/> This call is executed exclusively on the node to which it is submitted, and is much less expensive than a `contractCall` transaction.
- hasContractCallLocal() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Call a function of a smart contract.<br/> This call is executed exclusively on the node to which it is submitted, and is much less expensive than a `contractCall` transaction.
- hasContractCallLocal() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a _local_ call to a query function of a given smart contract, providing function parameter inputs as needed.
- hasContractCallLocal() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a _local_ call to a query function of a given smart contract, providing function parameter inputs as needed.
- hasContractCallLocal() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a _local_ call to a query function of a given smart contract, providing function parameter inputs as needed.
- hasContractCallResult() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A contract call result.<br/> A record of the value returned by the smart contract function (if it completed and didn't fail) from a `ContractCallTransaction`.
- hasContractCallResult() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A contract call result.<br/> A record of the value returned by the smart contract function (if it completed and didn't fail) from a `ContractCallTransaction`.
- hasContractCallResult() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A contract call result.<br/> A record of the value returned by the smart contract function (if it completed and didn't fail) from a `ContractCallTransaction`.
- hasContractCreateInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a smart contract.
- hasContractCreateInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Create a smart contract.
- hasContractCreateInstance() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Create a smart contract.
- hasContractCreateInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a smart contract.
- hasContractCreateInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a smart contract.
- hasContractCreateInstance() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a smart contract.
- hasContractCreateResult() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A contract creation result.<br/> A record of the value returned by the smart contract constructor (if it completed and didn't fail) from a `ContractCreateTransaction`.
- hasContractCreateResult() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A contract creation result.<br/> A record of the value returned by the smart contract constructor (if it completed and didn't fail) from a `ContractCreateTransaction`.
- hasContractCreateResult() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A contract creation result.<br/> A record of the value returned by the smart contract constructor (if it completed and didn't fail) from a `ContractCreateTransaction`.
- hasContractDeleteInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- hasContractDeleteInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete a smart contract and transfer remaining balance to a specified account.
- hasContractDeleteInstance() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- hasContractDeleteInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- hasContractDeleteInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete a smart contract and transfer remaining balance to a specified account.
- hasContractDeleteInstance() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- hasContractGetBytecode() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get runtime bytecode used by a smart contract.
- hasContractGetBytecode() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get runtime bytecode used by a smart contract.
- hasContractGetBytecode() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get runtime bytecode used by a smart contract.
- hasContractGetBytecodeResponse() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the current bytecode for a smart contract.
- hasContractGetBytecodeResponse() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting the current bytecode for a smart contract.
- hasContractGetBytecodeResponse() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting the current bytecode for a smart contract.
- hasContractGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get information about a smart contract.
- hasContractGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get information about a smart contract.
- hasContractGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get information about a smart contract.
- hasContractGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detailed information about a smart contract.
- hasContractGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting detailed information about a smart contract.
- hasContractGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting detailed information about a smart contract.
- hasContractGetRecords() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- hasContractGetRecords() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
Deprecated.
- hasContractGetRecords() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
Deprecated.proto.Query.ContractGetRecords is deprecated. See query.proto;l=105
- hasContractGetRecordsResponse() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting records of all transactions against the given contract in the last 25 hours.
- hasContractGetRecordsResponse() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting records of all transactions against the given contract in the last 25 hours.
- hasContractGetRecordsResponse() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting records of all transactions against the given contract in the last 25 hours.
- hasContractId() - Method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo.Builder
-
* A contract identifier.<br/> This refers to the contract that holds this nonce value.
- hasContractId() - Method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
-
* A contract identifier.<br/> This refers to the contract that holds this nonce value.
- hasContractId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractNonceInfoOrBuilder
-
* A contract identifier.<br/> This refers to the contract that holds this nonce value.
- hasContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec.Builder
-
* The id of a contract that implements the extension point API with EVM bytecode.
- hasContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
-
* The id of a contract that implements the extension point API with EVM bytecode.
- hasContractId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookSpecOrBuilder
-
* The id of a contract that implements the extension point API with EVM bytecode.
- hasContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* The Hedera id of the contract receiving the call.<br/>
- hasContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* The Hedera id of the contract receiving the call.<br/>
- hasContractId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* The Hedera id of the contract receiving the call.<br/>
- hasContractId() - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId.Builder
-
* A contract using a hook.
- hasContractId() - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId
-
* A contract using a hook.
- hasContractId() - Method in interface com.hedera.hashgraph.sdk.proto.HookEntityIdOrBuilder
-
* A contract using a hook.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The ID of a smart contract to call.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
-
* The ID of a smart contract to call.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallLocalQueryOrBuilder
-
* The ID of a smart contract to call.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* The ID of a smart contract to call.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
-
* The ID of a smart contract to call.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallTransactionBodyOrBuilder
-
* The ID of a smart contract to call.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* The id of the contract to be deleted.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
-
* The id of the contract to be deleted.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBodyOrBuilder
-
* The id of the contract to be deleted.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A contract identifier.<br/> This identifies the smart contract that defines the function called.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* A contract identifier.<br/> This identifies the smart contract that defines the function called.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* A contract identifier.<br/> This identifies the smart contract that defines the function called.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery.Builder
-
* A smart contract ID.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
-
* A smart contract ID.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQueryOrBuilder
-
* A smart contract ID.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery.Builder
-
* A smart contract ID.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
-
* A smart contract ID.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoQueryOrBuilder
-
* A smart contract ID.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The ID of the smart contract requested in the query.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The ID of the smart contract requested in the query.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The ID of the smart contract requested in the query.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery.Builder
-
Deprecated.* A smart contract ID.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.* A smart contract ID.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetRecordsQueryOrBuilder
-
Deprecated.* A smart contract ID.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A smart contract that this response describes.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.* A smart contract that this response describes.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponseOrBuilder
-
Deprecated.* A smart contract that this response describes.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A contract identifier.<br/> This refers to the contract that generated this log entry.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
-
* A contract identifier.<br/> This refers to the contract that generated this log entry.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractLoginfoOrBuilder
-
* A contract identifier.<br/> This refers to the contract that generated this log entry.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The contact ID that identifies the smart contract to be updated.<br/> This field MUST be set, and MUST NOT be a default ID (`0.0.0`).
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* The contact ID that identifies the smart contract to be updated.<br/> This field MUST be set, and MUST NOT be a default ID (`0.0.0`).
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* The contact ID that identifies the smart contract to be updated.<br/> This field MUST be set, and MUST NOT be a default ID (`0.0.0`).
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* A smart contract identifier.<br/> This identifies a smart contract for which the balance is requested.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
-
* A smart contract identifier.<br/> This identifies a smart contract for which the balance is requested.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQueryOrBuilder
-
* A smart contract identifier.<br/> This identifies a smart contract for which the balance is requested.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The smart contract ID that identifies instance
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.* The smart contract ID that identifies instance
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.EntityIDOrBuilder
-
Deprecated.* The smart contract ID that identifies instance
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* A contract identifier.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.* A contract identifier.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponseOrBuilder
-
Deprecated.* A contract identifier.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A smart contract instance that is authorized implicitly.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
* A smart contract instance that is authorized implicitly.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
* A smart contract instance that is authorized implicitly.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.SlotKey.Builder
-
* The Contract ID of the contract that owns (and pays for) this slot.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.SlotKey
-
* The Contract ID of the contract that owns (and pays for) this slot.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.SlotKeyOrBuilder
-
* The Contract ID of the contract that owns (and pays for) this slot.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A contract identifier.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
-
* A contract identifier.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBodyOrBuilder
-
* A contract identifier.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.Builder
-
* A contract identifier.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
-
* A contract identifier.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBodyOrBuilder
-
* A contract identifier.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ContractCreate`, the id of the newly created contract.
- hasContractID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `ContractCreate`, the id of the newly created contract.
- hasContractID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `ContractCreate`, the id of the newly created contract.
- hasContractInfo() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.Builder
-
* The information, as requested, for a smart contract.
- hasContractInfo() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
-
* The information, as requested, for a smart contract.
- hasContractInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponseOrBuilder
-
* The information, as requested, for a smart contract.
- hasContractNum() - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
-
* A whole number contract identifier, unique within its realm and shard.
- hasContractNum() - Method in class com.hedera.hashgraph.sdk.proto.ContractID
-
* A whole number contract identifier, unique within its realm and shard.
- hasContractNum() - Method in interface com.hedera.hashgraph.sdk.proto.ContractIDOrBuilder
-
* A whole number contract identifier, unique within its realm and shard.
- hasContractUpdateInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a smart contract.
- hasContractUpdateInstance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Update a smart contract.
- hasContractUpdateInstance() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Update a smart contract.
- hasContractUpdateInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a smart contract.
- hasContractUpdateInstance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update a smart contract.
- hasContractUpdateInstance() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update a smart contract.
- hasContributionEndTime() - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The time at which the network should stop waiting for the node's contributions and move on to the next node in the round-robin fashion.
- hasContributionEndTime() - Method in class com.hedera.hashgraph.sdk.proto.CRSState
-
* The time at which the network should stop waiting for the node's contributions and move on to the next node in the round-robin fashion.
- hasContributionEndTime() - Method in interface com.hedera.hashgraph.sdk.proto.CRSStateOrBuilder
-
* The time at which the network should stop waiting for the node's contributions and move on to the next node in the round-robin fashion.
- hasCreation() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* Creation details for a new hook.
- hasCreation() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
-
* Creation details for a new hook.
- hasCreation() - Method in interface com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBodyOrBuilder
-
* Creation details for a new hook.
- hasCreationSoftwareVersion() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A version describing the version of application software.
- hasCreationSoftwareVersion() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* A version describing the version of application software.
- hasCreationSoftwareVersion() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* A version describing the version of application software.
- hasCreationTime() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The effective consensus timestamp at which the NFT was minted
- hasCreationTime() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
-
* The effective consensus timestamp at which the NFT was minted
- hasCreationTime() - Method in interface com.hedera.hashgraph.sdk.proto.TokenNftInfoOrBuilder
-
* The effective consensus timestamp at which the NFT was minted
- hasCreatorAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An account identifier.
- hasCreatorAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* An account identifier.
- hasCreatorAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* An account identifier.
- hasCrsPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for broadcasting a node's crs publication
- hasCrsPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for broadcasting a node's crs publication
- hasCrsPublication() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for broadcasting a node's crs publication
- hasCryptoAddLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.
- hasCryptoAddLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
Deprecated.
- hasCryptoAddLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
Deprecated.proto.TransactionBody.cryptoAddLiveHash is deprecated. See transaction.proto;l=276
- hasCryptoApproveAllowance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- hasCryptoApproveAllowance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- hasCryptoApproveAllowance() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- hasCryptoApproveAllowance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- hasCryptoApproveAllowance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- hasCryptoApproveAllowance() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- hasCryptoCreateAccount() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new Hedera account.
- hasCryptoCreateAccount() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Create a new Hedera account.
- hasCryptoCreateAccount() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Create a new Hedera account.
- hasCryptoCreateAccount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new Hedera account.
- hasCryptoCreateAccount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a new Hedera account.
- hasCryptoCreateAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a new Hedera account.
- hasCryptoDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- hasCryptoDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- hasCryptoDelete() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- hasCryptoDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- hasCryptoDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- hasCryptoDelete() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- hasCryptoDeleteAllowance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- hasCryptoDeleteAllowance() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- hasCryptoDeleteAllowance() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- hasCryptoDeleteAllowance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- hasCryptoDeleteAllowance() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- hasCryptoDeleteAllowance() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- hasCryptoDeleteLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.
- hasCryptoDeleteLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
Deprecated.
- hasCryptoDeleteLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
Deprecated.proto.TransactionBody.cryptoDeleteLiveHash is deprecated. See transaction.proto;l=294
- hasCryptogetAccountBalance() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the current HBAR balance of an Hedera account or smart contract.
- hasCryptogetAccountBalance() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get the current HBAR balance of an Hedera account or smart contract.
- hasCryptogetAccountBalance() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get the current HBAR balance of an Hedera account or smart contract.
- hasCryptogetAccountBalance() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the HBAR balance of an account or contract.
- hasCryptogetAccountBalance() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting the HBAR balance of an account or contract.
- hasCryptogetAccountBalance() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting the HBAR balance of an account or contract.
- hasCryptoGetAccountRecords() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get records of all "recent" transactions for which a specified account is the effective payer.
- hasCryptoGetAccountRecords() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get records of all "recent" transactions for which a specified account is the effective payer.
- hasCryptoGetAccountRecords() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get records of all "recent" transactions for which a specified account is the effective payer.
- hasCryptoGetAccountRecords() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting records of all "recent" transactions for which the specified account is the effective payer.
- hasCryptoGetAccountRecords() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting records of all "recent" transactions for which the specified account is the effective payer.
- hasCryptoGetAccountRecords() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting records of all "recent" transactions for which the specified account is the effective payer.
- hasCryptoGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get information about an account, including the balance.<br/> This does not get the list of account records.
- hasCryptoGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get information about an account, including the balance.<br/> This does not get the list of account records.
- hasCryptoGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get information about an account, including the balance.<br/> This does not get the list of account records.
- hasCryptoGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting information for an account.<br/> This query includes balance, but not allowances or token relationships.
- hasCryptoGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting information for an account.<br/> This query includes balance, but not allowances or token relationships.
- hasCryptoGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting information for an account.<br/> This query includes balance, but not allowances or token relationships.
- hasCryptoGetLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- hasCryptoGetLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
Deprecated.
- hasCryptoGetLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
Deprecated.proto.Query.cryptoGetLiveHash is deprecated. See query.proto;l=130
- hasCryptoGetLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a specific live hash associated to a specific account.
- hasCryptoGetLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting detail for a specific live hash associated to a specific account.
- hasCryptoGetLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting detail for a specific live hash associated to a specific account.
- hasCryptoGetProxyStakers() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- hasCryptoGetProxyStakers() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
Deprecated.
- hasCryptoGetProxyStakers() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
Deprecated.proto.Query.cryptoGetProxyStakers is deprecated. See query.proto;l=138
- hasCryptoGetProxyStakers() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting all the accounts that are proxy staking to this account.
- hasCryptoGetProxyStakers() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting all the accounts that are proxy staking to this account.
- hasCryptoGetProxyStakers() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting all the accounts that are proxy staking to this account.
- hasCryptoTransfer() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Transfer HBAR between accounts.
- hasCryptoTransfer() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Transfer HBAR between accounts.
- hasCryptoTransfer() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Transfer HBAR between accounts.
- hasCryptoTransfer() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Transfer HBAR between accounts.
- hasCryptoTransfer() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Transfer HBAR between accounts.
- hasCryptoTransfer() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Transfer HBAR between accounts.
- hasCryptoUpdateAccount() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Modify an Hedera account.
- hasCryptoUpdateAccount() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Modify an Hedera account.
- hasCryptoUpdateAccount() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Modify an Hedera account.
- hasCryptoUpdateAccount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Modify an Hedera account.
- hasCryptoUpdateAccount() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Modify an Hedera account.
- hasCryptoUpdateAccount() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Modify an Hedera account.
- hasCurrentFeeSchedule() - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule.Builder
-
* A current, unexpired, fee schedule.
- hasCurrentFeeSchedule() - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
-
* A current, unexpired, fee schedule.
- hasCurrentFeeSchedule() - Method in interface com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeScheduleOrBuilder
-
* A current, unexpired, fee schedule.
- hasCurrentRate() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet.Builder
-
* A current exchange rate.
- hasCurrentRate() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
-
* A current exchange rate.
- hasCurrentRate() - Method in interface com.hedera.hashgraph.sdk.proto.ExchangeRateSetOrBuilder
-
* A current exchange rate.
- hasCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- hasCustomFees() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- hasCustomFees() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- hasDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* A flag indicating if staking rewards are declined.<br/> If set, modify the flag indicating if this contract declines to accept rewards for staking its HBAR to secure the network.
- hasDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* A flag indicating if staking rewards are declined.<br/> If set, modify the flag indicating if this contract declines to accept rewards for staking its HBAR to secure the network.
- hasDeclineReward() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* A flag indicating if staking rewards are declined.<br/> If set, modify the flag indicating if this contract declines to accept rewards for staking its HBAR to secure the network.
- hasDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- hasDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- hasDeclineReward() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- hasDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A boolean indicating that this node has chosen to decline node rewards distributed at the end of staking period.
- hasDeclineReward() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A boolean indicating that this node has chosen to decline node rewards distributed at the end of staking period.
- hasDeclineReward() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A boolean indicating that this node has chosen to decline node rewards distributed at the end of staking period.
- hasDelegatableContractId() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A smart contract that, if the recipient of the active message frame, SHALL be imputed authorization.<br/> Setting this key type is a more permissive version of setting a contractID key.
- hasDelegatableContractId() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
* A smart contract that, if the recipient of the active message frame, SHALL be imputed authorization.<br/> Setting this key type is a more permissive version of setting a contractID key.
- hasDelegatableContractId() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
* A smart contract that, if the recipient of the active message frame, SHALL be imputed authorization.<br/> Setting this key type is a more permissive version of setting a contractID key.
- hasDelegatingSpender() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A spender-owner account identifier.<br/> This account identifier identifies a `spender` for whom an existing `approved_for_all` allowance was previously created.
- hasDelegatingSpender() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance
-
* A spender-owner account identifier.<br/> This account identifier identifies a `spender` for whom an existing `approved_for_all` allowance was previously created.
- hasDelegatingSpender() - Method in interface com.hedera.hashgraph.sdk.proto.NftAllowanceOrBuilder
-
* A spender-owner account identifier.<br/> This account identifier identifies a `spender` for whom an existing `approved_for_all` allowance was previously created.
- hasDeleteAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody.Builder
-
* An account identifier.
- hasDeleteAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
-
* An account identifier.
- hasDeleteAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBodyOrBuilder
-
* An account identifier.
- hasDeletionTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A deletion timestamp.
- hasDeletionTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* A deletion timestamp.
- hasDeletionTime() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* A deletion timestamp.
- hasDenominatingTokenId() - Method in class com.hedera.hashgraph.sdk.proto.FixedFee.Builder
-
* The token type used to pay the assessed fee.
- hasDenominatingTokenId() - Method in class com.hedera.hashgraph.sdk.proto.FixedFee
-
* The token type used to pay the assessed fee.
- hasDenominatingTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.FixedFeeOrBuilder
-
* The token type used to pay the assessed fee.
- hasDescription() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A short description of the node.
- hasDescription() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A short description of the node.
- hasDescription() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A short description of the node.
- hasDescription() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A short description of the node.
- hasDescription() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
-
* A short description of the node.
- hasDescription() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBodyOrBuilder
-
* A short description of the node.
- hasDetails() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* The creation details.
- hasDetails() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation
-
* The creation details.
- hasDetails() - Method in interface com.hedera.hashgraph.sdk.proto.HookCreationOrBuilder
-
* The creation details.
- hasDomainName() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A node domain name.
- hasDomainName() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A node domain name.
- hasDomainName() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A node domain name.
- hasDuration() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A duration describing how long this Live Hash SHALL remain valid.<br/> A Live Hash SHOULD NOT be relied upon after this duration has elapsed.
- hasDuration() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash
-
* A duration describing how long this Live Hash SHALL remain valid.<br/> A Live Hash SHOULD NOT be relied upon after this duration has elapsed.
- hasDuration() - Method in interface com.hedera.hashgraph.sdk.proto.LiveHashOrBuilder
-
* A duration describing how long this Live Hash SHALL remain valid.<br/> A Live Hash SHOULD NOT be relied upon after this duration has elapsed.
- hasECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
Deprecated.proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074
- hasECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
Deprecated.proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074
- hasECDSA384() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
Deprecated.proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074
- hasECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* ECDSA p-384 signature bytes.
- hasECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.* ECDSA p-384 signature bytes.
- hasECDSA384() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureOrBuilder
-
Deprecated.* ECDSA p-384 signature bytes.
- hasECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
Deprecated.proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310
- hasECDSA384() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair
-
Deprecated.proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310
- hasECDSA384() - Method in interface com.hedera.hashgraph.sdk.proto.SignaturePairOrBuilder
-
Deprecated.proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310
- hasECDSASecp256K1() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A set of compressed ECDSA(secp256k1) public key bytes.<br/> This is an EVM compatibility format.
- hasECDSASecp256K1() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
* A set of compressed ECDSA(secp256k1) public key bytes.<br/> This is an EVM compatibility format.
- hasECDSASecp256K1() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
* A set of compressed ECDSA(secp256k1) public key bytes.<br/> This is an EVM compatibility format.
- hasECDSASecp256K1() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* An ECDSA(secp256k1) signature.
- hasECDSASecp256K1() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair
-
* An ECDSA(secp256k1) signature.
- hasECDSASecp256K1() - Method in interface com.hedera.hashgraph.sdk.proto.SignaturePairOrBuilder
-
* An ECDSA(secp256k1) signature.
- hasEd25519() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* An array of Ed25519 public key bytes.
- hasEd25519() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
* An array of Ed25519 public key bytes.
- hasEd25519() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
* An array of Ed25519 public key bytes.
- hasEd25519() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* Ed25519 signature bytes.
- hasEd25519() - Method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.* Ed25519 signature bytes.
- hasEd25519() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureOrBuilder
-
Deprecated.* Ed25519 signature bytes.
- hasEd25519() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* An Ed25519 signature.
- hasEd25519() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair
-
* An Ed25519 signature.
- hasEd25519() - Method in interface com.hedera.hashgraph.sdk.proto.SignaturePairOrBuilder
-
* An Ed25519 signature.
- hasEndOfStakingPeriod() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A timestamp indicating the end of the staking period.
- hasEndOfStakingPeriod() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A timestamp indicating the end of the staking period.
- hasEndOfStakingPeriod() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A timestamp indicating the end of the staking period.
- hasEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* The id of the hook's entity.
- hasEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation
-
* The id of the hook's entity.
- hasEntityId() - Method in interface com.hedera.hashgraph.sdk.proto.HookCreationOrBuilder
-
* The id of the hook's entity.
- hasEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookId.Builder
-
* The hook's creating entity id.
- hasEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookId
-
* The hook's creating entity id.
- hasEntityId() - Method in interface com.hedera.hashgraph.sdk.proto.HookIdOrBuilder
-
* The hook's creating entity id.
- hasEthereumTransaction() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Perform an Ethereum encoded transaction.
- hasEthereumTransaction() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Perform an Ethereum encoded transaction.
- hasEthereumTransaction() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Perform an Ethereum encoded transaction.
- hasEventCore() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* The core event data
- hasEventCore() - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent
-
* The core event data
- hasEventCore() - Method in interface com.hedera.hapi.platform.event.legacy.GossipEventOrBuilder
-
* The core event data
- hasEvmAddress() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A created contract address.<br/> If the function created a new contract (e.g.
- hasEvmAddress() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* A created contract address.<br/> If the function created a new contract (e.g.
- hasEvmAddress() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* A created contract address.<br/> If the function created a new contract (e.g.
- hasEvmAddress() - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
-
* A 20-byte EVM address of the contract to call.
- hasEvmAddress() - Method in class com.hedera.hashgraph.sdk.proto.ContractID
-
* A 20-byte EVM address of the contract to call.
- hasEvmAddress() - Method in interface com.hedera.hashgraph.sdk.proto.ContractIDOrBuilder
-
* A 20-byte EVM address of the contract to call.
- hasEvmHook() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* A general-purpose hook programmed in EVM bytecode that may access state or interact with external contracts.
- hasEvmHook() - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
-
* A general-purpose hook programmed in EVM bytecode that may access state or interact with external contracts.
- hasEvmHook() - Method in interface com.hedera.hashgraph.sdk.proto.HookCreationDetailsOrBuilder
-
* A general-purpose hook programmed in EVM bytecode that may access state or interact with external contracts.
- hasEvmHookCall() - Method in class com.hedera.hashgraph.sdk.proto.HookCall.Builder
-
* Specification of how to call an EVM hook.
- hasEvmHookCall() - Method in class com.hedera.hashgraph.sdk.proto.HookCall
-
* Specification of how to call an EVM hook.
- hasEvmHookCall() - Method in interface com.hedera.hashgraph.sdk.proto.HookCallOrBuilder
-
* Specification of how to call an EVM hook.
- hasEvmOpsDurationThrottle() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A single snapshot for evm ops duration throttle.
- hasEvmOpsDurationThrottle() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
-
* A single snapshot for evm ops duration throttle.
- hasEvmOpsDurationThrottle() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotsOrBuilder
-
* A single snapshot for evm ops duration throttle.
- hasExchangeRate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The exchange rates in effect when the transaction reached consensus.
- hasExchangeRate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* The exchange rates in effect when the transaction reached consensus.
- hasExchangeRate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* The exchange rates in effect when the transaction reached consensus.
- hasExchangeValueFraction() - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee.Builder
-
* The fraction of fungible value exchanged for an NFT to collect as royalty.
- hasExchangeValueFraction() - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
-
* The fraction of fungible value exchanged for an NFT to collect as royalty.
- hasExchangeValueFraction() - Method in interface com.hedera.hashgraph.sdk.proto.RoyaltyFeeOrBuilder
-
* The fraction of fungible value exchanged for an NFT to collect as royalty.
- hasExecutedHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* If set, the id of the executed hook.
- hasExecutedHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* If set, the id of the executed hook.
- hasExecutedHookId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* If set, the id of the executed hook.
- hasExecution() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* Execution details of an existing hook.
- hasExecution() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
-
* Execution details of an existing hook.
- hasExecution() - Method in interface com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBodyOrBuilder
-
* Execution details of an existing hook.
- hasExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An execution timestamp.
- hasExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* An execution timestamp.
- hasExecutionTime() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* An execution timestamp.
- hasExpectedDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* An expected decimal precision.<br/> This is the number of decimals a fungible/common token type is _expected_ to have.
- hasExpectedDecimals() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
-
* An expected decimal precision.<br/> This is the number of decimals a fungible/common token type is _expected_ to have.
- hasExpectedDecimals() - Method in interface com.hedera.hashgraph.sdk.proto.TokenTransferListOrBuilder
-
* An expected decimal precision.<br/> This is the number of decimals a fungible/common token type is _expected_ to have.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* An expiration time for this topic, in seconds since the epoch.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* An expiration time for this topic, in seconds since the epoch.
- hasExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* An expiration time for this topic, in seconds since the epoch.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated expiration time for this topic, in seconds since the epoch.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* An updated expiration time for this topic, in seconds since the epoch.
- hasExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* An updated expiration time for this topic, in seconds since the epoch.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The point in time at which this contract will expire.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* The point in time at which this contract will expire.
- hasExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* The point in time at which this contract will expire.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the time at which this contract will expire.<br/> An expired contract requires a rent payment to "renew" the contract.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* If set, modify the time at which this contract will expire.<br/> An expired contract requires a rent payment to "renew" the contract.
- hasExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* If set, modify the time at which this contract will expire.<br/> An expired contract requires a rent payment to "renew" the contract.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The current expiration time for this account.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* The current expiration time for this account.
- hasExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* The current expiration time for this account.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A new account expiration time, in seconds since the epoch.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* A new account expiration time, in seconds since the epoch.
- hasExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* A new account expiration time, in seconds since the epoch.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate.Builder
-
* Expiration time stamp for this exchange rate.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
-
* Expiration time stamp for this exchange rate.
- hasExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.ExchangeRateOrBuilder
-
* Expiration time stamp for this exchange rate.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* An expiration timestamp.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
-
* An expiration timestamp.
- hasExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.FileCreateTransactionBodyOrBuilder
-
* An expiration timestamp.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* An expiration timestamp.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
-
* An expiration timestamp.
- hasExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfoOrBuilder
-
* An expiration timestamp.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* An expiration timestamp.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
-
* An expiration timestamp.
- hasExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBodyOrBuilder
-
* An expiration timestamp.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The current expiration time for this account.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* The current expiration time for this account.
- hasExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* The current expiration time for this account.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* An expiration time.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
-
* An expiration time.
- hasExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBodyOrBuilder
-
* An expiration time.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An expiration timestamp.<br/> This represents the time at which the schedule will expire.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* An expiration timestamp.<br/> This represents the time at which the schedule will expire.
- hasExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* An expiration timestamp.<br/> This represents the time at which the schedule will expire.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A timestamp indicating when the file will be removed from state.
- hasExpirationTime() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
-
* A timestamp indicating when the file will be removed from state.
- hasExpirationTime() - Method in interface com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBodyOrBuilder
-
* A timestamp indicating when the file will be removed from state.
- hasExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An expiration timestamp.
- hasExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An expiration timestamp.
- hasExpiry() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An expiration timestamp.
- hasExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* An expiration time for this token, in seconds since the epoch.
- hasExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* An expiration time for this token, in seconds since the epoch.
- hasExpiry() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* An expiration time for this token, in seconds since the epoch.
- hasExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An expiration timestamp.
- hasExpiry() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An expiration timestamp.
- hasExpiry() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An expiration timestamp.
- hasExpiryTime() - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* A time, in seconds since the `epoch`, when this fee schedule will expire.
- hasExpiryTime() - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
-
* A time, in seconds since the `epoch`, when this fee schedule will expire.
- hasExpiryTime() - Method in interface com.hedera.hashgraph.sdk.proto.FeeScheduleOrBuilder
-
* A time, in seconds since the `epoch`, when this fee schedule will expire.
- hasExplicitKey() - Method in class com.hedera.hashgraph.sdk.EvmHookMappingEntry
-
Check if this entry uses an explicit key.
- hasFailureReason() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If set, the reason the construction failed.
- hasFailureReason() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* If set, the reason the construction failed.
- hasFailureReason() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* If set, the reason the construction failed.
- hasFallbackFee() - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee.Builder
-
* A fixed fee to assess if no fungible value is known to be traded for the NFT.
- hasFallbackFee() - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
-
* A fixed fee to assess if no fungible value is known to be traded for the NFT.
- hasFallbackFee() - Method in interface com.hedera.hashgraph.sdk.proto.RoyaltyFeeOrBuilder
-
* A fixed fee to assess if no fungible value is known to be traded for the NFT.
- hasFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that received the fee assessed.
- hasFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
-
* An account that received the fee assessed.
- hasFeeCollectorAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.AssessedCustomFeeOrBuilder
-
* An account that received the fee assessed.
- hasFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* The account to receive the custom fee.
- hasFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee
-
* The account to receive the custom fee.
- hasFeeCollectorAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeOrBuilder
-
* The account to receive the custom fee.
- hasFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee.Builder
-
* A collection account identifier.
- hasFeeCollectorAccountId() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
-
* A collection account identifier.
- hasFeeCollectorAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.FixedCustomFeeOrBuilder
-
* A collection account identifier.
- hasFeeData() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
Deprecated.
- hasFeeData() - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
-
Deprecated.
- hasFeeData() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionFeeScheduleOrBuilder
-
Deprecated.proto.TransactionFeeSchedule.feeData is deprecated. See basic_types.proto;l=1987
- hasFeeExemptKeyList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* A set of keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- hasFeeExemptKeyList() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* A set of keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- hasFeeExemptKeyList() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* A set of keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for update or delete of custom fees.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* Access control for update or delete of custom fees.
- hasFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* Access control for update or delete of custom fees.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* Access control for update/delete of custom fees.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* Access control for update/delete of custom fees.
- hasFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* Access control for update/delete of custom fees.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Access control for update/delete of custom fees.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* Access control for update/delete of custom fees.
- hasFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* Access control for update/delete of custom fees.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of the `custom_fees` field for this token.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access control of the `custom_fees` field for this token.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing the token custom fee schedule.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for managing the token custom fee schedule.
- hasFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for managing the token custom fee schedule.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of the `custom_fees` field for this token.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access control of the `custom_fees` field for this token.
- hasFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access control of the `custom_fees` field for this token.
- hasFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access control of the `custom_fees` field for this token.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing the token custom fee schedule.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for managing the token custom fee schedule.
- hasFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for managing the token custom fee schedule.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for update/delete of custom fees.
- hasFeeScheduleKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* Access control for update/delete of custom fees.
- hasFeeScheduleKey() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* Access control for update/delete of custom fees.
- hasFileAppend() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Append data to the end of a file.
- hasFileAppend() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Append data to the end of a file.
- hasFileAppend() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Append data to the end of a file.
- hasFileAppend() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Append data to the end of a file.
- hasFileAppend() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Append data to the end of a file.
- hasFileAppend() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Append data to the end of a file.
- hasFileContents() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.Builder
-
* A combination of File identifier and content bytes.
- hasFileContents() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
-
* A combination of File identifier and content bytes.
- hasFileContents() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetContentsResponseOrBuilder
-
* A combination of File identifier and content bytes.
- hasFileCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new file.
- hasFileCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Create a new file.
- hasFileCreate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Create a new file.
- hasFileCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new file.
- hasFileCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a new file.
- hasFileCreate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a new file.
- hasFileDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- hasFileDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- hasFileDelete() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- hasFileDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- hasFileDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- hasFileDelete() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- hasFileGetContents() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the content of a file.
- hasFileGetContents() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get the content of a file.
- hasFileGetContents() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get the content of a file.
- hasFileGetContents() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the content of a file in the Hedera File Service (HFS).
- hasFileGetContents() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting the content of a file in the Hedera File Service (HFS).
- hasFileGetContents() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting the content of a file in the Hedera File Service (HFS).
- hasFileGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a file.
- hasFileGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get metadata for a file.
- hasFileGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get metadata for a file.
- hasFileGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting file metadata from the Hedera File Service (HFS).
- hasFileGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting file metadata from the Hedera File Service (HFS).
- hasFileGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting file metadata from the Hedera File Service (HFS).
- hasFileId() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* This file's ID within the global network state.
- hasFileId() - Method in class com.hedera.hashgraph.sdk.proto.File
-
* This file's ID within the global network state.
- hasFileId() - Method in interface com.hedera.hashgraph.sdk.proto.FileOrBuilder
-
* This file's ID within the global network state.
- hasFileId() - Method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery.Builder
-
* The ID of the address book file on the network.
- hasFileId() - Method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
-
* The ID of the address book file on the network.
- hasFileId() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.AddressBookQueryOrBuilder
-
* The ID of the address book file on the network.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The source for the smart contract EVM bytecode.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* The source for the smart contract EVM bytecode.
- hasFileID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* The source for the smart contract EVM bytecode.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
Deprecated.
- hasFileID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
Deprecated.proto.ContractUpdateTransactionBody.fileID is deprecated. See contract_update.proto;l=95
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The file ID of the file
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.* The file ID of the file
- hasFileID() - Method in interface com.hedera.hashgraph.sdk.proto.EntityIDOrBuilder
-
Deprecated.* The file ID of the file
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody.Builder
-
* A file identifier.<br/> This identifies the file to which the `contents` will be appended.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
-
* A file identifier.<br/> This identifies the file to which the `contents` will be appended.
- hasFileID() - Method in interface com.hedera.hashgraph.sdk.proto.FileAppendTransactionBodyOrBuilder
-
* A file identifier.<br/> This identifies the file to which the `contents` will be appended.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody.Builder
-
* A file identifier.<br/> This identifies the file to delete.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
-
* A file identifier.<br/> This identifies the file to delete.
- hasFileID() - Method in interface com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBodyOrBuilder
-
* A file identifier.<br/> This identifies the file to delete.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery.Builder
-
* A file identifier.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
-
* A file identifier.
- hasFileID() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetContentsQueryOrBuilder
-
* A file identifier.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents.Builder
-
* A file identifier.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
-
* A file identifier.
- hasFileID() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContentsOrBuilder
-
* A file identifier.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery.Builder
-
* A file identifier.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
-
* A file identifier.
- hasFileID() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoQueryOrBuilder
-
* A file identifier.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A file identifier.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
-
* A file identifier.
- hasFileID() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfoOrBuilder
-
* A file identifier.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* A file identifier for the file to update.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
-
* A file identifier for the file to update.
- hasFileID() - Method in interface com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBodyOrBuilder
-
* A file identifier for the file to update.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* A file identifier.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.* A file identifier.
- hasFileID() - Method in interface com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponseOrBuilder
-
Deprecated.* A file identifier.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A file identifier.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
-
* A file identifier.
- hasFileID() - Method in interface com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBodyOrBuilder
-
* A file identifier.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.Builder
-
* A file identifier.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
-
* A file identifier.
- hasFileID() - Method in interface com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBodyOrBuilder
-
* A file identifier.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `FileCreate`, the id of the newly created file.
- hasFileID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `FileCreate`, the id of the newly created file.
- hasFileID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `FileCreate`, the id of the newly created file.
- hasFileInfo() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.Builder
-
* A combination of fields from the requested file metadata.
- hasFileInfo() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
-
* A combination of fields from the requested file metadata.
- hasFileInfo() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponseOrBuilder
-
* A combination of fields from the requested file metadata.
- hasFileUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- hasFileUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- hasFileUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- hasFileUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- hasFileUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- hasFileUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- hasFirstConsTimeOfCurrentBlock() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- hasFirstConsTimeOfCurrentBlock() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* A consensus timestamp.
- hasFirstConsTimeOfCurrentBlock() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* A consensus timestamp.
- hasFirstConsTimeOfLastBlock() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- hasFirstConsTimeOfLastBlock() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* A consensus timestamp.
- hasFirstConsTimeOfLastBlock() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* A consensus timestamp.
- hasFixedFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fixed fee to be charged to the `sender` for every token transfer.
- hasFixedFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee
-
* A fixed fee to be charged to the `sender` for every token transfer.
- hasFixedFee() - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeOrBuilder
-
* A fixed fee to be charged to the `sender` for every token transfer.
- hasFixedFee() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee.Builder
-
* A fixed custom fee.
- hasFixedFee() - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
-
* A fixed custom fee.
- hasFixedFee() - Method in interface com.hedera.hashgraph.sdk.proto.FixedCustomFeeOrBuilder
-
* A fixed custom fee.
- hasFractionalAmount() - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* A Fraction of the transferred tokens to assess as a fee.<br/> This value MUST be less than or equal to one.<br/> This value MUST be greater than zero.
- hasFractionalAmount() - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee
-
* A Fraction of the transferred tokens to assess as a fee.<br/> This value MUST be less than or equal to one.<br/> This value MUST be greater than zero.
- hasFractionalAmount() - Method in interface com.hedera.hashgraph.sdk.proto.FractionalFeeOrBuilder
-
* A Fraction of the transferred tokens to assess as a fee.<br/> This value MUST be less than or equal to one.<br/> This value MUST be greater than zero.
- hasFractionalFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fee defined as a fraction of the tokens transferred.
- hasFractionalFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee
-
* A fee defined as a fraction of the tokens transferred.
- hasFractionalFee() - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeOrBuilder
-
* A fee defined as a fraction of the tokens transferred.
- hasFreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- hasFreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- hasFreeze() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- hasFreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- hasFreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- hasFreeze() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- hasFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control to freeze this token.
- hasFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access control to freeze this token.
- hasFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing asset "freeze".
- hasFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for managing asset "freeze".
- hasFreezeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for managing asset "freeze".
- hasFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control to freeze this token.
- hasFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access control to freeze this token.
- hasFreezeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access control to freeze this token.
- hasFreezeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access control to freeze this token.
- hasFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing asset "freeze".
- hasFreezeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for managing asset "freeze".
- hasFreezeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for managing asset "freeze".
- hasFunctionResult() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse.Builder
-
* The result(s) returned by the function call, if successful.
- hasFunctionResult() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
-
* The result(s) returned by the function call, if successful.
- hasFunctionResult() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallLocalResponseOrBuilder
-
* The result(s) returned by the function call, if successful.
- hasFungibleToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenReference.Builder
-
* A fungible/common token type.
- hasFungibleToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenReference
-
* A fungible/common token type.
- hasFungibleToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenReferenceOrBuilder
-
* A fungible/common token type.
- hasFungibleTokenType() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A token identifier.<br/> This is the type of token for a fungible/common token airdrop.
- hasFungibleTokenType() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
-
* A token identifier.<br/> This is the type of token for a fungible/common token airdrop.
- hasFungibleTokenType() - Method in interface com.hedera.hashgraph.sdk.proto.PendingAirdropIdOrBuilder
-
* A token identifier.<br/> This is the type of token for a fungible/common token airdrop.
- hasGasThrottle() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A single snapshot for the gas throttle.
- hasGasThrottle() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
-
* A single snapshot for the gas throttle.
- hasGasThrottle() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotsOrBuilder
-
* A single snapshot for the gas throttle.
- hasGeneralService() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A general service.<br/> A general service endpoint represents any network accessible service that is provided by a registered node but that is not a service currently defined as part of the Hiero Ledger system.
- hasGeneralService() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A general service.<br/> A general service endpoint represents any network accessible service that is provided by a registered node but that is not a service currently defined as part of the Hiero Ledger system.
- hasGeneralService() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A general service.<br/> A general service endpoint represents any network accessible service that is provided by a registered node but that is not a service currently defined as part of the Hiero Ledger system.
- hasGetByKey() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get all entities associated with a given key.
- hasGetByKey() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get all entities associated with a given key.
- hasGetByKey() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get all entities associated with a given key.
- hasGetByKey() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting all accounts, claims, files, and smart contract instances whose associated keys include the given Key.
- hasGetByKey() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting all accounts, claims, files, and smart contract instances whose associated keys include the given Key.
- hasGetByKey() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting all accounts, claims, files, and smart contract instances whose associated keys include the given Key.
- hasGetBySolidityID() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get an Hedera identifier associated with an identifier in EVM "Solidity" form.<br/> Most often used in smart contracts to find an Hedera account, file, or contract identifier to pass to a system contract or precompile.
- hasGetBySolidityID() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get an Hedera identifier associated with an identifier in EVM "Solidity" form.<br/> Most often used in smart contracts to find an Hedera account, file, or contract identifier to pass to a system contract or precompile.
- hasGetBySolidityID() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get an Hedera identifier associated with an identifier in EVM "Solidity" form.<br/> Most often used in smart contracts to find an Hedera account, file, or contract identifier to pass to a system contract or precompile.
- hasGetBySolidityID() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting Contract, Account, and File identifiers for a smart contract, given a Solidity identifier.
- hasGetBySolidityID() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting Contract, Account, and File identifiers for a smart contract, given a Solidity identifier.
- hasGetBySolidityID() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting Contract, Account, and File identifiers for a smart contract, given a Solidity identifier.
- hasGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A certificate used to sign gossip events.
- hasGossipCaCertificate() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A certificate used to sign gossip events.
- hasGossipCaCertificate() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A certificate used to sign gossip events.
- hasGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If the network is still gathering hinTS keys for this construction, the time at which honest nodes should stop waiting for tardy publications and begin preprocessing as soon as there are valid hinTS keys for nodes with >2/3 weight in the target roster.
- hasGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
-
* If the network is still gathering hinTS keys for this construction, the time at which honest nodes should stop waiting for tardy publications and begin preprocessing as soon as there are valid hinTS keys for nodes with >2/3 weight in the target roster.
- hasGracePeriodEndTime() - Method in interface com.hedera.hashgraph.sdk.proto.HintsConstructionOrBuilder
-
* If the network is still gathering hinTS keys for this construction, the time at which honest nodes should stop waiting for tardy publications and begin preprocessing as soon as there are valid hinTS keys for nodes with >2/3 weight in the target roster.
- hasGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If the network is still gathering proof keys for this construction, the next time at which nodes should stop waiting for tardy proof keys and assemble the history to be proven as soon as it has the associated metadata and proof keys for nodes with >2/3 weight in the target roster.
- hasGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* If the network is still gathering proof keys for this construction, the next time at which nodes should stop waiting for tardy proof keys and assemble the history to be proven as soon as it has the associated metadata and proof keys for nodes with >2/3 weight in the target roster.
- hasGracePeriodEndTime() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* If the network is still gathering proof keys for this construction, the next time at which nodes should stop waiting for tardy proof keys and assemble the history to be proven as soon as it has the associated metadata and proof keys for nodes with >2/3 weight in the target roster.
- hasGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState.Builder
-
* If the network is still gathering WRAPS messages for the R2 or R3 protocol phase, the next time at which nodes should stop waiting for tardy messages from R1 participants and start over.
- hasGracePeriodEndTime() - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
-
* If the network is still gathering WRAPS messages for the R2 or R3 protocol phase, the next time at which nodes should stop waiting for tardy messages from R1 participants and start over.
- hasGracePeriodEndTime() - Method in interface com.hedera.hashgraph.sdk.proto.WrapsSigningStateOrBuilder
-
* If the network is still gathering WRAPS messages for the R2 or R3 protocol phase, the next time at which nodes should stop waiting for tardy messages from R1 participants and start over.
- hasGrpcCertificateHash() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A hash of the node gRPC TLS certificate.
- hasGrpcCertificateHash() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A hash of the node gRPC TLS certificate.
- hasGrpcCertificateHash() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A hash of the node gRPC TLS certificate.
- hasGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- hasGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.Node
-
* A web proxy for gRPC from non-gRPC clients.
- hasGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- hasGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
-
* A web proxy for gRPC from non-gRPC clients.
- hasGrpcProxyEndpoint() - Method in interface com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBodyOrBuilder
-
* A web proxy for gRPC from non-gRPC clients.
- hasGrpcProxyEndpoint() - Method in interface com.hedera.hashgraph.sdk.proto.NodeOrBuilder
-
* A web proxy for gRPC from non-gRPC clients.
- hasGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- hasGrpcProxyEndpoint() - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
-
* A web proxy for gRPC from non-gRPC clients.
- hasGrpcProxyEndpoint() - Method in interface com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBodyOrBuilder
-
* A web proxy for gRPC from non-gRPC clients.
- hash - Variable in class com.hedera.hashgraph.sdk.LiveHash
-
The SHA-384 hash of a credential or certificate
- hash(byte[]) - Static method in class com.hedera.hashgraph.sdk.Transaction
-
Generate a hash from a byte array.
- HASH_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- HASH_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.LiveHash
- hasHapiProtoVersion() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* An API version.
- hasHapiProtoVersion() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
-
* An API version.
- hasHapiProtoVersion() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponseOrBuilder
-
* An API version.
- hashCode() - Method in class com.hedera.hashgraph.sdk.AccountId
- hashCode() - Method in class com.hedera.hashgraph.sdk.BaseNodeAddress
- hashCode() - Method in class com.hedera.hashgraph.sdk.ContractId
- hashCode() - Method in class com.hedera.hashgraph.sdk.ContractNonceInfo
- hashCode() - Method in class com.hedera.hashgraph.sdk.EvmAddress
- hashCode() - Method in class com.hedera.hashgraph.sdk.EvmHook
- hashCode() - Method in class com.hedera.hashgraph.sdk.EvmHookCall
- hashCode() - Method in class com.hedera.hashgraph.sdk.EvmHookMappingEntry
- hashCode() - Method in class com.hedera.hashgraph.sdk.EvmHookSpec
- hashCode() - Method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookMappingEntries
- hashCode() - Method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookStorageSlot
- hashCode() - Method in class com.hedera.hashgraph.sdk.FeeEstimate
- hashCode() - Method in class com.hedera.hashgraph.sdk.FeeEstimateResponse
- hashCode() - Method in class com.hedera.hashgraph.sdk.FeeExtra
- hashCode() - Method in class com.hedera.hashgraph.sdk.FileId
- hashCode() - Method in class com.hedera.hashgraph.sdk.Hbar
- hashCode() - Method in class com.hedera.hashgraph.sdk.HookCall
- hashCode() - Method in class com.hedera.hashgraph.sdk.HookCreationDetails
- hashCode() - Method in class com.hedera.hashgraph.sdk.HookEntityId
- hashCode() - Method in class com.hedera.hashgraph.sdk.HookId
- hashCode() - Method in class com.hedera.hashgraph.sdk.KeyList
- hashCode() - Method in class com.hedera.hashgraph.sdk.LedgerId
- hashCode() - Method in class com.hedera.hashgraph.sdk.NftId
- hashCode() - Method in class com.hedera.hashgraph.sdk.PublicKeyECDSA
- hashCode() - Method in class com.hedera.hashgraph.sdk.PublicKeyED25519
- hashCode() - Method in class com.hedera.hashgraph.sdk.ScheduleId
- hashCode() - Method in class com.hedera.hashgraph.sdk.TokenId
- hashCode() - Method in class com.hedera.hashgraph.sdk.TokenNftTransfer
- hashCode() - Method in class com.hedera.hashgraph.sdk.TopicId
- hashCode() - Method in class com.hedera.hashgraph.sdk.TransactionId
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallLocalQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallLocalResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetRecordsQueryOrBuilder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponseOrBuilder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetStakersQueryOrBuilder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponseOrBuilder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetContentsQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetContentsResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.GetByKeyQueryOrBuilder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.GetByKeyResponseOrBuilder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.GetBySolidityIDQueryOrBuilder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponseOrBuilder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQueryOrBuilder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponseOrBuilder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQueryOrBuilder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponseOrBuilder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordQueryOrBuilder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeader() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponseOrBuilder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- hasHeadNftId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A NftID at the head of the linked list for this account from the unique tokens map.<br/> The unique token relations are connected by including the "next" and "previous" NftID in each Nft message.
- hasHeadNftId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A NftID at the head of the linked list for this account from the unique tokens map.<br/> The unique token relations are connected by including the "next" and "previous" NftID in each Nft message.
- hasHeadNftId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A NftID at the head of the linked list for this account from the unique tokens map.<br/> The unique token relations are connected by including the "next" and "previous" NftID in each Nft message.
- hasHeadPendingAirdropId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A pending airdrop ID.<br/> This is the head of the linked list for this account from the account airdrops map.<br/> <p> The account airdrops SHALL be connected by including the "next" and "previous" `PendingAirdropID` in each `AccountAirdrop` message.<br/> This value SHALL NOT be empty if this account is "sender" for any pending airdrop, and SHALL be empty otherwise.
- hasHeadPendingAirdropId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A pending airdrop ID.<br/> This is the head of the linked list for this account from the account airdrops map.<br/> <p> The account airdrops SHALL be connected by including the "next" and "previous" `PendingAirdropID` in each `AccountAirdrop` message.<br/> This value SHALL NOT be empty if this account is "sender" for any pending airdrop, and SHALL be empty otherwise.
- hasHeadPendingAirdropId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A pending airdrop ID.<br/> This is the head of the linked list for this account from the account airdrops map.<br/> <p> The account airdrops SHALL be connected by including the "next" and "previous" `PendingAirdropID` in each `AccountAirdrop` message.<br/> This value SHALL NOT be empty if this account is "sender" for any pending airdrop, and SHALL be empty otherwise.
- hasHeadTokenId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A token ID at the head of the linked list for this account from the token relations map.<br/> The token relations are connected by including the "next" and "previous" TokenID in each TokenRelation message.
- hasHeadTokenId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* A token ID at the head of the linked list for this account from the token relations map.<br/> The token relations are connected by including the "next" and "previous" TokenID in each TokenRelation message.
- hasHeadTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* A token ID at the head of the linked list for this account from the token relations map.<br/> The token relations are connected by including the "next" and "previous" TokenID in each TokenRelation message.
- hasHederaServicesVersion() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* A Services version.
- hasHederaServicesVersion() - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
-
* A Services version.
- hasHederaServicesVersion() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponseOrBuilder
-
* A Services version.
- hasHintsKeyPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for publishing a node's hintTS key.
- hasHintsKeyPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for publishing a node's hintTS key.
- hasHintsKeyPublication() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for publishing a node's hintTS key.
- hasHintsPartialSignature() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for broadcasting a node's hintTS partial signature on a message.
- hasHintsPartialSignature() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for broadcasting a node's hintTS partial signature on a message.
- hasHintsPartialSignature() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for broadcasting a node's hintTS partial signature on a message.
- hasHintsPreprocessingVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on hinTS aggregation keys.
- hasHintsPreprocessingVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for voting on hinTS aggregation keys.
- hasHintsPreprocessingVote() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for voting on hinTS aggregation keys.
- hasHintsScheme() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If set, the completed hinTS scheme.
- hasHintsScheme() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
-
* If set, the completed hinTS scheme.
- hasHintsScheme() - Method in interface com.hedera.hashgraph.sdk.proto.HintsConstructionOrBuilder
-
* If set, the completed hinTS scheme.
- hasHistory() - Method in class com.hedera.hashgraph.sdk.proto.HistorySignature.Builder
-
* The new history the node is signing.
- hasHistory() - Method in class com.hedera.hashgraph.sdk.proto.HistorySignature
-
* The new history the node is signing.
- hasHistory() - Method in interface com.hedera.hashgraph.sdk.proto.HistorySignatureOrBuilder
-
* The new history the node is signing.
- hasHistoryProofKeyPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for publishing a node's metadata proof key.
- hasHistoryProofKeyPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for publishing a node's metadata proof key.
- hasHistoryProofKeyPublication() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for publishing a node's metadata proof key.
- hasHistoryProofSignature() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for contributed a signature with a node's proof key to a history proof.
- hasHistoryProofSignature() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for contributed a signature with a node's proof key to a history proof.
- hasHistoryProofSignature() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for contributed a signature with a node's proof key to a history proof.
- hasHistoryProofVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on a metadata proof descending from the ledger id.
- hasHistoryProofVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for voting on a metadata proof descending from the ledger id.
- hasHistoryProofVote() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for voting on a metadata proof descending from the ledger id.
- hasHistorySignature() - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature.Builder
-
* The signature on some new history.
- hasHistorySignature() - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
-
* The signature on some new history.
- hasHistorySignature() - Method in interface com.hedera.hashgraph.sdk.proto.RecordedHistorySignatureOrBuilder
-
* The signature on some new history.
- hasHookContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The id of the contract with this hook's bytecode.
- hasHookContractId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* The id of the contract with this hook's bytecode.
- hasHookContractId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* The id of the contract with this hook's bytecode.
- hasHookDispatch() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* An internal-only transaction body for dispatching a hook CRUD operation.
- hasHookDispatch() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* An internal-only transaction body for dispatching a hook CRUD operation.
- hasHookDispatch() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* An internal-only transaction body for dispatching a hook CRUD operation.
- hasHookEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookExecution.Builder
-
* The id of the hook's entity.
- hasHookEntityId() - Method in class com.hedera.hashgraph.sdk.proto.HookExecution
-
* The id of the hook's entity.
- hasHookEntityId() - Method in interface com.hedera.hashgraph.sdk.proto.HookExecutionOrBuilder
-
* The id of the hook's entity.
- hasHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey.Builder
-
* The id of the EVM hook that owns this slot.
- hasHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
-
* The id of the EVM hook that owns this slot.
- hasHookId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookSlotKeyOrBuilder
-
* The id of the EVM hook that owns this slot.
- hasHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* For state proofs, the id of this hook.
- hasHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* For state proofs, the id of this hook.
- hasHookId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* For state proofs, the id of this hook.
- hasHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookCall.Builder
-
* The numeric id of the hook to call, when the owning entity is forced by the call site.
- hasHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookCall
-
* The numeric id of the hook to call, when the owning entity is forced by the call site.
- hasHookId() - Method in interface com.hedera.hashgraph.sdk.proto.HookCallOrBuilder
-
* The numeric id of the hook to call, when the owning entity is forced by the call site.
- hasHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The id of the EVM hook whose storage is being updated.
- hasHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
-
* The id of the EVM hook whose storage is being updated.
- hasHookId() - Method in interface com.hedera.hashgraph.sdk.proto.HookStoreTransactionBodyOrBuilder
-
* The id of the EVM hook whose storage is being updated.
- hasHookIdToDelete() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* The id of the hook to delete.
- hasHookIdToDelete() - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
-
* The id of the hook to delete.
- hasHookIdToDelete() - Method in interface com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBodyOrBuilder
-
* The id of the hook to delete.
- hasHookStore() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for updating the storage of an EVM hook.
- hasHookStore() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for updating the storage of an EVM hook.
- hasHookStore() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for updating the storage of an EVM hook.
- hasInitcode() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The source for the smart contract EVM bytecode.
- hasInitcode() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* The source for the smart contract EVM bytecode.
- hasInitcode() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* The source for the smart contract EVM bytecode.
- hasInitialTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo.Builder
-
* The TransactionID of the first chunk.
- hasInitialTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
-
* The TransactionID of the first chunk.
- hasInitialTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfoOrBuilder
-
* The TransactionID of the first chunk.
- hasInternalCallContext() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* If not already externalized in a transaction body, the context of the internal call producing this result.
- hasInternalCallContext() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* If not already externalized in a transaction body, the context of the internal call producing this result.
- hasInternalCallContext() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* If not already externalized in a transaction body, the context of the internal call producing this result.
- hasIpAddress() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A 32-bit IPv4 address or 128-bit IPv6 address.<br/> This is the address of the endpoint, encoded in pure "big-endian" (i.e.
- hasIpAddress() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A 32-bit IPv4 address or 128-bit IPv6 address.<br/> This is the address of the endpoint, encoded in pure "big-endian" (i.e.
- hasIpAddress() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A 32-bit IPv4 address or 128-bit IPv6 address.<br/> This is the address of the endpoint, encoded in pure "big-endian" (i.e.
- hasKey() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The key to be used to sign transactions from this account, if any.
- hasKey() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* The key to be used to sign transactions from this account, if any.
- hasKey() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* The key to be used to sign transactions from this account, if any.
- hasKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The identifying key for this account.
- hasKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* The identifying key for this account.
- hasKey() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* The identifying key for this account.
- hasKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The key to be used to sign transactions from this account, if any.
- hasKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* The key to be used to sign transactions from this account, if any.
- hasKey() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* The key to be used to sign transactions from this account, if any.
- hasKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* An account key.<br/> This may be a "primitive" key (a singly cryptographic key), or a composite key.
- hasKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* An account key.<br/> This may be a "primitive" key (a singly cryptographic key), or a composite key.
- hasKey() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* An account key.<br/> This may be a "primitive" key (a singly cryptographic key), or a composite key.
- hasKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.Builder
-
* The explicit bytes of the mapping entry.
- hasKey() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
-
* The explicit bytes of the mapping entry.
- hasKey() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookMappingEntryOrBuilder
-
* The explicit bytes of the mapping entry.
- hasKey() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The key to be used to sign transactions from this account, if any.
- hasKey() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
* The key to be used to sign transactions from this account, if any.
- hasKey() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
* The key to be used to sign transactions from this account, if any.
- hasKey() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery.Builder
-
Deprecated.* The key to search for.
- hasKey() - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.* The key to search for.
- hasKey() - Method in interface com.hedera.hashgraph.sdk.proto.GetByKeyQueryOrBuilder
-
Deprecated.* The key to search for.
- hasKeyList() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A list of keys.
- hasKeyList() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
* A list of keys.
- hasKeyList() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
* A list of keys.
- hasKeys() - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* A list of keys that MUST sign any transaction to create or update this file.
- hasKeys() - Method in class com.hedera.hashgraph.sdk.proto.File
-
* A list of keys that MUST sign any transaction to create or update this file.
- hasKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A list of keys that represent file "owners".
- hasKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
-
* A list of keys that represent file "owners".
- hasKeys() - Method in interface com.hedera.hashgraph.sdk.proto.FileCreateTransactionBodyOrBuilder
-
* A list of keys that represent file "owners".
- hasKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A KeyList listing all keys that "own" the file.
- hasKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
-
* A KeyList listing all keys that "own" the file.
- hasKeys() - Method in interface com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfoOrBuilder
-
* A KeyList listing all keys that "own" the file.
- hasKeys() - Method in interface com.hedera.hashgraph.sdk.proto.FileOrBuilder
-
* A list of keys that MUST sign any transaction to create or update this file.
- hasKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* The new list of keys that "own" this file.
- hasKeys() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
-
* The new list of keys that "own" this file.
- hasKeys() - Method in interface com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBodyOrBuilder
-
* The new list of keys that "own" this file.
- hasKeys() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A list of keys, all of which MUST sign the transaction to add the live hash.<br/> Any one of these keys may, however, remove the live hash to revoke the association.
- hasKeys() - Method in class com.hedera.hashgraph.sdk.proto.LiveHash
-
* A list of keys, all of which MUST sign the transaction to add the live hash.<br/> Any one of these keys may, however, remove the live hash to revoke the association.
- hasKeys() - Method in interface com.hedera.hashgraph.sdk.proto.LiveHashOrBuilder
-
* A list of keys, all of which MUST sign the transaction to add the live hash.<br/> Any one of these keys may, however, remove the live hash to revoke the association.
- hasKeys() - Method in class com.hedera.hashgraph.sdk.proto.ThresholdKey.Builder
-
* A list of the keys that MAY satisfy signature requirements of this key.
- hasKeys() - Method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
-
* A list of the keys that MAY satisfy signature requirements of this key.
- hasKeys() - Method in interface com.hedera.hashgraph.sdk.proto.ThresholdKeyOrBuilder
-
* A list of the keys that MAY satisfy signature requirements of this key.
- hasKycKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control for KYC for this token.
- hasKycKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access control for KYC for this token.
- hasKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing account KYC.
- hasKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for managing account KYC.
- hasKycKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for managing account KYC.
- hasKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control for KYC for this token.
- hasKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access control for KYC for this token.
- hasKycKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access control for KYC for this token.
- hasKycKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access control for KYC for this token.
- hasKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing account KYC.
- hasKycKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for managing account KYC.
- hasKycKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for managing account KYC.
- hasLastDecisionTime() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot.Builder
-
* The time at which the this snapshot of capacity was calculated.<br/> Stored as an offset from the `epoch`.
- hasLastDecisionTime() - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
-
* The time at which the this snapshot of capacity was calculated.<br/> Stored as an offset from the `epoch`.
- hasLastDecisionTime() - Method in interface com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotOrBuilder
-
* The time at which the this snapshot of capacity was calculated.<br/> Stored as an offset from the `epoch`.
- hasLastHandleTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The time stamp at which the last user transaction was handled.
- hasLastHandleTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* The time stamp at which the last user transaction was handled.
- hasLastHandleTime() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* The time stamp at which the last user transaction was handled.
- hasLastIntervalProcessTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The time stamp at which the last interval process was done.
- hasLastIntervalProcessTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* The time stamp at which the last interval process was done.
- hasLastIntervalProcessTime() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* The time stamp at which the last interval process was done.
- hasLastIntervalProcessTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The time stamp at which the last interval process was done.
- hasLastIntervalProcessTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
-
* The time stamp at which the last interval process was done.
- hasLastIntervalProcessTime() - Method in interface com.hedera.hashgraph.sdk.proto.BlockStreamInfoOrBuilder
-
* The time stamp at which the last interval process was done.
- hasLastNodeFeeDistributionTime() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* The time when the last node fees were distributed
- hasLastNodeFeeDistributionTime() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments
-
* The time when the last node fees were distributed
- hasLastNodeFeeDistributionTime() - Method in interface com.hedera.hapi.node.state.token.legacy.NodePaymentsOrBuilder
-
* The time when the last node fees were distributed
- hasLastNodeRewardPaymentsTime() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* The last time a node reward payment was made.
- hasLastNodeRewardPaymentsTime() - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
-
* The last time a node reward payment was made.
- hasLastNodeRewardPaymentsTime() - Method in interface com.hedera.hashgraph.sdk.proto.NetworkStakingRewardsOrBuilder
-
* The last time a node reward payment was made.
- hasLastUsedConsTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The consensus time of the last transaction that was handled by the node.
- hasLastUsedConsTime() - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo
-
* The consensus time of the last transaction that was handled by the node.
- hasLastUsedConsTime() - Method in interface com.hedera.hashgraph.sdk.proto.BlockInfoOrBuilder
-
* The consensus time of the last transaction that was handled by the node.
- hasLedgerIdPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* An internal-only transaction body for publishing the ledger id.
- hasLedgerIdPublication() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* An internal-only transaction body for publishing the ledger id.
- hasLedgerIdPublication() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* An internal-only transaction body for publishing the ledger id.
- hasLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody.Builder
-
* A Live Hash to be added to the ledger and associated with the identified account.
- hasLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
-
* A Live Hash to be added to the ledger and associated with the identified account.
- hasLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBodyOrBuilder
-
* A Live Hash to be added to the ledger and associated with the identified account.
- hasLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse.Builder
-
* The requested live hash, if found.
- hasLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
-
* The requested live hash, if found.
- hasLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponseOrBuilder
-
* The requested live hash, if found.
- hasLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* A uniquely identifying livehash of an account
- hasLiveHash() - Method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.* A uniquely identifying livehash of an account
- hasLiveHash() - Method in interface com.hedera.hashgraph.sdk.proto.EntityIDOrBuilder
-
Deprecated.* A uniquely identifying livehash of an account
- hasMappingEntries() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.Builder
-
* Implicit storage slot updates specified as Solidity mapping entries.
- hasMappingEntries() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
-
* Implicit storage slot updates specified as Solidity mapping entries.
- hasMappingEntries() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdateOrBuilder
-
* Implicit storage slot updates specified as Solidity mapping entries.
- hasMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the maximum number of tokens that can be auto-associated with the contract.
- hasMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* If set, modify the maximum number of tokens that can be auto-associated with the contract.
- hasMaxAutomaticTokenAssociations() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* If set, modify the maximum number of tokens that can be auto-associated with the contract.
- hasMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (i.e smart contracts) which default to -1.
- hasMaxAutomaticTokenAssociations() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (i.e smart contracts) which default to -1.
- hasMaxAutomaticTokenAssociations() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (i.e smart contracts) which default to -1.
- hasMemo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated memo to be associated with this topic.
- hasMemo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* An updated memo to be associated with this topic.
- hasMemo() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* An updated memo to be associated with this topic.
- hasMemo() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103
- hasMemo() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
Deprecated.proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103
- hasMemo() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
Deprecated.proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103
- hasMemo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A short description of this Account.
- hasMemo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* A short description of this Account.
- hasMemo() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* A short description of this Account.
- hasMemo() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* A short description of this file.
- hasMemo() - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
-
* A short description of this file.
- hasMemo() - Method in interface com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBodyOrBuilder
-
* A short description of this file.
- hasMemo() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A short description for this token.
- hasMemo() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* A short description for this token.
- hasMemo() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* A short description for this token.
- hasMemoWrapper() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the short memo for this smart contract.
- hasMemoWrapper() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* If set, modify the short memo for this smart contract.
- hasMemoWrapper() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* If set, modify the short memo for this smart contract.
- hasMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A new value for the metadata.
- hasMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
-
* A new value for the metadata.
- hasMetadata() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBodyOrBuilder
-
* A new value for the metadata.
- hasMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* Token "Metadata".
- hasMetadata() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* Token "Metadata".
- hasMetadata() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* Token "Metadata".
- hasMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access Control of metadata update for this token.
- hasMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access Control of metadata update for this token.
- hasMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing the token `metadata`.
- hasMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for managing the token `metadata`.
- hasMetadataKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for managing the token `metadata`.
- hasMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access Control of metadata update for this token.
- hasMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access Control of metadata update for this token.
- hasMetadataKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access Control of metadata update for this token.
- hasMetadataKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access Control of metadata update for this token.
- hasMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing the token `metadata`.
- hasMetadataKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for managing the token `metadata`.
- hasMetadataKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for managing the token `metadata`.
- hasMigrationRootHashVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on migration wrapped record root hash state.
- hasMigrationRootHashVote() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for voting on migration wrapped record root hash state.
- hasMigrationRootHashVote() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for voting on migration wrapped record root hash state.
- hasMintTime() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The consensus time of the TokenMint that created this NFT as offset from the epoch.
- hasMintTime() - Method in class com.hedera.hashgraph.sdk.proto.Nft
-
* The consensus time of the TokenMint that created this NFT as offset from the epoch.
- hasMintTime() - Method in interface com.hedera.hashgraph.sdk.proto.NftOrBuilder
-
* The consensus time of the TokenMint that created this NFT as offset from the epoch.
- hasMirrorNode() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A Mirror Node.<br/> A Mirror Node is an advanced indexing and query service that provides fast and flexible access to query the block chain and transaction history.
- hasMirrorNode() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A Mirror Node.<br/> A Mirror Node is an advanced indexing and query service that provides fast and flexible access to query the block chain and transaction history.
- hasMirrorNode() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A Mirror Node.<br/> A Mirror Node is an advanced indexing and query service that provides fast and flexible access to query the block chain and transaction history.
- hasNetworkdata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the network for bringing a transaction to consensus.
- hasNetworkdata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData
-
* Fee components to be paid to the network for bringing a transaction to consensus.
- hasNetworkdata() - Method in interface com.hedera.hashgraph.sdk.proto.FeeDataOrBuilder
-
* Fee components to be paid to the network for bringing a transaction to consensus.
- hasNetworkGetExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- hasNetworkGetExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
Deprecated.
- hasNetworkGetExecutionTime() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
Deprecated.proto.Query.networkGetExecutionTime is deprecated. See query.proto;l=223
- hasNetworkGetExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the time, in nanoseconds, spent in direct processing for one or more recent transactions.
- hasNetworkGetExecutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting the time, in nanoseconds, spent in direct processing for one or more recent transactions.
- hasNetworkGetExecutionTime() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting the time, in nanoseconds, spent in direct processing for one or more recent transactions.
- hasNetworkGetVersionInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the versions of Hedera Services and the HAPI API deployed on the responding consensus node.
- hasNetworkGetVersionInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get the versions of Hedera Services and the HAPI API deployed on the responding consensus node.
- hasNetworkGetVersionInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get the versions of Hedera Services and the HAPI API deployed on the responding consensus node.
- hasNetworkGetVersionInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the deployed versions of Hedera Services and the API definitions in semantic version format
- hasNetworkGetVersionInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting the deployed versions of Hedera Services and the API definitions in semantic version format
- hasNetworkGetVersionInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting the deployed versions of Hedera Services and the API definitions in semantic version format
- hasNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> If a realm is used, it must already exist; we shouldn't be creating it without a separate transaction.</blockquote></blockquote> <p> This was intended to provide an admin key for any new realm created during the creation of the smart contract.<br/> This value is currently ignored.
- hasNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> If a realm is used, it must already exist; we shouldn't be creating it without a separate transaction.</blockquote></blockquote> <p> This was intended to provide an admin key for any new realm created during the creation of the smart contract.<br/> This value is currently ignored.
- hasNewRealmAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> If a realm is used, it must already exist; we shouldn't be creating it without a separate transaction.</blockquote></blockquote> <p> This was intended to provide an admin key for any new realm created during the creation of the smart contract.<br/> This value is currently ignored.
- hasNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.
- hasNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
Deprecated.
- hasNewRealmAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoCreateTransactionBody.newRealmAdminKey is deprecated. See crypto_create.proto;l=129
- hasNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
Deprecated.
- hasNewRealmAdminKey() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
-
Deprecated.
- hasNewRealmAdminKey() - Method in interface com.hedera.hashgraph.sdk.proto.FileCreateTransactionBodyOrBuilder
-
Deprecated.proto.FileCreateTransactionBody.newRealmAdminKey is deprecated. See file_create.proto;l=114
- hasNextAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* A pending airdrop identifier.<br/> <p> This field SHALL identify the specific pending airdrop that follows this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".
- hasNextAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
-
* A pending airdrop identifier.<br/> <p> This field SHALL identify the specific pending airdrop that follows this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".
- hasNextAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.AccountPendingAirdropOrBuilder
-
* A pending airdrop identifier.<br/> <p> This field SHALL identify the specific pending airdrop that follows this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".
- hasNextContributingNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The id of the next node that should contribute to the CRS.
- hasNextContributingNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CRSState
-
* The id of the next node that should contribute to the CRS.
- hasNextContributingNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.CRSStateOrBuilder
-
* The id of the next node that should contribute to the CRS.
- hasNextFeeSchedule() - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule.Builder
-
* A future fee schedule to use when the current schedule expires.
- hasNextFeeSchedule() - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
-
* A future fee schedule to use when the current schedule expires.
- hasNextFeeSchedule() - Method in interface com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeScheduleOrBuilder
-
* A future fee schedule to use when the current schedule expires.
- hasNextHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- hasNextHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- hasNextHookId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- hasNextHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- hasNextHookId() - Method in class com.hedera.hashgraph.sdk.proto.HookCreation
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- hasNextHookId() - Method in interface com.hedera.hashgraph.sdk.proto.HookCreationOrBuilder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- hasNextRate() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet.Builder
-
* A future exchange rate.
- hasNextRate() - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
-
* A future exchange rate.
- hasNextRate() - Method in interface com.hedera.hashgraph.sdk.proto.ExchangeRateSetOrBuilder
-
* A future exchange rate.
- hasNextToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The Token ID of the next entry in the associated Account's "virtual double-linked list" of token relationships.
- hasNextToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation
-
* The Token ID of the next entry in the associated Account's "virtual double-linked list" of token relationships.
- hasNextToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationOrBuilder
-
* The Token ID of the next entry in the associated Account's "virtual double-linked list" of token relationships.
- hasNft() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse.Builder
-
* The information about this NFT
- hasNft() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
-
* The information about this NFT
- hasNft() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponseOrBuilder
-
* The information about this NFT
- hasNft() - Method in class com.hedera.hashgraph.sdk.proto.TokenReference.Builder
-
* A single specific serialized non-fungible/unique token.
- hasNft() - Method in class com.hedera.hashgraph.sdk.proto.TokenReference
-
* A single specific serialized non-fungible/unique token.
- hasNft() - Method in interface com.hedera.hashgraph.sdk.proto.TokenReferenceOrBuilder
-
* A single specific serialized non-fungible/unique token.
- hasNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The id of this NFT, consisting of a Token ID and serial number.
- hasNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft
-
* The id of this NFT, consisting of a Token ID and serial number.
- hasNftId() - Method in interface com.hedera.hashgraph.sdk.proto.NftOrBuilder
-
* The id of this NFT, consisting of a Token ID and serial number.
- hasNftID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery.Builder
-
* A non-fungible/unique token (NFT) identifier.
- hasNftID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
-
* A non-fungible/unique token (NFT) identifier.
- hasNftID() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQueryOrBuilder
-
* A non-fungible/unique token (NFT) identifier.
- hasNftID() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* A non-fungible/unique token (NFT) identifier.
- hasNftID() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
-
* A non-fungible/unique token (NFT) identifier.
- hasNftID() - Method in interface com.hedera.hashgraph.sdk.proto.TokenNftInfoOrBuilder
-
* A non-fungible/unique token (NFT) identifier.
- hasNodeAccountId() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayment.Builder
-
* The node account id
- hasNodeAccountId() - Method in class com.hedera.hapi.node.state.token.legacy.NodePayment
-
* The node account id
- hasNodeAccountId() - Method in interface com.hedera.hapi.node.state.token.legacy.NodePaymentOrBuilder
-
* The node account id
- hasNodeAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* An account to be paid the "node" portion of transaction fees.<br/> The "node" fees are paid to the node that submitted the transaction.
- hasNodeAccountId() - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress
-
* An account to be paid the "node" portion of transaction fees.<br/> The "node" fees are paid to the node that submitted the transaction.
- hasNodeAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder
-
* An account to be paid the "node" portion of transaction fees.<br/> The "node" fees are paid to the node that submitted the transaction.
- hasNodeAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A node account identifier.
- hasNodeAccountID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A node account identifier.
- hasNodeAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A node account identifier.
- hasNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- hasNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- hasNodeCreate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- hasNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- hasNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- hasNodeCreate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- hasNodedata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the submitting node.
- hasNodedata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData
-
* Fee components to be paid to the submitting node.
- hasNodedata() - Method in interface com.hedera.hashgraph.sdk.proto.FeeDataOrBuilder
-
* Fee components to be paid to the submitting node.
- hasNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a node from the network address book.<br/> This will mark the node as deleted.<br/> This is a privileged operation.
- hasNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete a node from the network address book.<br/> This will mark the node as deleted.<br/> This is a privileged operation.
- hasNodeDelete() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete a node from the network address book.<br/> This will mark the node as deleted.<br/> This is a privileged operation.
- hasNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a node from the network address book.<br/> This is a privileged operation.
- hasNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete a node from the network address book.<br/> This is a privileged operation.
- hasNodeDelete() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete a node from the network address book.<br/> This is a privileged operation.
- hasNodeRewardFeeFraction() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A fraction of network and service fees paid to the "node" reward account.<br/> The node staking rewards are paid from the designated reward account `0.0.801`, which receives a fraction of network and service fees for each transaction.
- hasNodeRewardFeeFraction() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A fraction of network and service fees paid to the "node" reward account.<br/> The node staking rewards are paid from the designated reward account `0.0.801`, which receives a fraction of network and service fees for each transaction.
- hasNodeRewardFeeFraction() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A fraction of network and service fees paid to the "node" reward account.<br/> The node staking rewards are paid from the designated reward account `0.0.801`, which receives a fraction of network and service fees for each transaction.
- hasNodeStakeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update the staking information.<br/> This internal transaction is performed at the end of a staking period to complete staking calculations and indicate that new staking period has started.
- hasNodeStakeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update the staking information.<br/> This internal transaction is performed at the end of a staking period to complete staking calculations and indicate that new staking period has started.
- hasNodeStakeUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update the staking information.<br/> This internal transaction is performed at the end of a staking period to complete staking calculations and indicate that new staking period has started.
- hasNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- hasNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Update a node in the network address book.<br/> This is a privileged operation.
- hasNodeUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- hasNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- hasNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update a node in the network address book.<br/> This is a privileged operation.
- hasNodeUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- hasNonFungibleToken() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* The id of a single NFT<br/> This is the type of token for a non-fungible/unique token airdrop and consists of a Token ID and serial number.
- hasNonFungibleToken() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
-
* The id of a single NFT<br/> This is the type of token for a non-fungible/unique token airdrop and consists of a Token ID and serial number.
- hasNonFungibleToken() - Method in interface com.hedera.hashgraph.sdk.proto.PendingAirdropIdOrBuilder
-
* The id of a single NFT<br/> This is the type of token for a non-fungible/unique token airdrop and consists of a Token ID and serial number.
- hasOriginalCreateTransaction() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The full transaction that created this schedule.
- hasOriginalCreateTransaction() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The full transaction that created this schedule.
- hasOriginalCreateTransaction() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The full transaction that created this schedule.
- hasOwner() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- hasOwner() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- hasOwner() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoAllowanceOrBuilder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- hasOwner() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- hasOwner() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- hasOwner() - Method in interface com.hedera.hashgraph.sdk.proto.NftAllowanceOrBuilder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- hasOwner() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* An `owner` account identifier.
- hasOwner() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
-
* An `owner` account identifier.
- hasOwner() - Method in interface com.hedera.hashgraph.sdk.proto.NftRemoveAllowanceOrBuilder
-
* An `owner` account identifier.
- hasOwner() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- hasOwner() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- hasOwner() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAllowanceOrBuilder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- hasOwner() - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* An account identifier.<br/> This OPTIONAL field identifies the account holding the tokens to be rejected.
- hasOwner() - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
-
* An account identifier.<br/> This OPTIONAL field identifies the account holding the tokens to be rejected.
- hasOwner() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBodyOrBuilder
-
* An account identifier.<br/> This OPTIONAL field identifies the account holding the tokens to be rejected.
- hasOwnerId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The account or contract id that owns this NFT.
- hasOwnerId() - Method in class com.hedera.hashgraph.sdk.proto.Nft
-
* The account or contract id that owns this NFT.
- hasOwnerId() - Method in interface com.hedera.hashgraph.sdk.proto.NftOrBuilder
-
* The account or contract id that owns this NFT.
- hasOwnerNextNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The NFT ID of the next entry in the current owner's "virtual double-linked list" of owned NFTs.
- hasOwnerNextNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft
-
* The NFT ID of the next entry in the current owner's "virtual double-linked list" of owned NFTs.
- hasOwnerNextNftId() - Method in interface com.hedera.hashgraph.sdk.proto.NftOrBuilder
-
* The NFT ID of the next entry in the current owner's "virtual double-linked list" of owned NFTs.
- hasOwnerPreviousNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The NFT ID of the previous entry in the current owner's "virtual double-linked list" of owned NFTs.
- hasOwnerPreviousNftId() - Method in class com.hedera.hashgraph.sdk.proto.Nft
-
* The NFT ID of the previous entry in the current owner's "virtual double-linked list" of owned NFTs.
- hasOwnerPreviousNftId() - Method in interface com.hedera.hashgraph.sdk.proto.NftOrBuilder
-
* The NFT ID of the previous entry in the current owner's "virtual double-linked list" of owned NFTs.
- hasParentConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A consensus timestamp for a child record.
- hasParentConsensusTimestamp() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A consensus timestamp for a child record.
- hasParentConsensusTimestamp() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A consensus timestamp for a child record.
- hasPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of pause/unpause for this token.
- hasPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access control of pause/unpause for this token.
- hasPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing token "pause".
- hasPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for managing token "pause".
- hasPauseKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for managing token "pause".
- hasPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of pause/unpause for this token.
- hasPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access control of pause/unpause for this token.
- hasPauseKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access control of pause/unpause for this token.
- hasPauseKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access control of pause/unpause for this token.
- hasPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing token "pause".
- hasPauseKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for managing token "pause".
- hasPauseKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for managing token "pause".
- hasPayerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The explicit payer account for the scheduled transaction.
- hasPayerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The explicit payer account for the scheduled transaction.
- hasPayerAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The explicit payer account for the scheduled transaction.
- hasPayerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* An Account identifier for the payer for the transaction.
- hasPayerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
-
* An Account identifier for the payer for the transaction.
- hasPayerAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordEntryOrBuilder
-
* An Account identifier for the payer for the transaction.
- hasPayerAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* An account identifier of a `payer` for the scheduled transaction.
- hasPayerAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
-
* An account identifier of a `payer` for the scheduled transaction.
- hasPayerAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBodyOrBuilder
-
* An account identifier of a `payer` for the scheduled transaction.
- hasPayerAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An account identifier.
- hasPayerAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* An account identifier.
- hasPayerAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* An account identifier.
- hasPayment() - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader.Builder
-
* A signed `CryptoTransferTransaction` to pay query fees.
- hasPayment() - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader
-
* A signed `CryptoTransferTransaction` to pay query fees.
- hasPayment() - Method in interface com.hedera.hashgraph.sdk.proto.QueryHeaderOrBuilder
-
* A signed `CryptoTransferTransaction` to pay query fees.
- hasPendingAirdropId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord.Builder
-
* A unique, composite, identifier for a pending airdrop.
- hasPendingAirdropId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
-
* A unique, composite, identifier for a pending airdrop.
- hasPendingAirdropId() - Method in interface com.hedera.hashgraph.sdk.proto.PendingAirdropRecordOrBuilder
-
* A unique, composite, identifier for a pending airdrop.
- hasPendingAirdropValue() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* An amount of fungible tokens to be sent for this pending airdrop.
- hasPendingAirdropValue() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
-
* An amount of fungible tokens to be sent for this pending airdrop.
- hasPendingAirdropValue() - Method in interface com.hedera.hashgraph.sdk.proto.AccountPendingAirdropOrBuilder
-
* An amount of fungible tokens to be sent for this pending airdrop.
- hasPendingAirdropValue() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord.Builder
-
* A single pending airdrop amount.
- hasPendingAirdropValue() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
-
* A single pending airdrop amount.
- hasPendingAirdropValue() - Method in interface com.hedera.hashgraph.sdk.proto.PendingAirdropRecordOrBuilder
-
* A single pending airdrop amount.
- hasPreimage() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.Builder
-
* The bytes that are the preimage of the Keccak256 hash that forms the mapping key.
- hasPreimage() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
-
* The bytes that are the preimage of the Keccak256 hash that forms the mapping key.
- hasPreimage() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookMappingEntryOrBuilder
-
* The bytes that are the preimage of the Keccak256 hash that forms the mapping key.
- hasPreimageKey() - Method in class com.hedera.hashgraph.sdk.EvmHookMappingEntry
-
Check if this entry uses a preimage key.
- hasPrePostTxAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- hasPrePostTxAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- hasPrePostTxAllowanceHook() - Method in interface com.hedera.hashgraph.sdk.proto.AccountAmountOrBuilder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- hasPrePostTxReceiverAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- hasPrePostTxReceiverAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- hasPrePostTxReceiverAllowanceHook() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- hasPrePostTxSenderAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- hasPrePostTxSenderAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- hasPrePostTxSenderAllowanceHook() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- hasPreprocessedKeys() - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The aggregation and verification keys for the scheme.
- hasPreprocessedKeys() - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme
-
* The aggregation and verification keys for the scheme.
- hasPreprocessedKeys() - Method in interface com.hedera.hashgraph.sdk.proto.HintsSchemeOrBuilder
-
* The aggregation and verification keys for the scheme.
- hasPreprocessedKeys() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote.Builder
-
* The preprocessed keys this node is voting for.
- hasPreprocessedKeys() - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
-
* The preprocessed keys this node is voting for.
- hasPreprocessedKeys() - Method in interface com.hedera.hashgraph.sdk.proto.PreprocessingVoteOrBuilder
-
* The preprocessed keys this node is voting for.
- hasPreprocessingStartTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If the network has gathered enough hinTS keys for this construction to begin preprocessing, the cutoff time by which keys must have been adopted to be included as input to the preprocessing algorithm.
- hasPreprocessingStartTime() - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
-
* If the network has gathered enough hinTS keys for this construction to begin preprocessing, the cutoff time by which keys must have been adopted to be included as input to the preprocessing algorithm.
- hasPreprocessingStartTime() - Method in interface com.hedera.hashgraph.sdk.proto.HintsConstructionOrBuilder
-
* If the network has gathered enough hinTS keys for this construction to begin preprocessing, the cutoff time by which keys must have been adopted to be included as input to the preprocessing algorithm.
- hasPreTxAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- hasPreTxAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- hasPreTxAllowanceHook() - Method in interface com.hedera.hashgraph.sdk.proto.AccountAmountOrBuilder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- hasPreTxReceiverAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- hasPreTxReceiverAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- hasPreTxReceiverAllowanceHook() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- hasPreTxSenderAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- hasPreTxSenderAllowanceHook() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- hasPreTxSenderAllowanceHook() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- hasPreviousAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* A pending airdrop identifier.
- hasPreviousAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
-
* A pending airdrop identifier.
- hasPreviousAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.AccountPendingAirdropOrBuilder
-
* A pending airdrop identifier.
- hasPreviousHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, the id of the hook preceding this one in the owner's doubly-linked list of hooks.
- hasPreviousHookId() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState
-
* If set, the id of the hook preceding this one in the owner's doubly-linked list of hooks.
- hasPreviousHookId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStateOrBuilder
-
* If set, the id of the hook preceding this one in the owner's doubly-linked list of hooks.
- hasPreviousToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The Token ID of the previous entry in the associated Account's "virtual double-linked list" of token relationships.
- hasPreviousToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation
-
* The Token ID of the previous entry in the associated Account's "virtual double-linked list" of token relationships.
- hasPreviousToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationOrBuilder
-
* The Token ID of the previous entry in the associated Account's "virtual double-linked list" of token relationships.
- hasPrngBytes() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A pseudorandom 384-bit sequence.
- hasPrngBytes() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A pseudorandom 384-bit sequence.
- hasPrngBytes() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A pseudorandom 384-bit sequence.
- hasPrngNumber() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A pseudorandom 32-bit integer.<br/> <p> This SHALL be returned in the record of a PRNG transaction with an output range specified.
- hasPrngNumber() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A pseudorandom 32-bit integer.<br/> <p> This SHALL be returned in the record of a PRNG transaction with an output range specified.
- hasPrngNumber() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A pseudorandom 32-bit integer.<br/> <p> This SHALL be returned in the record of a PRNG transaction with an output range specified.
- hasProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote.Builder
-
* The history proof the submitting node is voting for.
- hasProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
-
* The history proof the submitting node is voting for.
- hasProof() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofVoteOrBuilder
-
* The history proof the submitting node is voting for.
- hasProofKey() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* The proof key the submitting node intends to use when contributing WRAPS messages for use in proving history belongs to the chain of trust for the ledger id.
- hasProofKey() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
-
* The proof key the submitting node intends to use when contributing WRAPS messages for use in proving history belongs to the chain of trust for the ledger id.
- hasProofKey() - Method in interface com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBodyOrBuilder
-
* The proof key the submitting node intends to use when contributing WRAPS messages for use in proving history belongs to the chain of trust for the ledger id.
- hasProxyAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
Deprecated.
- hasProxyAccountId() - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
-
Deprecated.
- hasProxyAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder
-
Deprecated.proto.GetAccountDetailsResponse.AccountDetails.proxy_account_id is deprecated. See get_account_details.proto;l=132
- hasProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
Deprecated.
- hasProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
Deprecated.
- hasProxyAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
Deprecated.proto.ContractCreateTransactionBody.proxyAccountID is deprecated. See contract_create.proto;l=145
- hasProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.
- hasProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
Deprecated.
- hasProxyAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
Deprecated.proto.ContractUpdateTransactionBody.proxyAccountID is deprecated. See contract_update.proto;l=82
- hasProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.
- hasProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
Deprecated.
- hasProxyAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoCreateTransactionBody.proxyAccountID is deprecated. See crypto_create.proto;l=63
- hasProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- hasProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
Deprecated.
- hasProxyAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.proxyAccountID is deprecated. See crypto_get_info.proto;l=124
- hasProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- hasProxyAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
Deprecated.
- hasProxyAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoUpdateTransactionBody.proxyAccountID is deprecated. See crypto_update.proto;l=76
- hasPublicationTime() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails.Builder
-
* The time at which the message was published.
- hasPublicationTime() - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
-
* The time at which the message was published.
- hasPublicationTime() - Method in interface com.hedera.hashgraph.sdk.proto.WrapsMessageDetailsOrBuilder
-
* The time at which the message was published.
- hasRealmID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Realm should be determined by node and network parameters.
- hasRealmID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Realm should be determined by node and network parameters.
- hasRealmID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Realm should be determined by node and network parameters.
- hasRealmID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The realm in which this account is created.
- hasRealmID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* The realm in which this account is created.
- hasRealmID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* The realm in which this account is created.
- hasRealmID() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A realm in which this file is created.
- hasRealmID() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
-
* A realm in which this file is created.
- hasRealmID() - Method in interface com.hedera.hashgraph.sdk.proto.FileCreateTransactionBodyOrBuilder
-
* A realm in which this file is created.
- hasReceipt() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A transaction receipt.
- hasReceipt() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
-
* A transaction receipt.
- hasReceipt() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponseOrBuilder
-
* A transaction receipt.
- hasReceipt() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction receipt.
- hasReceipt() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A transaction receipt.
- hasReceipt() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A transaction receipt.
- hasReceiverAccountID() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An Account identifier for the receiver.
- hasReceiverAccountID() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
-
* An Account identifier for the receiver.
- hasReceiverAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
-
* An Account identifier for the receiver.
- hasReceiveRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113
- hasReceiveRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
Deprecated.proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113
- hasReceiveRecordThreshold() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113
- hasReceiveRecordThresholdWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- hasReceiveRecordThresholdWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
Deprecated.
- hasReceiveRecordThresholdWrapper() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoUpdateTransactionBody.receiveRecordThresholdWrapper is deprecated. See crypto_update.proto;l=121
- hasReceiverId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A receiving account.
- hasReceiverId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
-
* A receiving account.
- hasReceiverId() - Method in interface com.hedera.hashgraph.sdk.proto.PendingAirdropIdOrBuilder
-
* A receiving account.
- hasReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155
- hasReceiverSigRequired() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
Deprecated.proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155
- hasReceiverSigRequired() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155
- hasReceiverSigRequiredWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A flag indicating the account holder must authorize all incoming token transfers.
- hasReceiverSigRequiredWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* A flag indicating the account holder must authorize all incoming token transfers.
- hasReceiverSigRequiredWrapper() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* A flag indicating the account holder must authorize all incoming token transfers.
- hasRegisteredNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new registered node in the network address book.
- hasRegisteredNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Create a new registered node in the network address book.
- hasRegisteredNodeCreate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Create a new registered node in the network address book.
- hasRegisteredNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new registered node in the network address book.
- hasRegisteredNodeCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a new registered node in the network address book.
- hasRegisteredNodeCreate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a new registered node in the network address book.
- hasRegisteredNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a registered node from the network address book.
- hasRegisteredNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete a registered node from the network address book.
- hasRegisteredNodeDelete() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete a registered node from the network address book.
- hasRegisteredNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a registered node from the network address book.
- hasRegisteredNodeDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete a registered node from the network address book.
- hasRegisteredNodeDelete() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete a registered node from the network address book.
- hasRegisteredNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a registered node in the network address book.
- hasRegisteredNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Update a registered node in the network address book.
- hasRegisteredNodeUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Update a registered node in the network address book.
- hasRegisteredNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a registered node in the network address book.
- hasRegisteredNodeUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update a registered node in the network address book.
- hasRegisteredNodeUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update a registered node in the network address book.
- hasResolutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The consensus timestamp of the transaction that executed or deleted this schedule.
- hasResolutionTime() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The consensus timestamp of the transaction that executed or deleted this schedule.
- hasResolutionTime() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The consensus timestamp of the transaction that executed or deleted this schedule.
- hasRosterSignatures() - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* The signatures from nodes in the active roster signing the new ledger id.<br/> These signatures establish a chain of trust from the network to the new ledger id.
- hasRosterSignatures() - Method in class com.hedera.hashgraph.sdk.proto.LedgerId
-
* The signatures from nodes in the active roster signing the new ledger id.<br/> These signatures establish a chain of trust from the network to the new ledger id.
- hasRosterSignatures() - Method in interface com.hedera.hashgraph.sdk.proto.LedgerIdOrBuilder
-
* The signatures from nodes in the active roster signing the new ledger id.<br/> These signatures establish a chain of trust from the network to the new ledger id.
- hasRoyaltyFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fee charged as royalty for any transfer of a non-fungible/unique token.
- hasRoyaltyFee() - Method in class com.hedera.hashgraph.sdk.proto.CustomFee
-
* A fee charged as royalty for any transfer of a non-fungible/unique token.
- hasRoyaltyFee() - Method in interface com.hedera.hashgraph.sdk.proto.CustomFeeOrBuilder
-
* A fee charged as royalty for any transfer of a non-fungible/unique token.
- hasRpcRelay() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A RPC Relay.<br/> A RPC Relay is a proxy and translator between EVM tooling and a Hiero consensus network.
- hasRpcRelay() - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
-
* A RPC Relay.<br/> A RPC Relay is a proxy and translator between EVM tooling and a Hiero consensus network.
- hasRpcRelay() - Method in interface com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOrBuilder
-
* A RPC Relay.<br/> A RPC Relay is a proxy and translator between EVM tooling and a Hiero consensus network.
- hasRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
Deprecated.proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068
- hasRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
Deprecated.proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068
- hasRSA3072() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
Deprecated.proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068
- hasRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* RSA-3072 signature bytes.
- hasRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.* RSA-3072 signature bytes.
- hasRSA3072() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureOrBuilder
-
Deprecated.* RSA-3072 signature bytes.
- hasRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
Deprecated.proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304
- hasRSA3072() - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair
-
Deprecated.proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304
- hasRSA3072() - Method in interface com.hedera.hashgraph.sdk.proto.SignaturePairOrBuilder
-
Deprecated.proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304
- hasScheduleCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a schedule.<br/> A schedule is a request to execute a specific transaction, included in the create body, in the future.
- hasScheduleCreate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a schedule.<br/> A schedule is a request to execute a specific transaction, included in the create body, in the future.
- hasScheduleCreate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a schedule.<br/> A schedule is a request to execute a specific transaction, included in the create body, in the future.
- hasScheduleDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- hasScheduleDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- hasScheduleDelete() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- hasScheduleDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- hasScheduleDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- hasScheduleDelete() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- hasScheduledTransaction() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The scheduled transaction to execute.
- hasScheduledTransaction() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The scheduled transaction to execute.
- hasScheduledTransaction() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The scheduled transaction to execute.
- hasScheduledTransactionBody() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A scheduled transaction.
- hasScheduledTransactionBody() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
-
* A scheduled transaction.
- hasScheduledTransactionBody() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBodyOrBuilder
-
* A scheduled transaction.
- hasScheduledTransactionBody() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A scheduled transaction.
- hasScheduledTransactionBody() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* A scheduled transaction.
- hasScheduledTransactionBody() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* A scheduled transaction.
- hasScheduledTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A transaction identifier.
- hasScheduledTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* A transaction identifier.
- hasScheduledTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* A transaction identifier.
- hasScheduledTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ScheduleCreate` or `ScheduleSign` that enables the scheduled transaction to execute immediately, the `TransactionID` that should be used to query for the receipt or record of the scheduled transaction that was executed.
- hasScheduledTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `ScheduleCreate` or `ScheduleSign` that enables the scheduled transaction to execute immediately, the `TransactionID` that should be used to query for the receipt or record of the scheduled transaction that was executed.
- hasScheduledTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `ScheduleCreate` or `ScheduleSign` that enables the scheduled transaction to execute immediately, the `TransactionID` that should be used to query for the receipt or record of the scheduled transaction that was executed.
- hasScheduleGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a schedule.<br/> A schedule is a request to execute a transaction at a future time.
- hasScheduleGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get metadata for a schedule.<br/> A schedule is a request to execute a transaction at a future time.
- hasScheduleGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get metadata for a schedule.<br/> A schedule is a request to execute a transaction at a future time.
- hasScheduleGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a scheduled transaction.
- hasScheduleGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting detail for a scheduled transaction.
- hasScheduleGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting detail for a scheduled transaction.
- hasScheduleId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* This schedule's ID within the global network state.
- hasScheduleId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* This schedule's ID within the global network state.
- hasScheduleId() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* This schedule's ID within the global network state.
- hasScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody.Builder
-
* A schedule identifier.
- hasScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
-
* A schedule identifier.
- hasScheduleID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBodyOrBuilder
-
* A schedule identifier.
- hasScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery.Builder
-
* A schedule identifier.
- hasScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
-
* A schedule identifier.
- hasScheduleID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQueryOrBuilder
-
* A schedule identifier.
- hasScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A schedule identifier.
- hasScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* A schedule identifier.
- hasScheduleID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* A schedule identifier.
- hasScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody.Builder
-
* A schedule identifier.
- hasScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
-
* A schedule identifier.
- hasScheduleID() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBodyOrBuilder
-
* A schedule identifier.
- hasScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ScheduleCreate`, the id of the newly created Scheduled Entity
- hasScheduleID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `ScheduleCreate`, the id of the newly created Scheduled Entity
- hasScheduleID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `ScheduleCreate`, the id of the newly created Scheduled Entity
- hasScheduleInfo() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse.Builder
-
* Detail information for a schedule.
- hasScheduleInfo() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
-
* Detail information for a schedule.
- hasScheduleInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponseOrBuilder
-
* Detail information for a schedule.
- hasSchedulerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The scheduler account for this schedule.
- hasSchedulerAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The scheduler account for this schedule.
- hasSchedulerAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The scheduler account for this schedule.
- hasScheduleRef() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A schedule reference.<br/> The reference to a schedule ID for the schedule that initiated this transaction, if this this transaction record represents a scheduled transaction.
- hasScheduleRef() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A schedule reference.<br/> The reference to a schedule ID for the schedule that initiated this transaction, if this this transaction record represents a scheduled transaction.
- hasScheduleRef() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A schedule reference.<br/> The reference to a schedule ID for the schedule that initiated this transaction, if this this transaction record represents a scheduled transaction.
- hasScheduleSign() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Sign a schedule.<br/> Add one or more cryptographic keys to the list of keys that have signed a schedule, and which may serve to meet the signature requirements for the scheduled transaction.
- hasScheduleSign() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Sign a schedule.<br/> Add one or more cryptographic keys to the list of keys that have signed a schedule, and which may serve to meet the signature requirements for the scheduled transaction.
- hasScheduleSign() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Sign a schedule.<br/> Add one or more cryptographic keys to the list of keys that have signed a schedule, and which may serve to meet the signature requirements for the scheduled transaction.
- hasScheduleValidStart() - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The transaction valid start value for this schedule.
- hasScheduleValidStart() - Method in class com.hedera.hashgraph.sdk.proto.Schedule
-
* The transaction valid start value for this schedule.
- hasScheduleValidStart() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleOrBuilder
-
* The transaction valid start value for this schedule.
- hasSenderAccountID() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An Account identifier for the sender.
- hasSenderAccountID() - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer
-
* An Account identifier for the sender.
- hasSenderAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.NftTransferOrBuilder
-
* An Account identifier for the sender.
- hasSenderId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The account that is the "sender" for this contract call.
- hasSenderId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
-
* The account that is the "sender" for this contract call.
- hasSenderId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCallLocalQueryOrBuilder
-
* The account that is the "sender" for this contract call.
- hasSenderId() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* The account that was the "sender" for this contract call.<br/> If this is not set it SHALL be read from the accountId in the transactionId for the contract call.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- hasSenderId() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* The account that was the "sender" for this contract call.<br/> If this is not set it SHALL be read from the accountId in the transactionId for the contract call.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- hasSenderId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* The account that was the "sender" for this contract call.<br/> If this is not set it SHALL be read from the accountId in the transactionId for the contract call.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- hasSenderId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* The Hedera id of the caller.<br/>
- hasSenderId() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* The Hedera id of the caller.<br/>
- hasSenderId() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* The Hedera id of the caller.<br/>
- hasSenderId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A sending account.
- hasSenderId() - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
-
* A sending account.
- hasSenderId() - Method in interface com.hedera.hashgraph.sdk.proto.PendingAirdropIdOrBuilder
-
* A sending account.
- hasSendRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93
- hasSendRecordThreshold() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
Deprecated.proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93
- hasSendRecordThreshold() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93
- hasSendRecordThresholdWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- hasSendRecordThresholdWrapper() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
Deprecated.
- hasSendRecordThresholdWrapper() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
Deprecated.proto.CryptoUpdateTransactionBody.sendRecordThresholdWrapper is deprecated. See crypto_update.proto;l=101
- hasServicedata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the network for providing the immediate and ongoing services associated with executing the transaction, maintaining the network, and developing the network software.
- hasServicedata() - Method in class com.hedera.hashgraph.sdk.proto.FeeData
-
* Fee components to be paid to the network for providing the immediate and ongoing services associated with executing the transaction, maintaining the network, and developing the network software.
- hasServicedata() - Method in interface com.hedera.hashgraph.sdk.proto.FeeDataOrBuilder
-
* Fee components to be paid to the network for providing the immediate and ongoing services associated with executing the transaction, maintaining the network, and developing the network software.
- hasShardID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Shard should be determined by the node the transaction is submitted to.
- hasShardID() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Shard should be determined by the node the transaction is submitted to.
- hasShardID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Shard should be determined by the node the transaction is submitted to.
- hasShardID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The shard in which this account is created <p> Currently, this MUST be `0`.<br/> If the desired shard is `0`, this SHOULD NOT be set.
- hasShardID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* The shard in which this account is created <p> Currently, this MUST be `0`.<br/> If the desired shard is `0`, this SHOULD NOT be set.
- hasShardID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* The shard in which this account is created <p> Currently, this MUST be `0`.<br/> If the desired shard is `0`, this SHOULD NOT be set.
- hasShardID() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A shard in which this file is created
- hasShardID() - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
-
* A shard in which this file is created
- hasShardID() - Method in interface com.hedera.hashgraph.sdk.proto.FileCreateTransactionBodyOrBuilder
-
* A shard in which this file is created
- hasShutDownNow - Variable in class com.hedera.hashgraph.sdk.BaseNetwork
- hasSigMap() - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction.Builder
-
* A set of cryptographic signatures.
- hasSigMap() - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
-
* A set of cryptographic signatures.
- hasSigMap() - Method in interface com.hedera.hashgraph.sdk.proto.SignedTransactionOrBuilder
-
* A set of cryptographic signatures.
- hasSigMap() - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- hasSigMap() - Method in class com.hedera.hashgraph.sdk.proto.Transaction
-
Deprecated.
- hasSigMap() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionOrBuilder
-
Deprecated.proto.Transaction.sigMap is deprecated. See transaction.proto;l=141
- hasSignature() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody.Builder
-
* This node's signature on its computed history.
- hasSignature() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
-
* This node's signature on its computed history.
- hasSignature() - Method in interface com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBodyOrBuilder
-
* This node's signature on its computed history.
- hasSignatureList() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* A list of M signatures, each corresponding to a Key in a KeyList of the same length.
- hasSignatureList() - Method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.* A list of M signatures, each corresponding to a Key in a KeyList of the same length.
- hasSignatureList() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureOrBuilder
-
Deprecated.* A list of M signatures, each corresponding to a Key in a KeyList of the same length.
- hasSignerNonce() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A nonce value for the "signer account".<br/> If the contract call updated the signer nonce for the signer account (i.e.
- hasSignerNonce() - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
-
* A nonce value for the "signer account".<br/> If the contract call updated the signer nonce for the signer account (i.e.
- hasSignerNonce() - Method in interface com.hedera.hashgraph.sdk.proto.ContractFunctionResultOrBuilder
-
* A nonce value for the "signer account".<br/> If the contract call updated the signer nonce for the signer account (i.e.
- hasSignerNonce() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* In an EthereumTransaction, the nonce of the signer account at the end of the transaction.<br/>
- hasSignerNonce() - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
-
* In an EthereumTransaction, the nonce of the signer account at the end of the transaction.<br/>
- hasSignerNonce() - Method in interface com.hedera.hashgraph.sdk.proto.EvmTransactionResultOrBuilder
-
* In an EthereumTransaction, the nonce of the signer account at the end of the transaction.<br/>
- hasSigners() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A list of "valid" signatures for this schedule.<br/> This list contains only "primitive" (i.e.
- hasSigners() - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
-
* A list of "valid" signatures for this schedule.<br/> This list contains only "primitive" (i.e.
- hasSigners() - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleInfoOrBuilder
-
* A list of "valid" signatures for this schedule.<br/> This list contains only "primitive" (i.e.
- hasSigningTime() - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature.Builder
-
* The time at which the signature was recorded.
- hasSigningTime() - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
-
* The time at which the signature was recorded.
- hasSigningTime() - Method in interface com.hedera.hashgraph.sdk.proto.RecordedHistorySignatureOrBuilder
-
* The time at which the signature was recorded.
- hasSigs() - Method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature.Builder
-
Deprecated.* For an N-of-M threshold key, this is a list of M signatures, at least N of which must be non-null.
- hasSigs() - Method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.* For an N-of-M threshold key, this is a list of M signatures, at least N of which must be non-null.
- hasSigs() - Method in interface com.hedera.hashgraph.sdk.proto.ThresholdSignatureOrBuilder
-
Deprecated.* For an N-of-M threshold key, this is a list of M signatures, at least N of which must be non-null.
- hasSigs() - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- hasSigs() - Method in class com.hedera.hashgraph.sdk.proto.Transaction
-
Deprecated.
- hasSigs() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionOrBuilder
-
Deprecated.proto.Transaction.sigs is deprecated. See transaction.proto;l=135
- hasSpec() - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* The specification for the hook.
- hasSpec() - Method in class com.hedera.hashgraph.sdk.proto.EvmHook
-
* The specification for the hook.
- hasSpec() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookOrBuilder
-
* The specification for the hook.
- hasSpender() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- hasSpender() - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- hasSpender() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoAllowanceOrBuilder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- hasSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- hasSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
-
* The identifier for the spending account associated with this allowance.
- hasSpender() - Method in interface com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowanceOrBuilder
-
* The identifier for the spending account associated with this allowance.
- hasSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- hasSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
-
* The identifier for the spending account associated with this allowance.
- hasSpender() - Method in interface com.hedera.hashgraph.sdk.proto.GrantedNftAllowanceOrBuilder
-
* The identifier for the spending account associated with this allowance.
- hasSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- hasSpender() - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
-
* The identifier for the spending account associated with this allowance.
- hasSpender() - Method in interface com.hedera.hashgraph.sdk.proto.GrantedTokenAllowanceOrBuilder
-
* The identifier for the spending account associated with this allowance.
- hasSpender() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- hasSpender() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- hasSpender() - Method in interface com.hedera.hashgraph.sdk.proto.NftAllowanceOrBuilder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- hasSpender() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- hasSpender() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- hasSpender() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAllowanceOrBuilder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- hasSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- hasSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
-
* The identifier for the spending account associated with this allowance.
- hasSpenderId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowanceOrBuilder
-
* The identifier for the spending account associated with this allowance.
- hasSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- hasSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
-
* The identifier for the spending account associated with this allowance.
- hasSpenderId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountCryptoAllowanceOrBuilder
-
* The identifier for the spending account associated with this allowance.
- hasSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- hasSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
-
* The identifier for the spending account associated with this allowance.
- hasSpenderId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowanceOrBuilder
-
* The identifier for the spending account associated with this allowance.
- hasSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The account or contract id approved to spend this NFT.
- hasSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.Nft
-
* The account or contract id approved to spend this NFT.
- hasSpenderId() - Method in interface com.hedera.hashgraph.sdk.proto.NftOrBuilder
-
* The account or contract id approved to spend this NFT.
- hasSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* If an allowance is granted for the NFT, its corresponding spender account
- hasSpenderId() - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
-
* If an allowance is granted for the NFT, its corresponding spender account
- hasSpenderId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenNftInfoOrBuilder
-
* If an allowance is granted for the NFT, its corresponding spender account
- hasStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An identifier for the account to which this account is staking its balances as a proxy.
- hasStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* An identifier for the account to which this account is staking its balances as a proxy.
- hasStakedAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* An identifier for the account to which this account is staking its balances as a proxy.
- hasStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* An account ID.
- hasStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* An account ID.
- hasStakedAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* An account ID.
- hasStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* An account identifier.<br/> A staked account acts as a proxy, and this contract effectively nominates the same node as the identified account.
- hasStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* An account identifier.<br/> A staked account acts as a proxy, and this contract effectively nominates the same node as the identified account.
- hasStakedAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* An account identifier.<br/> A staked account acts as a proxy, and this contract effectively nominates the same node as the identified account.
- hasStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* ID of the account to which this account is staking its balances.
- hasStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* ID of the account to which this account is staking its balances.
- hasStakedAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* ID of the account to which this account is staking its balances.
- hasStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* ID of the account to which this account is staking its balances.
- hasStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* ID of the account to which this account is staking its balances.
- hasStakedAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* ID of the account to which this account is staking its balances.
- hasStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A delegated stake.
- hasStakedAccountId() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo
-
* A delegated stake.
- hasStakedAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.StakingInfoOrBuilder
-
* A delegated stake.
- hasStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An identifier for the node this account is staked to.
- hasStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.Account
-
* An identifier for the node this account is staked to.
- hasStakedNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountOrBuilder
-
* An identifier for the node this account is staked to.
- hasStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The ID of a network node.
- hasStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
-
* The ID of a network node.
- hasStakedNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBodyOrBuilder
-
* The ID of a network node.
- hasStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* A node identifier.<br/> A staked node identifier indicates the consensus node that this account nominates for staking.
- hasStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
-
* A node identifier.<br/> A staked node identifier indicates the consensus node that this account nominates for staking.
- hasStakedNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBodyOrBuilder
-
* A node identifier.<br/> A staked node identifier indicates the consensus node that this account nominates for staking.
- hasStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* ID of the node this account is staked to.
- hasStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
-
* ID of the node this account is staked to.
- hasStakedNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBodyOrBuilder
-
* ID of the node this account is staked to.
- hasStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* ID of the node this account is staked to.
- hasStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
-
* ID of the node this account is staked to.
- hasStakedNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBodyOrBuilder
-
* ID of the node this account is staked to.
- hasStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A direct stake.
- hasStakedNodeId() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo
-
* A direct stake.
- hasStakedNodeId() - Method in interface com.hedera.hashgraph.sdk.proto.StakingInfoOrBuilder
-
* A direct stake.
- hasStakePeriodStart() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A `Timestamp` of the start time for the latest active staking period.
- hasStakePeriodStart() - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo
-
* A `Timestamp` of the start time for the latest active staking period.
- hasStakePeriodStart() - Method in interface com.hedera.hashgraph.sdk.proto.StakingInfoOrBuilder
-
* A `Timestamp` of the start time for the latest active staking period.
- hasStakers() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse.Builder
-
Deprecated.* List of accounts proxy staking to this account, and the amount each is currently proxy staking
- hasStakers() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.* List of accounts proxy staking to this account, and the amount each is currently proxy staking
- hasStakers() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponseOrBuilder
-
Deprecated.* List of accounts proxy staking to this account, and the amount each is currently proxy staking
- hasStakingInfo() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* Staking information for this contract.
- hasStakingInfo() - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
-
* Staking information for this contract.
- hasStakingInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfoOrBuilder
-
* Staking information for this contract.
- hasStakingInfo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* Staking information for this account.
- hasStakingInfo() - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
-
* Staking information for this account.
- hasStakingInfo() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder
-
* Staking information for this account.
- hasStakingRewardFeeFraction() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A fraction of network and service fees paid to the "general" reward account.<br/> The general staking rewards are paid from the designated reward account `0.0.800`, which receives a fraction of network and service fees for each transaction.
- hasStakingRewardFeeFraction() - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
-
* A fraction of network and service fees paid to the "general" reward account.<br/> The general staking rewards are paid from the designated reward account `0.0.800`, which receives a fraction of network and service fees for each transaction.
- hasStakingRewardFeeFraction() - Method in interface com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBodyOrBuilder
-
* A fraction of network and service fees paid to the "general" reward account.<br/> The general staking rewards are paid from the designated reward account `0.0.800`, which receives a fraction of network and service fees for each transaction.
- hasStartTime() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* A start time for the freeze.
- hasStartTime() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
-
* A start time for the freeze.
- hasStartTime() - Method in interface com.hedera.hashgraph.sdk.proto.FreezeTransactionBodyOrBuilder
-
* A start time for the freeze.
- hasStateSignatureTransaction() - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction.Builder
-
* A state signature.
- hasStateSignatureTransaction() - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction
-
* A state signature.
- hasStateSignatureTransaction() - Method in interface com.hedera.hapi.platform.event.legacy.EventTransactionOrBuilder
-
* A state signature.
- hasStateSignatureTransaction() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for signature of a state root hash gossiped to other nodes
- hasStateSignatureTransaction() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction body for signature of a state root hash gossiped to other nodes
- hasStateSignatureTransaction() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction body for signature of a state root hash gossiped to other nodes
- hasStorageSlot() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.Builder
-
* An explicit storage slot update.
- hasStorageSlot() - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
-
* An explicit storage slot update.
- hasStorageSlot() - Method in interface com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdateOrBuilder
-
* An explicit storage slot update.
- hasSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for message submission to the topic.
- hasSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
-
* Access control for message submission to the topic.
- hasSubmitKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBodyOrBuilder
-
* Access control for message submission to the topic.
- hasSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A key that MUST sign any transaction to submit a message to this topic.
- hasSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
-
* A key that MUST sign any transaction to submit a message to this topic.
- hasSubmitKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOrBuilder
-
* A key that MUST sign any transaction to submit a message to this topic.
- hasSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Updated access control for message submission to the topic.
- hasSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* Updated access control for message submission to the topic.
- hasSubmitKey() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* Updated access control for message submission to the topic.
- hasSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for message submission to the topic.
- hasSubmitKey() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* Access control for message submission to the topic.
- hasSubmitKey() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* Access control for message submission to the topic.
- hasSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of token mint/burn for this token.
- hasSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access control of token mint/burn for this token.
- hasSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for "minting" and "burning" tokens.
- hasSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for "minting" and "burning" tokens.
- hasSupplyKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for "minting" and "burning" tokens.
- hasSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of token mint/burn for this token.
- hasSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access control of token mint/burn for this token.
- hasSupplyKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access control of token mint/burn for this token.
- hasSupplyKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access control of token mint/burn for this token.
- hasSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for "minting" and "burning" tokens.
- hasSupplyKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for "minting" and "burning" tokens.
- hasSupplyKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for "minting" and "burning" tokens.
- hasSystemDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- hasSystemDelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- hasSystemDelete() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- hasSystemDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- hasSystemDelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- hasSystemDelete() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- hasSystemUndelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- hasSystemUndelete() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- hasSystemUndelete() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- hasSystemUndelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- hasSystemUndelete() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- hasSystemUndelete() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- hasTargetHistory() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The target history of the proof.
- hasTargetHistory() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof
-
* The target history of the proof.
- hasTargetHistory() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofOrBuilder
-
* The target history of the proof.
- hasTargetProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* When this construction is complete, the proof that the target roster's address book and associated metadata belong to the ledger id's chain of trust.
- hasTargetProof() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* When this construction is complete, the proof that the target roster's address book and associated metadata belong to the ledger id's chain of trust.
- hasTargetProof() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* When this construction is complete, the proof that the target roster's address book and associated metadata belong to the ledger id's chain of trust.
- hasThresholdKey() - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A threshold, M, combined with a list of N keys, any M of which are sufficient to form a valid signature.
- hasThresholdKey() - Method in class com.hedera.hashgraph.sdk.proto.Key
-
* A threshold, M, combined with a list of N keys, any M of which are sufficient to form a valid signature.
- hasThresholdKey() - Method in interface com.hedera.hashgraph.sdk.proto.KeyOrBuilder
-
* A threshold, M, combined with a list of N keys, any M of which are sufficient to form a valid signature.
- hasThresholdSignature() - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* A list of signatures for a single N-of-M threshold Key.
- hasThresholdSignature() - Method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.* A list of signatures for a single N-of-M threshold Key.
- hasThresholdSignature() - Method in interface com.hedera.hashgraph.sdk.proto.SignatureOrBuilder
-
Deprecated.* A list of signatures for a single N-of-M threshold Key.
- hasTimeCreated() - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The wall clock time at which the event was created, according to the node creating the event.<br/> If the event has a self parent, this timestamp MUST be strictly greater than the `time_created` of the self parent.
- hasTimeCreated() - Method in class com.hedera.hapi.platform.event.legacy.EventCore
-
* The wall clock time at which the event was created, according to the node creating the event.<br/> If the event has a self parent, this timestamp MUST be strictly greater than the `time_created` of the self parent.
- hasTimeCreated() - Method in interface com.hedera.hapi.platform.event.legacy.EventCoreOrBuilder
-
* The wall clock time at which the event was created, according to the node creating the event.<br/> If the event has a self parent, this timestamp MUST be strictly greater than the `time_created` of the self parent.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
-
* A token identifier.
- hasToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBodyOrBuilder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody.Builder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
-
* A token identifier.
- hasToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBodyOrBuilder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody.Builder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
-
* A token identifier.
- hasToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBodyOrBuilder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery.Builder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
-
* A token identifier.
- hasToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetInfoQueryOrBuilder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody.Builder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
-
* A token identifier.
- hasToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBodyOrBuilder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
-
* A token identifier.
- hasToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenMintTransactionBodyOrBuilder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody.Builder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
-
* A token identifier.
- hasToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBodyOrBuilder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody.Builder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
-
* A token identifier.
- hasToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBodyOrBuilder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A token identifier.<br/> This is the token to be transferred.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
-
* A token identifier.<br/> This is the token to be transferred.
- hasToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenTransferListOrBuilder
-
* A token identifier.<br/> This is the token to be transferred.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody.Builder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
-
* A token identifier.
- hasToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBodyOrBuilder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody.Builder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
-
* A token identifier.
- hasToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBodyOrBuilder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A token identifier.<br/> This is the token type (i.e.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
-
* A token identifier.<br/> This is the token type (i.e.
- hasToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBodyOrBuilder
-
* A token identifier.<br/> This is the token type (i.e.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* A token identifier.
- hasToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* A token identifier.
- hasToken() - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
-
* A token identifier.
- hasToken() - Method in interface com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBodyOrBuilder
-
* A token identifier.
- hasTokenAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Send an "airdrop" of tokens to one or more recipients.
- hasTokenAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Send an "airdrop" of tokens to one or more recipients.
- hasTokenAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Send an "airdrop" of tokens to one or more recipients.
- hasTokenAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* "Airdrop" tokens.<br/> This transaction sends tokens from one or more "sender" accounts to one or more "recipient" accounts.
- hasTokenAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* "Airdrop" tokens.<br/> This transaction sends tokens from one or more "sender" accounts to one or more "recipient" accounts.
- hasTokenAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* "Airdrop" tokens.<br/> This transaction sends tokens from one or more "sender" accounts to one or more "recipient" accounts.
- hasTokenAssociate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Associate tokens to an account.
- hasTokenAssociate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Associate tokens to an account.
- hasTokenAssociate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Associate tokens to an account.
- hasTokenAssociate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Associate tokens to an account.
- hasTokenAssociate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Associate tokens to an account.
- hasTokenAssociate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Associate tokens to an account.
- hasTokenBurn() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- hasTokenBurn() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- hasTokenBurn() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- hasTokenBurn() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- hasTokenBurn() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- hasTokenBurn() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- hasTokenCancelAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Cancel an "airdrop".<br/> This transaction cancels a pending airdrop for one or more recipients.
- hasTokenCancelAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Cancel an "airdrop".<br/> This transaction cancels a pending airdrop for one or more recipients.
- hasTokenCancelAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Cancel an "airdrop".<br/> This transaction cancels a pending airdrop for one or more recipients.
- hasTokenCancelAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Cancel one or more "pending" airdrops that are not yet claimed.
- hasTokenCancelAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Cancel one or more "pending" airdrops that are not yet claimed.
- hasTokenCancelAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Cancel one or more "pending" airdrops that are not yet claimed.
- hasTokenClaimAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Claim an "airdrop".
- hasTokenClaimAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Claim an "airdrop".
- hasTokenClaimAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Claim an "airdrop".
- hasTokenClaimAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Claim one or more "pending" airdrops.
- hasTokenClaimAirdrop() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Claim one or more "pending" airdrops.
- hasTokenClaimAirdrop() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Claim one or more "pending" airdrops.
- hasTokenCreation() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new Hedera token.
- hasTokenCreation() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Create a new Hedera token.
- hasTokenCreation() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Create a new Hedera token.
- hasTokenCreation() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new Hedera token.
- hasTokenCreation() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Create a new Hedera token.
- hasTokenCreation() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Create a new Hedera token.
- hasTokenDeletion() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Deletes an Hedera token.<br/> The token will be marked deleted.
- hasTokenDeletion() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Deletes an Hedera token.<br/> The token will be marked deleted.
- hasTokenDeletion() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Deletes an Hedera token.<br/> The token will be marked deleted.
- hasTokenDeletion() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete an Hedera token.<br/> The token will be marked deleted.
- hasTokenDeletion() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Delete an Hedera token.<br/> The token will be marked deleted.
- hasTokenDeletion() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Delete an Hedera token.<br/> The token will be marked deleted.
- hasTokenDissociate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Dissociate tokens from an account.
- hasTokenDissociate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Dissociate tokens from an account.
- hasTokenDissociate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Dissociate tokens from an account.
- hasTokenDissociate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Dissociate tokens from an account.
- hasTokenDissociate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Dissociate tokens from an account.
- hasTokenDissociate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Dissociate tokens from an account.
- hasTokenFeeScheduleUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- hasTokenFeeScheduleUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- hasTokenFeeScheduleUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- hasTokenFeeScheduleUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- hasTokenFeeScheduleUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- hasTokenFeeScheduleUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- hasTokenFreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- hasTokenFreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- hasTokenFreeze() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- hasTokenFreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- hasTokenFreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- hasTokenFreeze() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- hasTokenGetAccountNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- hasTokenGetAccountNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
Deprecated.
- hasTokenGetAccountNftInfos() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
Deprecated.proto.Query.tokenGetAccountNftInfos is deprecated. See query.proto;l=200
- hasTokenGetAccountNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens owned by an account.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were added to the account.
- hasTokenGetAccountNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens owned by an account.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were added to the account.
- hasTokenGetAccountNftInfos() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens owned by an account.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were added to the account.
- hasTokenGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a token.
- hasTokenGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get metadata for a token.
- hasTokenGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get metadata for a token.
- hasTokenGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting metadata for a specific Token.
- hasTokenGetInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting metadata for a specific Token.
- hasTokenGetInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting metadata for a specific Token.
- hasTokenGetNftInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a specific, serial numbered, non-fungible/unique token (NFT).
- hasTokenGetNftInfo() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get metadata for a specific, serial numbered, non-fungible/unique token (NFT).
- hasTokenGetNftInfo() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get metadata for a specific, serial numbered, non-fungible/unique token (NFT).
- hasTokenGetNftInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a specific non-fungible/unique token selected by both token identifier and serial number.
- hasTokenGetNftInfo() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting detail for a specific non-fungible/unique token selected by both token identifier and serial number.
- hasTokenGetNftInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting detail for a specific non-fungible/unique token selected by both token identifier and serial number.
- hasTokenGetNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- hasTokenGetNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
Deprecated.
- hasTokenGetNftInfos() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
Deprecated.proto.Query.tokenGetNftInfos is deprecated. See query.proto;l=215
- hasTokenGetNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were minted.
- hasTokenGetNftInfos() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were minted.
- hasTokenGetNftInfos() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were minted.
- hasTokenGrantKyc() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- hasTokenGrantKyc() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- hasTokenGrantKyc() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- hasTokenGrantKyc() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- hasTokenGrantKyc() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- hasTokenGrantKyc() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance.Builder
-
* The identifier for the token associated with this allowance.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
-
* The identifier for the token associated with this allowance.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowanceOrBuilder
-
* The identifier for the token associated with this allowance.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
* The identifier for the token associated with this allowance.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
-
* The identifier for the token associated with this allowance.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowanceOrBuilder
-
* The identifier for the token associated with this allowance.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* The token transferred to satisfy this fee.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
-
* The token transferred to satisfy this fee.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.AssessedCustomFeeOrBuilder
-
* The token transferred to satisfy this fee.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair.Builder
-
Deprecated.* A token identifier for the associated token.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.* A token identifier for the associated token.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.EntityIDPairOrBuilder
-
Deprecated.* A token identifier for the associated token.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance.Builder
-
* The identifier for the token associated with this allowance.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
-
* The identifier for the token associated with this allowance.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.GrantedNftAllowanceOrBuilder
-
* The identifier for the token associated with this allowance.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
* The identifier for the token associated with this allowance.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
-
* The identifier for the token associated with this allowance.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.GrantedTokenAllowanceOrBuilder
-
* The identifier for the token associated with this allowance.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.NftAllowanceOrBuilder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* A token identifier.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
-
* A token identifier.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.NftRemoveAllowanceOrBuilder
-
* A token identifier.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A unique identifier for this token.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A unique identifier for this token.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAllowanceOrBuilder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation.Builder
-
* A token identifier for the associated token.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
-
* A token identifier for the associated token.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenAssociationOrBuilder
-
* A token identifier for the associated token.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance.Builder
-
* A token identifier.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance
-
* A token identifier.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenBalanceOrBuilder
-
* A token identifier.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A token identifier.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
-
* A token identifier.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBodyOrBuilder
-
* A token identifier.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A unique identifier for this token.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A unique identifier for this token.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A unique identifier for this token.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A unique identifier for this token.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A token identifier.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation
-
* A token identifier.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationOrBuilder
-
* A token identifier.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A token identifier.
- hasTokenId() - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
-
* A token identifier.
- hasTokenId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenRelationshipOrBuilder
-
* A token identifier.
- hasTokenID() - Method in class com.hedera.hashgraph.sdk.proto.NftID.Builder
-
* A token identifier.<br/> This token represents the collection containing this NFT.
- hasTokenID() - Method in class com.hedera.hashgraph.sdk.proto.NftID
-
* A token identifier.<br/> This token represents the collection containing this NFT.
- hasTokenID() - Method in interface com.hedera.hashgraph.sdk.proto.NftIDOrBuilder
-
* A token identifier.<br/> This token represents the collection containing this NFT.
- hasTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* A token identifier.
- hasTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
-
* A token identifier.
- hasTokenID() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQueryOrBuilder
-
* A token identifier.
- hasTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A token identifier.
- hasTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
-
* A token identifier.
- hasTokenID() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponseOrBuilder
-
* A token identifier.
- hasTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `CreateToken`, the id of the newly created token
- hasTokenID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `CreateToken`, the id of the newly created token
- hasTokenID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `CreateToken`, the id of the newly created token
- hasTokenInfo() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse.Builder
-
* The information requested for the identified token.
- hasTokenInfo() - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
-
* The information requested for the identified token.
- hasTokenInfo() - Method in interface com.hedera.hashgraph.sdk.proto.TokenGetInfoResponseOrBuilder
-
* The information requested for the identified token.
- hasTokenMint() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- hasTokenMint() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- hasTokenMint() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- hasTokenMint() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- hasTokenMint() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- hasTokenMint() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- hasTokenPause() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Pause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- hasTokenPause() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Pause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- hasTokenPause() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Pause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- hasTokenPause() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Pause a Token.
- hasTokenPause() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Pause a Token.
- hasTokenPause() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Pause a Token.
- hasTokenReject() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* "Reject" undesired tokens.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- hasTokenReject() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* "Reject" undesired tokens.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- hasTokenReject() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* "Reject" undesired tokens.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- hasTokenReject() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Reject and return a token to treasury.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- hasTokenReject() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Reject and return a token to treasury.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- hasTokenReject() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Reject and return a token to treasury.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- hasTokenRevokeKyc() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Revoke KYC from an account with respect to a token.
- hasTokenRevokeKyc() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Revoke KYC from an account with respect to a token.
- hasTokenRevokeKyc() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Revoke KYC from an account with respect to a token.
- hasTokenRevokeKyc() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Revoke KYC from an account with respect to a token.
- hasTokenRevokeKyc() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Revoke KYC from an account with respect to a token.
- hasTokenRevokeKyc() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Revoke KYC from an account with respect to a token.
- hasTokenUnfreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Unfreeze an account with respect to a token.
- hasTokenUnfreeze() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Unfreeze an account with respect to a token.
- hasTokenUnfreeze() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Unfreeze an account with respect to a token.
- hasTokenUnfreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unfreeze an account with respect to a token.
- hasTokenUnfreeze() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Unfreeze an account with respect to a token.
- hasTokenUnfreeze() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Unfreeze an account with respect to a token.
- hasTokenUnpause() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Unpause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- hasTokenUnpause() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Unpause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- hasTokenUnpause() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Unpause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- hasTokenUnpause() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unpause a Token.
- hasTokenUnpause() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Unpause a Token.
- hasTokenUnpause() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Unpause a Token.
- hasTokenUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- hasTokenUpdate() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- hasTokenUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- hasTokenUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- hasTokenUpdate() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- hasTokenUpdate() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- hasTokenUpdateNfts() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- hasTokenUpdateNfts() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- hasTokenUpdateNfts() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- hasTokenUpdateNfts() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- hasTokenUpdateNfts() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- hasTokenUpdateNfts() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- hasTokenWipe() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- hasTokenWipe() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- hasTokenWipe() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- hasTokenWipe() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- hasTokenWipe() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- hasTokenWipe() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- hasTopicId() - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The topic's ID.
- hasTopicId() - Method in class com.hedera.hashgraph.sdk.proto.Topic
-
* The topic's ID.
- hasTopicId() - Method in interface com.hedera.hashgraph.sdk.proto.TopicOrBuilder
-
* The topic's ID.
- hasTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody.Builder
-
* Topic to be deleted.
- hasTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
-
* Topic to be deleted.
- hasTopicID() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBodyOrBuilder
-
* Topic to be deleted.
- hasTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery.Builder
-
* A topic ID.
- hasTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
-
* A topic ID.
- hasTopicID() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQueryOrBuilder
-
* A topic ID.
- hasTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* The ID of the topic requested in the query.
- hasTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
-
* The ID of the topic requested in the query.
- hasTopicID() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponseOrBuilder
-
* The ID of the topic requested in the query.
- hasTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* Topic to submit message to.
- hasTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
-
* Topic to submit message to.
- hasTopicID() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBodyOrBuilder
-
* Topic to submit message to.
- hasTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* The topic ID specifying the topic to update.
- hasTopicID() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
-
* The topic ID specifying the topic to update.
- hasTopicID() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBodyOrBuilder
-
* The topic ID specifying the topic to update.
- hasTopicID() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* A required topic ID to retrieve messages for.
- hasTopicID() - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
-
* A required topic ID to retrieve messages for.
- hasTopicID() - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQueryOrBuilder
-
* A required topic ID to retrieve messages for.
- hasTopicID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusCreateTopic`, the id of the newly created topic.
- hasTopicID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
-
* In the receipt of a `ConsensusCreateTopic`, the id of the newly created topic.
- hasTopicID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptOrBuilder
-
* In the receipt of a `ConsensusCreateTopic`, the id of the newly created topic.
- hasTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* Information describing the current state of the topic.
- hasTopicInfo() - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
-
* Information describing the current state of the topic.
- hasTopicInfo() - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponseOrBuilder
-
* Information describing the current state of the topic.
- hasTransactionGetFastRecord() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a record for a transaction.
- hasTransactionGetFastRecord() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get a record for a transaction.
- hasTransactionGetFastRecord() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get a record for a transaction.
- hasTransactionGetFastRecord() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting a very recent transaction record.
- hasTransactionGetFastRecord() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting a very recent transaction record.
- hasTransactionGetFastRecord() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting a very recent transaction record.
- hasTransactionGetReceipt() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a receipt for a transaction.<br/> This only returns a receipt if the transaction is "recent", which is typically within the previous 180 seconds (3 minutes).
- hasTransactionGetReceipt() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get a receipt for a transaction.<br/> This only returns a receipt if the transaction is "recent", which is typically within the previous 180 seconds (3 minutes).
- hasTransactionGetReceipt() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get a receipt for a transaction.<br/> This only returns a receipt if the transaction is "recent", which is typically within the previous 180 seconds (3 minutes).
- hasTransactionGetReceipt() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the post-consensus (final) result of a transaction.
- hasTransactionGetReceipt() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting the post-consensus (final) result of a transaction.
- hasTransactionGetReceipt() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting the post-consensus (final) result of a transaction.
- hasTransactionGetRecord() - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a record for a transaction.
- hasTransactionGetRecord() - Method in class com.hedera.hashgraph.sdk.proto.Query
-
* Get a record for a transaction.
- hasTransactionGetRecord() - Method in interface com.hedera.hashgraph.sdk.proto.QueryOrBuilder
-
* Get a record for a transaction.
- hasTransactionGetRecord() - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting a transaction record; the detail changes completed in response to a transaction.
- hasTransactionGetRecord() - Method in class com.hedera.hashgraph.sdk.proto.Response
-
* A response for a query requesting a transaction record; the detail changes completed in response to a transaction.
- hasTransactionGetRecord() - Method in interface com.hedera.hashgraph.sdk.proto.ResponseOrBuilder
-
* A response for a query requesting a transaction record; the detail changes completed in response to a transaction.
- hasTransactionId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry.Builder
-
* A transaction identifier.<br/> This identifies the submitted transaction for this receipt.
- hasTransactionId() - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
-
* A transaction identifier.<br/> This identifies the submitted transaction for this receipt.
- hasTransactionId() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionReceiptEntryOrBuilder
-
* A transaction identifier.<br/> This identifies the submitted transaction for this receipt.
- hasTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction identifier.<br/> Each transaction is uniquely identified by its transaction identifier.
- hasTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A transaction identifier.<br/> Each transaction is uniquely identified by its transaction identifier.
- hasTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A transaction identifier.<br/> Each transaction is uniquely identified by its transaction identifier.
- hasTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery.Builder
-
Deprecated.* The ID of the transaction for which the record is requested.
- hasTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.* The ID of the transaction for which the record is requested.
- hasTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQueryOrBuilder
-
Deprecated.* The ID of the transaction for which the record is requested.
- hasTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* A transaction identifier.
- hasTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
-
* A transaction identifier.
- hasTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQueryOrBuilder
-
* A transaction identifier.
- hasTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* A transaction identifier.
- hasTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
-
* A transaction identifier.
- hasTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordQueryOrBuilder
-
* A transaction identifier.
- hasTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction identifier to the transaction associated to this record.
- hasTransactionID() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A transaction identifier to the transaction associated to this record.
- hasTransactionID() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A transaction identifier to the transaction associated to this record.
- hasTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse.Builder
-
Deprecated.* The requested transaction records
- hasTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.* The requested transaction records
- hasTransactionRecord() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponseOrBuilder
-
Deprecated.* The requested transaction records
- hasTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A transaction record.
- hasTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
-
* A transaction record.
- hasTransactionRecord() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponseOrBuilder
-
* A transaction record.
- hasTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* A transaction record for the transaction.
- hasTransactionRecord() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
-
* A transaction record for the transaction.
- hasTransactionRecord() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordEntryOrBuilder
-
* A transaction record for the transaction.
- hasTransactionValidDuration() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A maximum duration in which to execute this transaction.
- hasTransactionValidDuration() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* A maximum duration in which to execute this transaction.
- hasTransactionValidDuration() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* A maximum duration in which to execute this transaction.
- hasTransactionValidStart() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* A timestamp for the transaction start time.<br/> This is the earliest expected start time for this transaction.
- hasTransactionValidStart() - Method in class com.hedera.hashgraph.sdk.proto.TransactionID
-
* A timestamp for the transaction start time.<br/> This is the earliest expected start time for this transaction.
- hasTransactionValidStart() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionIDOrBuilder
-
* A timestamp for the transaction start time.<br/> This is the earliest expected start time for this transaction.
- hasTransferAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* An Account ID recipient.
- hasTransferAccountID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
-
* An Account ID recipient.
- hasTransferAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBodyOrBuilder
-
* An Account ID recipient.
- hasTransferAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody.Builder
-
* An account identifier.
- hasTransferAccountID() - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
-
* An account identifier.
- hasTransferAccountID() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBodyOrBuilder
-
* An account identifier.
- hasTransferContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* A contract ID recipient.
- hasTransferContractID() - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
-
* A contract ID recipient.
- hasTransferContractID() - Method in interface com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBodyOrBuilder
-
* A contract ID recipient.
- hasTransferList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transfer list for this transaction.<br/> This is a list of all HBAR transfers completed for this transaction.
- hasTransferList() - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
-
* A transfer list for this transaction.<br/> This is a list of all HBAR transfers completed for this transaction.
- hasTransferList() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder
-
* A transfer list for this transaction.<br/> This is a list of all HBAR transfers completed for this transaction.
- hasTransfers() - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* A list of HBAR transfers.
- hasTransfers() - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
-
* A list of HBAR transfers.
- hasTransfers() - Method in interface com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBodyOrBuilder
-
* A list of HBAR transfers.
- hasTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A treasury account identifier.
- hasTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* A treasury account identifier.
- hasTreasury() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* A treasury account identifier.
- hasTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A treasury account identifier for this token.
- hasTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* A treasury account identifier for this token.
- hasTreasury() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* A treasury account identifier for this token.
- hasTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new treasury account identifier.
- hasTreasury() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* A new treasury account identifier.
- hasTreasury() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* A new treasury account identifier.
- hasTreasuryAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A treasury account identifier for this token.
- hasTreasuryAccountId() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* A treasury account identifier for this token.
- hasTreasuryAccountId() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* A treasury account identifier for this token.
- hasUncheckedSubmit() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unsupported system transaction.
- hasUncheckedSubmit() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Unsupported system transaction.
- hasUncheckedSubmit() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Unsupported system transaction.
- hasUpdateFile() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* An upgrade file.
- hasUpdateFile() - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
-
* An upgrade file.
- hasUpdateFile() - Method in interface com.hedera.hashgraph.sdk.proto.FreezeTransactionBodyOrBuilder
-
* An upgrade file.
- hasUtilPrng() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Provide a deterministic pseudorandom number based on network state.
- hasUtilPrng() - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
-
* Provide a deterministic pseudorandom number based on network state.
- hasUtilPrng() - Method in interface com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOrBuilder
-
* Provide a deterministic pseudorandom number based on network state.
- hasUtilPrng() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Provide a deterministic pseudorandom number based on network state.
- hasUtilPrng() - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody
-
* Provide a deterministic pseudorandom number based on network state.
- hasUtilPrng() - Method in interface com.hedera.hashgraph.sdk.proto.TransactionBodyOrBuilder
-
* Provide a deterministic pseudorandom number based on network state.
- hasVersion() - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The event specification version.<br/> The specification described by this version SHALL encompass the format of the `GossipEvent` message, and also the format of all contained messages.<br/> This SHALL exactly match the specification version passed into the platform at construction.
- hasVersion() - Method in class com.hedera.hapi.platform.event.legacy.EventCore
-
* The event specification version.<br/> The specification described by this version SHALL encompass the format of the `GossipEvent` message, and also the format of all contained messages.<br/> This SHALL exactly match the specification version passed into the platform at construction.
- hasVersion() - Method in interface com.hedera.hapi.platform.event.legacy.EventCoreOrBuilder
-
* The event specification version.<br/> The specification described by this version SHALL encompass the format of the `GossipEvent` message, and also the format of all contained messages.<br/> This SHALL exactly match the specification version passed into the platform at construction.
- hasVote() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody.Builder
-
* The vote the node is casting for the aggregation of the hints in the given construction (which should be ongoing).
- hasVote() - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
-
* The vote the node is casting for the aggregation of the hints in the given construction (which should be ongoing).
- hasVote() - Method in interface com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBodyOrBuilder
-
* The vote the node is casting for the aggregation of the hints in the given construction (which should be ongoing).
- hasVote() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody.Builder
-
* The submitting node's vote on the history proof.
- hasVote() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
-
* The submitting node's vote on the history proof.
- hasVote() - Method in interface com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBodyOrBuilder
-
* The submitting node's vote on the history proof.
- hasWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of account wipe for this token.
- hasWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.Token
-
* Access control of account wipe for this token.
- hasWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for wiping tokens from accounts.
- hasWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
-
* An Hedera key for wiping tokens from accounts.
- hasWipeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBodyOrBuilder
-
* An Hedera key for wiping tokens from accounts.
- hasWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of account wipe for this token.
- hasWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo
-
* Access control of account wipe for this token.
- hasWipeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenInfoOrBuilder
-
* Access control of account wipe for this token.
- hasWipeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenOrBuilder
-
* Access control of account wipe for this token.
- hasWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for wiping tokens from accounts.
- hasWipeKey() - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
-
* An Hedera key for wiping tokens from accounts.
- hasWipeKey() - Method in interface com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBodyOrBuilder
-
* An Hedera key for wiping tokens from accounts.
- hasWrapsMessage() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* A WRAPS message from the submitting node.
- hasWrapsMessage() - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
-
* A WRAPS message from the submitting node.
- hasWrapsMessage() - Method in interface com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBodyOrBuilder
-
* A WRAPS message from the submitting node.
- hasWrapsProof() - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.Builder
-
* If known, a ZK-compressed SNARK proof proving the chain of trust from the ledger id to this hinTS verification key.
- hasWrapsProof() - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
-
* If known, a ZK-compressed SNARK proof proving the chain of trust from the ledger id to this hinTS verification key.
- hasWrapsProof() - Method in interface com.hedera.hashgraph.sdk.proto.ChainOfTrustProofOrBuilder
-
* If known, a ZK-compressed SNARK proof proving the chain of trust from the ledger id to this hinTS verification key.
- hasWrapsSigningState() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If set, the state of the WRAPS signing protocol for this construction.
- hasWrapsSigningState() - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
-
* If set, the state of the WRAPS signing protocol for this construction.
- hasWrapsSigningState() - Method in interface com.hedera.hashgraph.sdk.proto.HistoryProofConstructionOrBuilder
-
* If set, the state of the WRAPS signing protocol for this construction.
- Hbar - Class in com.hedera.hashgraph.sdk
-
Represents a quantity of hbar.
- Hbar(long) - Constructor for class com.hedera.hashgraph.sdk.Hbar
-
Constructs a new Hbar of the specified value.
- Hbar(long, HbarUnit) - Constructor for class com.hedera.hashgraph.sdk.Hbar
-
Constructs a new hbar of the specified value in the specified unit.
- Hbar(BigDecimal) - Constructor for class com.hedera.hashgraph.sdk.Hbar
-
Constructs a new Hbar of the specified, possibly fractional value.
- Hbar(BigDecimal, HbarUnit) - Constructor for class com.hedera.hashgraph.sdk.Hbar
-
Constructs a new hbar of the specified value in the specified unit.
- HBAR - Enum constant in enum class com.hedera.hashgraph.sdk.HbarUnit
-
The base unit of hbar, equivalent to 100 million tinybar.
- HbarAllowance - Class in com.hedera.hashgraph.sdk
-
An approved allowance of hbar transfers for a spender.
- HbarAllowance(AccountId, AccountId, Hbar) - Constructor for class com.hedera.hashgraph.sdk.HbarAllowance
-
Constructor.
- hbarAllowanceAdjustments - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
Deprecated.
- hbarAllowances - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
Deprecated.
- hbarAmount - Variable in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Number of tinybars sent (the function must be payable if this is nonzero).
- HBAREQUIV_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- hbars - Variable in class com.hedera.hashgraph.sdk.AccountBalance
-
The Hbar balance of the account
- hbars - Variable in class com.hedera.hashgraph.sdk.ExchangeRate
-
Denotes Hbar equivalent to cents (USD)
- HbarUnit - Enum Class in com.hedera.hashgraph.sdk
-
Common units of hbar; for the most part they follow SI prefix conventions.
- HEAD_NFT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- HEAD_NFT_SERIAL_NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- HEAD_PENDING_AIRDROP_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- HEAD_TOKEN_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- HEADER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- healthyNodes - Variable in class com.hedera.hashgraph.sdk.BaseNetwork
-
The list of currently healthy nodes.
- HederaFunctionality - Enum Class in com.hedera.hashgraph.sdk.proto
-
* The transactions and queries supported by Hedera Hashgraph.
- HEDERAFUNCTIONALITY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- HederaPreCheckStatusException - Exception Class in com.hedera.hashgraph.sdk
-
Deprecated.
- HederaPreCheckStatusException(Status, TransactionId) - Constructor for exception class com.hedera.hashgraph.sdk.HederaPreCheckStatusException
-
Deprecated.
- HederaReceiptStatusException - Exception Class in com.hedera.hashgraph.sdk
-
Deprecated.
- HederaReceiptStatusException(TransactionId, TransactionReceipt) - Constructor for exception class com.hedera.hashgraph.sdk.HederaReceiptStatusException
-
Deprecated.
- HEDERASERVICESVERSION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- HederaTrustManager - Class in com.hedera.hashgraph.sdk
-
Internal class used by node.
- HederaTrustManager(ByteString, boolean) - Constructor for class com.hedera.hashgraph.sdk.HederaTrustManager
-
Constructor.
- HIGH_VOLUME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- HIGH_VOLUME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- HIGH_VOLUME_PRICING_MULTIPLIER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- highVolumePricingMultiplier - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
A pricing multiplier for high-volume entity creation.
- HINTS_KEY_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- HINTS_KEY_PUBLICATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- HINTS_KEY_PUBLICATION - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Publish a hinTS key to the network.
- HINTS_KEY_PUBLICATION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- HINTS_PARTIAL_SIGNATURE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- HINTS_PARTIAL_SIGNATURE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Sign a partial signature for the active hinTS construction.
- HINTS_PARTIAL_SIGNATURE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- HINTS_PREPROCESSING_VOTE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- HINTS_PREPROCESSING_VOTE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Vote for a particular preprocessing output of a hinTS construction.
- HINTS_PREPROCESSING_VOTE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- HINTS_SCHEME - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HintsConstruction.PreprocessingStateCase
- HINTS_SCHEME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- HintsConstruction - Class in com.hedera.hashgraph.sdk.proto
-
* A summary of progress in constructing a hinTS scheme.
- HintsConstruction.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A summary of progress in constructing a hinTS scheme.
- HintsConstruction.PreprocessingStateCase - Enum Class in com.hedera.hashgraph.sdk.proto
- HintsConstructionOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HintsKeyPublication - Class in com.hedera.hapi.services.auxiliary.hints.legacy
- HintsKeyPublication - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Publish a hinTS key to the network.
- HintsKeyPublication_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Publish a hinTS key to the network.
- HintsKeyPublicationTransactionBody - Class in com.hedera.hapi.services.auxiliary.hints.legacy
-
* A transaction body to publish a node's hinTS key for a certain party id and number of parties.
- HintsKeyPublicationTransactionBody.Builder - Class in com.hedera.hapi.services.auxiliary.hints.legacy
-
* A transaction body to publish a node's hinTS key for a certain party id and number of parties.
- HintsKeyPublicationTransactionBodyOrBuilder - Interface in com.hedera.hapi.services.auxiliary.hints.legacy
- HintsKeySet - Class in com.hedera.hashgraph.sdk.proto
-
* A set of hinTS keys submitted by a node.
- HintsKeySet.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A set of hinTS keys submitted by a node.
- HintsKeySetOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HintsPartialSignature - Class in com.hedera.hapi.services.auxiliary.hints.legacy
- HintsPartialSignature - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Sign a partial signature for the active hinTS construction.
- HintsPartialSignature_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Sign a partial signature for the active hinTS construction.
- HintsPartialSignatureTransactionBody - Class in com.hedera.hapi.services.auxiliary.hints.legacy
-
* A transaction body to publish a node's hinTS partial signature on a particular message for a certain construction id.
- HintsPartialSignatureTransactionBody.Builder - Class in com.hedera.hapi.services.auxiliary.hints.legacy
-
* A transaction body to publish a node's hinTS partial signature on a particular message for a certain construction id.
- HintsPartialSignatureTransactionBodyOrBuilder - Interface in com.hedera.hapi.services.auxiliary.hints.legacy
- HintsPartyId - Class in com.hedera.hashgraph.sdk.proto
-
* The id of a party in a hinTS scheme with a certain number of parties.
- HintsPartyId.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The id of a party in a hinTS scheme with a certain number of parties.
- HintsPartyIdOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HintsPreprocessingVote - Class in com.hedera.hapi.services.auxiliary.hints.legacy
- HintsPreprocessingVote - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Vote for a particular preprocessing output of a hinTS construction.
- HintsPreprocessingVote_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Vote for a particular preprocessing output of a hinTS construction.
- HintsPreprocessingVoteTransactionBody - Class in com.hedera.hapi.services.auxiliary.hints.legacy
-
* A transaction body to publish a node's vote for the results of aggregating the hinTS keys for a specified construction id.
- HintsPreprocessingVoteTransactionBody.Builder - Class in com.hedera.hapi.services.auxiliary.hints.legacy
-
* A transaction body to publish a node's vote for the results of aggregating the hinTS keys for a specified construction id.
- HintsPreprocessingVoteTransactionBodyOrBuilder - Interface in com.hedera.hapi.services.auxiliary.hints.legacy
- HintsScheme - Class in com.hedera.hashgraph.sdk.proto
-
* The information constituting the hinTS scheme Hiero TSS.
- HintsScheme.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The information constituting the hinTS scheme Hiero TSS.
- HintsSchemeOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HintsTypes - Class in com.hedera.hashgraph.sdk.proto
- History - Class in com.hedera.hashgraph.sdk.proto
-
* A piece of new history in the form of an address book hash and associated metadata.
- HISTORY_ASSEMBLY_SIGNATURE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Sign a particular history assembly.
- HISTORY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistorySignature
- HISTORY_PROOF_KEY_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- HISTORY_PROOF_KEY_PUBLICATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- HISTORY_PROOF_KEY_PUBLICATION - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Publish a roster history proof key to the network.
- HISTORY_PROOF_KEY_PUBLICATION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- HISTORY_PROOF_SIGNATURE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- HISTORY_PROOF_SIGNATURE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- HISTORY_PROOF_VERIFICATION_KEY_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- HISTORY_PROOF_VOTE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- HISTORY_PROOF_VOTE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Vote for a particular history proof.
- HISTORY_PROOF_VOTE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- HISTORY_SIGNATURE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- History.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A piece of new history in the form of an address book hash and associated metadata.
- HistoryAssemblySignature - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Sign a particular history assembly.
- HistoryAssemblySignature_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Sign a particular history assembly.
- HistoryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HistoryProof - Class in com.hedera.hashgraph.sdk.proto
-
* A proof that some address book history belongs to the ledger id's chain of trust.
- HistoryProof.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A proof that some address book history belongs to the ledger id's chain of trust.
- HistoryProofConstruction - Class in com.hedera.hashgraph.sdk.proto
-
* Summary of the status of constructing a metadata proof, necessary to ensure deterministic construction ending in a roster with sufficient weight to enact its own constructions.
- HistoryProofConstruction.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Summary of the status of constructing a metadata proof, necessary to ensure deterministic construction ending in a roster with sufficient weight to enact its own constructions.
- HistoryProofConstruction.ProofStateCase - Enum Class in com.hedera.hashgraph.sdk.proto
- HistoryProofConstructionOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HistoryProofKeyPublication - Class in com.hedera.hapi.services.auxiliary.history.legacy
- HistoryProofKeyPublication - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Publish a roster history proof key to the network.
- HistoryProofKeyPublication_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Publish a roster history proof key to the network.
- HistoryProofKeyPublicationTransactionBody - Class in com.hedera.hapi.services.auxiliary.history.legacy
-
* A transaction body to publish a node's history proof key and WRAPS messages.
- HistoryProofKeyPublicationTransactionBody.Builder - Class in com.hedera.hapi.services.auxiliary.history.legacy
-
* A transaction body to publish a node's history proof key and WRAPS messages.
- HistoryProofKeyPublicationTransactionBody.DataCase - Enum Class in com.hedera.hapi.services.auxiliary.history.legacy
- HistoryProofKeyPublicationTransactionBodyOrBuilder - Interface in com.hedera.hapi.services.auxiliary.history.legacy
- HistoryProofOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HistoryProofSignature - Class in com.hedera.hapi.services.auxiliary.history.legacy
- HistoryProofSignatureTransactionBody - Class in com.hedera.hapi.services.auxiliary.history.legacy
-
* A transaction body to publish a node's signature on a computed history of address book hash and associated metadata.
- HistoryProofSignatureTransactionBody.Builder - Class in com.hedera.hapi.services.auxiliary.history.legacy
-
* A transaction body to publish a node's signature on a computed history of address book hash and associated metadata.
- HistoryProofSignatureTransactionBodyOrBuilder - Interface in com.hedera.hapi.services.auxiliary.history.legacy
- HistoryProofVote - Class in com.hedera.hapi.services.auxiliary.history.legacy
- HistoryProofVote - Class in com.hedera.hashgraph.sdk.proto
-
* A node's vote for a particular history proof; either by explicitly giving the proof, or by identifying a node that already voted for it.
- HistoryProofVote - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Vote for a particular history proof.
- HistoryProofVote_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Vote for a particular history proof.
- HistoryProofVote.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A node's vote for a particular history proof; either by explicitly giving the proof, or by identifying a node that already voted for it.
- HistoryProofVote.VoteCase - Enum Class in com.hedera.hashgraph.sdk.proto
- HistoryProofVoteOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HistoryProofVoteTransactionBody - Class in com.hedera.hapi.services.auxiliary.history.legacy
-
* A transaction body to publish a node's vote for a proof of history associated to a construction id.
- HistoryProofVoteTransactionBody.Builder - Class in com.hedera.hapi.services.auxiliary.history.legacy
-
* A transaction body to publish a node's vote for a proof of history associated to a construction id.
- HistoryProofVoteTransactionBodyOrBuilder - Interface in com.hedera.hapi.services.auxiliary.history.legacy
- HistorySignature - Class in com.hedera.hashgraph.sdk.proto
-
* A node's signature blessing some new history.
- HistorySignature.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A node's signature blessing some new history.
- HistorySignatureOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HistoryTypes - Class in com.hedera.hashgraph.sdk.proto
- HOOK_CONTRACT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookState
- HOOK_CREATION_BYTES_MUST_USE_MINIMAL_REPRESENTATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An EVM hook mapping slot, storage key, or storage value failed to use the minimal representation (i.e., no leading zeros).
- HOOK_CREATION_BYTES_MUST_USE_MINIMAL_REPRESENTATION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An EVM hook mapping slot, storage key, or storage value failed to use the minimal representation (i.e., no leading zeros).
- HOOK_CREATION_BYTES_MUST_USE_MINIMAL_REPRESENTATION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An EVM hook mapping slot, storage key, or storage value failed to use the minimal representation (i.e., no leading zeros).
- HOOK_CREATION_BYTES_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A EVM hook mapping slot, storage key, or storage value exceeded 32 bytes.
- HOOK_CREATION_BYTES_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A EVM hook mapping slot, storage key, or storage value exceeded 32 bytes.
- HOOK_CREATION_BYTES_TOO_LONG_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A EVM hook mapping slot, storage key, or storage value exceeded 32 bytes.
- HOOK_CREATION_DETAILS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- HOOK_CREATION_DETAILS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- HOOK_CREATION_DETAILS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- HOOK_CREATION_DETAILS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- HOOK_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A hook was deleted.
- HOOK_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A hook was deleted.
- HOOK_DELETED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A hook was deleted.
- HOOK_DELETION_REQUIRES_ZERO_STORAGE_SLOTS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The hook deletion requires the hook to have zero storage slots.
- HOOK_DELETION_REQUIRES_ZERO_STORAGE_SLOTS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The hook deletion requires the hook to have zero storage slots.
- HOOK_DELETION_REQUIRES_ZERO_STORAGE_SLOTS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The hook deletion requires the hook to have zero storage slots.
- HOOK_DISPATCH - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- HOOK_DISPATCH - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
(Internal-only) Dispatch a hook action.
- HOOK_DISPATCH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- HOOK_ENTITY_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookExecution
- HOOK_EXTENSION_EMPTY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A hook extension point was empty.
- HOOK_EXTENSION_EMPTY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A hook extension point was empty.
- HOOK_EXTENSION_EMPTY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A hook extension point was empty.
- HOOK_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookCall.IdCase
- HOOK_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- HOOK_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookState
- HOOK_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookCall
- HOOK_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- HOOK_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookId
- HOOK_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- HOOK_ID_IN_USE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A user tried to create a hook with an id already in use.
- HOOK_ID_IN_USE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A user tried to create a hook with an id already in use.
- HOOK_ID_IN_USE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A user tried to create a hook with an id already in use.
- HOOK_ID_REPEATED_IN_CREATION_DETAILS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A user repeated the same hook id in a creation details list.
- HOOK_ID_REPEATED_IN_CREATION_DETAILS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A user repeated the same hook id in a creation details list.
- HOOK_ID_REPEATED_IN_CREATION_DETAILS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A user repeated the same hook id in a creation details list.
- HOOK_ID_TO_DELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.ActionCase
- HOOK_ID_TO_DELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- HOOK_IDS_TO_DELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- HOOK_IDS_TO_DELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- HOOK_IS_NOT_AN_EVM_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The target hook is not an EVM hook.
- HOOK_IS_NOT_AN_EVM_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The target hook is not an EVM hook.
- HOOK_IS_NOT_AN_EVM_HOOK_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The target hook is not an EVM hook.
- HOOK_NOT_FOUND - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A hook id was not found.
- HOOK_NOT_FOUND - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A hook id was not found.
- HOOK_NOT_FOUND_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A hook id was not found.
- HOOK_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookCreationDetails.HookCase
- HOOK_STORE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- HOOK_STORE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Update one or more storage slots in an EVM hook.
- HOOK_STORE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- hookCall - Variable in class com.hedera.hashgraph.sdk.TokenTransfer
- HookCall - Class in com.hedera.hashgraph.sdk
-
Specifies a call to a hook from within a transaction.
- HookCall - Class in com.hedera.hashgraph.sdk.proto
-
* Specifies a call to a hook from within a transaction.
- HookCall(long, EvmHookCall) - Constructor for class com.hedera.hashgraph.sdk.HookCall
-
Create a HookCall with a numeric hook ID.
- HOOKCALL_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.AccountAmount.HookCallCase
- HookCall.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Specifies a call to a hook from within a transaction.
- HookCall.CallSpecCase - Enum Class in com.hedera.hashgraph.sdk.proto
- HookCall.IdCase - Enum Class in com.hedera.hashgraph.sdk.proto
- HookCallOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HookCreation - Class in com.hedera.hashgraph.sdk.proto
-
* Specifies the creation of a new hook at the given id for the given entity.
- HookCreation.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Specifies the creation of a new hook at the given id for the given entity.
- HookCreationDetails - Class in com.hedera.hashgraph.sdk
-
Specifies the details of a hook's creation.
- HookCreationDetails - Class in com.hedera.hashgraph.sdk.proto
-
** The details of a hook's creation.
- HookCreationDetails(HookExtensionPoint, long, EvmHook) - Constructor for class com.hedera.hashgraph.sdk.HookCreationDetails
-
Create new hook creation details without an admin key.
- HookCreationDetails(HookExtensionPoint, long, EvmHook, Key) - Constructor for class com.hedera.hashgraph.sdk.HookCreationDetails
-
Create new hook creation details with an admin key.
- HookCreationDetails.Builder - Class in com.hedera.hashgraph.sdk.proto
-
** The details of a hook's creation.
- HookCreationDetails.HookCase - Enum Class in com.hedera.hashgraph.sdk.proto
- HookCreationDetailsOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HookCreationOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HookDispatch - Class in com.hedera.hashgraph.sdk.proto
- HookDispatch - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* (Internal-only) Dispatch a hook action.
- HookDispatch_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* (Internal-only) Dispatch a hook action.
- HookDispatchTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Dispatches a hook action to an appropriate service.
- HookDispatchTransactionBody.ActionCase - Enum Class in com.hedera.hashgraph.sdk.proto
- HookDispatchTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Dispatches a hook action to an appropriate service.
- HookDispatchTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HookEntityId - Class in com.hedera.hashgraph.sdk
-
The ID of an entity using a hook.
- HookEntityId - Class in com.hedera.hashgraph.sdk.proto
-
* The id of an entity using a hook.
- HookEntityId(AccountId) - Constructor for class com.hedera.hashgraph.sdk.HookEntityId
-
Create a HookEntityId with an account ID.
- HookEntityId(ContractId) - Constructor for class com.hedera.hashgraph.sdk.HookEntityId
-
Create a HookEntityId with a contract ID.
- HookEntityId.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The id of an entity using a hook.
- HookEntityId.EntityIdCase - Enum Class in com.hedera.hashgraph.sdk.proto
- HookEntityIdOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HookExecution - Class in com.hedera.hashgraph.sdk.proto
-
* Details the execution of a hook.
- HookExecution.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Details the execution of a hook.
- HookExecutionOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HookExtensionPoint - Enum Class in com.hedera.hashgraph.sdk
-
Enum representing the Hiero extension points that accept a hook.
- HookExtensionPoint - Enum Class in com.hedera.hashgraph.sdk.proto
-
** The Hiero extension points that accept a hook.
- HookId - Class in com.hedera.hashgraph.sdk
-
The ID of a hook.
- HookId - Class in com.hedera.hashgraph.sdk.proto
-
* Once a hook is created, its full id.
- HookId(HookEntityId, long) - Constructor for class com.hedera.hashgraph.sdk.HookId
-
Create a new HookId.
- HookId.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Once a hook is created, its full id.
- HookIdOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HOOKS_ARE_NOT_SUPPORTED_IN_AIRDROPS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Hooks are not supported to be used in TokenAirdrop transactions
- HOOKS_ARE_NOT_SUPPORTED_IN_AIRDROPS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Hooks are not supported to be used in TokenAirdrop transactions
- HOOKS_ARE_NOT_SUPPORTED_IN_AIRDROPS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Hooks are not supported to be used in TokenAirdrop transactions
- HOOKS_EXECUTIONS_REQUIRE_TOP_LEVEL_CRYPTO_TRANSFER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Hooks are not supported to be used in Batch transactions and Scheduled transactions.
- HOOKS_EXECUTIONS_REQUIRE_TOP_LEVEL_CRYPTO_TRANSFER - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Hooks are not supported to be used in Batch transactions and Scheduled transactions.
- HOOKS_EXECUTIONS_REQUIRE_TOP_LEVEL_CRYPTO_TRANSFER_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Hooks are not supported to be used in Batch transactions and Scheduled transactions.
- HOOKS_NOT_ENABLED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Hooks are not not enabled on the target Hiero network.
- HOOKS_NOT_ENABLED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Hooks are not not enabled on the target Hiero network.
- HOOKS_NOT_ENABLED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Hooks are not not enabled on the target Hiero network.
- hookStore(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingStub
-
Update zero or more slots of an EVM hook's storage.
- hookStore(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub
-
Update zero or more slots of an EVM hook's storage.
- hookStore(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceFutureStub
-
Update zero or more slots of an EVM hook's storage.
- hookStore(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.AsyncService
-
Update zero or more slots of an EVM hook's storage.
- hookStore(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceStub
-
Update zero or more slots of an EVM hook's storage.
- HookStore - Class in com.hedera.hashgraph.sdk.proto
- HookStore - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update one or more storage slots in an EVM hook.
- HookStore_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update one or more storage slots in an EVM hook.
- HookStoreTransaction - Class in com.hedera.hashgraph.sdk
-
Adds or removes key/value pairs in the storage of an EVM hook.
- HookStoreTransaction() - Constructor for class com.hedera.hashgraph.sdk.HookStoreTransaction
-
Create a new empty HookStoreTransaction.
- HookStoreTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.HookStoreTransaction
- HookStoreTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.HookStoreTransaction
- HookStoreTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Adds or removes key/value pairs in the storage of an EVM hook.
- HookStoreTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Adds or removes key/value pairs in the storage of an EVM hook.
- HookStoreTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- HookType - Enum Class in com.hedera.hashgraph.sdk.proto
-
* The type of a hook.
- HookTypes - Class in com.hedera.hashgraph.sdk.proto
I
- id - Variable in enum class com.hedera.hashgraph.sdk.NetworkName
-
Deprecated.
- ID_EC_PUBLIC_KEY - Static variable in class com.hedera.hashgraph.sdk.Key
- ID_ECDSA_SECP256K1 - Static variable in class com.hedera.hashgraph.sdk.Key
- ID_ED25519 - Static variable in class com.hedera.hashgraph.sdk.Key
- ID_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookCall.IdCase
- ID_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.IdCase
- ID_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.IdCase
- IDENTICAL_SCHEDULE_ALREADY_CREATED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A schedule already exists with the same identifying fields of an attempted ScheduleCreate (that is, all fields other than scheduledPayerAccountID)
- IDENTICAL_SCHEDULE_ALREADY_CREATED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A schedule already exists with the same identifying fields of an attempted ScheduleCreate (that is, all fields other than scheduledPayerAccountID)
- IDENTICAL_SCHEDULE_ALREADY_CREATED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A schedule already exists with the same identifying fields of an attempted ScheduleCreate (that is, all fields other than scheduledPayerAccountID)
- INCLUDE_CHILD_RECEIPTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- INCLUDE_CHILD_RECORDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- INCLUDEDUPLICATES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- INCLUDEDUPLICATES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- INCLUSIVE - Enum constant in enum class com.hedera.hashgraph.sdk.FeeAssessmentMethod
-
If Alice is paying Bob, and an inclusive fractional fee is collected to be sent to Charlie, the amount Alice declares she will pay in the transfer transaction includes the fee amount.
- increaseBackoff() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Used when a node has received a bad gRPC status
- increaseBackoff(BaseNodeT) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
- INFINITE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenSupplyType
-
* An unlimited supply.<br/> This indicates that tokens of this type have an upper bound of Long.MAX_VALUE.<br/> The supply is accounted in the smallest units of the token (i.e.
- INFINITE - Enum constant in enum class com.hedera.hashgraph.sdk.TokenSupplyType
-
Indicates that tokens of that type have an upper bound of Long.MAX_VALUE.
- INFINITE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenSupplyType
-
* An unlimited supply.<br/> This indicates that tokens of this type have an upper bound of Long.MAX_VALUE.<br/> The supply is accounted in the smallest units of the token (i.e.
- info(String, Object...) - Method in class com.hedera.hashgraph.sdk.logger.Logger
-
Log info
- INFO - Enum constant in enum class com.hedera.hashgraph.sdk.logger.LogLevel
- initAesCbc128Decrypt(KeyParameter, AlgorithmParameters) - Static method in class com.hedera.hashgraph.sdk.Crypto
-
Initialize an advanced encryption standard cipher block chaining mode cipher for decryption.
- initAesCbc128Encrypt(KeyParameter, byte[]) - Static method in class com.hedera.hashgraph.sdk.Crypto
-
Initialize an advanced encryption standard cipher block chaining mode cipher for encryption.
- initAesCtr128(KeyParameter, byte[], boolean) - Static method in class com.hedera.hashgraph.sdk.Crypto
-
Initialize an advanced encryption standard counter mode cipher.
- INITCODE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.InitcodeSourceCase
- INITCODE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- INITCODESOURCE_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.InitcodeSourceCase
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.AccountDeleteTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.BatchTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.ContractDeleteTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.FileAppendTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
-
Initialize from transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.FileDeleteTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.HookStoreTransaction
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.LiveHashDeleteTransaction
-
Deprecated.Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.NodeDeleteTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeDeleteTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.ScheduleDeleteTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.ScheduleSignTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.SystemUndeleteTransaction
-
Deprecated.Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenAirdropTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenAssociateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenBurnTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenCancelAirdropTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenClaimAirdropTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenDeleteTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenDissociateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenFeeScheduleUpdateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenFreezeTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenGrantKycTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenMintTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenPauseTransaction
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenRejectTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenRevokeKycTransaction
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenUnfreezeTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenUnpauseTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TopicDeleteTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Initialize from the transaction body.
- initFromTransactionBody() - Method in class com.hedera.hashgraph.sdk.TransferTransaction
-
Initialize from the transaction body.
- INITIALBALANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- INITIALBALANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- INITIALSUPPLY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- INITIALTRANSACTIONID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- INNER_TRANSACTION_FAILED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The inner transaction of a batch transaction failed
- INNER_TRANSACTION_FAILED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The inner transaction of a batch transaction failed
- INNER_TRANSACTION_FAILED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The inner transaction of a batch transaction failed
- innerSignedTransactions - Variable in class com.hedera.hashgraph.sdk.Transaction
-
An SDK [Transaction] is composed of multiple, raw protobuf transactions.
- INPUT_TREE_ROOT_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- InstantConverter - Class in com.hedera.hashgraph.sdk
-
Instance in time utilities.
- INSUFFICIENT_ACCOUNT_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* When the account balance is not sufficient for the transfer
- INSUFFICIENT_ACCOUNT_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
When the account balance is not sufficient for the transfer
- INSUFFICIENT_ACCOUNT_BALANCE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* When the account balance is not sufficient for the transfer
- INSUFFICIENT_BALANCES_FOR_RENEWAL_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The combined balances of a contract and its auto-renew account (if any) or balance of an account did not cover the auto-renewal fees in a transaction.
- INSUFFICIENT_BALANCES_FOR_RENEWAL_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The combined balances of a contract and its auto-renew account (if any) or balance of an account did not cover the auto-renewal fees in a transaction.
- INSUFFICIENT_BALANCES_FOR_RENEWAL_FEES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The combined balances of a contract and its auto-renew account (if any) or balance of an account did not cover the auto-renewal fees in a transaction.
- INSUFFICIENT_BALANCES_FOR_STORAGE_RENT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The combined balances of a contract and its auto-renew account (if any) did not cover the rent charged for net new storage used in a transaction.
- INSUFFICIENT_BALANCES_FOR_STORAGE_RENT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The combined balances of a contract and its auto-renew account (if any) did not cover the rent charged for net new storage used in a transaction.
- INSUFFICIENT_BALANCES_FOR_STORAGE_RENT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The combined balances of a contract and its auto-renew account (if any) did not cover the rent charged for net new storage used in a transaction.
- INSUFFICIENT_GAS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Not enough gas was supplied to execute transaction
- INSUFFICIENT_GAS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Not enough gas was supplied to execute transaction
- INSUFFICIENT_GAS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Not enough gas was supplied to execute transaction
- INSUFFICIENT_LOCAL_CALL_GAS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Payment tendered for contract local call cannot cover both the fee and the gas
- INSUFFICIENT_LOCAL_CALL_GAS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Payment tendered for contract local call cannot cover both the fee and the gas
- INSUFFICIENT_LOCAL_CALL_GAS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Payment tendered for contract local call cannot cover both the fee and the gas
- INSUFFICIENT_PAYER_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The payer account has insufficient cryptocurrency to pay the transaction fee
- INSUFFICIENT_PAYER_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The payer account has insufficient cryptocurrency to pay the transaction fee
- INSUFFICIENT_PAYER_BALANCE_FOR_CUSTOM_FEE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- INSUFFICIENT_PAYER_BALANCE_FOR_CUSTOM_FEE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The transaction payer could not afford a custom fee
- INSUFFICIENT_PAYER_BALANCE_FOR_CUSTOM_FEE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- INSUFFICIENT_PAYER_BALANCE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The payer account has insufficient cryptocurrency to pay the transaction fee
- INSUFFICIENT_SENDER_ACCOUNT_BALANCE_FOR_CUSTOM_FEE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The sender account in the token transfer transaction could not afford a custom fee
- INSUFFICIENT_SENDER_ACCOUNT_BALANCE_FOR_CUSTOM_FEE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The sender account in the token transfer transaction could not afford a custom fee
- INSUFFICIENT_SENDER_ACCOUNT_BALANCE_FOR_CUSTOM_FEE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The sender account in the token transfer transaction could not afford a custom fee
- INSUFFICIENT_TOKEN_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Token balance is not sufficient for the transaction
- INSUFFICIENT_TOKEN_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Token balance is not sufficient for the transaction
- INSUFFICIENT_TOKEN_BALANCE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Token balance is not sufficient for the transaction
- INSUFFICIENT_TX_FEE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The fee provided in the transaction is insufficient for this type of transaction
- INSUFFICIENT_TX_FEE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The fee provided in the transaction is insufficient for this type of transaction
- INSUFFICIENT_TX_FEE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The fee provided in the transaction is insufficient for this type of transaction
- int256(long, int) - Static method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
- int256(long, int, boolean) - Static method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
- int256(BigInteger, int) - Static method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
- interceptCall(MethodDescriptor<ReqT, RespT>, CallOptions, Channel) - Method in class com.hedera.hashgraph.sdk.BaseNode.MetadataInterceptor
- INTERMEDIATE_BLOCK_ROOTS_LEAF_COUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- INTERMEDIATE_PREVIOUS_BLOCK_ROOT_HASHES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- INTERNAL_CALL_CONTEXT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- InternalCallContext - Class in com.hedera.hashgraph.sdk.proto
-
* Context of an internal call in an EVM transaction that is not otherwise externalized.<br/> This message does not say anything about whether an EVM transaction is itself a logical transaction in a Hiero transactional unit.
- InternalCallContext.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Context of an internal call in an EVM transaction that is not otherwise externalized.<br/> This message does not say anything about whether an EVM transaction is itself a logical transaction in a Hiero transactional unit.
- InternalCallContextOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.BlockHashAlgorithm
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.CRSStage
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.FreezeType
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.HookExtensionPoint
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.HookType
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.ResponseType
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.SubType
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenFreezeStatus
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenKeyValidation
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenKycStatus
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenPauseStatus
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenSupplyType
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenType
- internalGetValueMap() - Static method in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.BlockHashAlgorithm
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.CRSStage
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.FreezeType
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.HookExtensionPoint
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.HookType
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.ResponseType
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.SubType
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenFreezeStatus
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenKeyValidation
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenKycStatus
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenPauseStatus
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenSupplyType
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenType
- internalGetVerifier() - Static method in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
- INTRINSIC - Enum constant in enum class com.hedera.hashgraph.sdk.FeeEstimateMode
-
Default mode: ignores state-dependent factors.
- INVALID_ACCOUNT_AMOUNTS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The crypto transfer credit and debit do not sum equal to 0
- INVALID_ACCOUNT_AMOUNTS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The crypto transfer credit and debit do not sum equal to 0
- INVALID_ACCOUNT_AMOUNTS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The crypto transfer credit and debit do not sum equal to 0
- INVALID_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The account id is invalid or does not exist
- INVALID_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The account id is invalid or does not exist
- INVALID_ACCOUNT_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The account id is invalid or does not exist
- INVALID_ADMIN_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A provided admin key was invalid.
- INVALID_ADMIN_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A provided admin key was invalid.
- INVALID_ADMIN_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A provided admin key was invalid.
- INVALID_ALIAS_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An alias used in a CryptoTransfer transaction is not the serialization of a primitive Key message--that is, a Key with a single Ed25519 or ECDSA(secp256k1) public key and no unknown protobuf fields.
- INVALID_ALIAS_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An alias used in a CryptoTransfer transaction is not the serialization of a primitive Key message--that is, a Key with a single Ed25519 or ECDSA(secp256k1) public key and no unknown protobuf fields.
- INVALID_ALIAS_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An alias used in a CryptoTransfer transaction is not the serialization of a primitive Key message--that is, a Key with a single Ed25519 or ECDSA(secp256k1) public key and no unknown protobuf fields.
- INVALID_ALLOWANCE_OWNER_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The account id specified as the owner is invalid or does not exist.
- INVALID_ALLOWANCE_OWNER_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The account id specified as the owner is invalid or does not exist.
- INVALID_ALLOWANCE_OWNER_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The account id specified as the owner is invalid or does not exist.
- INVALID_ALLOWANCE_SPENDER_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The account id specified as the spender is invalid or does not exist.
- INVALID_ALLOWANCE_SPENDER_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The account id specified as the spender is invalid or does not exist.
- INVALID_ALLOWANCE_SPENDER_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The account id specified as the spender is invalid or does not exist.
- INVALID_AUTORENEW_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The autoRenewAccount specified is not a valid, active account.
- INVALID_AUTORENEW_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The autoRenewAccount specified is not a valid, active account.
- INVALID_AUTORENEW_ACCOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The autoRenewAccount specified is not a valid, active account.
- INVALID_BATCH_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The batch key is not valid
- INVALID_BATCH_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The batch key is not valid
- INVALID_BATCH_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The batch key is not valid
- INVALID_CHUNK_NUMBER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
chunk number must be from 1 to total (chunks) inclusive.
- INVALID_CHUNK_NUMBER - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
chunk number must be from 1 to total (chunks) inclusive.
- INVALID_CHUNK_NUMBER_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
chunk number must be from 1 to total (chunks) inclusive.
- INVALID_CHUNK_TRANSACTION_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
For every chunk, the payer account that is part of initialTransactionID must match the Payer Account of this transaction.
- INVALID_CHUNK_TRANSACTION_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
For every chunk, the payer account that is part of initialTransactionID must match the Payer Account of this transaction.
- INVALID_CHUNK_TRANSACTION_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
For every chunk, the payer account that is part of initialTransactionID must match the Payer Account of this transaction.
- INVALID_CONTRACT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The contract id is invalid or does not exist
- INVALID_CONTRACT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The contract id is invalid or does not exist
- INVALID_CONTRACT_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The contract id is invalid or does not exist
- INVALID_CUSTOM_FEE_COLLECTOR - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Any of the feeCollector accounts for customFees is invalid
- INVALID_CUSTOM_FEE_COLLECTOR - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Any of the feeCollector accounts for customFees is invalid
- INVALID_CUSTOM_FEE_COLLECTOR_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Any of the feeCollector accounts for customFees is invalid
- INVALID_CUSTOM_FEE_SCHEDULE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided custom fee schedule key was invalid
- INVALID_CUSTOM_FEE_SCHEDULE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided custom fee schedule key was invalid
- INVALID_CUSTOM_FEE_SCHEDULE_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided custom fee schedule key was invalid
- INVALID_DELEGATING_SPENDER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* If the account Id specified as the delegating spender is invalid or does not exist.
- INVALID_DELEGATING_SPENDER - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
If the account Id specified as the delegating spender is invalid or does not exist.
- INVALID_DELEGATING_SPENDER_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* If the account Id specified as the delegating spender is invalid or does not exist.
- INVALID_ENDPOINT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* ServiceEndpoint is invalid
- INVALID_ENDPOINT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
ServiceEndpoint is invalid
- INVALID_ENDPOINT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* ServiceEndpoint is invalid
- INVALID_ETHEREUM_TRANSACTION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The ethereum transaction either failed parsing or failed signature validation, or some other EthereumTransaction error not covered by another response code.
- INVALID_ETHEREUM_TRANSACTION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The ethereum transaction either failed parsing or failed signature validation, or some other EthereumTransaction error not covered by another response code.
- INVALID_ETHEREUM_TRANSACTION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The ethereum transaction either failed parsing or failed signature validation, or some other EthereumTransaction error not covered by another response code.
- INVALID_EXCHANGE_RATE_FILE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Failed to update exchange rate file
- INVALID_EXCHANGE_RATE_FILE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Failed to update exchange rate file
- INVALID_EXCHANGE_RATE_FILE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Failed to update exchange rate file
- INVALID_EXPIRATION_TIME - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Expiration time provided in the transaction was invalid.
- INVALID_EXPIRATION_TIME - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Expiration time provided in the transaction was invalid.
- INVALID_EXPIRATION_TIME_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Expiration time provided in the transaction was invalid.
- INVALID_FEE_COLLECTOR_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The fee collector account id in TokenFeeScheduleUpdate is invalid or does not exist.
- INVALID_FEE_COLLECTOR_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The fee collector account id in TokenFeeScheduleUpdate is invalid or does not exist.
- INVALID_FEE_COLLECTOR_ACCOUNT_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The fee collector account id in TokenFeeScheduleUpdate is invalid or does not exist.
- INVALID_FEE_FILE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Failed to update fee file
- INVALID_FEE_FILE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Failed to update fee file
- INVALID_FEE_FILE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Failed to update fee file
- INVALID_FEE_SCHEDULE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided fee schedule key contains an invalid key.
- INVALID_FEE_SCHEDULE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided fee schedule key contains an invalid key.
- INVALID_FEE_SCHEDULE_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided fee schedule key contains an invalid key.
- INVALID_FEE_SUBMITTED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Invalid fee submitted
- INVALID_FEE_SUBMITTED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Invalid fee submitted
- INVALID_FEE_SUBMITTED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Invalid fee submitted
- INVALID_FILE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The file id is invalid or does not exist
- INVALID_FILE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The file id is invalid or does not exist
- INVALID_FILE_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The file id is invalid or does not exist
- INVALID_FILE_WACL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* File WACL keys are invalid
- INVALID_FILE_WACL - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
File WACL keys are invalid
- INVALID_FILE_WACL_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* File WACL keys are invalid
- INVALID_FREEZE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The provided freeze key was invalid.
- INVALID_FREEZE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided freeze key was invalid.
- INVALID_FREEZE_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The provided freeze key was invalid.
- INVALID_FREEZE_TRANSACTION_BODY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* FreezeTransactionBody is invalid
- INVALID_FREEZE_TRANSACTION_BODY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
FreezeTransactionBody is invalid
- INVALID_FREEZE_TRANSACTION_BODY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* FreezeTransactionBody is invalid
- INVALID_FULL_PREFIX_SIGNATURE_FOR_PRECOMPILE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The full prefix signature for precompile is not valid
- INVALID_FULL_PREFIX_SIGNATURE_FOR_PRECOMPILE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The full prefix signature for precompile is not valid
- INVALID_FULL_PREFIX_SIGNATURE_FOR_PRECOMPILE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The full prefix signature for precompile is not valid
- INVALID_GOSSIP_CA_CERTIFICATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because the TLS certificate provided for the node is missing or invalid.
- INVALID_GOSSIP_CA_CERTIFICATE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A transaction failed because the TLS certificate provided for the node is missing or invalid.
- INVALID_GOSSIP_CA_CERTIFICATE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because the TLS certificate provided for the node is missing or invalid.
- INVALID_GOSSIP_ENDPOINT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because one or more entries in the list of service endpoints for the `gossip_endpoint` field is invalid.<br/> The most common cause for this response is a service endpoint that has the domain name (DNS) set rather than address and port.
- INVALID_GOSSIP_ENDPOINT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A transaction failed because one or more entries in the list of service endpoints for the `gossip_endpoint` field is invalid.
The most common cause for this response is a service endpoint that has the domain name (DNS) set rather than address and port. - INVALID_GOSSIP_ENDPOINT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because one or more entries in the list of service endpoints for the `gossip_endpoint` field is invalid.<br/> The most common cause for this response is a service endpoint that has the domain name (DNS) set rather than address and port.
- INVALID_GRPC_CERTIFICATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because the hash provided for the gRPC certificate is present but invalid.
- INVALID_GRPC_CERTIFICATE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A transaction failed because the hash provided for the gRPC certificate is present but invalid.
- INVALID_GRPC_CERTIFICATE_HASH - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided gRPC certificate hash is invalid.
- INVALID_GRPC_CERTIFICATE_HASH - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided gRPC certificate hash is invalid.
- INVALID_GRPC_CERTIFICATE_HASH_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided gRPC certificate hash is invalid.
- INVALID_GRPC_CERTIFICATE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because the hash provided for the gRPC certificate is present but invalid.
- INVALID_HOOK_ADMIN_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A hook admin key was invalid.
- INVALID_HOOK_ADMIN_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A hook admin key was invalid.
- INVALID_HOOK_ADMIN_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A hook admin key was invalid.
- INVALID_HOOK_CALL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The HookCall set in the transaction is invalid
- INVALID_HOOK_CALL - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The HookCall set in the transaction is invalid
- INVALID_HOOK_CALL_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The HookCall set in the transaction is invalid
- INVALID_HOOK_CREATION_SPEC - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A hook creation spec was not found.
- INVALID_HOOK_CREATION_SPEC - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A hook creation spec was not found.
- INVALID_HOOK_CREATION_SPEC_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A hook creation spec was not found.
- INVALID_HOOK_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A hook id was invalid.
- INVALID_HOOK_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A hook id was invalid.
- INVALID_HOOK_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A hook id was invalid.
- INVALID_INITIAL_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Attempt to set negative initial balance
- INVALID_INITIAL_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Attempt to set negative initial balance
- INVALID_INITIAL_BALANCE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Attempt to set negative initial balance
- INVALID_IPV4_ADDRESS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The IPv4 address is invalid
- INVALID_IPV4_ADDRESS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The IPv4 address is invalid
- INVALID_IPV4_ADDRESS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The IPv4 address is invalid
- INVALID_KEY_ENCODING - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Provided key encoding was not supported by the system
- INVALID_KEY_ENCODING - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Provided key encoding was not supported by the system
- INVALID_KEY_ENCODING_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Provided key encoding was not supported by the system
- INVALID_KEY_IN_FEE_EXEMPT_KEY_LIST - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided fee exempt key list contains an invalid key.
- INVALID_KEY_IN_FEE_EXEMPT_KEY_LIST - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided fee exempt key list contains an invalid key.
- INVALID_KEY_IN_FEE_EXEMPT_KEY_LIST_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided fee exempt key list contains an invalid key.
- INVALID_KYC_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The provided KYC key was invalid.
- INVALID_KYC_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided KYC key was invalid.
- INVALID_KYC_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The provided KYC key was invalid.
- INVALID_LIVE_HASH_SIZE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the livehash data is not the output of a SHA-384 digest
- INVALID_LIVE_HASH_SIZE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the livehash data is not the output of a SHA-384 digest
- INVALID_LIVE_HASH_SIZE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the livehash data is not the output of a SHA-384 digest
- INVALID_MAX_AUTO_ASSOCIATIONS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The maximum automatic associations value is not valid.<br/> The most common cause for this error is a value less than `-1`.
- INVALID_MAX_AUTO_ASSOCIATIONS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The maximum automatic associations value is not valid.
The most common cause for this error is a value less than `-1`. - INVALID_MAX_AUTO_ASSOCIATIONS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The maximum automatic associations value is not valid.<br/> The most common cause for this error is a value less than `-1`.
- INVALID_MAX_CUSTOM_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided list contains invalid max custom fee.
- INVALID_MAX_CUSTOM_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided list contains invalid max custom fee.
- INVALID_MAX_CUSTOM_FEES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided list contains invalid max custom fee.
- INVALID_METADATA_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A provided metadata key was invalid.
- INVALID_METADATA_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A provided metadata key was invalid.
- INVALID_METADATA_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A provided metadata key was invalid.
- INVALID_NFT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Invalid nft id
- INVALID_NFT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Invalid nft id
- INVALID_NFT_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Invalid nft id
- INVALID_NODE_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Node Account provided does not match the node account of the node the transaction was submitted to.
- INVALID_NODE_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Node Account provided does not match the node account of the node the transaction was submitted to.
- INVALID_NODE_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because the node account identifier provided does not exist or is not valid.<br/> One common source of this error is providing a node account identifier using the "alias" form rather than "numeric" form.
- INVALID_NODE_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A transaction failed because the node account identifier provided does not exist or is not valid.
One common source of this error is providing a node account identifier using the "alias" form rather than "numeric" form. - INVALID_NODE_ACCOUNT_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because the node account identifier provided does not exist or is not valid.<br/> One common source of this error is providing a node account identifier using the "alias" form rather than "numeric" form.
- INVALID_NODE_ACCOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Node Account provided does not match the node account of the node the transaction was submitted to.
- INVALID_NODE_DESCRIPTION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because the description field cannot be encoded as UTF-8 or is more than 100 bytes when encoded.
- INVALID_NODE_DESCRIPTION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A transaction failed because the description field cannot be encoded as UTF-8 or is more than 100 bytes when encoded.
- INVALID_NODE_DESCRIPTION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because the description field cannot be encoded as UTF-8 or is more than 100 bytes when encoded.
- INVALID_NODE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because the consensus node identified is not valid or does not exist in state.
- INVALID_NODE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A transaction failed because the consensus node identified is not valid or does not exist in state.
- INVALID_NODE_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because the consensus node identified is not valid or does not exist in state.
- INVALID_OWNER_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The account id specified as the owner in `TokenReject` is invalid or does not exist.
- INVALID_OWNER_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The account id specified as the owner in `TokenReject` is invalid or does not exist.
- INVALID_OWNER_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The account id specified as the owner in `TokenReject` is invalid or does not exist.
- INVALID_PAUSE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided pause key was invalid
- INVALID_PAUSE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided pause key was invalid
- INVALID_PAUSE_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided pause key was invalid
- INVALID_PAYER_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the response code when a smart contract id is passed for a crypto API request
- INVALID_PAYER_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the response code when a smart contract id is passed for a crypto API request
- INVALID_PAYER_ACCOUNT_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the response code when a smart contract id is passed for a crypto API request
- INVALID_PAYER_SIGNATURE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Payer signature is invalid
- INVALID_PAYER_SIGNATURE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Payer signature is invalid
- INVALID_PAYER_SIGNATURE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Payer signature is invalid
- INVALID_PENDING_AIRDROP_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided pending airdrop id is invalid.<br/> This pending airdrop MAY already be claimed or cancelled.
- INVALID_PENDING_AIRDROP_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided pending airdrop id is invalid.
This pending airdrop MAY already be claimed or cancelled. - INVALID_PENDING_AIRDROP_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided pending airdrop id is invalid.<br/> This pending airdrop MAY already be claimed or cancelled.
- INVALID_PRNG_RANGE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The range provided in UtilPrng transaction is negative.
- INVALID_PRNG_RANGE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The range provided in UtilPrng transaction is negative.
- INVALID_PRNG_RANGE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The range provided in UtilPrng transaction is negative.
- INVALID_PROXY_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- INVALID_PROXY_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The proxy account id is invalid or does not exist.
- INVALID_PROXY_ACCOUNT_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- INVALID_QUERY_HEADER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the query header is invalid
- INVALID_QUERY_HEADER - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the query header is invalid
- INVALID_QUERY_HEADER_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the query header is invalid
- INVALID_QUERY_RANGE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The range of data to be gathered is out of the set boundaries
- INVALID_QUERY_RANGE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The range of data to be gathered is out of the set boundaries
- INVALID_QUERY_RANGE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The range of data to be gathered is out of the set boundaries
- INVALID_RECEIVE_RECORD_THRESHOLD - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- INVALID_RECEIVE_RECORD_THRESHOLD - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Attempt to set negative receive record threshold
- INVALID_RECEIVE_RECORD_THRESHOLD_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- INVALID_RECEIVING_NODE_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* In Query validation, account with +ve(amount) value should be Receiving node account, the receiver account should be only one account in the list
- INVALID_RECEIVING_NODE_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
In Query validation, account with +ve(amount) value should be Receiving node account, the receiver account should be only one account in the list
- INVALID_RECEIVING_NODE_ACCOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* In Query validation, account with +ve(amount) value should be Receiving node account, the receiver account should be only one account in the list
- INVALID_REGISTERED_ENDPOINT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A registered service endpoint is invalid.<br/> The port is out of range, or the address field is not set.
- INVALID_REGISTERED_ENDPOINT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A registered service endpoint is invalid.
The port is out of range, or the address field is not set. - INVALID_REGISTERED_ENDPOINT_ADDRESS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A registered service endpoint has an invalid address.<br/> The IP address length is not 4 (IPv4) or 16 (IPv6), or the domain name is not a valid ASCII FQDN.
- INVALID_REGISTERED_ENDPOINT_ADDRESS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A registered service endpoint has an invalid address.
The IP address length is not 4 (IPv4) or 16 (IPv6), or the domain name is not a valid ASCII FQDN. - INVALID_REGISTERED_ENDPOINT_ADDRESS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A registered service endpoint has an invalid address.<br/> The IP address length is not 4 (IPv4) or 16 (IPv6), or the domain name is not a valid ASCII FQDN.
- INVALID_REGISTERED_ENDPOINT_TYPE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A registered service endpoint does not specify an endpoint type.<br/> Exactly one of block_node, mirror_node, or rpc_relay MUST be set.
- INVALID_REGISTERED_ENDPOINT_TYPE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A registered service endpoint does not specify an endpoint type.
Exactly one of block_node, mirror_node, or rpc_relay MUST be set. - INVALID_REGISTERED_ENDPOINT_TYPE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A registered service endpoint does not specify an endpoint type.<br/> Exactly one of block_node, mirror_node, or rpc_relay MUST be set.
- INVALID_REGISTERED_ENDPOINT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A registered service endpoint is invalid.<br/> The port is out of range, or the address field is not set.
- INVALID_REGISTERED_NODE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A registered node ID is invalid or does not exist.
- INVALID_REGISTERED_NODE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A registered node ID is invalid or does not exist.
- INVALID_REGISTERED_NODE_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A registered node ID is invalid or does not exist.
- INVALID_RENEWAL_PERIOD - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* auto renewal period is not a positive number of seconds
- INVALID_RENEWAL_PERIOD - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
auto renewal period is not a positive number of seconds
- INVALID_RENEWAL_PERIOD_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* auto renewal period is not a positive number of seconds
- INVALID_SCHEDULE_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The Schedule Create Transaction TransactionID account does not exist
- INVALID_SCHEDULE_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The Schedule Create Transaction TransactionID account does not exist
- INVALID_SCHEDULE_ACCOUNT_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The Schedule Create Transaction TransactionID account does not exist
- INVALID_SCHEDULE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The Scheduled entity does not exist; or has now expired, been deleted, or been executed
- INVALID_SCHEDULE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The Scheduled entity does not exist; or has now expired, been deleted, or been executed
- INVALID_SCHEDULE_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The Scheduled entity does not exist; or has now expired, been deleted, or been executed
- INVALID_SCHEDULE_PAYER_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided Scheduled Payer does not exist
- INVALID_SCHEDULE_PAYER_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided Scheduled Payer does not exist
- INVALID_SCHEDULE_PAYER_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided Scheduled Payer does not exist
- INVALID_SEND_RECORD_THRESHOLD - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- INVALID_SEND_RECORD_THRESHOLD - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Attempt to set negative send record threshold
- INVALID_SEND_RECORD_THRESHOLD_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- INVALID_SERIALIZED_TX_MESSAGE_HASH_ALGORITHM - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A HAPI client cannot set the SignedTransaction#use_serialized_tx_message_hash_algorithm field.
- INVALID_SERIALIZED_TX_MESSAGE_HASH_ALGORITHM - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A HAPI client cannot set the SignedTransaction#use_serialized_tx_message_hash_algorithm field.
- INVALID_SERIALIZED_TX_MESSAGE_HASH_ALGORITHM_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A HAPI client cannot set the SignedTransaction#use_serialized_tx_message_hash_algorithm field.
- INVALID_SERVICE_ENDPOINT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because one or more entries in the list of service endpoints for the `service_endpoint` field is invalid.<br/> The most common cause for this response is a service endpoint that has the domain name (DNS) set rather than address and port.
- INVALID_SERVICE_ENDPOINT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A transaction failed because one or more entries in the list of service endpoints for the `service_endpoint` field is invalid.
The most common cause for this response is a service endpoint that has the domain name (DNS) set rather than address and port. - INVALID_SERVICE_ENDPOINT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because one or more entries in the list of service endpoints for the `service_endpoint` field is invalid.<br/> The most common cause for this response is a service endpoint that has the domain name (DNS) set rather than address and port.
- INVALID_SIGNATURE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction signature is not valid
- INVALID_SIGNATURE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The transaction signature is not valid
- INVALID_SIGNATURE_COUNT_MISMATCHING_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the number of key (KeyList, or ThresholdKey) does not match that of signature (SignatureList, or ThresholdKeySignature).
- INVALID_SIGNATURE_COUNT_MISMATCHING_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the number of key (KeyList, or ThresholdKey) does not match that of signature (SignatureList, or ThresholdKeySignature).
- INVALID_SIGNATURE_COUNT_MISMATCHING_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the number of key (KeyList, or ThresholdKey) does not match that of signature (SignatureList, or ThresholdKeySignature).
- INVALID_SIGNATURE_TYPE_MISMATCHING_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the type of key (base ed25519 key, KeyList, or ThresholdKey) does not match the type of signature (base ed25519 signature, SignatureList, or ThresholdKeySignature)
- INVALID_SIGNATURE_TYPE_MISMATCHING_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the type of key (base ed25519 key, KeyList, or ThresholdKey) does not match the type of signature (base ed25519 signature, SignatureList, or ThresholdKeySignature)
- INVALID_SIGNATURE_TYPE_MISMATCHING_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the type of key (base ed25519 key, KeyList, or ThresholdKey) does not match the type of signature (base ed25519 signature, SignatureList, or ThresholdKeySignature)
- INVALID_SIGNATURE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction signature is not valid
- INVALID_SOLIDITY_ADDRESS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* During an update transaction when the system is not able to find the Users Solidity address
- INVALID_SOLIDITY_ADDRESS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
During an update transaction when the system is not able to find the Users Solidity address
- INVALID_SOLIDITY_ADDRESS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* During an update transaction when the system is not able to find the Users Solidity address
- INVALID_SOLIDITY_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The solidity id is invalid or entity with this solidity id does not exist
- INVALID_SOLIDITY_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The solidity id is invalid or entity with this solidity id does not exist
- INVALID_SOLIDITY_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The solidity id is invalid or entity with this solidity id does not exist
- INVALID_STAKING_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The staking account id or staking node id given is invalid or does not exist.
- INVALID_STAKING_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The staking account id or staking node id given is invalid or does not exist.
- INVALID_STAKING_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The staking account id or staking node id given is invalid or does not exist.
- INVALID_SUBMIT_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A provided submit key was invalid.
- INVALID_SUBMIT_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A provided submit key was invalid.
- INVALID_SUBMIT_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A provided submit key was invalid.
- INVALID_SUPPLY_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The provided supply key was invalid.
- INVALID_SUPPLY_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided supply key was invalid.
- INVALID_SUPPLY_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The provided supply key was invalid.
- INVALID_THROTTLE_DEFINITIONS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The new throttle definitions system file were invalid, and no more specific error could be divined
- INVALID_THROTTLE_DEFINITIONS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The new throttle definitions system file were invalid, and no more specific error could be divined
- INVALID_THROTTLE_DEFINITIONS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The new throttle definitions system file were invalid, and no more specific error could be divined
- INVALID_TOKEN_BURN_AMOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The requested token burn amount would cause an invalid total supply
- INVALID_TOKEN_BURN_AMOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The requested token burn amount would cause an invalid total supply
- INVALID_TOKEN_BURN_AMOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The requested token burn amount would cause an invalid total supply
- INVALID_TOKEN_BURN_METADATA - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The requested token burn metadata was invalid
- INVALID_TOKEN_BURN_METADATA - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The requested token burn metadata was invalid
- INVALID_TOKEN_BURN_METADATA_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The requested token burn metadata was invalid
- INVALID_TOKEN_DECIMALS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Invalid token decimals
- INVALID_TOKEN_DECIMALS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Invalid token decimals
- INVALID_TOKEN_DECIMALS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Invalid token decimals
- INVALID_TOKEN_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The token is invalid or does not exist
- INVALID_TOKEN_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The token is invalid or does not exist
- INVALID_TOKEN_ID_IN_CUSTOM_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Any of the token Ids in customFees is invalid
- INVALID_TOKEN_ID_IN_CUSTOM_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Any of the token Ids in customFees is invalid
- INVALID_TOKEN_ID_IN_CUSTOM_FEES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Any of the token Ids in customFees is invalid
- INVALID_TOKEN_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The token is invalid or does not exist
- INVALID_TOKEN_IN_PENDING_AIRDROP - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* This airdrop claim is for a pending airdrop with an invalid token.<br/> The token might be deleted, or the sender may not have enough tokens to fulfill the offer.
- INVALID_TOKEN_IN_PENDING_AIRDROP - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
This airdrop claim is for a pending airdrop with an invalid token.
The token might be deleted, or the sender may not have enough tokens to fulfill the offer. - INVALID_TOKEN_IN_PENDING_AIRDROP_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* This airdrop claim is for a pending airdrop with an invalid token.<br/> The token might be deleted, or the sender may not have enough tokens to fulfill the offer.
- INVALID_TOKEN_INITIAL_SUPPLY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Invalid token initial supply
- INVALID_TOKEN_INITIAL_SUPPLY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Invalid token initial supply
- INVALID_TOKEN_INITIAL_SUPPLY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Invalid token initial supply
- INVALID_TOKEN_MAX_SUPPLY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Invalid token max supply
- INVALID_TOKEN_MAX_SUPPLY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Invalid token max supply
- INVALID_TOKEN_MAX_SUPPLY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Invalid token max supply
- INVALID_TOKEN_MINT_AMOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The requested token mint amount would cause an invalid total supply
- INVALID_TOKEN_MINT_AMOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The requested token mint amount would cause an invalid total supply
- INVALID_TOKEN_MINT_AMOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The requested token mint amount would cause an invalid total supply
- INVALID_TOKEN_MINT_METADATA - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The requested token mint metadata was invalid
- INVALID_TOKEN_MINT_METADATA - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The requested token mint metadata was invalid
- INVALID_TOKEN_MINT_METADATA_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The requested token mint metadata was invalid
- INVALID_TOKEN_NFT_SERIAL_NUMBER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Invalid token nft serial number
- INVALID_TOKEN_NFT_SERIAL_NUMBER - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Invalid token nft serial number
- INVALID_TOKEN_NFT_SERIAL_NUMBER_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Invalid token nft serial number
- INVALID_TOKEN_SYMBOL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Token Symbol is not UTF-8 capitalized alphabetical string
- INVALID_TOKEN_SYMBOL - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Token Symbol is not UTF-8 capitalized alphabetical string
- INVALID_TOKEN_SYMBOL_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Token Symbol is not UTF-8 capitalized alphabetical string
- INVALID_TOPIC_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The Topic ID specified is not in the system.
- INVALID_TOPIC_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The Topic ID specified is not in the system.
- INVALID_TOPIC_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The Topic ID specified is not in the system.
- INVALID_TOPIC_MESSAGE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A ConsensusService message is empty.
- INVALID_TOPIC_MESSAGE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A ConsensusService message is empty.
- INVALID_TOPIC_MESSAGE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A ConsensusService message is empty.
- INVALID_TRANSACTION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* For any error not handled by specific error codes listed below.
- INVALID_TRANSACTION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
For any error not handled by specific error codes listed below.
- INVALID_TRANSACTION_BODY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Invalid transaction body provided
- INVALID_TRANSACTION_BODY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Invalid transaction body provided
- INVALID_TRANSACTION_BODY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Invalid transaction body provided
- INVALID_TRANSACTION_DURATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The given transactionValidDuration was either non-positive, or greater than the maximum valid duration of 180 secs.
- INVALID_TRANSACTION_DURATION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The given transactionValidDuration was either non-positive, or greater than the maximum valid duration of 180 secs.
- INVALID_TRANSACTION_DURATION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The given transactionValidDuration was either non-positive, or greater than the maximum valid duration of 180 secs.
- INVALID_TRANSACTION_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Transaction id is not valid
- INVALID_TRANSACTION_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Transaction id is not valid
- INVALID_TRANSACTION_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Transaction id is not valid
- INVALID_TRANSACTION_START - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Transaction start time is greater than current consensus time
- INVALID_TRANSACTION_START - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Transaction start time is greater than current consensus time
- INVALID_TRANSACTION_START_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Transaction start time is greater than current consensus time
- INVALID_TRANSACTION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* For any error not handled by specific error codes listed below.
- INVALID_TRANSFER_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transfer account id in CryptoDelete transaction is invalid or does not exist.
- INVALID_TRANSFER_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The transfer account id in CryptoDelete transaction is invalid or does not exist.
- INVALID_TRANSFER_ACCOUNT_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transfer account id in CryptoDelete transaction is invalid or does not exist.
- INVALID_TREASURY_ACCOUNT_FOR_TOKEN - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Treasury Account does not exist or is deleted
- INVALID_TREASURY_ACCOUNT_FOR_TOKEN - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Treasury Account does not exist or is deleted
- INVALID_TREASURY_ACCOUNT_FOR_TOKEN_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Treasury Account does not exist or is deleted
- INVALID_WIPE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The provided wipe key was invalid.
- INVALID_WIPE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided wipe key was invalid.
- INVALID_WIPE_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The provided wipe key was invalid.
- INVALID_WIPING_AMOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The provided wipe amount must not be negative, zero or bigger than the token holder balance
- INVALID_WIPING_AMOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided wipe amount must not be negative, zero or bigger than the token holder balance
- INVALID_WIPING_AMOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The provided wipe amount must not be negative, zero or bigger than the token holder balance
- INVALID_ZERO_BYTE_IN_STRING - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A string field in the transaction has a UTF-8 encoding with the prohibited zero byte
- INVALID_ZERO_BYTE_IN_STRING - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A string field in the transaction has a UTF-8 encoding with the prohibited zero byte
- INVALID_ZERO_BYTE_IN_STRING_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A string field in the transaction has a UTF-8 encoding with the prohibited zero byte
- IP_ADDRESS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.AddressCase
- IP_ADDRESS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- IP_FQDN_CANNOT_BE_SET_FOR_SAME_ENDPOINT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* In ServiceEndpoint, domain_name and ipAddressV4 are mutually exclusive
- IP_FQDN_CANNOT_BE_SET_FOR_SAME_ENDPOINT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
In ServiceEndpoint, domain_name and ipAddressV4 are mutually exclusive
- IP_FQDN_CANNOT_BE_SET_FOR_SAME_ENDPOINT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* In ServiceEndpoint, domain_name and ipAddressV4 are mutually exclusive
- ipAddress - Variable in class com.hedera.hashgraph.sdk.RegisteredServiceEndpoint
- IPADDRESS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeAddress
- IPADDRESSV4_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- IS_APPROVAL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountAmount
- IS_APPROVAL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftTransfer
- isAccount() - Method in class com.hedera.hashgraph.sdk.HookEntityId
-
Check if this entity is an account.
- isAllowReceiptNodeFailover() - Method in class com.hedera.hashgraph.sdk.Client
-
Should node failover be enabled
- isApproved - Variable in class com.hedera.hashgraph.sdk.TokenNftTransfer
-
If true then the transfer is expected to be an approved allowance and the sender is expected to be the owner.
- isApproved - Variable in class com.hedera.hashgraph.sdk.TokenTransfer
- isAutoValidateChecksumsEnabled() - Method in class com.hedera.hashgraph.sdk.Client
-
Is automatic entity ID checksum validation enabled.
- isBatchedAndNotBatchTransaction() - Method in class com.hedera.hashgraph.sdk.Executable
- isBatchedAndNotBatchTransaction() - Method in class com.hedera.hashgraph.sdk.Transaction
- isContract() - Method in class com.hedera.hashgraph.sdk.HookEntityId
-
Check if this entity is a contract.
- isDeleted - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
If true, then this account has been deleted, it will disappear when it expires, and all transactions for it will fail except the transaction to extend its expiration date.
- isDeleted - Variable in class com.hedera.hashgraph.sdk.ContractInfo
-
Whether the contract has been deleted
- isDeleted - Variable in class com.hedera.hashgraph.sdk.FileInfo
-
True if deleted but not yet expired.
- isDeleted - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
Specifies whether the token was deleted or not
- isDerivable() - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Check if this private key supports derivation.
- isDerivable() - Method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
- isDerivable() - Method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
- isECDSA() - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Are we an ECDSA key?
- isECDSA() - Method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
- isECDSA() - Method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
- isECDSA() - Method in class com.hedera.hashgraph.sdk.PublicKey
-
Is this an ECDSA key?
- isECDSA() - Method in class com.hedera.hashgraph.sdk.PublicKeyECDSA
- isECDSA() - Method in class com.hedera.hashgraph.sdk.PublicKeyED25519
- isED25519() - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Are we an ED25519 key?
- isED25519() - Method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
- isED25519() - Method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
- isED25519() - Method in class com.hedera.hashgraph.sdk.PublicKey
-
Is this an ED25519 key?
- isED25519() - Method in class com.hedera.hashgraph.sdk.PublicKeyECDSA
- isED25519() - Method in class com.hedera.hashgraph.sdk.PublicKeyED25519
- isEmpty() - Method in class com.hedera.hashgraph.sdk.KeyList
- isEmpty() - Method in class com.hedera.hashgraph.sdk.LockableList
-
Is the list empty?
- isEnabledForLevel(LogLevel) - Method in class com.hedera.hashgraph.sdk.logger.Logger
-
Returns whether this Logger is enabled for a given
LogLevel. - isFrozen() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Check if transaction is frozen.
- isHardenedIndex(int) - Static method in class com.hedera.hashgraph.sdk.utils.Bip32Utils
-
Check if the index is hardened
- isHealthy() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Determines if this is node is healthy.
- isInProcess() - Method in class com.hedera.hashgraph.sdk.BaseNodeAddress
-
Are we in process?
- isKnownNetwork() - Method in class com.hedera.hashgraph.sdk.LedgerId
-
Are we one of the three standard networks?
- isLocked() - Method in class com.hedera.hashgraph.sdk.LockableList
-
Is the list locked?
- isLongZeroAddress(byte[]) - Static method in class com.hedera.hashgraph.sdk.EntityIdHelper
-
Takes an address as `byte[]` and returns whether this is a long-zero address
- isMainnet() - Method in class com.hedera.hashgraph.sdk.LedgerId
-
Are we on Mionnet?
- isPaymentRequired() - Method in class com.hedera.hashgraph.sdk.AccountBalanceQuery
- isPaymentRequired() - Method in class com.hedera.hashgraph.sdk.Query
-
Does this query require a payment?
- isPaymentRequired() - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
- isPreviewnet() - Method in class com.hedera.hashgraph.sdk.LedgerId
-
Are we on Previewnet?
- isReceiverSignatureRequired - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
If true, no transaction can transfer to this account unless signed by this account's key.
- isRequiresTls() - Method in class com.hedera.hashgraph.sdk.RegisteredServiceEndpoint
-
Check whether TLS is required for this endpoint.
- isTestnet() - Method in class com.hedera.hashgraph.sdk.LedgerId
-
Are we on Testnet?
- isTransportSecurity() - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Is transport Security enabled?
- isTransportSecurity() - Method in class com.hedera.hashgraph.sdk.BaseNodeAddress
-
Are we secure?
- isTransportSecurity() - Method in class com.hedera.hashgraph.sdk.Client
-
Is tls enabled for consensus nodes.
- isVerifyCertificates() - Method in class com.hedera.hashgraph.sdk.Client
-
Is certificate verification enabled.
- isVerifyCertificates() - Method in class com.hedera.hashgraph.sdk.Network
-
Are certificates being verified?
- isVerifyCertificates() - Method in class com.hedera.hashgraph.sdk.Node
-
Are the certificates being verified?
- isWaitForExpiry() - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
get the status of the waitForExpiry boolean
- ITERATIONS - Static variable in class com.hedera.hashgraph.sdk.Crypto
- iterator() - Method in class com.hedera.hashgraph.sdk.KeyList
- iterator() - Method in class com.hedera.hashgraph.sdk.LockableList
- IV_LEN - Static variable in class com.hedera.hashgraph.sdk.Crypto
K
- key - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The key for the account, which must sign in order to transfer out, or to modify the account in any way other than extending its expiration date.
- Key - Class in com.hedera.hashgraph.sdk
-
A common base for the signing authority or key that entities in Hedera may have.
- Key - Class in com.hedera.hashgraph.sdk.proto
-
* A Key is an entity representing one or more cryptographic public/private key pairs and, optionally, the structure for how multiple signatures may be composed to meet complex multiple-signature authorization requirements.
- Key() - Constructor for class com.hedera.hashgraph.sdk.Key
- KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.EntryKeyCase
- KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ProofKey
- KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SlotKey
- KEY_NOT_PROVIDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The keys were not provided in the request.
- KEY_NOT_PROVIDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The keys were not provided in the request.
- KEY_NOT_PROVIDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The keys were not provided in the request.
- KEY_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Key.KeyCase
- KEY_PREFIX_MISMATCH - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* one public key matches more than one prefixes on the signature map
- KEY_PREFIX_MISMATCH - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
one public key matches more than one prefixes on the signature map
- KEY_PREFIX_MISMATCH_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* one public key matches more than one prefixes on the signature map
- KEY_REQUIRED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Key not provided in the transaction body
- KEY_REQUIRED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Key not provided in the transaction body
- KEY_REQUIRED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Key not provided in the transaction body
- KEY_VERIFICATION_MODE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- Key.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A Key is an entity representing one or more cryptographic public/private key pairs and, optionally, the structure for how multiple signatures may be composed to meet complex multiple-signature authorization requirements.
- Key.KeyCase - Enum Class in com.hedera.hashgraph.sdk.proto
- keyAlreadySigned(PublicKey) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Checks if a public key is already added to the transaction
- KeyList - Class in com.hedera.hashgraph.sdk
-
A list of keys that are required to sign in unison, with an optional threshold controlling how many keys of the list are required.
- KeyList - Class in com.hedera.hashgraph.sdk.proto
-
* A list of keys.<br/> A `KeyList` requires all keys (N-of-N) to sign, unless otherwise specified in official documentation.
- KeyList() - Constructor for class com.hedera.hashgraph.sdk.KeyList
-
Create a new key list where all keys that are added will be required to sign.
- KEYLIST - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Key.KeyCase
- KEYLIST_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Key
- KeyList.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A list of keys.<br/> A `KeyList` requires all keys (N-of-N) to sign, unless otherwise specified in official documentation.
- KeyListOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- KeyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- keys - Variable in class com.hedera.hashgraph.sdk.FileInfo
-
One of these keys must sign in order to delete the file.
- keys - Variable in class com.hedera.hashgraph.sdk.LiveHash
-
A list of keys (primitive or threshold), all of which must sign to attach the livehash to an account, and any one of which can later delete it.
- KEYS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- KEYS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.File
- KEYS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- KEYS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- KEYS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- KEYS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.KeyList
- KEYS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.LiveHash
- KEYS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- Keystore - Class in com.hedera.hashgraph.sdk
-
Internal utility class to serialize / deserialize between java object / json representation.
- Keystore(PrivateKey) - Constructor for class com.hedera.hashgraph.sdk.Keystore
- KILOBAR - Enum constant in enum class com.hedera.hashgraph.sdk.HbarUnit
-
Equivalent to 1 thousand hbar or 100 billion tinybar.
- KYC_GRANTED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelation
- KYC_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- kycKey - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The key which can grant or revoke KYC of an account for the token's transactions.
- KYCKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- KYCKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- KYCKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- KycNotApplicable - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenKycStatus
-
* The token does not support KYC or cannot grant KYC for the designated account.<br/> Typically this indicates that the token does not have a `kyc_key` set.
- KycNotApplicable_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenKycStatus
-
* The token does not support KYC or cannot grant KYC for the designated account.<br/> Typically this indicates that the token does not have a `kyc_key` set.
- kycStatus - Variable in class com.hedera.hashgraph.sdk.TokenRelationship
-
The KYC status of the account (KycNotApplicable, Granted or Revoked).
- KYCSTATUS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- kycStatusFromProtobuf(TokenKycStatus) - Static method in class com.hedera.hashgraph.sdk.TokenInfo
-
Is kyc required?
- kycStatusFromProtobuf(TokenKycStatus) - Static method in class com.hedera.hashgraph.sdk.TokenRelationship
-
Retrieve the kyc status from a protobuf.
- kycStatusToProtobuf(Boolean) - Static method in class com.hedera.hashgraph.sdk.TokenInfo
-
Create a kyc status protobuf.
- kycStatusToProtobuf(Boolean) - Static method in class com.hedera.hashgraph.sdk.TokenRelationship
-
Retrieve the kyc status from a protobuf.
L
- LAMBDA_S_STORE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
(DEPRECATED) Remove once no production throttle assets reference it.
- LambdaSStore - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* (DEPRECATED) Remove once no production throttle assets reference it.
- LambdaSStore_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* (DEPRECATED) Remove once no production throttle assets reference it.
- LAST_BLOCK_NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockInfo
- LAST_DECISION_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- LAST_HANDLE_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- LAST_INTERVAL_PROCESS_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockInfo
- LAST_INTERVAL_PROCESS_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- LAST_NODE_FEE_DISTRIBUTION_TIME_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.state.token.legacy.NodePayments
- LAST_NODE_REWARD_PAYMENTS_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- LAST_USED_CONS_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockInfo
- LAST_USED_SERIAL_NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- LEDGER_ID_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- LEDGER_ID_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- LEDGER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- LEDGER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- LEDGER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- LEDGER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- LEDGER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- LEDGER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.LedgerId
- LEDGER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- LEDGER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- LEDGER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- LEDGER_ID_PUBLICATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- LEDGER_ID_PUBLICATION - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
(Internal-only) Publish a new ledger id and chain-of-trust key.
- LEDGER_ID_PUBLICATION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- LEDGER_SIGNATURE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.LedgerId
- ledgerId - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The ledger ID the response was returned from; please see HIP-198 for the network-specific IDs.
- ledgerId - Variable in class com.hedera.hashgraph.sdk.ContractInfo
-
The ledger ID the response was returned from; please see HIP-198 for the network-specific IDs.
- ledgerId - Variable in class com.hedera.hashgraph.sdk.FileInfo
-
The ledger ID the response was returned from; please see HIP-198 for the network-specific IDs.
- ledgerId - Variable in class com.hedera.hashgraph.sdk.ScheduleInfo
-
The ledger ID the response was returned from; please see HIP-198 for the network-specific IDs.
- ledgerId - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The ledger ID the response was returned from; please see HIP-198 for the network-specific IDs.
- ledgerId - Variable in class com.hedera.hashgraph.sdk.TokenNftInfo
-
The ledger ID the response was returned from; please see HIP-198 for the network-specific IDs.
- ledgerId - Variable in class com.hedera.hashgraph.sdk.TopicInfo
-
The ledger ID the response was returned from; please see HIP-198 for the network-specific IDs.
- LedgerId - Class in com.hedera.hashgraph.sdk
-
Internal utility class for ledger id manipulation.
- LedgerId - Class in com.hedera.hashgraph.sdk.proto
-
* A ledger identifier.<br/> This message identifies a ledger and is used to verify ledger signatures in a Threshold Signature Scheme (TSS).
- LedgerId(byte[]) - Constructor for class com.hedera.hashgraph.sdk.LedgerId
-
Constructor.
- LedgerId.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A ledger identifier.<br/> This message identifies a ledger and is used to verify ledger signatures in a Threshold Signature Scheme (TSS).
- LedgerIdNodeContribution - Class in com.hedera.hapi.node.tss.legacy
-
* A record of the proof key a node had in a particular address book.
- LedgerIdNodeContribution.Builder - Class in com.hedera.hapi.node.tss.legacy
-
* A record of the proof key a node had in a particular address book.
- LedgerIdNodeContributionOrBuilder - Interface in com.hedera.hapi.node.tss.legacy
- LedgerIdOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- LedgerIdOuterClass - Class in com.hedera.hashgraph.sdk.proto
- LedgerIdPublication - Class in com.hedera.hapi.node.tss.legacy
- LedgerIdPublication - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* (Internal-only) Publish a new ledger id and chain-of-trust key.
- LedgerIdPublication_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* (Internal-only) Publish a new ledger id and chain-of-trust key.
- LedgerIdPublicationTransactionBody - Class in com.hedera.hapi.node.tss.legacy
-
* A system initiated transaction to externalize the ledger id and verification key for recursive chain-of-trust proofs extending from the new ledger id.
- LedgerIdPublicationTransactionBody.Builder - Class in com.hedera.hapi.node.tss.legacy
-
* A system initiated transaction to externalize the ledger id and verification key for recursive chain-of-trust proofs extending from the new ledger id.
- LedgerIdPublicationTransactionBodyOrBuilder - Interface in com.hedera.hapi.node.tss.legacy
- leftPad32(byte[], boolean) - Static method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
- leftPad32(ByteString) - Static method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
- leftPad32(ByteString, boolean) - Static method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
- legacyDerive(int) - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Derive a child key based on the index.
- legacyDerive(long) - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Derive a child key based on the index.
- legacyDerive(long) - Method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
- legacyDerive(long) - Method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
- legacyDeriveChildKey(byte[], long) - Static method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
-
Throws an exception when trying to derive a child key.
- legacyDeriveChildKey(byte[], long) - Static method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
-
Derive a legacy child key.
- LIMIT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- LIMIT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- LIVE_HASH_ALREADY_EXISTS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the livehash already exists for a given account
- LIVE_HASH_ALREADY_EXISTS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the livehash already exists for a given account
- LIVE_HASH_ALREADY_EXISTS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the livehash already exists for a given account
- LIVE_HASH_NOT_FOUND - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the livehash is not present
- LIVE_HASH_NOT_FOUND - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the livehash is not present
- LIVE_HASH_NOT_FOUND_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the livehash is not present
- LiveHash - Class in com.hedera.hashgraph.sdk
-
A hash (presumably of some kind of credential or certificate), along with a list of keys (each of which is either a primitive or a threshold key).
- LiveHash - Class in com.hedera.hashgraph.sdk.proto
-
* A Live Hash value associating some item of content to an account.
- LIVEHASH - Enum constant in enum class com.hedera.hashgraph.sdk.proto.EntityID.EntityCase
-
Deprecated.
- LIVEHASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- LIVEHASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- LIVEHASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- LiveHash.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A Live Hash value associating some item of content to an account.
- LiveHashAddTransaction - Class in com.hedera.hashgraph.sdk
-
Deprecated.This transaction is obsolete, not supported, and SHALL fail with a pre-check result of `NOT_SUPPORTED`. A Live Hash value associating some item of content to an account. This message represents a desired entry in the ledger for a SHA-384 hash of some content, an associated specific account, a list of authorized keys, and a duration the live hash is "valid".
- LiveHashAddTransaction() - Constructor for class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.Constructor.
- LiveHashAddTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.Constructor.
- LiveHashDeleteTransaction - Class in com.hedera.hashgraph.sdk
-
Deprecated.This transaction is obsolete, not supported, and SHALL fail with a pre-check result of `NOT_SUPPORTED`. Delete a specific live hash associated to a given account. This transaction MUST be signed by either the key of the associated account, or at least one of the keys listed in the live hash. ### Block Stream Effects None
- LiveHashDeleteTransaction() - Constructor for class com.hedera.hashgraph.sdk.LiveHashDeleteTransaction
-
Deprecated.Constructor.
- LiveHashDeleteTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.LiveHashDeleteTransaction
-
Deprecated.Constructor.
- liveHashes - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
All the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- LIVEHASHES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- LiveHashOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- LiveHashQuery - Class in com.hedera.hashgraph.sdk
-
Deprecated.This query is no longer supported. Requests a livehash associated to an account.
- LiveHashQuery() - Constructor for class com.hedera.hashgraph.sdk.LiveHashQuery
-
Deprecated.Constructor.
- LIVEHASHTODELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- LOCAL_CALL_MODIFICATION_EXCEPTION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* local execution (query) is requested for a function which changes state
- LOCAL_CALL_MODIFICATION_EXCEPTION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
local execution (query) is requested for a function which changes state
- LOCAL_CALL_MODIFICATION_EXCEPTION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* local execution (query) is requested for a function which changes state
- LockableList<T> - Class in com.hedera.hashgraph.sdk
-
Internal utility class for a new lockable list type.
- LockableList() - Constructor for class com.hedera.hashgraph.sdk.LockableList
-
Constructor.
- LockableList(ArrayList<T>) - Constructor for class com.hedera.hashgraph.sdk.LockableList
-
Assign a list of items to this list instance.
- logger - Variable in class com.hedera.hashgraph.sdk.Executable
- logger - Variable in class com.hedera.hashgraph.sdk.HederaTrustManager
- Logger - Class in com.hedera.hashgraph.sdk.logger
- Logger(LogLevel) - Constructor for class com.hedera.hashgraph.sdk.logger.Logger
-
Constructor
- LOGINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- LogLevel - Enum Class in com.hedera.hashgraph.sdk.logger
- logs - Variable in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
the log info for events returned by the function
- logTransaction(TransactionId, Client, Node, boolean, int, ResponseT, Throwable) - Method in class com.hedera.hashgraph.sdk.Executable
-
Logs the transaction's parameters
M
- MAINNET - Enum constant in enum class com.hedera.hashgraph.sdk.NetworkName
-
Deprecated.
- MAINNET - Static variable in class com.hedera.hashgraph.sdk.LedgerId
-
The mainnet ledger id
- major - Variable in class com.hedera.hashgraph.sdk.SemanticVersion
-
Increases with incompatible API changes
- MAJOR_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- makeRequest() - Method in class com.hedera.hashgraph.sdk.Executable
- makeRequest() - Method in class com.hedera.hashgraph.sdk.Query
- makeRequest() - Method in class com.hedera.hashgraph.sdk.Transaction
- MAPPING_ENTRIES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.UpdateCase
- MAPPING_ENTRIES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- MAPPING_SLOT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.AccountBalanceQuery
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.AccountInfoQuery
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.AccountRecordsQuery
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.ContractByteCodeQuery
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.ContractInfoQuery
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.FileContentsQuery
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.FileInfoQuery
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.LiveHashQuery
-
Deprecated.
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.NetworkVersionInfoQuery
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.Query
-
The derived class should access its request header and return.
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.ScheduleInfoQuery
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.TokenInfoQuery
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.TopicInfoQuery
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
- mapRequestHeader(Query) - Method in class com.hedera.hashgraph.sdk.TransactionRecordQuery
- mapResponse() - Method in class com.hedera.hashgraph.sdk.Executable.GrpcRequest
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.AccountBalanceQuery
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.AccountInfoQuery
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.AccountRecordsQuery
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.ContractByteCodeQuery
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.ContractInfoQuery
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.FileContentsQuery
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.FileInfoQuery
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.LiveHashQuery
-
Deprecated.
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.NetworkVersionInfoQuery
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.ScheduleInfoQuery
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.TokenInfoQuery
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.TopicInfoQuery
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
- mapResponse(Response, AccountId, Query) - Method in class com.hedera.hashgraph.sdk.TransactionRecordQuery
- mapResponse(TransactionResponse, AccountId, Transaction) - Method in class com.hedera.hashgraph.sdk.Transaction
- mapResponse(ResponseT, AccountId, ProtoRequestT) - Method in class com.hedera.hashgraph.sdk.Executable
-
Called after receiving the query response from Hedera.
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.AccountBalanceQuery
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.AccountInfoQuery
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.AccountRecordsQuery
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.ContractByteCodeQuery
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.ContractInfoQuery
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.FileContentsQuery
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.FileInfoQuery
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.LiveHashQuery
-
Deprecated.
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.NetworkVersionInfoQuery
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.Query
-
The derived class should access its response header and return.
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.ScheduleInfoQuery
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.TokenInfoQuery
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.TopicInfoQuery
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
- mapResponseHeader(Response) - Method in class com.hedera.hashgraph.sdk.TransactionRecordQuery
- mapResponseStatus(Response) - Method in class com.hedera.hashgraph.sdk.Query
- mapResponseStatus(Response) - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
- mapResponseStatus(TransactionResponse) - Method in class com.hedera.hashgraph.sdk.Transaction
- mapResponseStatus(ResponseT) - Method in class com.hedera.hashgraph.sdk.Executable
- mapStatusException() - Method in class com.hedera.hashgraph.sdk.Executable.GrpcRequest
- MAX - Static variable in class com.hedera.hashgraph.sdk.Hbar
-
A constant value of the maximum number of hbars.
- MAX_ALLOWANCES_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The payer account of an approveAllowances or adjustAllowance transaction is attempting to go beyond the maximum allowed number of allowances.
- MAX_ALLOWANCES_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The payer account of an approveAllowances or adjustAllowance transaction is attempting to go beyond the maximum allowed number of allowances.
- MAX_ALLOWANCES_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The payer account of an approveAllowances or adjustAllowance transaction is attempting to go beyond the maximum allowed number of allowances.
- MAX_AUTO_ASSOCIATIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- MAX_AUTOMATIC_TOKEN_ASSOCIATIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- MAX_AUTOMATIC_TOKEN_ASSOCIATIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- MAX_AUTOMATIC_TOKEN_ASSOCIATIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- MAX_AUTOMATIC_TOKEN_ASSOCIATIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- MAX_AUTOMATIC_TOKEN_ASSOCIATIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- MAX_AUTOMATIC_TOKEN_ASSOCIATIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- MAX_AUTOMATIC_TOKEN_ASSOCIATIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- MAX_CHILD_RECORDS_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A contract transaction tried to use more than the allowed number of child records, via either system contract records or internal contract creations.
- MAX_CHILD_RECORDS_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A contract transaction tried to use more than the allowed number of child records, via either system contract records or internal contract creations.
- MAX_CHILD_RECORDS_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A contract transaction tried to use more than the allowed number of child records, via either system contract records or internal contract creations.
- MAX_CONTRACT_STORAGE_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Contract permanent storage exceeded the currently allowable limit
- MAX_CONTRACT_STORAGE_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Contract permanent storage exceeded the currently allowable limit
- MAX_CONTRACT_STORAGE_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Contract permanent storage exceeded the currently allowable limit
- MAX_CUSTOM_FEE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The fee amount is exceeding the amount that the payer is willing to pay.
- MAX_CUSTOM_FEE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The fee amount is exceeding the amount that the payer is willing to pay.
- MAX_CUSTOM_FEE_LIMIT_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The fee amount is exceeding the amount that the payer is willing to pay.
- MAX_CUSTOM_FEES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- MAX_CUSTOM_FEES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- MAX_CUSTOM_FEES_IS_NOT_SUPPORTED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Max custom fees list is not supported for this operation.
- MAX_CUSTOM_FEES_IS_NOT_SUPPORTED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Max custom fees list is not supported for this operation.
- MAX_CUSTOM_FEES_IS_NOT_SUPPORTED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Max custom fees list is not supported for this operation.
- MAX_ENTITIES_IN_PRICE_REGIME_HAVE_BEEN_CREATED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The maximum number of entities allowed in the current price regime have been created.
- MAX_ENTITIES_IN_PRICE_REGIME_HAVE_BEEN_CREATED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The maximum number of entities allowed in the current price regime have been created.
- MAX_ENTITIES_IN_PRICE_REGIME_HAVE_BEEN_CREATED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The maximum number of entities allowed in the current price regime have been created.
- MAX_ENTRIES_FOR_FEE_EXEMPT_KEY_LIST_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided fee exempt key list size exceeded the limit.
- MAX_ENTRIES_FOR_FEE_EXEMPT_KEY_LIST_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided fee exempt key list size exceeded the limit.
- MAX_ENTRIES_FOR_FEE_EXEMPT_KEY_LIST_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided fee exempt key list size exceeded the limit.
- MAX_ETHEREUM_DATA_SIZE - Static variable in class com.hedera.hashgraph.sdk.EthereumFlow
-
Deprecated.128,000 bytes - jumbo transaction limit Indicates when we should splice out the call data from an ethereum transaction data
- MAX_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeComponents
- MAX_FILE_SIZE_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* File size exceeded the currently allowable limit
- MAX_FILE_SIZE_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
File size exceeded the currently allowable limit
- MAX_FILE_SIZE_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* File size exceeded the currently allowable limit
- MAX_GAS_ALLOWANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- MAX_GAS_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Gas exceeded currently allowable gas limit per transaction
- MAX_GAS_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Gas exceeded currently allowable gas limit per transaction
- MAX_GAS_LIMIT_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Gas exceeded currently allowable gas limit per transaction
- MAX_NFTS_IN_PRICE_REGIME_HAVE_BEEN_MINTED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* All the NFTs allowed in the current price regime have already been minted
- MAX_NFTS_IN_PRICE_REGIME_HAVE_BEEN_MINTED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
All the NFTs allowed in the current price regime have already been minted
- MAX_NFTS_IN_PRICE_REGIME_HAVE_BEEN_MINTED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* All the NFTs allowed in the current price regime have already been minted
- MAX_NODES_CREATED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The maximum number of nodes allowed in the address book have been created.
- MAX_NODES_CREATED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The maximum number of nodes allowed in the address book have been created.
- MAX_NODES_CREATED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The maximum number of nodes allowed in the address book have been created.
- MAX_REGISTERED_NODES_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The number of associated registered nodes exceeds the maximum allowed limit.
- MAX_REGISTERED_NODES_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The number of associated registered nodes exceeds the maximum allowed limit.
- MAX_REGISTERED_NODES_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The number of associated registered nodes exceeds the maximum allowed limit.
- MAX_STAKE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStake
- MAX_STAKE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- MAX_STAKE_REWARDED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- MAX_STAKING_REWARD_RATE_PER_HBAR_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- MAX_STORAGE_IN_PRICE_REGIME_HAS_BEEN_USED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* All contract storage allocated to the current price regime has been consumed.
- MAX_STORAGE_IN_PRICE_REGIME_HAS_BEEN_USED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
All contract storage allocated to the current price regime has been consumed.
- MAX_STORAGE_IN_PRICE_REGIME_HAS_BEEN_USED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* All contract storage allocated to the current price regime has been consumed.
- MAX_SUPPLY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- MAX_TOTAL_REWARD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- maxAttempts - Variable in class com.hedera.hashgraph.sdk.Executable
-
The maximum times execution will be attempted
- MaxAttemptsExceededException - Exception Class in com.hedera.hashgraph.sdk
-
Utility exception class.
- MaxAttemptsExceededException(Throwable) - Constructor for exception class com.hedera.hashgraph.sdk.MaxAttemptsExceededException
- maxAutomaticTokenAssociations - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The maximum number of tokens that an Account can be implicitly associated with.
- maxBackoff - Variable in class com.hedera.hashgraph.sdk.BaseNode
-
Maximum backoff used by node when receiving a bad gRPC status
- maxBackoff - Variable in class com.hedera.hashgraph.sdk.Executable
-
The maximum amount of time to wait between retries
- maxGas - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
-
The maximum amount, in tinybars, that the payer of the hedera transaction is willing to pay to complete the transaction
- MAXIMUM_AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FractionalFee
- maxNodeAttempts - Variable in class com.hedera.hashgraph.sdk.BaseNetwork
-
Limit for how many times we retry a node which has returned a bad gRPC status
- maxNodeBackoff - Variable in class com.hedera.hashgraph.sdk.BaseNetwork
-
The current maximum backoff for the nodes in the network.
- maxNodeReadmitTime - Variable in class com.hedera.hashgraph.sdk.BaseNetwork
-
The max time to wait for readmitting nodes.
- maxPriorityGas - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
-
An 'optional' additional fee in Ethereum that is paid directly to miners in order to incentivize them to include your transaction in a block.
- maxQueryPayment - Variable in exception class com.hedera.hashgraph.sdk.MaxQueryPaymentExceededException
-
The limit for a single automatic query payment, set by
Client.setDefaultMaxQueryPayment(Hbar)(Hbar)} orQuery.setMaxQueryPayment(Hbar). - MaxQueryPaymentExceededException - Exception Class in com.hedera.hashgraph.sdk
-
Signals that a query will cost more than a pre-configured maximum payment amount.
- MaxQueryPaymentExceededException(Query<?, ?>, Hbar, Hbar) - Constructor for exception class com.hedera.hashgraph.sdk.MaxQueryPaymentExceededException
-
Constructor.
- MAXRESULTSIZE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- maxSupply - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
For tokens of type FUNGIBLE_COMMON - The Maximum number of fungible tokens that can be in circulation.
- MAXSUPPLY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- MAXSUPPLY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- MEGABAR - Enum constant in enum class com.hedera.hashgraph.sdk.HbarUnit
-
Equivalent to 1 million hbar or 100 trillion tinybar.
- memo - Variable in class com.hedera.hashgraph.sdk.ScheduleInfo
-
Publicly visible information about the Schedule entity, up to 100 bytes.
- MEMO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.MemoFieldCase
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.File
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeAddress
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Topic
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- MEMO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- MEMO_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Transaction memo size exceeded 100 bytes
- MEMO_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Transaction memo size exceeded 100 bytes
- MEMO_TOO_LONG_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Transaction memo size exceeded 100 bytes
- MEMOFIELD_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.MemoFieldCase
- MEMOWRAPPER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.MemoFieldCase
- MEMOWRAPPER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- mergeAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* An account identifier.
- mergeAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* An account identifier.
- mergeAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody.Builder
-
* An account identifier.
- mergeAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody.Builder
-
* An account identifier.
- mergeAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody.Builder
-
* An account identifier.
- mergeAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody.Builder
-
* An account identifier.
- mergeAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* An account identifier.<br/> This identifies the account from which tokens will be wiped.
- mergeAccountDetails(GetAccountDetailsQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get detail metadata for an account.
- mergeAccountDetails(GetAccountDetailsResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail information about an account.
- mergeAccountDetails(GetAccountDetailsResponse.AccountDetails) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.Builder
-
* Details of the account.
- mergeAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The unique ID of this account.
- mergeAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* A payer account identifier.
- mergeAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair.Builder
-
Deprecated.* An account identifier for the associated account.
- mergeAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery.Builder
-
* An account ID for which information is requested <p> This value SHALL identify the account to be queried.<br/> This value MUST identify a valid account.<br/> This field is REQUIRED.
- mergeAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The unique ID of this account.
- mergeAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId.Builder
-
* An account using a hook.
- mergeAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* An account associated via this live hash to the hashed content.
- mergeAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* An account identifier.
- mergeAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A Node account identifier.
- mergeAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* An account identifier.
- mergeAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation.Builder
-
* An account identifier for the associated account.
- mergeAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* An account identifier.
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* An account identifier that will send or receive token(s).
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* The Account ID that is being proxy staked to
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The Account ID for the account entry associated with this smart contract.
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* An account identifier.<br/> This identifies an account for which the balance is requested.
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* An account identifier.<br/> This is the account ID queried.
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery.Builder
-
* An account identifier.<br/> This identifies the account to use when filtering the transaction record lists.
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* An account identifier.<br/> This identifies the account used when filtering the transaction record lists.
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery.Builder
-
* The account ID for which information is requested
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* a unique identifier for this account.
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* An account ID.<br/> The network SHALL return live hash information for this account, if successful.
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery.Builder
-
Deprecated.* The Account ID for which the records should be retrieved
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The Account ID for the cryptocurrency account
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* An account identifier.
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ProxyStaker.Builder
-
Deprecated.* The Account ID that is proxy staking
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* The Account for which information is requested
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The current owner of the NFT
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* An Account identifier.
- mergeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `CryptoCreate`, the id of the newly created account.
- mergeAccountIDToUpdate(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* An account identifier.<br/> This identifies the account which is to be modified in this transaction.
- mergeAccountInfo(CryptoGetInfoResponse.AccountInfo) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.Builder
-
* Details of the account.
- mergeAccountOfLiveHash(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody.Builder
-
* An account associated to a live hash.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for modification of the topic after it is created.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A key that MUST sign any transaction to update or delete this topic.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Updated access control for modification of the topic.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Access control for modification of the smart contract after it is created.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The key that MUST sign any transaction to update or modify this smart contract.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the key that authorizes updates to the contract.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) perform transactions that customize the hook.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) do transactions that customize the hook.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* An administrative key controlled by the node operator.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* An administrative key controlled by the node operator.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The admin key for this schedule.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A `Key` required to delete this schedule.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* The key used to delete the schedule from state
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control for general modification of this token.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for token administration.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control for general modification of this token.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for token administration.
- mergeAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for modification of the topic.
- mergeAdoptionTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* The consensus time at which the network adopted the active hinTS key in this set.
- mergeAdoptionTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet.Builder
-
* The consensus time when the network adopted the active proof key in this set.
- mergeAggregatedNodeSignatures(AggregatedNodeSignatures) - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.Builder
-
* If there is not yet a SNARK proving the chain of trust from ledger id to the hinTS verification key, an aggregation of Schnorr signatures on the concatenation of the ledger id and genesis hinTS verification key that serve as witnesses for the SNARK prover algorithm.
- mergeApprovedForAll(BoolValue) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A flag indicating this allowance applies to all tokens of the specified (non-fungible/unique) type.
- mergeAssemblyStartTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If the network has gathered enough proof keys to assemble the history for this construction, the cutoff time at which those keys must have been adopted to be included in the final history.
- mergeAssociatedRegisteredNodeList(AssociatedRegisteredNodeList) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- mergeAtomicBatch(AtomicBatchTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for handling a set of transactions atomically.
- mergeAutoRenewAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* The ID of the account to be charged renewal fees at the topic's expirationTime to extend the lifetime of the topic.
- mergeAutoRenewAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* An account that is designated to pay automatic renewal fees.
- mergeAutoRenewAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated ID for the account to be charged renewal fees at the topic's `expirationTime` to extend the lifetime of the topic.
- mergeAutoRenewAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- mergeAutoRenewAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- mergeAutoRenewAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- mergeAutoRenewAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An account identifier for automatic renewal.<br/> This is the identifier of another account, in the same shard and realm as this account, that has signed a transaction allowing the network to use its balance, if needed, to automatically extend this account's expiration time during automatic renewal processing.
- mergeAutoRenewAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The id of an account, in the same shard and realm as this smart contract, that has signed this transaction, allowing the network to use its balance, when needed, to automatically extend this contract's expiration time.
- mergeAutoRenewAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* An account designated to pay the renewal fee upon automatic renewal of this contract.
- mergeAutoRenewAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the account, in the same shard and realm as this smart contract, that has agreed to allow the network to use its balance, when needed, to automatically extend this contract's expiration time.
- mergeAutoRenewAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- mergeAutoRenewAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The id of the account (if any) that the network will attempt to charge fees to complete auto-renewal of this topic, upon expiration.
- mergeAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* The initial lifetime, in seconds, for the topic.<br/> This is also the number of seconds for which the topic SHALL be automatically renewed upon expiring, if it has a valid auto-renew account.
- mergeAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A duration, in seconds, to extend the `expirationTime` value when this topic is automatically renewed.
- mergeAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
An updated value for the number of seconds by which the topic expiration will be automatically extended upon expiration, if it has a valid auto-renew account.
- mergeAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The initial lifetime, in seconds, for the smart contract, and the number of seconds for which the smart contract will be automatically renewed upon expiration.
- mergeAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The duration, in seconds, for which the contract lifetime will be automatically extended upon expiration, provide sufficient HBAR is available at that time to pay the renewal fee.<br/> See `auto_renew_account_id` for additional conditions.
- mergeAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the duration added to expiration time by each auto-renewal to this value.
- mergeAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The duration between account automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- mergeAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A duration to extend this account's expiration.
- mergeAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A duration to extend account expiration.<br/> An amount of time, in seconds, to extend the expiration date for this account when _automatically_ renewed.
- mergeAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A duration to extend this account's expiration.
- mergeAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- mergeAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A duration by which the network should automatically extend this token's expiration.
- mergeAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- mergeBatchKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* The <b>public key</b> of the trusted batch assembler.
- mergeBlockEndTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A block-end consensus time stamp.
- mergeBlockNode(RegisteredServiceEndpoint.BlockNodeEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A Block Node.<br/> A Block Node stores the block chain, provides content proof services, and delivers the block stream to other clients.
- mergeBlockNumber(UInt64Value) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The block number containing this transaction.
- mergeBlockTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A consensus time for the current block.<br/> This is the consensus time of the first round in the current block, which equates to the first contained transaction's consensus time.
- mergeBody(TransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- mergeCall(HookCall) - Method in class com.hedera.hashgraph.sdk.proto.HookExecution.Builder
-
* The details of the call, including which hook id to call.
- mergeCallData(FileID) - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody.Builder
-
* The `callData` for the Ethereum transaction.
- mergeChainOfTrustProof(ChainOfTrustProof) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof of chain of trust from the ledger id to the target history's metadata.
- mergeChunkInfo(ConsensusMessageChunkInfo) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* Information for the current "chunk" in a fragmented message.
- mergeChunkInfo(ConsensusMessageChunkInfo) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* Optional information of the current chunk in a fragmented message.
- mergeConsensusCreateTopic(ConsensusCreateTopicTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a topic.
- mergeConsensusCreateTopic(ConsensusCreateTopicTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a topic.
- mergeConsensusDeleteTopic(ConsensusDeleteTopicTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a topic.
- mergeConsensusDeleteTopic(ConsensusDeleteTopicTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a topic.
- mergeConsensusEndTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* Include messages which reached consensus before this time.
- mergeConsensusGetTopicInfo(ConsensusGetTopicInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a consensus topic.
- mergeConsensusGetTopicInfo(ConsensusGetTopicInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the current state of a topic for the Hedera Consensus Service (HCS).
- mergeConsensusStartTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* Include messages which reached consensus on or after this time.
- mergeConsensusSubmitMessage(ConsensusSubmitMessageTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- mergeConsensusSubmitMessage(ConsensusSubmitMessageTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- mergeConsensusTimestamp(Timestamp) - Method in class com.hedera.hapi.platform.event.legacy.EventConsensusData.Builder
-
* A consensus timestamp.<br/> The network's consensus agreement on a timestamp for this event.
- mergeConsensusTimestamp(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* The time at which the transaction reached consensus
- mergeConsensusTimestamp(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A consensus timestamp.
- mergeConsensusUpdateTopic(ConsensusUpdateTopicTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a topic.
- mergeConsensusUpdateTopic(ConsensusUpdateTopicTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a topic.
- mergeConsTimeOfLastHandledTxn(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- mergeContractCall(ContractCallTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Call a function defined on a smart contract.
- mergeContractCall(ContractCallTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Call a function defined on a smart contract.
- mergeContractCallLocal(ContractCallLocalQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Call a function of a smart contract.<br/> This call is executed exclusively on the node to which it is submitted, and is much less expensive than a `contractCall` transaction.
- mergeContractCallLocal(ContractCallLocalResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a _local_ call to a query function of a given smart contract, providing function parameter inputs as needed.
- mergeContractCallResult(ContractFunctionResult) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A contract call result.<br/> A record of the value returned by the smart contract function (if it completed and didn't fail) from a `ContractCallTransaction`.
- mergeContractCreateInstance(ContractCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a smart contract.
- mergeContractCreateInstance(ContractCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a smart contract.
- mergeContractCreateResult(ContractFunctionResult) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A contract creation result.<br/> A record of the value returned by the smart contract constructor (if it completed and didn't fail) from a `ContractCreateTransaction`.
- mergeContractDeleteInstance(ContractDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- mergeContractDeleteInstance(ContractDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- mergeContractGetBytecode(ContractGetBytecodeQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get runtime bytecode used by a smart contract.
- mergeContractGetBytecodeResponse(ContractGetBytecodeResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the current bytecode for a smart contract.
- mergeContractGetInfo(ContractGetInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get information about a smart contract.
- mergeContractGetInfo(ContractGetInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detailed information about a smart contract.
- mergeContractGetRecords(ContractGetRecordsQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- mergeContractGetRecordsResponse(ContractGetRecordsResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting records of all transactions against the given contract in the last 25 hours.
- mergeContractId(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo.Builder
-
* A contract identifier.<br/> This refers to the contract that holds this nonce value.
- mergeContractId(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec.Builder
-
* The id of a contract that implements the extension point API with EVM bytecode.
- mergeContractId(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* The Hedera id of the contract receiving the call.<br/>
- mergeContractId(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId.Builder
-
* A contract using a hook.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The ID of a smart contract to call.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* The ID of a smart contract to call.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* The id of the contract to be deleted.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A contract identifier.<br/> This identifies the smart contract that defines the function called.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery.Builder
-
* A smart contract ID.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery.Builder
-
* A smart contract ID.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The ID of the smart contract requested in the query.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery.Builder
-
Deprecated.* A smart contract ID.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A smart contract that this response describes.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A contract identifier.<br/> This refers to the contract that generated this log entry.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The contact ID that identifies the smart contract to be updated.<br/> This field MUST be set, and MUST NOT be a default ID (`0.0.0`).
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* A smart contract identifier.<br/> This identifies a smart contract for which the balance is requested.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The smart contract ID that identifies instance
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* A contract identifier.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A smart contract instance that is authorized implicitly.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.SlotKey.Builder
-
* The Contract ID of the contract that owns (and pays for) this slot.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A contract identifier.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.Builder
-
* A contract identifier.
- mergeContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ContractCreate`, the id of the newly created contract.
- mergeContractInfo(ContractGetInfoResponse.ContractInfo) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.Builder
-
* The information, as requested, for a smart contract.
- mergeContractUpdateInstance(ContractUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a smart contract.
- mergeContractUpdateInstance(ContractUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a smart contract.
- mergeContributionEndTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The time at which the network should stop waiting for the node's contributions and move on to the next node in the round-robin fashion.
- mergeCreation(HookCreation) - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* Creation details for a new hook.
- mergeCreationSoftwareVersion(SemanticVersion) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A version describing the version of application software.
- mergeCreationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The effective consensus timestamp at which the NFT was minted
- mergeCreatorAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An account identifier.
- mergeCrsPublication(CrsPublicationTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for broadcasting a node's crs publication
- mergeCryptoAddLiveHash(CryptoAddLiveHashTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.
- mergeCryptoApproveAllowance(CryptoApproveAllowanceTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- mergeCryptoApproveAllowance(CryptoApproveAllowanceTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- mergeCryptoCreateAccount(CryptoCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new Hedera account.
- mergeCryptoCreateAccount(CryptoCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new Hedera account.
- mergeCryptoDelete(CryptoDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- mergeCryptoDelete(CryptoDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- mergeCryptoDeleteAllowance(CryptoDeleteAllowanceTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- mergeCryptoDeleteAllowance(CryptoDeleteAllowanceTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- mergeCryptoDeleteLiveHash(CryptoDeleteLiveHashTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.
- mergeCryptogetAccountBalance(CryptoGetAccountBalanceQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the current HBAR balance of an Hedera account or smart contract.
- mergeCryptogetAccountBalance(CryptoGetAccountBalanceResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the HBAR balance of an account or contract.
- mergeCryptoGetAccountRecords(CryptoGetAccountRecordsQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get records of all "recent" transactions for which a specified account is the effective payer.
- mergeCryptoGetAccountRecords(CryptoGetAccountRecordsResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting records of all "recent" transactions for which the specified account is the effective payer.
- mergeCryptoGetInfo(CryptoGetInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get information about an account, including the balance.<br/> This does not get the list of account records.
- mergeCryptoGetInfo(CryptoGetInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting information for an account.<br/> This query includes balance, but not allowances or token relationships.
- mergeCryptoGetLiveHash(CryptoGetLiveHashQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- mergeCryptoGetLiveHash(CryptoGetLiveHashResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a specific live hash associated to a specific account.
- mergeCryptoGetProxyStakers(CryptoGetStakersQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- mergeCryptoGetProxyStakers(CryptoGetStakersResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting all the accounts that are proxy staking to this account.
- mergeCryptoTransfer(CryptoTransferTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Transfer HBAR between accounts.
- mergeCryptoTransfer(CryptoTransferTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Transfer HBAR between accounts.
- mergeCryptoUpdateAccount(CryptoUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Modify an Hedera account.
- mergeCryptoUpdateAccount(CryptoUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Modify an Hedera account.
- mergeCurrentFeeSchedule(FeeSchedule) - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule.Builder
-
* A current, unexpired, fee schedule.
- mergeCurrentRate(ExchangeRate) - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet.Builder
-
* A current exchange rate.
- mergeCustomFees(FixedCustomFeeList) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- mergeDeclineReward(BoolValue) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* A flag indicating if staking rewards are declined.<br/> If set, modify the flag indicating if this contract declines to accept rewards for staking its HBAR to secure the network.
- mergeDeclineReward(BoolValue) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- mergeDeclineReward(BoolValue) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A boolean indicating that this node has chosen to decline node rewards distributed at the end of staking period.
- mergeDelegatableContractId(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A smart contract that, if the recipient of the active message frame, SHALL be imputed authorization.<br/> Setting this key type is a more permissive version of setting a contractID key.
- mergeDelegatingSpender(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A spender-owner account identifier.<br/> This account identifier identifies a `spender` for whom an existing `approved_for_all` allowance was previously created.
- mergeDeleteAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody.Builder
-
* An account identifier.
- mergeDeletionTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A deletion timestamp.
- mergeDenominatingTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.FixedFee.Builder
-
* The token type used to pay the assessed fee.
- mergeDescription(StringValue) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A short description of the node.
- mergeDescription(StringValue) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A short description of the node.
- mergeDetails(HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* The creation details.
- mergeDuration(Duration) - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A duration describing how long this Live Hash SHALL remain valid.<br/> A Live Hash SHOULD NOT be relied upon after this duration has elapsed.
- mergeEndOfStakingPeriod(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A timestamp indicating the end of the staking period.
- mergeEntityId(HookEntityId) - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* The id of the hook's entity.
- mergeEntityId(HookEntityId) - Method in class com.hedera.hashgraph.sdk.proto.HookId.Builder
-
* The hook's creating entity id.
- mergeEthereumTransaction(EthereumTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Perform an Ethereum encoded transaction.
- mergeEventCore(EventCore) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* The core event data
- mergeEvmAddress(BytesValue) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A created contract address.<br/> If the function created a new contract (e.g.
- mergeEvmHook(EvmHook) - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* A general-purpose hook programmed in EVM bytecode that may access state or interact with external contracts.
- mergeEvmHookCall(EvmHookCall) - Method in class com.hedera.hashgraph.sdk.proto.HookCall.Builder
-
* Specification of how to call an EVM hook.
- mergeEvmOpsDurationThrottle(ThrottleUsageSnapshot) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A single snapshot for evm ops duration throttle.
- mergeExchangeRate(ExchangeRateSet) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The exchange rates in effect when the transaction reached consensus.
- mergeExchangeValueFraction(Fraction) - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee.Builder
-
* The fraction of fungible value exchanged for an NFT to collect as royalty.
- mergeExecutedHookId(HookId) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* If set, the id of the executed hook.
- mergeExecution(HookExecution) - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* Execution details of an existing hook.
- mergeExecutionTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An execution timestamp.
- mergeExpectedDecimals(UInt32Value) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* An expected decimal precision.<br/> This is the number of decimals a fungible/common token type is _expected_ to have.
- mergeExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* An expiration time for this topic, in seconds since the epoch.
- mergeExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated expiration time for this topic, in seconds since the epoch.
- mergeExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The point in time at which this contract will expire.
- mergeExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the time at which this contract will expire.<br/> An expired contract requires a rent payment to "renew" the contract.
- mergeExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The current expiration time for this account.
- mergeExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A new account expiration time, in seconds since the epoch.
- mergeExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* An expiration timestamp.
- mergeExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* An expiration timestamp.
- mergeExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* An expiration timestamp.
- mergeExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The current expiration time for this account.
- mergeExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* An expiration time.
- mergeExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An expiration timestamp.<br/> This represents the time at which the schedule will expire.
- mergeExpirationTime(TimestampSeconds) - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate.Builder
-
* Expiration time stamp for this exchange rate.
- mergeExpirationTime(TimestampSeconds) - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A timestamp indicating when the file will be removed from state.
- mergeExpiry(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An expiration timestamp.
- mergeExpiry(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* An expiration time for this token, in seconds since the epoch.
- mergeExpiry(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An expiration timestamp.
- mergeExpiryTime(TimestampSeconds) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* A time, in seconds since the `epoch`, when this fee schedule will expire.
- mergeFallbackFee(FixedFee) - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee.Builder
-
* A fixed fee to assess if no fungible value is known to be traded for the NFT.
- mergeFeeCollectorAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that received the fee assessed.
- mergeFeeCollectorAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* The account to receive the custom fee.
- mergeFeeCollectorAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee.Builder
-
* A collection account identifier.
- mergeFeeData(FeeData) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
Deprecated.
- mergeFeeExemptKeyList(FeeExemptKeyList) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* A set of keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- mergeFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for update or delete of custom fees.
- mergeFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* Access control for update/delete of custom fees.
- mergeFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Access control for update/delete of custom fees.
- mergeFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of the `custom_fees` field for this token.
- mergeFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing the token custom fee schedule.
- mergeFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of the `custom_fees` field for this token.
- mergeFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing the token custom fee schedule.
- mergeFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for update/delete of custom fees.
- mergeFileAppend(FileAppendTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Append data to the end of a file.
- mergeFileAppend(FileAppendTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Append data to the end of a file.
- mergeFileContents(FileGetContentsResponse.FileContents) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.Builder
-
* A combination of File identifier and content bytes.
- mergeFileCreate(FileCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new file.
- mergeFileCreate(FileCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new file.
- mergeFileDelete(FileDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- mergeFileDelete(FileDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- mergeFileGetContents(FileGetContentsQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the content of a file.
- mergeFileGetContents(FileGetContentsResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the content of a file in the Hedera File Service (HFS).
- mergeFileGetInfo(FileGetInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a file.
- mergeFileGetInfo(FileGetInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting file metadata from the Hedera File Service (HFS).
- mergeFileId(FileID) - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* This file's ID within the global network state.
- mergeFileId(FileID) - Method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery.Builder
-
* The ID of the address book file on the network.
- mergeFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The source for the smart contract EVM bytecode.
- mergeFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.
- mergeFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The file ID of the file
- mergeFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody.Builder
-
* A file identifier.<br/> This identifies the file to which the `contents` will be appended.
- mergeFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody.Builder
-
* A file identifier.<br/> This identifies the file to delete.
- mergeFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery.Builder
-
* A file identifier.
- mergeFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents.Builder
-
* A file identifier.
- mergeFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery.Builder
-
* A file identifier.
- mergeFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A file identifier.
- mergeFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* A file identifier for the file to update.
- mergeFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* A file identifier.
- mergeFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A file identifier.
- mergeFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.Builder
-
* A file identifier.
- mergeFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `FileCreate`, the id of the newly created file.
- mergeFileInfo(FileGetInfoResponse.FileInfo) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.Builder
-
* A combination of fields from the requested file metadata.
- mergeFileUpdate(FileUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- mergeFileUpdate(FileUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- mergeFirstConsTimeOfCurrentBlock(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- mergeFirstConsTimeOfLastBlock(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- mergeFixedFee(FixedFee) - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fixed fee to be charged to the `sender` for every token transfer.
- mergeFixedFee(FixedFee) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee.Builder
-
* A fixed custom fee.
- mergeFractionalAmount(Fraction) - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* A Fraction of the transferred tokens to assess as a fee.<br/> This value MUST be less than or equal to one.<br/> This value MUST be greater than zero.
- mergeFractionalFee(FractionalFee) - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fee defined as a fraction of the tokens transferred.
- mergeFreeze(FreezeTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- mergeFreeze(FreezeTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- mergeFreezeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control to freeze this token.
- mergeFreezeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing asset "freeze".
- mergeFreezeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control to freeze this token.
- mergeFreezeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing asset "freeze".
- mergeFromClient(Client) - Method in class com.hedera.hashgraph.sdk.Executable
- mergeFunctionResult(ContractFunctionResult) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse.Builder
-
* The result(s) returned by the function call, if successful.
- mergeFungibleToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenReference.Builder
-
* A fungible/common token type.
- mergeFungibleTokenType(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A token identifier.<br/> This is the type of token for a fungible/common token airdrop.
- mergeGasThrottle(ThrottleUsageSnapshot) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A single snapshot for the gas throttle.
- mergeGeneralService(RegisteredServiceEndpoint.GeneralServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A general service.<br/> A general service endpoint represents any network accessible service that is provided by a registered node but that is not a service currently defined as part of the Hiero Ledger system.
- mergeGetByKey(GetByKeyQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get all entities associated with a given key.
- mergeGetByKey(GetByKeyResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting all accounts, claims, files, and smart contract instances whose associated keys include the given Key.
- mergeGetBySolidityID(GetBySolidityIDQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get an Hedera identifier associated with an identifier in EVM "Solidity" form.<br/> Most often used in smart contracts to find an Hedera account, file, or contract identifier to pass to a system contract or precompile.
- mergeGetBySolidityID(GetBySolidityIDResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting Contract, Account, and File identifiers for a smart contract, given a Solidity identifier.
- mergeGossipCaCertificate(BytesValue) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A certificate used to sign gossip events.
- mergeGracePeriodEndTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If the network is still gathering hinTS keys for this construction, the time at which honest nodes should stop waiting for tardy publications and begin preprocessing as soon as there are valid hinTS keys for nodes with >2/3 weight in the target roster.
- mergeGracePeriodEndTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If the network is still gathering proof keys for this construction, the next time at which nodes should stop waiting for tardy proof keys and assemble the history to be proven as soon as it has the associated metadata and proof keys for nodes with >2/3 weight in the target roster.
- mergeGracePeriodEndTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState.Builder
-
* If the network is still gathering WRAPS messages for the R2 or R3 protocol phase, the next time at which nodes should stop waiting for tardy messages from R1 participants and start over.
- mergeGrpcCertificateHash(BytesValue) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A hash of the node gRPC TLS certificate.
- mergeGrpcProxyEndpoint(ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- mergeGrpcProxyEndpoint(ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- mergeGrpcProxyEndpoint(ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- mergeHapiProtoVersion(SemanticVersion) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* An API version.
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- mergeHeadNftId(NftID) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A NftID at the head of the linked list for this account from the unique tokens map.<br/> The unique token relations are connected by including the "next" and "previous" NftID in each Nft message.
- mergeHeadPendingAirdropId(PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A pending airdrop ID.<br/> This is the head of the linked list for this account from the account airdrops map.<br/> <p> The account airdrops SHALL be connected by including the "next" and "previous" `PendingAirdropID` in each `AccountAirdrop` message.<br/> This value SHALL NOT be empty if this account is "sender" for any pending airdrop, and SHALL be empty otherwise.
- mergeHeadTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A token ID at the head of the linked list for this account from the token relations map.<br/> The token relations are connected by including the "next" and "previous" TokenID in each TokenRelation message.
- mergeHederaServicesVersion(SemanticVersion) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* A Services version.
- mergeHintsKeyPublication(HintsKeyPublicationTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for publishing a node's hintTS key.
- mergeHintsPartialSignature(HintsPartialSignatureTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for broadcasting a node's hintTS partial signature on a message.
- mergeHintsPreprocessingVote(HintsPreprocessingVoteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on hinTS aggregation keys.
- mergeHintsScheme(HintsScheme) - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If set, the completed hinTS scheme.
- mergeHistory(History) - Method in class com.hedera.hashgraph.sdk.proto.HistorySignature.Builder
-
* The new history the node is signing.
- mergeHistoryProofKeyPublication(HistoryProofKeyPublicationTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for publishing a node's metadata proof key.
- mergeHistoryProofSignature(HistoryProofSignatureTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for contributed a signature with a node's proof key to a history proof.
- mergeHistoryProofVote(HistoryProofVoteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on a metadata proof descending from the ledger id.
- mergeHistorySignature(HistorySignature) - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature.Builder
-
* The signature on some new history.
- mergeHookContractId(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The id of the contract with this hook's bytecode.
- mergeHookDispatch(HookDispatchTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* An internal-only transaction body for dispatching a hook CRUD operation.
- mergeHookEntityId(HookEntityId) - Method in class com.hedera.hashgraph.sdk.proto.HookExecution.Builder
-
* The id of the hook's entity.
- mergeHookId(HookId) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey.Builder
-
* The id of the EVM hook that owns this slot.
- mergeHookId(HookId) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* For state proofs, the id of this hook.
- mergeHookId(HookId) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The id of the EVM hook whose storage is being updated.
- mergeHookIdToDelete(HookId) - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* The id of the hook to delete.
- mergeHookStore(HookStoreTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for updating the storage of an EVM hook.
- mergeInitialTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo.Builder
-
* The TransactionID of the first chunk.
- mergeInternalCallContext(InternalCallContext) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* If not already externalized in a transaction body, the context of the internal call producing this result.
- mergeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The key to be used to sign transactions from this account, if any.
- mergeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The identifying key for this account.
- mergeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The key to be used to sign transactions from this account, if any.
- mergeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* An account key.<br/> This may be a "primitive" key (a singly cryptographic key), or a composite key.
- mergeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The key to be used to sign transactions from this account, if any.
- mergeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery.Builder
-
Deprecated.* The key to search for.
- mergeKeyList(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A list of keys.
- mergeKeys(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* A list of keys that MUST sign any transaction to create or update this file.
- mergeKeys(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A list of keys that represent file "owners".
- mergeKeys(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A KeyList listing all keys that "own" the file.
- mergeKeys(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* The new list of keys that "own" this file.
- mergeKeys(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A list of keys, all of which MUST sign the transaction to add the live hash.<br/> Any one of these keys may, however, remove the live hash to revoke the association.
- mergeKeys(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.ThresholdKey.Builder
-
* A list of the keys that MAY satisfy signature requirements of this key.
- mergeKycKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control for KYC for this token.
- mergeKycKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing account KYC.
- mergeKycKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control for KYC for this token.
- mergeKycKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing account KYC.
- mergeLastDecisionTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot.Builder
-
* The time at which the this snapshot of capacity was calculated.<br/> Stored as an offset from the `epoch`.
- mergeLastHandleTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The time stamp at which the last user transaction was handled.
- mergeLastIntervalProcessTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The time stamp at which the last interval process was done.
- mergeLastIntervalProcessTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The time stamp at which the last interval process was done.
- mergeLastNodeFeeDistributionTime(Timestamp) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* The time when the last node fees were distributed
- mergeLastNodeRewardPaymentsTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* The last time a node reward payment was made.
- mergeLastUsedConsTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The consensus time of the last transaction that was handled by the node.
- mergeLedgerIdPublication(LedgerIdPublicationTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* An internal-only transaction body for publishing the ledger id.
- mergeLiveHash(LiveHash) - Method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody.Builder
-
* A Live Hash to be added to the ledger and associated with the identified account.
- mergeLiveHash(LiveHash) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse.Builder
-
* The requested live hash, if found.
- mergeLiveHash(LiveHash) - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* A uniquely identifying livehash of an account
- mergeMappingEntries(EvmHookMappingEntries) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.Builder
-
* Implicit storage slot updates specified as Solidity mapping entries.
- mergeMaxAutomaticTokenAssociations(Int32Value) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the maximum number of tokens that can be auto-associated with the contract.
- mergeMaxAutomaticTokenAssociations(Int32Value) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (i.e smart contracts) which default to -1.
- mergeMemo(StringValue) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated memo to be associated with this topic.
- mergeMemo(StringValue) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A short description of this Account.
- mergeMemo(StringValue) - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* A short description of this file.
- mergeMemo(StringValue) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A short description for this token.
- mergeMemoWrapper(StringValue) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the short memo for this smart contract.
- mergeMetadata(BytesValue) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A new value for the metadata.
- mergeMetadata(BytesValue) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* Token "Metadata".
- mergeMetadataKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access Control of metadata update for this token.
- mergeMetadataKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing the token `metadata`.
- mergeMetadataKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access Control of metadata update for this token.
- mergeMetadataKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing the token `metadata`.
- mergeMigrationRootHashVote(MigrationRootHashVoteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on migration wrapped record root hash state.
- mergeMintTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The consensus time of the TokenMint that created this NFT as offset from the epoch.
- mergeMirrorNode(RegisteredServiceEndpoint.MirrorNodeEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A Mirror Node.<br/> A Mirror Node is an advanced indexing and query service that provides fast and flexible access to query the block chain and transaction history.
- mergeNetworkdata(FeeComponents) - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the network for bringing a transaction to consensus.
- mergeNetworkGetExecutionTime(NetworkGetExecutionTimeQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- mergeNetworkGetExecutionTime(NetworkGetExecutionTimeResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the time, in nanoseconds, spent in direct processing for one or more recent transactions.
- mergeNetworkGetVersionInfo(NetworkGetVersionInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the versions of Hedera Services and the HAPI API deployed on the responding consensus node.
- mergeNetworkGetVersionInfo(NetworkGetVersionInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the deployed versions of Hedera Services and the API definitions in semantic version format
- mergeNewRealmAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> If a realm is used, it must already exist; we shouldn't be creating it without a separate transaction.</blockquote></blockquote> <p> This was intended to provide an admin key for any new realm created during the creation of the smart contract.<br/> This value is currently ignored.
- mergeNewRealmAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.
- mergeNewRealmAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
Deprecated.
- mergeNextAirdrop(PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* A pending airdrop identifier.<br/> <p> This field SHALL identify the specific pending airdrop that follows this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".
- mergeNextContributingNodeId(UInt64Value) - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The id of the next node that should contribute to the CRS.
- mergeNextFeeSchedule(FeeSchedule) - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule.Builder
-
* A future fee schedule to use when the current schedule expires.
- mergeNextHookId(Int64Value) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- mergeNextHookId(Int64Value) - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- mergeNextRate(ExchangeRate) - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet.Builder
-
* A future exchange rate.
- mergeNextToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The Token ID of the next entry in the associated Account's "virtual double-linked list" of token relationships.
- mergeNft(NftID) - Method in class com.hedera.hashgraph.sdk.proto.TokenReference.Builder
-
* A single specific serialized non-fungible/unique token.
- mergeNft(TokenNftInfo) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse.Builder
-
* The information about this NFT
- mergeNftId(NftID) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The id of this NFT, consisting of a Token ID and serial number.
- mergeNftID(NftID) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery.Builder
-
* A non-fungible/unique token (NFT) identifier.
- mergeNftID(NftID) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* A non-fungible/unique token (NFT) identifier.
- mergeNodeAccountId(AccountID) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayment.Builder
-
* The node account id
- mergeNodeAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* An account to be paid the "node" portion of transaction fees.<br/> The "node" fees are paid to the node that submitted the transaction.
- mergeNodeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A node account identifier.
- mergeNodeCreate(NodeCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- mergeNodeCreate(NodeCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- mergeNodedata(FeeComponents) - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the submitting node.
- mergeNodeDelete(NodeDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a node from the network address book.<br/> This will mark the node as deleted.<br/> This is a privileged operation.
- mergeNodeDelete(NodeDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a node from the network address book.<br/> This is a privileged operation.
- mergeNodeRewardFeeFraction(Fraction) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A fraction of network and service fees paid to the "node" reward account.<br/> The node staking rewards are paid from the designated reward account `0.0.801`, which receives a fraction of network and service fees for each transaction.
- mergeNodeStakeUpdate(NodeStakeUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update the staking information.<br/> This internal transaction is performed at the end of a staking period to complete staking calculations and indicate that new staking period has started.
- mergeNodeUpdate(NodeUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- mergeNodeUpdate(NodeUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- mergeNonFungibleToken(NftID) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* The id of a single NFT<br/> This is the type of token for a non-fungible/unique token airdrop and consists of a Token ID and serial number.
- mergeOriginalCreateTransaction(TransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The full transaction that created this schedule.
- mergeOwner(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- mergeOwner(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- mergeOwner(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* An `owner` account identifier.
- mergeOwner(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- mergeOwner(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* An account identifier.<br/> This OPTIONAL field identifies the account holding the tokens to be rejected.
- mergeOwnerId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The account or contract id that owns this NFT.
- mergeOwnerNextNftId(NftID) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The NFT ID of the next entry in the current owner's "virtual double-linked list" of owned NFTs.
- mergeOwnerPreviousNftId(NftID) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The NFT ID of the previous entry in the current owner's "virtual double-linked list" of owned NFTs.
- mergeParentConsensusTimestamp(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A consensus timestamp for a child record.
- mergePauseKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of pause/unpause for this token.
- mergePauseKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing token "pause".
- mergePauseKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of pause/unpause for this token.
- mergePauseKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing token "pause".
- mergePayerAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The explicit payer account for the scheduled transaction.
- mergePayerAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* An Account identifier for the payer for the transaction.
- mergePayerAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* An account identifier of a `payer` for the scheduled transaction.
- mergePayerAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An account identifier.
- mergePayment(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader.Builder
-
* A signed `CryptoTransferTransaction` to pay query fees.
- mergePendingAirdropId(PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord.Builder
-
* A unique, composite, identifier for a pending airdrop.
- mergePendingAirdropValue(PendingAirdropValue) - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* An amount of fungible tokens to be sent for this pending airdrop.
- mergePendingAirdropValue(PendingAirdropValue) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord.Builder
-
* A single pending airdrop amount.
- mergePrePostTxAllowanceHook(HookCall) - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- mergePrePostTxReceiverAllowanceHook(HookCall) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- mergePrePostTxSenderAllowanceHook(HookCall) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- mergePreprocessedKeys(PreprocessedKeys) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The aggregation and verification keys for the scheme.
- mergePreprocessedKeys(PreprocessedKeys) - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote.Builder
-
* The preprocessed keys this node is voting for.
- mergePreprocessingStartTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If the network has gathered enough hinTS keys for this construction to begin preprocessing, the cutoff time by which keys must have been adopted to be included as input to the preprocessing algorithm.
- mergePreTxAllowanceHook(HookCall) - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- mergePreTxReceiverAllowanceHook(HookCall) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- mergePreTxSenderAllowanceHook(HookCall) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- mergePreviousAirdrop(PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* A pending airdrop identifier.
- mergePreviousHookId(Int64Value) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, the id of the hook preceding this one in the owner's doubly-linked list of hooks.
- mergePreviousToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The Token ID of the previous entry in the associated Account's "virtual double-linked list" of token relationships.
- mergeProof(HistoryProof) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote.Builder
-
* The history proof the submitting node is voting for.
- mergeProxyAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
Deprecated.
- mergeProxyAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
Deprecated.
- mergeProxyAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.
- mergeProxyAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.
- mergeProxyAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- mergeProxyAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- mergePublicationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails.Builder
-
* The time at which the message was published.
- mergeRealmID(RealmID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Realm should be determined by node and network parameters.
- mergeRealmID(RealmID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The realm in which this account is created.
- mergeRealmID(RealmID) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A realm in which this file is created.
- mergeReceipt(TransactionReceipt) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A transaction receipt.
- mergeReceipt(TransactionReceipt) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction receipt.
- mergeReceiverAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An Account identifier for the receiver.
- mergeReceiveRecordThresholdWrapper(UInt64Value) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- mergeReceiverId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A receiving account.
- mergeReceiverSigRequiredWrapper(BoolValue) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A flag indicating the account holder must authorize all incoming token transfers.
- mergeRegisteredNodeCreate(RegisteredNodeCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new registered node in the network address book.
- mergeRegisteredNodeCreate(RegisteredNodeCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new registered node in the network address book.
- mergeRegisteredNodeDelete(RegisteredNodeDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a registered node from the network address book.
- mergeRegisteredNodeDelete(RegisteredNodeDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a registered node from the network address book.
- mergeRegisteredNodeUpdate(RegisteredNodeUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a registered node in the network address book.
- mergeRegisteredNodeUpdate(RegisteredNodeUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a registered node in the network address book.
- mergeResolutionTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The consensus timestamp of the transaction that executed or deleted this schedule.
- mergeRosterSignatures(RosterSignatures) - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* The signatures from nodes in the active roster signing the new ledger id.<br/> These signatures establish a chain of trust from the network to the new ledger id.
- mergeRoyaltyFee(RoyaltyFee) - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fee charged as royalty for any transfer of a non-fungible/unique token.
- mergeRpcRelay(RegisteredServiceEndpoint.RpcRelayEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A RPC Relay.<br/> A RPC Relay is a proxy and translator between EVM tooling and a Hiero consensus network.
- mergeScheduleCreate(ScheduleCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a schedule.<br/> A schedule is a request to execute a specific transaction, included in the create body, in the future.
- mergeScheduleDelete(ScheduleDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- mergeScheduleDelete(ScheduleDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- mergeScheduledTransaction(SchedulableTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The scheduled transaction to execute.
- mergeScheduledTransactionBody(SchedulableTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A scheduled transaction.
- mergeScheduledTransactionBody(SchedulableTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A scheduled transaction.
- mergeScheduledTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A transaction identifier.
- mergeScheduledTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ScheduleCreate` or `ScheduleSign` that enables the scheduled transaction to execute immediately, the `TransactionID` that should be used to query for the receipt or record of the scheduled transaction that was executed.
- mergeScheduleGetInfo(ScheduleGetInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a schedule.<br/> A schedule is a request to execute a transaction at a future time.
- mergeScheduleGetInfo(ScheduleGetInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a scheduled transaction.
- mergeScheduleId(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* This schedule's ID within the global network state.
- mergeScheduleID(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody.Builder
-
* A schedule identifier.
- mergeScheduleID(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery.Builder
-
* A schedule identifier.
- mergeScheduleID(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A schedule identifier.
- mergeScheduleID(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody.Builder
-
* A schedule identifier.
- mergeScheduleID(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ScheduleCreate`, the id of the newly created Scheduled Entity
- mergeScheduleInfo(ScheduleInfo) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse.Builder
-
* Detail information for a schedule.
- mergeSchedulerAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The scheduler account for this schedule.
- mergeScheduleRef(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A schedule reference.<br/> The reference to a schedule ID for the schedule that initiated this transaction, if this this transaction record represents a scheduled transaction.
- mergeScheduleSign(ScheduleSignTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Sign a schedule.<br/> Add one or more cryptographic keys to the list of keys that have signed a schedule, and which may serve to meet the signature requirements for the scheduled transaction.
- mergeScheduleValidStart(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The transaction valid start value for this schedule.
- mergeSenderAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An Account identifier for the sender.
- mergeSenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The account that is the "sender" for this contract call.
- mergeSenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* The account that was the "sender" for this contract call.<br/> If this is not set it SHALL be read from the accountId in the transactionId for the contract call.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- mergeSenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* The Hedera id of the caller.<br/>
- mergeSenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A sending account.
- mergeSendRecordThresholdWrapper(UInt64Value) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- mergeServicedata(FeeComponents) - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the network for providing the immediate and ongoing services associated with executing the transaction, maintaining the network, and developing the network software.
- mergeShardID(ShardID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Shard should be determined by the node the transaction is submitted to.
- mergeShardID(ShardID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The shard in which this account is created <p> Currently, this MUST be `0`.<br/> If the desired shard is `0`, this SHOULD NOT be set.
- mergeShardID(ShardID) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A shard in which this file is created
- mergeSigMap(SignatureMap) - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction.Builder
-
* A set of cryptographic signatures.
- mergeSigMap(SignatureMap) - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- mergeSignature(HistorySignature) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody.Builder
-
* This node's signature on its computed history.
- mergeSignatureList(SignatureList) - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* A list of M signatures, each corresponding to a Key in a KeyList of the same length.
- mergeSignerNonce(Int64Value) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A nonce value for the "signer account".<br/> If the contract call updated the signer nonce for the signer account (i.e.
- mergeSignerNonce(Int64Value) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* In an EthereumTransaction, the nonce of the signer account at the end of the transaction.<br/>
- mergeSigners(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A list of "valid" signatures for this schedule.<br/> This list contains only "primitive" (i.e.
- mergeSigningTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature.Builder
-
* The time at which the signature was recorded.
- mergeSigs(SignatureList) - Method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature.Builder
-
Deprecated.* For an N-of-M threshold key, this is a list of M signatures, at least N of which must be non-null.
- mergeSigs(SignatureList) - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- mergeSpec(EvmHookSpec) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* The specification for the hook.
- mergeSpender(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- mergeSpender(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- mergeSpender(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- mergeSpender(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- mergeSpender(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- mergeSpender(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- mergeSpenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- mergeSpenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- mergeSpenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- mergeSpenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The account or contract id approved to spend this NFT.
- mergeSpenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* If an allowance is granted for the NFT, its corresponding spender account
- mergeStakedAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An identifier for the account to which this account is staking its balances as a proxy.
- mergeStakedAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* An account ID.
- mergeStakedAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* An account identifier.<br/> A staked account acts as a proxy, and this contract effectively nominates the same node as the identified account.
- mergeStakedAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* ID of the account to which this account is staking its balances.
- mergeStakedAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* ID of the account to which this account is staking its balances.
- mergeStakedAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A delegated stake.
- mergeStakePeriodStart(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A `Timestamp` of the start time for the latest active staking period.
- mergeStakers(AllProxyStakers) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse.Builder
-
Deprecated.* List of accounts proxy staking to this account, and the amount each is currently proxy staking
- mergeStakingInfo(StakingInfo) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* Staking information for this contract.
- mergeStakingInfo(StakingInfo) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* Staking information for this account.
- mergeStakingRewardFeeFraction(Fraction) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A fraction of network and service fees paid to the "general" reward account.<br/> The general staking rewards are paid from the designated reward account `0.0.800`, which receives a fraction of network and service fees for each transaction.
- mergeStartTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* A start time for the freeze.
- mergeStateSignatureTransaction(StateSignatureTransaction) - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction.Builder
-
* A state signature.
- mergeStateSignatureTransaction(StateSignatureTransaction) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for signature of a state root hash gossiped to other nodes
- mergeStorageSlot(EvmHookStorageSlot) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.Builder
-
* An explicit storage slot update.
- mergeSubmitKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for message submission to the topic.
- mergeSubmitKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A key that MUST sign any transaction to submit a message to this topic.
- mergeSubmitKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Updated access control for message submission to the topic.
- mergeSubmitKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for message submission to the topic.
- mergeSupplyKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of token mint/burn for this token.
- mergeSupplyKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for "minting" and "burning" tokens.
- mergeSupplyKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of token mint/burn for this token.
- mergeSupplyKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for "minting" and "burning" tokens.
- mergeSystemDelete(SystemDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- mergeSystemDelete(SystemDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- mergeSystemUndelete(SystemUndeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- mergeSystemUndelete(SystemUndeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- mergeTargetHistory(History) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The target history of the proof.
- mergeTargetProof(HistoryProof) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* When this construction is complete, the proof that the target roster's address book and associated metadata belong to the ledger id's chain of trust.
- mergeThresholdKey(ThresholdKey) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A threshold, M, combined with a list of N keys, any M of which are sufficient to form a valid signature.
- mergeThresholdSignature(ThresholdSignature) - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* A list of signatures for a single N-of-M threshold Key.
- mergeTimeCreated(Timestamp) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The wall clock time at which the event was created, according to the node creating the event.<br/> If the event has a self parent, this timestamp MUST be strictly greater than the `time_created` of the self parent.
- mergeToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* A token identifier.
- mergeToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody.Builder
-
* A token identifier.
- mergeToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody.Builder
-
* A token identifier.
- mergeToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery.Builder
-
* A token identifier.
- mergeToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody.Builder
-
* A token identifier.
- mergeToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* A token identifier.
- mergeToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody.Builder
-
* A token identifier.
- mergeToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody.Builder
-
* A token identifier.
- mergeToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A token identifier.<br/> This is the token to be transferred.
- mergeToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody.Builder
-
* A token identifier.
- mergeToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody.Builder
-
* A token identifier.
- mergeToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A token identifier.<br/> This is the token type (i.e.
- mergeToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A token identifier.
- mergeToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* A token identifier.
- mergeTokenAirdrop(TokenAirdropTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Send an "airdrop" of tokens to one or more recipients.
- mergeTokenAirdrop(TokenAirdropTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* "Airdrop" tokens.<br/> This transaction sends tokens from one or more "sender" accounts to one or more "recipient" accounts.
- mergeTokenAssociate(TokenAssociateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Associate tokens to an account.
- mergeTokenAssociate(TokenAssociateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Associate tokens to an account.
- mergeTokenBurn(TokenBurnTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- mergeTokenBurn(TokenBurnTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- mergeTokenCancelAirdrop(TokenCancelAirdropTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Cancel an "airdrop".<br/> This transaction cancels a pending airdrop for one or more recipients.
- mergeTokenCancelAirdrop(TokenCancelAirdropTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Cancel one or more "pending" airdrops that are not yet claimed.
- mergeTokenClaimAirdrop(TokenClaimAirdropTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Claim an "airdrop".
- mergeTokenClaimAirdrop(TokenClaimAirdropTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Claim one or more "pending" airdrops.
- mergeTokenCreation(TokenCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new Hedera token.
- mergeTokenCreation(TokenCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new Hedera token.
- mergeTokenDeletion(TokenDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Deletes an Hedera token.<br/> The token will be marked deleted.
- mergeTokenDeletion(TokenDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete an Hedera token.<br/> The token will be marked deleted.
- mergeTokenDissociate(TokenDissociateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Dissociate tokens from an account.
- mergeTokenDissociate(TokenDissociateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Dissociate tokens from an account.
- mergeTokenFeeScheduleUpdate(TokenFeeScheduleUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- mergeTokenFeeScheduleUpdate(TokenFeeScheduleUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- mergeTokenFreeze(TokenFreezeAccountTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- mergeTokenFreeze(TokenFreezeAccountTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- mergeTokenGetAccountNftInfos(TokenGetAccountNftInfosQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- mergeTokenGetAccountNftInfos(TokenGetAccountNftInfosResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens owned by an account.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were added to the account.
- mergeTokenGetInfo(TokenGetInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a token.
- mergeTokenGetInfo(TokenGetInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting metadata for a specific Token.
- mergeTokenGetNftInfo(TokenGetNftInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a specific, serial numbered, non-fungible/unique token (NFT).
- mergeTokenGetNftInfo(TokenGetNftInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a specific non-fungible/unique token selected by both token identifier and serial number.
- mergeTokenGetNftInfos(TokenGetNftInfosQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- mergeTokenGetNftInfos(TokenGetNftInfosResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were minted.
- mergeTokenGrantKyc(TokenGrantKycTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- mergeTokenGrantKyc(TokenGrantKycTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance.Builder
-
* The identifier for the token associated with this allowance.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
* The identifier for the token associated with this allowance.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* The token transferred to satisfy this fee.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair.Builder
-
Deprecated.* A token identifier for the associated token.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance.Builder
-
* The identifier for the token associated with this allowance.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
* The identifier for the token associated with this allowance.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* A token identifier.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A unique identifier for this token.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation.Builder
-
* A token identifier for the associated token.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance.Builder
-
* A token identifier.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A token identifier.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A unique identifier for this token.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A token identifier.
- mergeTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A token identifier.
- mergeTokenID(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.NftID.Builder
-
* A token identifier.<br/> This token represents the collection containing this NFT.
- mergeTokenID(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* A token identifier.
- mergeTokenID(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A token identifier.
- mergeTokenID(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `CreateToken`, the id of the newly created token
- mergeTokenInfo(TokenInfo) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse.Builder
-
* The information requested for the identified token.
- mergeTokenMint(TokenMintTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- mergeTokenMint(TokenMintTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- mergeTokenPause(TokenPauseTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Pause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- mergeTokenPause(TokenPauseTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Pause a Token.
- mergeTokenReject(TokenRejectTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* "Reject" undesired tokens.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- mergeTokenReject(TokenRejectTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Reject and return a token to treasury.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- mergeTokenRevokeKyc(TokenRevokeKycTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Revoke KYC from an account with respect to a token.
- mergeTokenRevokeKyc(TokenRevokeKycTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Revoke KYC from an account with respect to a token.
- mergeTokenUnfreeze(TokenUnfreezeAccountTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Unfreeze an account with respect to a token.
- mergeTokenUnfreeze(TokenUnfreezeAccountTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unfreeze an account with respect to a token.
- mergeTokenUnpause(TokenUnpauseTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Unpause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- mergeTokenUnpause(TokenUnpauseTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unpause a Token.
- mergeTokenUpdate(TokenUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- mergeTokenUpdate(TokenUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- mergeTokenUpdateNfts(TokenUpdateNftsTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- mergeTokenUpdateNfts(TokenUpdateNftsTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- mergeTokenWipe(TokenWipeAccountTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- mergeTokenWipe(TokenWipeAccountTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- mergeTopicId(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The topic's ID.
- mergeTopicID(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody.Builder
-
* Topic to be deleted.
- mergeTopicID(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery.Builder
-
* A topic ID.
- mergeTopicID(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* The ID of the topic requested in the query.
- mergeTopicID(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* Topic to submit message to.
- mergeTopicID(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* The topic ID specifying the topic to update.
- mergeTopicID(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* A required topic ID to retrieve messages for.
- mergeTopicID(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusCreateTopic`, the id of the newly created topic.
- mergeTopicInfo(ConsensusTopicInfo) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* Information describing the current state of the topic.
- mergeTransactionGetFastRecord(TransactionGetFastRecordQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a record for a transaction.
- mergeTransactionGetFastRecord(TransactionGetFastRecordResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting a very recent transaction record.
- mergeTransactionGetReceipt(TransactionGetReceiptQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a receipt for a transaction.<br/> This only returns a receipt if the transaction is "recent", which is typically within the previous 180 seconds (3 minutes).
- mergeTransactionGetReceipt(TransactionGetReceiptResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the post-consensus (final) result of a transaction.
- mergeTransactionGetRecord(TransactionGetRecordQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a record for a transaction.
- mergeTransactionGetRecord(TransactionGetRecordResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting a transaction record; the detail changes completed in response to a transaction.
- mergeTransactionId(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry.Builder
-
* A transaction identifier.<br/> This identifies the submitted transaction for this receipt.
- mergeTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction identifier.<br/> Each transaction is uniquely identified by its transaction identifier.
- mergeTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery.Builder
-
Deprecated.* The ID of the transaction for which the record is requested.
- mergeTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* A transaction identifier.
- mergeTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* A transaction identifier.
- mergeTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction identifier to the transaction associated to this record.
- mergeTransactionRecord(TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse.Builder
-
Deprecated.* The requested transaction records
- mergeTransactionRecord(TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A transaction record.
- mergeTransactionRecord(TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* A transaction record for the transaction.
- mergeTransactionValidDuration(Duration) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A maximum duration in which to execute this transaction.
- mergeTransactionValidStart(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* A timestamp for the transaction start time.<br/> This is the earliest expected start time for this transaction.
- mergeTransferAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* An Account ID recipient.
- mergeTransferAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody.Builder
-
* An account identifier.
- mergeTransferContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* A contract ID recipient.
- mergeTransferList(TransferList) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transfer list for this transaction.<br/> This is a list of all HBAR transfers completed for this transaction.
- mergeTransfers(TransferList) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* A list of HBAR transfers.
- mergeTreasury(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A treasury account identifier.
- mergeTreasury(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A treasury account identifier for this token.
- mergeTreasury(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new treasury account identifier.
- mergeTreasuryAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A treasury account identifier for this token.
- mergeUncheckedSubmit(UncheckedSubmitBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unsupported system transaction.
- mergeUpdateFile(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* An upgrade file.
- mergeUtilPrng(UtilPrngTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Provide a deterministic pseudorandom number based on network state.
- mergeUtilPrng(UtilPrngTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Provide a deterministic pseudorandom number based on network state.
- mergeVersion(SemanticVersion) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The event specification version.<br/> The specification described by this version SHALL encompass the format of the `GossipEvent` message, and also the format of all contained messages.<br/> This SHALL exactly match the specification version passed into the platform at construction.
- mergeVote(HistoryProofVote) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody.Builder
-
* The submitting node's vote on the history proof.
- mergeVote(PreprocessingVote) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody.Builder
-
* The vote the node is casting for the aggregation of the hints in the given construction (which should be ongoing).
- mergeWipeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of account wipe for this token.
- mergeWipeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for wiping tokens from accounts.
- mergeWipeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of account wipe for this token.
- mergeWipeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for wiping tokens from accounts.
- mergeWrapsSigningState(WrapsSigningState) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If set, the state of the WRAPS signing protocol for this construction.
- MESSAGE_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- MESSAGE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- MESSAGE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- MESSAGE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- MESSAGE_SIZE_TOO_LARGE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* ConsensusSubmitMessage request's message size is larger than allowed.
- MESSAGE_SIZE_TOO_LARGE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
ConsensusSubmitMessage request's message size is larger than allowed.
- MESSAGE_SIZE_TOO_LARGE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* ConsensusSubmitMessage request's message size is larger than allowed.
- MESSAGES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- metadata - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
Represents the metadata of the token definition.
- metadata - Variable in class com.hedera.hashgraph.sdk.TokenNftInfo
-
Represents the unique metadata of the NFT
- METADATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.History
- METADATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Nft
- METADATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- METADATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- METADATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- METADATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- METADATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- METADATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- METADATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- METADATA_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- METADATA_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- METADATA_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- METADATA_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- METADATA_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Nft metadata is too long
- METADATA_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Nft metadata is too long
- METADATA_TOO_LONG_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Nft metadata is too long
- MetadataInterceptor() - Constructor for class com.hedera.hashgraph.sdk.BaseNode.MetadataInterceptor
- metadataKey - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The key which can change the metadata of a token (token definition and individual NFTs).
- MICROBAR - Enum constant in enum class com.hedera.hashgraph.sdk.HbarUnit
-
Equivalent to 100 tinybar or 1⁄1,000,000 hbar.
- MIGRATION_RECORDS_STREAMED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockInfo
- MIGRATION_ROOT_HASH_VOTE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- MIGRATION_ROOT_HASH_VOTE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Vote on wrapped record migration hash state.
- MIGRATION_ROOT_HASH_VOTE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- MigrationRootHashVote - Class in com.hedera.hapi.services.auxiliary.blockrecords.legacy
- MigrationRootHashVote - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Vote on wrapped record migration hash state.
- MigrationRootHashVote_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Vote on wrapped record migration hash state.
- MigrationRootHashVoteTransactionBody - Class in com.hedera.hapi.services.auxiliary.blockrecords.legacy
-
* A transaction body to publish a node's vote for wrapped record migration state.
- MigrationRootHashVoteTransactionBody.Builder - Class in com.hedera.hapi.services.auxiliary.blockrecords.legacy
-
* A transaction body to publish a node's vote for wrapped record migration state.
- MigrationRootHashVoteTransactionBodyOrBuilder - Interface in com.hedera.hapi.services.auxiliary.blockrecords.legacy
- MigrationWrappedHashes - Class in com.hedera.hashgraph.sdk.proto
-
* Values needed to replay wrapped record hash progression while voting is in progress.
- MigrationWrappedHashes.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Values needed to replay wrapped record hash progression while voting is in progress.
- MigrationWrappedHashesOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- MigrationWrappedHashesOuterClass - Class in com.hedera.hashgraph.sdk.proto
- MILLIBAR - Enum constant in enum class com.hedera.hashgraph.sdk.HbarUnit
-
Equivalent to 100,000 tinybar or 1⁄1,000 hbar.
- MILLIOPSPERSEC_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- MIN - Static variable in class com.hedera.hashgraph.sdk.Hbar
-
A constant value of the minimum number of hbars.
- MIN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeComponents
- MIN_STAKE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStake
- MIN_STAKE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- minBackoff - Variable in class com.hedera.hashgraph.sdk.BaseNode
-
Minimum backoff used by node when receiving a bad gRPC status
- minBackoff - Variable in class com.hedera.hashgraph.sdk.Executable
-
The minimum amount of time to wait between retries
- MINIMUM_AMOUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FractionalFee
- minNodeBackoff - Variable in class com.hedera.hashgraph.sdk.BaseNetwork
-
The current minimum backoff for the nodes in the network.
- minNodeReadmitTime - Variable in class com.hedera.hashgraph.sdk.BaseNetwork
-
The min time to wait before attempting to readmit nodes.
- minor - Variable in class com.hedera.hashgraph.sdk.SemanticVersion
-
Increases with backwards-compatible new functionality
- MINOR_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- MINT_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Nft
- mintToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Mint one or more tokens to the treasury account.
- mintToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Mint one or more tokens to the treasury account.
- mintToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Mint one or more tokens to the treasury account.
- mintToken(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Mint one or more tokens to the treasury account.
- mintToken(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Mint one or more tokens to the treasury account.
- MIRROR_NODE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.EndpointTypeCase
- MIRROR_NODE_CONNECTION_TIMEOUT - Static variable in class com.hedera.hashgraph.sdk.EntityIdHelper
- MIRROR_NODE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- mirrorIsTransportSecurity() - Method in class com.hedera.hashgraph.sdk.Client
-
Is tls enabled for mirror nodes.
- mirrorNetwork - Variable in class com.hedera.hashgraph.sdk.Client
- MirrorNetwork - Class in com.hedera.hashgraph.sdk
-
Utility class.
- MirrorNetworkService - Class in com.hedera.hashgraph.sdk.proto.mirror
- MirrorNode - Class in com.hedera.hashgraph.sdk
-
An individual mirror node.
- MirrorNode(BaseNodeAddress, ExecutorService) - Constructor for class com.hedera.hashgraph.sdk.MirrorNode
-
Constructor.
- MirrorNode(String, ExecutorService) - Constructor for class com.hedera.hashgraph.sdk.MirrorNode
-
Constructor.
- MirrorNodeContractCallQuery - Class in com.hedera.hashgraph.sdk
- MirrorNodeContractCallQuery() - Constructor for class com.hedera.hashgraph.sdk.MirrorNodeContractCallQuery
- MirrorNodeContractEstimateGasQuery - Class in com.hedera.hashgraph.sdk
- MirrorNodeContractEstimateGasQuery() - Constructor for class com.hedera.hashgraph.sdk.MirrorNodeContractEstimateGasQuery
- MirrorNodeContractQuery<T> - Class in com.hedera.hashgraph.sdk
-
MirrorNodeContractQuery returns a result from EVM execution such as cost-free execution of read-only smart contract queries, gas estimation, and transient simulation of read-write operations.
- MirrorNodeContractQuery() - Constructor for class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- MirrorNodeServiceEndpoint - Class in com.hedera.hashgraph.sdk
-
Represent a Registered Mirror Node
- MirrorNodeServiceEndpoint() - Constructor for class com.hedera.hashgraph.sdk.MirrorNodeServiceEndpoint
-
Constructor.
- MISSING_BATCH_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The inner transaction of a batch transaction is missing a batch key
- MISSING_BATCH_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The inner transaction of a batch transaction is missing a batch key
- MISSING_BATCH_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The inner transaction of a batch transaction is missing a batch key
- MISSING_EXPIRY_TIME - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A scheduled transaction configured to wait for expiry to execute was not given an explicit expiration time.
- MISSING_EXPIRY_TIME - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A scheduled transaction configured to wait for expiry to execute was not given an explicit expiration time.
- MISSING_EXPIRY_TIME_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A scheduled transaction configured to wait for expiry to execute was not given an explicit expiration time.
- MISSING_QUERY_HEADER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Header is missing in Query request
- MISSING_QUERY_HEADER - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Header is missing in Query request
- MISSING_QUERY_HEADER_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Header is missing in Query request
- MISSING_SERIAL_NUMBERS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* NFT serial numbers are missing in the TokenUpdateNftsTransactionBody
- MISSING_SERIAL_NUMBERS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
NFT serial numbers are missing in the TokenUpdateNftsTransactionBody
- MISSING_SERIAL_NUMBERS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* NFT serial numbers are missing in the TokenUpdateNftsTransactionBody
- MISSING_TOKEN_METADATA - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Token Metadata is not provided
- MISSING_TOKEN_METADATA - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Token Metadata is not provided
- MISSING_TOKEN_METADATA_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Token Metadata is not provided
- MISSING_TOKEN_NAME - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Token Name is not provided
- MISSING_TOKEN_NAME - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Token Name is not provided
- MISSING_TOKEN_NAME_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Token Name is not provided
- MISSING_TOKEN_SYMBOL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
A token symbol was not provided
- MISSING_TOKEN_SYMBOL - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A token symbol was not provided
- MISSING_TOKEN_SYMBOL_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
A token symbol was not provided
- mnemonic - Variable in exception class com.hedera.hashgraph.sdk.BadMnemonicException
-
The mnemonic that failed validation.
- Mnemonic - Class in com.hedera.hashgraph.sdk
-
BIP-39 24-word mnemonic phrases compatible with the Android and iOS mobile wallets.
- MODIFYING_IMMUTABLE_CONTRACT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* attempting to modify (update or delete a immutable smart contract, i.e.
- MODIFYING_IMMUTABLE_CONTRACT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
attempting to modify (update or delete a immutable smart contract, i.e.
- MODIFYING_IMMUTABLE_CONTRACT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* attempting to modify (update or delete a immutable smart contract, i.e.
N
- N_MINUS_1_RUNNING_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RunningHashes
- N_MINUS_2_RUNNING_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RunningHashes
- N_MINUS_3_RUNNING_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RunningHashes
- name - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
Name of token.
- NAME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Setting
- NAME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- NAME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- NAME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- NAME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- NAME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- NAMEVALUE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- NANOS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Timestamp
- negated() - Method in class com.hedera.hashgraph.sdk.Hbar
-
Returns a Hbar whose value is
-this. - NEGATIVE_ALLOWANCE_AMOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The specified amount for an approved allowance cannot be negative.
- NEGATIVE_ALLOWANCE_AMOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The specified amount for an approved allowance cannot be negative.
- NEGATIVE_ALLOWANCE_AMOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The specified amount for an approved allowance cannot be negative.
- NET_OF_TRANSFERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FractionalFee
- network - Variable in class com.hedera.hashgraph.sdk.BaseNetwork
-
Map of node identifiers to nodes.
- network - Variable in class com.hedera.hashgraph.sdk.Client
- Network - Class in com.hedera.hashgraph.sdk
-
Internal utility class.
- NETWORK_GET_EXECUTION_TIME - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get execution time(s) for one or more "recent" TransactionIDs.
- NETWORK_UPDATE_INITIAL_DELAY - Static variable in class com.hedera.hashgraph.sdk.Client
- NETWORKDATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeData
- NetworkFee - Class in com.hedera.hashgraph.sdk
-
The network fee component which covers the cost of gossip, consensus, signature verifications, fee payment, and storage.
- NetworkFee(int, long) - Constructor for class com.hedera.hashgraph.sdk.NetworkFee
-
Constructor.
- NetworkGetExecutionTime - Class in com.hedera.hashgraph.sdk.proto
- NetworkGetExecutionTime - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- NETWORKGETEXECUTIONTIME - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- NETWORKGETEXECUTIONTIME - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- NETWORKGETEXECUTIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- NETWORKGETEXECUTIONTIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- NetworkGetExecutionTime_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- NetworkGetExecutionTimeQuery - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- NetworkGetExecutionTimeQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* Retrieve the time, in nanoseconds, spent in direct processing for one or more recent transactions.
- NetworkGetExecutionTimeQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- NetworkGetExecutionTimeResponse - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- NetworkGetExecutionTimeResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* A response to a `networkGetExecutionTime` query.
- NetworkGetExecutionTimeResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- NetworkGetVersionInfo - Class in com.hedera.hashgraph.sdk.proto
- NETWORKGETVERSIONINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- NETWORKGETVERSIONINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- NETWORKGETVERSIONINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- NETWORKGETVERSIONINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- NetworkGetVersionInfoQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Query the deployed versions of Hedera Services and the API definitions in semantic version format
- NetworkGetVersionInfoQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Query the deployed versions of Hedera Services and the API definitions in semantic version format
- NetworkGetVersionInfoQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NetworkGetVersionInfoResponse - Class in com.hedera.hashgraph.sdk.proto
-
* A response to a `NetworkGetVersionInfoQuery`.
- NetworkGetVersionInfoResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A response to a `NetworkGetVersionInfoQuery`.
- NetworkGetVersionInfoResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NetworkName - Enum Class in com.hedera.hashgraph.sdk
-
Deprecated.
- NetworkServiceGrpc - Class in com.hedera.hashgraph.sdk.proto.mirror
-
Provides cross network APIs like address book queries
- NetworkServiceGrpc - Class in com.hedera.hashgraph.sdk.proto
-
Basic "network information" queries.
- NetworkServiceGrpc.AsyncService - Interface in com.hedera.hashgraph.sdk.proto.mirror
-
Provides cross network APIs like address book queries
- NetworkServiceGrpc.AsyncService - Interface in com.hedera.hashgraph.sdk.proto
-
Basic "network information" queries.
- NetworkServiceGrpc.NetworkServiceBlockingStub - Class in com.hedera.hashgraph.sdk.proto.mirror
-
A stub to allow clients to do limited synchronous rpc calls to service NetworkService.
- NetworkServiceGrpc.NetworkServiceBlockingStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do limited synchronous rpc calls to service NetworkService.
- NetworkServiceGrpc.NetworkServiceBlockingV2Stub - Class in com.hedera.hashgraph.sdk.proto.mirror
-
A stub to allow clients to do synchronous rpc calls to service NetworkService.
- NetworkServiceGrpc.NetworkServiceBlockingV2Stub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do synchronous rpc calls to service NetworkService.
- NetworkServiceGrpc.NetworkServiceFutureStub - Class in com.hedera.hashgraph.sdk.proto.mirror
-
A stub to allow clients to do ListenableFuture-style rpc calls to service NetworkService.
- NetworkServiceGrpc.NetworkServiceFutureStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do ListenableFuture-style rpc calls to service NetworkService.
- NetworkServiceGrpc.NetworkServiceImplBase - Class in com.hedera.hashgraph.sdk.proto.mirror
-
Base class for the server implementation of the service NetworkService.
- NetworkServiceGrpc.NetworkServiceImplBase - Class in com.hedera.hashgraph.sdk.proto
-
Base class for the server implementation of the service NetworkService.
- NetworkServiceGrpc.NetworkServiceStub - Class in com.hedera.hashgraph.sdk.proto.mirror
-
A stub to allow clients to do asynchronous rpc calls to service NetworkService.
- NetworkServiceGrpc.NetworkServiceStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do asynchronous rpc calls to service NetworkService.
- NetworkServiceImplBase() - Constructor for class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc.NetworkServiceImplBase
- NetworkServiceImplBase() - Constructor for class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceImplBase
- NetworkServiceOuterClass - Class in com.hedera.hashgraph.sdk.proto
- NetworkStakingRewards - Class in com.hedera.hashgraph.sdk.proto
-
* An Hedera Token Service staking reward entity.
- NetworkStakingRewards.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An Hedera Token Service staking reward entity.
- NetworkStakingRewardsOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NetworkStakingRewardsOuterClass - Class in com.hedera.hashgraph.sdk.proto
- NetworkVersionInfo - Class in com.hedera.hashgraph.sdk
-
Internal utility class.
- NetworkVersionInfo(SemanticVersion, SemanticVersion) - Constructor for class com.hedera.hashgraph.sdk.NetworkVersionInfo
-
Constructor.
- NetworkVersionInfoQuery - Class in com.hedera.hashgraph.sdk
-
Information about the versions of protobuf and hedera.
- NetworkVersionInfoQuery() - Constructor for class com.hedera.hashgraph.sdk.NetworkVersionInfoQuery
-
Constructor.
- NEW_CRS_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- NEW_PENDING_AIRDROPS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- newBlockingStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingV2Stub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc
-
Creates a new blocking-style stub that supports all types of calls on the service
- newBlockingV2Stub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc
-
Creates a new blocking-style stub that supports all types of calls on the service
- newBlockingV2Stub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
-
Creates a new blocking-style stub that supports all types of calls on the service
- newBlockingV2Stub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
-
Creates a new blocking-style stub that supports all types of calls on the service
- newBlockingV2Stub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc
-
Creates a new blocking-style stub that supports all types of calls on the service
- newBlockingV2Stub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc
-
Creates a new blocking-style stub that supports all types of calls on the service
- newBlockingV2Stub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc
-
Creates a new blocking-style stub that supports all types of calls on the service
- newBlockingV2Stub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc
-
Creates a new blocking-style stub that supports all types of calls on the service
- newBlockingV2Stub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc
-
Creates a new blocking-style stub that supports all types of calls on the service
- newBlockingV2Stub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
-
Creates a new blocking-style stub that supports all types of calls on the service
- newBlockingV2Stub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
-
Creates a new blocking-style stub that supports all types of calls on the service
- newBlockingV2Stub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc
-
Creates a new blocking-style stub that supports all types of calls on the service
- newBuilder() - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- newBuilder() - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- newBuilder() - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- newBuilder() - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- newBuilder() - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- newBuilder() - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- newBuilder() - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- newBuilder() - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- newBuilder() - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- newBuilder() - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- newBuilder() - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- newBuilder() - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- newBuilder() - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- newBuilder() - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- newBuilder() - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- newBuilder() - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- newBuilder() - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- newBuilder() - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- newBuilder() - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- newBuilder() - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- newBuilder() - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- newBuilder() - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- newBuilder() - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- newBuilder() - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Account
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.File
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.History
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Key
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Node
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Query
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Response
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Token
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- newBuilder() - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- newBuilder(NodePayment) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- newBuilder(NodePayments) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- newBuilder(TssEncryptionKeys) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- newBuilder(TssMessageMapKey) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- newBuilder(TssVoteMapKey) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- newBuilder(LedgerIdNodeContribution) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- newBuilder(LedgerIdPublicationTransactionBody) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- newBuilder(EventConsensusData) - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- newBuilder(EventCore) - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- newBuilder(EventDescriptor) - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- newBuilder(EventTransaction) - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- newBuilder(GossipEvent) - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- newBuilder(StateSignatureTransaction) - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- newBuilder(MigrationRootHashVoteTransactionBody) - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- newBuilder(CrsPublicationTransactionBody) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- newBuilder(HintsKeyPublicationTransactionBody) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- newBuilder(HintsPartialSignatureTransactionBody) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- newBuilder(HintsPreprocessingVoteTransactionBody) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- newBuilder(HistoryProofKeyPublicationTransactionBody) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- newBuilder(HistoryProofSignatureTransactionBody) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- newBuilder(HistoryProofVoteTransactionBody) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- newBuilder(TssEncryptionKeyTransactionBody) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- newBuilder(TssMessageTransactionBody) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- newBuilder(TssVoteTransactionBody) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- newBuilder(Account) - Static method in class com.hedera.hashgraph.sdk.proto.Account
- newBuilder(AccountAmount) - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- newBuilder(AccountApprovalForAllAllowance) - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- newBuilder(AccountCryptoAllowance) - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- newBuilder(AccountFungibleTokenAllowance) - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- newBuilder(AccountID) - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- newBuilder(AccountPendingAirdrop) - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- newBuilder(AggregatedNodeSignatures) - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- newBuilder(AllProxyStakers) - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- newBuilder(AssessedCustomFee) - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- newBuilder(AssociatedRegisteredNodeList) - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- newBuilder(AtomicBatchTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- newBuilder(BlockInfo) - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- newBuilder(BlockStreamInfo) - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- newBuilder(Bytecode) - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- newBuilder(ChainOfTrustProof) - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- newBuilder(CongestionLevelStarts) - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- newBuilder(ConsensusCreateTopicTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- newBuilder(ConsensusDeleteTopicTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- newBuilder(ConsensusGetTopicInfoQuery) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- newBuilder(ConsensusGetTopicInfoResponse) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- newBuilder(ConsensusMessageChunkInfo) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- newBuilder(ConsensusSubmitMessageTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- newBuilder(ConsensusTopicInfo) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- newBuilder(ConsensusUpdateTopicTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- newBuilder(ConstructionNodeId) - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- newBuilder(ContractCallLocalQuery) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- newBuilder(ContractCallLocalResponse) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- newBuilder(ContractCallTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- newBuilder(ContractCreateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- newBuilder(ContractDeleteTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- newBuilder(ContractFunctionResult) - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- newBuilder(ContractGetBytecodeQuery) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- newBuilder(ContractGetBytecodeResponse) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- newBuilder(ContractGetInfoQuery) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- newBuilder(ContractGetInfoResponse) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- newBuilder(ContractGetInfoResponse.ContractInfo) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- newBuilder(ContractGetRecordsQuery) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- newBuilder(ContractGetRecordsResponse) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- newBuilder(ContractID) - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- newBuilder(ContractLoginfo) - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- newBuilder(ContractNonceInfo) - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- newBuilder(ContractUpdateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- newBuilder(CRSState) - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- newBuilder(CryptoAddLiveHashTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- newBuilder(CryptoAllowance) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- newBuilder(CryptoApproveAllowanceTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- newBuilder(CryptoCreateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- newBuilder(CryptoDeleteAllowanceTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- newBuilder(CryptoDeleteLiveHashTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- newBuilder(CryptoDeleteTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- newBuilder(CryptoGetAccountBalanceQuery) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- newBuilder(CryptoGetAccountBalanceResponse) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- newBuilder(CryptoGetAccountRecordsQuery) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- newBuilder(CryptoGetAccountRecordsResponse) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- newBuilder(CryptoGetInfoQuery) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- newBuilder(CryptoGetInfoResponse) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- newBuilder(CryptoGetInfoResponse.AccountInfo) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- newBuilder(CryptoGetLiveHashQuery) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- newBuilder(CryptoGetLiveHashResponse) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- newBuilder(CryptoGetStakersQuery) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- newBuilder(CryptoGetStakersResponse) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- newBuilder(CryptoTransferTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- newBuilder(CryptoUpdateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- newBuilder(CurrentAndNextFeeSchedule) - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- newBuilder(CustomFee) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- newBuilder(CustomFeeLimit) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- newBuilder(Duration) - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- newBuilder(EntityCounts) - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- newBuilder(EntityID) - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- newBuilder(EntityIDPair) - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- newBuilder(EntityNumber) - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- newBuilder(EthereumTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- newBuilder(EvmHook) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- newBuilder(EvmHookCall) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- newBuilder(EvmHookMappingEntries) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- newBuilder(EvmHookMappingEntry) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- newBuilder(EvmHookSlotKey) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- newBuilder(EvmHookSpec) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- newBuilder(EvmHookState) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- newBuilder(EvmHookStorageSlot) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- newBuilder(EvmHookStorageUpdate) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- newBuilder(EvmTransactionResult) - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- newBuilder(ExchangeRate) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- newBuilder(ExchangeRateSet) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- newBuilder(FeeComponents) - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- newBuilder(FeeData) - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- newBuilder(FeeExemptKeyList) - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- newBuilder(FeeSchedule) - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- newBuilder(File) - Static method in class com.hedera.hashgraph.sdk.proto.File
- newBuilder(FileAppendTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- newBuilder(FileCreateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- newBuilder(FileDeleteTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- newBuilder(FileGetContentsQuery) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- newBuilder(FileGetContentsResponse) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- newBuilder(FileGetContentsResponse.FileContents) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- newBuilder(FileGetInfoQuery) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- newBuilder(FileGetInfoResponse) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- newBuilder(FileGetInfoResponse.FileInfo) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- newBuilder(FileID) - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- newBuilder(FileUpdateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- newBuilder(FixedCustomFee) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- newBuilder(FixedCustomFeeList) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- newBuilder(FixedFee) - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- newBuilder(Fraction) - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- newBuilder(FractionalFee) - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- newBuilder(FreezeTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- newBuilder(GetAccountDetailsQuery) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- newBuilder(GetAccountDetailsResponse) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- newBuilder(GetAccountDetailsResponse.AccountDetails) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- newBuilder(GetByKeyQuery) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- newBuilder(GetByKeyResponse) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- newBuilder(GetBySolidityIDQuery) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- newBuilder(GetBySolidityIDResponse) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- newBuilder(GrantedCryptoAllowance) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- newBuilder(GrantedNftAllowance) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- newBuilder(GrantedTokenAllowance) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- newBuilder(HintsConstruction) - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- newBuilder(HintsKeySet) - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- newBuilder(HintsPartyId) - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- newBuilder(HintsScheme) - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- newBuilder(History) - Static method in class com.hedera.hashgraph.sdk.proto.History
- newBuilder(HistoryProof) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- newBuilder(HistoryProofConstruction) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- newBuilder(HistoryProofVote) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- newBuilder(HistorySignature) - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- newBuilder(HookCall) - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- newBuilder(HookCreation) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- newBuilder(HookCreationDetails) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- newBuilder(HookDispatchTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- newBuilder(HookEntityId) - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- newBuilder(HookExecution) - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- newBuilder(HookId) - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- newBuilder(HookStoreTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- newBuilder(InternalCallContext) - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- newBuilder(Key) - Static method in class com.hedera.hashgraph.sdk.proto.Key
- newBuilder(KeyList) - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- newBuilder(LedgerId) - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- newBuilder(LiveHash) - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- newBuilder(MigrationWrappedHashes) - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- newBuilder(AddressBookQuery) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- newBuilder(ConsensusTopicQuery) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- newBuilder(ConsensusTopicResponse) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- newBuilder(NetworkGetExecutionTimeQuery) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- newBuilder(NetworkGetExecutionTimeResponse) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- newBuilder(NetworkGetVersionInfoQuery) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- newBuilder(NetworkGetVersionInfoResponse) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- newBuilder(NetworkStakingRewards) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- newBuilder(Nft) - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- newBuilder(NftAllowance) - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- newBuilder(NftID) - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- newBuilder(NftRemoveAllowance) - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- newBuilder(NftTransfer) - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- newBuilder(Node) - Static method in class com.hedera.hashgraph.sdk.proto.Node
- newBuilder(NodeActivity) - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- newBuilder(NodeAddress) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- newBuilder(NodeAddressBook) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- newBuilder(NodeCreateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- newBuilder(NodeDeleteTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- newBuilder(NodePartyId) - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- newBuilder(NodeRewards) - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- newBuilder(NodeSignature) - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- newBuilder(NodeStake) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- newBuilder(NodeStakeUpdateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- newBuilder(NodeUpdateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- newBuilder(PendingAirdropId) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- newBuilder(PendingAirdropRecord) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- newBuilder(PendingAirdropValue) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- newBuilder(PreprocessedKeys) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- newBuilder(PreprocessingVote) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- newBuilder(PreprocessingVoteId) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- newBuilder(ProofKey) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- newBuilder(ProofKeySet) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- newBuilder(ProtoBoolean) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- newBuilder(ProtoBytes) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- newBuilder(ProtoInteger) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- newBuilder(ProtoLong) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- newBuilder(ProtoString) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- newBuilder(ProxyStaker) - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- newBuilder(Query) - Static method in class com.hedera.hashgraph.sdk.proto.Query
- newBuilder(QueryHeader) - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- newBuilder(RealmID) - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- newBuilder(RecordedHistorySignature) - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- newBuilder(RegisteredNode) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- newBuilder(RegisteredNodeCreateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- newBuilder(RegisteredNodeDeleteTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- newBuilder(RegisteredNodeUpdateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- newBuilder(RegisteredServiceEndpoint) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- newBuilder(RegisteredServiceEndpoint.BlockNodeEndpoint) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- newBuilder(RegisteredServiceEndpoint.GeneralServiceEndpoint) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- newBuilder(RegisteredServiceEndpoint.MirrorNodeEndpoint) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- newBuilder(RegisteredServiceEndpoint.RpcRelayEndpoint) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- newBuilder(Response) - Static method in class com.hedera.hashgraph.sdk.proto.Response
- newBuilder(ResponseHeader) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- newBuilder(Roster) - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- newBuilder(RosterEntry) - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- newBuilder(RosterSignatures) - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- newBuilder(RosterState) - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- newBuilder(RoundRosterPair) - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- newBuilder(RoyaltyFee) - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- newBuilder(RunningHashes) - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- newBuilder(SchedulableTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- newBuilder(Schedule) - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- newBuilder(ScheduleCreateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- newBuilder(ScheduledCounts) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- newBuilder(ScheduleDeleteTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- newBuilder(ScheduledOrder) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- newBuilder(ScheduleGetInfoQuery) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- newBuilder(ScheduleGetInfoResponse) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- newBuilder(ScheduleID) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- newBuilder(ScheduleIdList) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- newBuilder(ScheduleInfo) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- newBuilder(ScheduleList) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- newBuilder(ScheduleSignTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- newBuilder(SemanticVersion) - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- newBuilder(ServiceEndpoint) - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- newBuilder(ServicesConfigurationList) - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- newBuilder(Setting) - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- newBuilder(ShardID) - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- newBuilder(Signature) - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- newBuilder(SignatureList) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- newBuilder(SignatureMap) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- newBuilder(SignaturePair) - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- newBuilder(SignedTransaction) - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- newBuilder(SlotKey) - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- newBuilder(SlotValue) - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- newBuilder(StakingInfo) - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- newBuilder(StakingNodeInfo) - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- newBuilder(SystemDeleteTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- newBuilder(SystemUndeleteTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- newBuilder(ThresholdKey) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- newBuilder(ThresholdSignature) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- newBuilder(ThrottleBucket) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- newBuilder(ThrottleDefinitions) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- newBuilder(ThrottleGroup) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- newBuilder(ThrottleUsageSnapshot) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- newBuilder(ThrottleUsageSnapshots) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- newBuilder(Timestamp) - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- newBuilder(TimestampSeconds) - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- newBuilder(Token) - Static method in class com.hedera.hashgraph.sdk.proto.Token
- newBuilder(TokenAirdropTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- newBuilder(TokenAllowance) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- newBuilder(TokenAssociateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- newBuilder(TokenAssociation) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- newBuilder(TokenBalance) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- newBuilder(TokenBalances) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- newBuilder(TokenBurnTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- newBuilder(TokenCancelAirdropTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- newBuilder(TokenClaimAirdropTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- newBuilder(TokenCreateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- newBuilder(TokenDeleteTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- newBuilder(TokenDissociateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- newBuilder(TokenFeeScheduleUpdateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- newBuilder(TokenFreezeAccountTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- newBuilder(TokenGetAccountNftInfosQuery) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- newBuilder(TokenGetAccountNftInfosResponse) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- newBuilder(TokenGetInfoQuery) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- newBuilder(TokenGetInfoResponse) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- newBuilder(TokenGetNftInfoQuery) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- newBuilder(TokenGetNftInfoResponse) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- newBuilder(TokenGetNftInfosQuery) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- newBuilder(TokenGetNftInfosResponse) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- newBuilder(TokenGrantKycTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- newBuilder(TokenID) - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- newBuilder(TokenInfo) - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- newBuilder(TokenMintTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- newBuilder(TokenNftInfo) - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- newBuilder(TokenPauseTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- newBuilder(TokenReference) - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- newBuilder(TokenRejectTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- newBuilder(TokenRelation) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- newBuilder(TokenRelationship) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- newBuilder(TokenRevokeKycTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- newBuilder(TokenTransferList) - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- newBuilder(TokenUnfreezeAccountTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- newBuilder(TokenUnpauseTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- newBuilder(TokenUpdateNftsTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- newBuilder(TokenUpdateTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- newBuilder(TokenWipeAccountTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- newBuilder(Topic) - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- newBuilder(TopicID) - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- newBuilder(Transaction) - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- newBuilder(TransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- newBuilder(TransactionFeeSchedule) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- newBuilder(TransactionGetFastRecordQuery) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- newBuilder(TransactionGetFastRecordResponse) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- newBuilder(TransactionGetReceiptQuery) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- newBuilder(TransactionGetReceiptResponse) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- newBuilder(TransactionGetRecordQuery) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- newBuilder(TransactionGetRecordResponse) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- newBuilder(TransactionID) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- newBuilder(TransactionList) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- newBuilder(TransactionReceipt) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- newBuilder(TransactionReceiptEntries) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- newBuilder(TransactionReceiptEntry) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- newBuilder(TransactionRecord) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- newBuilder(TransactionRecordEntry) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- newBuilder(TransactionResponse) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- newBuilder(TransferList) - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- newBuilder(UncheckedSubmitBody) - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- newBuilder(UtilPrngTransactionBody) - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- newBuilder(WrapsMessageDetails) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- newBuilder(WrapsMessageHistory) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- newBuilder(WrapsSigningState) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- newFutureStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- NEWREALMADMINKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- NEWREALMADMINKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- NEWREALMADMINKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- newStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc
-
Creates a new async stub that supports all call types for the service
- NEWTOTALSUPPLY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- NEXT_AIRDROP_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- NEXT_CONTRIBUTING_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CRSState
- NEXT_ENCRYPTION_KEY_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- NEXT_HOOK_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookState
- NEXT_HOOK_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookCreation
- NEXT_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- NEXT_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- NEXT_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SlotValue
- NEXT_TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelation
- nextExchangeRate - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
Next exchange rate which will take effect when current rate expires
- NEXTFEESCHEDULE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- nextRate - Variable in class com.hedera.hashgraph.sdk.ExchangeRates
-
Next Exchange Rate
- NEXTRATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- nft(long) - Method in class com.hedera.hashgraph.sdk.TokenId
-
Create an nft id.
- Nft - Class in com.hedera.hashgraph.sdk.proto
-
* An Hedera Token Service non-fungible token (NFT).<br/> Every NFT is a unique instance of a token with non-fungible type.
- NFT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenReference.TokenIdentifierCase
- NFT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- NFT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenReference
- NFT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Nft
- NFT_IN_FUNGIBLE_TOKEN_ALLOWANCES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Non fungible token used in fungible token allowances
- NFT_IN_FUNGIBLE_TOKEN_ALLOWANCES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Non fungible token used in fungible token allowances
- NFT_IN_FUNGIBLE_TOKEN_ALLOWANCES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Non fungible token used in fungible token allowances
- NFT_TRANSFERS_ONLY_ALLOWED_FOR_NON_FUNGIBLE_UNIQUE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An NFT transfers list referenced a token type other than NON_FUNGIBLE_UNIQUE.
- NFT_TRANSFERS_ONLY_ALLOWED_FOR_NON_FUNGIBLE_UNIQUE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An NFT transfers list referenced a token type other than NON_FUNGIBLE_UNIQUE.
- NFT_TRANSFERS_ONLY_ALLOWED_FOR_NON_FUNGIBLE_UNIQUE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An NFT transfers list referenced a token type other than NON_FUNGIBLE_UNIQUE.
- Nft.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An Hedera Token Service non-fungible token (NFT).<br/> Every NFT is a unique instance of a token with non-fungible type.
- NftAllowance - Class in com.hedera.hashgraph.sdk.proto
-
* An approved allowance of non-fungible tokens.<br/> This type of allowance may permit transfers for one or more individual unique tokens, or may permit transfers for all unique tokens of the specified type.
- NftAllowance.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An approved allowance of non-fungible tokens.<br/> This type of allowance may permit transfers for one or more individual unique tokens, or may permit transfers for all unique tokens of the specified type.
- NftAllowanceOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NFTALLOWANCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- NFTALLOWANCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- NftHookCall - Class in com.hedera.hashgraph.sdk
-
A typed hook call for NFT transfers.
- NftHookCall(long, EvmHookCall, NftHookType) - Constructor for class com.hedera.hashgraph.sdk.NftHookCall
- NftHookType - Enum Class in com.hedera.hashgraph.sdk
-
Hook type for NFT transfers, indicating side (sender/receiver) and timing (pre / pre-post).
- nftId - Variable in class com.hedera.hashgraph.sdk.TokenNftInfo
-
The ID of the NFT
- NftId - Class in com.hedera.hashgraph.sdk
-
The (non-fungible) token of which this NFT is an instance
- NftId(TokenId, long) - Constructor for class com.hedera.hashgraph.sdk.NftId
-
Constructor.
- NftID - Class in com.hedera.hashgraph.sdk.proto
-
* An identifier for a unique token (or "NFT"), used by both contract and token services.
- NFTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- NFTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- NftID.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An identifier for a unique token (or "NFT"), used by both contract and token services.
- NftIDOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NftOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NftOuterClass - Class in com.hedera.hashgraph.sdk.proto
- NftRemoveAllowance - Class in com.hedera.hashgraph.sdk.proto
-
* A single allowance for one non-fungible/unique token.
- NftRemoveAllowance.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single allowance for one non-fungible/unique token.
- NftRemoveAllowanceOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NFTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- NFTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- NftTransfer - Class in com.hedera.hashgraph.sdk.proto
-
* A NFT transfer.<br/> This refers to a sender account, a receiver account, and the serial number of an NFT to transfer from sender to receiver.
- NftTransfer.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A NFT transfer.<br/> This refers to a sender account, a receiver account, and the serial number of an NFT to transfer from sender to receiver.
- NftTransfer.ReceiverAllowanceHookCallCase - Enum Class in com.hedera.hashgraph.sdk.proto
- NftTransfer.SenderAllowanceHookCallCase - Enum Class in com.hedera.hashgraph.sdk.proto
- NftTransferOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- nftTransfers - Variable in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
- nftTransfers - Variable in class com.hedera.hashgraph.sdk.TokenTransferList
- NFTTRANSFERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- NO_FREEZE_IS_SCHEDULED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A FREEZE_ABORT transaction was handled with no scheduled freeze.
- NO_FREEZE_IS_SCHEDULED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A FREEZE_ABORT transaction was handled with no scheduled freeze.
- NO_FREEZE_IS_SCHEDULED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A FREEZE_ABORT transaction was handled with no scheduled freeze.
- NO_NEW_VALID_SIGNATURES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided sig map did not contain any new valid signatures from required signers of the scheduled transaction
- NO_NEW_VALID_SIGNATURES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided sig map did not contain any new valid signatures from required signers of the scheduled transaction
- NO_NEW_VALID_SIGNATURES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided sig map did not contain any new valid signatures from required signers of the scheduled transaction
- NO_REMAINING_AUTOMATIC_ASSOCIATIONS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The account has reached the limit on the automatic associations count.
- NO_REMAINING_AUTOMATIC_ASSOCIATIONS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The account has reached the limit on the automatic associations count.
- NO_REMAINING_AUTOMATIC_ASSOCIATIONS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The account has reached the limit on the automatic associations count.
- NO_SCHEDULING_ALLOWED_AFTER_SCHEDULED_RECURSION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A contract operation attempted to schedule another transaction after it had already scheduled a recursive contract call.
- NO_SCHEDULING_ALLOWED_AFTER_SCHEDULED_RECURSION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A contract operation attempted to schedule another transaction after it had already scheduled a recursive contract call.
- NO_SCHEDULING_ALLOWED_AFTER_SCHEDULED_RECURSION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A contract operation attempted to schedule another transaction after it had already scheduled a recursive contract call.
- NO_UPGRADE_HAS_BEEN_PREPARED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A FREEZE_UPGRADE transaction was handled with no previous update prepared.
- NO_UPGRADE_HAS_BEEN_PREPARED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A FREEZE_UPGRADE transaction was handled with no previous update prepared.
- NO_UPGRADE_HAS_BEEN_PREPARED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A FREEZE_UPGRADE transaction was handled with no previous update prepared.
- NO_VALID_MAX_CUSTOM_FEE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* There are no corresponding custom fees.
- NO_VALID_MAX_CUSTOM_FEE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
There are no corresponding custom fees.
- NO_VALID_MAX_CUSTOM_FEE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* There are no corresponding custom fees.
- NO_VALIDATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenKeyValidation
-
* Perform no validations at all for all passed token keys.
- NO_VALIDATION - Enum constant in enum class com.hedera.hashgraph.sdk.TokenKeyValidation
-
Perform no validations at all for all passed token keys.
- NO_VALIDATION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenKeyValidation
-
* Perform no validations at all for all passed token keys.
- NO_WACL_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* WriteAccess Control Keys are not provided for the file
- NO_WACL_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
WriteAccess Control Keys are not provided for the file
- NO_WACL_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* WriteAccess Control Keys are not provided for the file
- Node - Class in com.hedera.hashgraph.sdk
-
Internal utility class.
- Node - Class in com.hedera.hashgraph.sdk.proto
-
* A single address book node in the network state.
- Node(AccountId, BaseNodeAddress, ExecutorService) - Constructor for class com.hedera.hashgraph.sdk.Node
-
Constructor.
- Node(AccountId, String, ExecutorService) - Constructor for class com.hedera.hashgraph.sdk.Node
-
Constructor.
- Node(Node, BaseNodeAddress) - Constructor for class com.hedera.hashgraph.sdk.Node
-
Constructor for a node that verifies certificates.
- NODE_ACCOUNT_HAS_ZERO_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* This operation cannot be completed because the target account has a zero balance.<br/> Node accounts require a positive balance.
- NODE_ACCOUNT_HAS_ZERO_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
This operation cannot be completed because the target account has a zero balance.
Node accounts require a positive balance. - NODE_ACCOUNT_HAS_ZERO_BALANCE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* This operation cannot be completed because the target account has a zero balance.<br/> Node accounts require a positive balance.
- NODE_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.state.token.legacy.NodePayment
- NODE_ACTIVITIES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeRewards
- NODE_CAPACITY_NOT_SUFFICIENT_FOR_OPERATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Given the network size in the address book, the node-level capacity for an operation would never be enough to accept a single request; usually means a bucket burstPeriod should be increased
- NODE_CAPACITY_NOT_SUFFICIENT_FOR_OPERATION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Given the network size in the address book, the node-level capacity for an operation would never be enough to accept a single request; usually means a bucket burstPeriod should be increased
- NODE_CAPACITY_NOT_SUFFICIENT_FOR_OPERATION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Given the network size in the address book, the node-level capacity for an operation would never be enough to accept a single request; usually means a bucket burstPeriod should be increased
- NODE_CONTRIBUTIONS_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- NODE_CREATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Create a node
- NODE_DELETE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Delete a node
- NODE_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because the consensus node identified is deleted from the address book.
- NODE_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A transaction failed because the consensus node identified is deleted from the address book.
- NODE_DELETED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction failed because the consensus node identified is deleted from the address book.
- NODE_FEES_COLLECTED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeRewards
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Node
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeActivity
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodePartyId
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeSignature
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStake
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ProofKey
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RosterEntry
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- NODE_NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- NODE_PARTY_IDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HintsScheme
- NODE_REWARD_FEE_FRACTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- NODE_SIGNATURE_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- NODE_SIGNATURE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeSignature
- NODE_SIGNATURES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- NODE_STAKE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- NODE_STAKE_UPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- NODE_STAKE_UPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Used to indicate when the network has updated the staking information at the end of a staking period and to indicate a new staking period has started.
- NODE_STAKE_UPDATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- NODE_UPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Update a node
- Node.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single address book node in the network state.
- NODEACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeAddress
- NODEACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- nodeAccountIds - Variable in class com.hedera.hashgraph.sdk.Executable
-
List of account IDs for nodes with which execution will be attempted.
- NodeActivity - Class in com.hedera.hashgraph.sdk.proto
-
* A record of judge rounds missed by a single node.<br/> This records, for a single node, the number of rounds so far, during this staking period that missed creating judges.
- NodeActivity.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A record of judge rounds missed by a single node.<br/> This records, for a single node, the number of rounds so far, during this staking period that missed creating judges.
- NodeActivityOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NodeAddress - Class in com.hedera.hashgraph.sdk
-
The metadata for a Node – including IP Address, and the crypto account associated with the Node.
- NodeAddress - Class in com.hedera.hashgraph.sdk.proto
-
* The data about a node, including its service endpoints and the Hedera account to be paid for services provided by the node (that is, queries answered and transactions submitted).
- NodeAddress() - Constructor for class com.hedera.hashgraph.sdk.NodeAddress
-
Constructor.
- NODEADDRESS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- NodeAddress.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The data about a node, including its service endpoints and the Hedera account to be paid for services provided by the node (that is, queries answered and transactions submitted).
- NodeAddressBook - Class in com.hedera.hashgraph.sdk
-
A list of nodes and their metadata.
- NodeAddressBook - Class in com.hedera.hashgraph.sdk.proto
-
* A list of nodes and their metadata that contains details of the nodes running the network.
- NodeAddressBook() - Constructor for class com.hedera.hashgraph.sdk.NodeAddressBook
-
Constructor.
- NodeAddressBook.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A list of nodes and their metadata that contains details of the nodes running the network.
- NodeAddressBookOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- nodeAddresses - Variable in class com.hedera.hashgraph.sdk.NodeAddressBook
- NodeAddressOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NODECERTHASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeAddress
- NodeCreate - Class in com.hedera.hashgraph.sdk.proto
- NodeCreate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a node
- NODECREATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- NODECREATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- NODECREATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- NODECREATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- NodeCreate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a node
- NodeCreateTransaction - Class in com.hedera.hashgraph.sdk
-
A transaction to create a new node in the network address book.
- NodeCreateTransaction() - Constructor for class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Constructor.
- NodeCreateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Constructor.
- NodeCreateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Constructor.
- NodeCreateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body to add a new consensus node to the network address book.
- NodeCreateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body to add a new consensus node to the network address book.
- NodeCreateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NODEDATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeData
- NodeDelete - Class in com.hedera.hashgraph.sdk.proto
- NodeDelete - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete a node
- NODEDELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- NODEDELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- NODEDELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- NODEDELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- NodeDelete_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete a node
- NodeDeleteTransaction - Class in com.hedera.hashgraph.sdk
-
A transaction to delete a node from the network address book.
- NodeDeleteTransaction() - Constructor for class com.hedera.hashgraph.sdk.NodeDeleteTransaction
-
Constructor.
- NodeDeleteTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.NodeDeleteTransaction
-
Constructor.
- NodeDeleteTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.NodeDeleteTransaction
-
Constructor.
- NodeDeleteTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body to delete a node from the network address book.
- NodeDeleteTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body to delete a node from the network address book.
- NodeDeleteTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- nodeId - Variable in class com.hedera.hashgraph.sdk.NodeAddress
-
A non-sequential identifier for the node.
- nodeId - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
In the receipt of a NodeCreate, NodeUpdate, NodeDelete, the id of the newly created node.
- nodeId - Variable in class com.hedera.hashgraph.sdk.TransactionResponse
-
The node ID
- NODEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeAddress
- NodeOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NodeOuterClass - Class in com.hedera.hashgraph.sdk.proto
- NodePartyId - Class in com.hedera.hashgraph.sdk.proto
-
* A node's weighted hinTS party id.
- NodePartyId.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A node's weighted hinTS party id.
- NodePartyIdOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NodePayment - Class in com.hedera.hapi.node.state.token.legacy
-
* A record of the total amount of fees due to a node
- NodePayment.Builder - Class in com.hedera.hapi.node.state.token.legacy
-
* A record of the total amount of fees due to a node
- NodePaymentOrBuilder - Interface in com.hedera.hapi.node.state.token.legacy
- NodePayments - Class in com.hedera.hapi.node.state.token.legacy
-
* A singleton state object that accumulates node fees for distribution<br/> This is used to record the total amount of fees due to each node for distribution in current staking period
- NodePayments.Builder - Class in com.hedera.hapi.node.state.token.legacy
-
* A singleton state object that accumulates node fees for distribution<br/> This is used to record the total amount of fees due to each node for distribution in current staking period
- NodePaymentsOrBuilder - Interface in com.hedera.hapi.node.state.token.legacy
- NodePaymentsOuterClass - Class in com.hedera.hapi.node.state.token.legacy
- NodeRewards - Class in com.hedera.hashgraph.sdk.proto
-
* A record of node rewards status.<br/> This is used to record the number of "active" nodes in a staking period based on number of judges each node created in that period.
- NodeRewards.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A record of node rewards status.<br/> This is used to record the number of "active" nodes in a staking period based on number of judges each node created in that period.
- NodeRewardsOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NodeRewardsOuterClass - Class in com.hedera.hashgraph.sdk.proto
- nodes - Variable in class com.hedera.hashgraph.sdk.BaseNetwork
-
The list of all nodes.
- nodes - Variable in class com.hedera.hashgraph.sdk.Executable
-
List of healthy and unhealthy nodes with which execution will be attempted.
- NodeSignature - Class in com.hedera.hashgraph.sdk.proto
-
* A pair of a _RSA_ signature and the node id of the node that created the signature.
- NodeSignature.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A pair of a _RSA_ signature and the node id of the node that created the signature.
- NodeSignatureOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NodeStake - Class in com.hedera.hashgraph.sdk.proto
-
* Staking information for one node at the end of a staking period.
- NodeStake.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Staking information for one node at the end of a staking period.
- NodeStakeOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NodeStakeUpdate - Class in com.hedera.hashgraph.sdk.proto
- NodeStakeUpdate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Used to indicate when the network has updated the staking information at the end of a staking period and to indicate a new staking period has started.
- NodeStakeUpdate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Used to indicate when the network has updated the staking information at the end of a staking period and to indicate a new staking period has started.
- NodeStakeUpdateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* A system initiated transaction to update staking information.
- NodeStakeUpdateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A system initiated transaction to update staking information.
- NodeStakeUpdateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NODETRANSACTIONPRECHECKCODE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- NODETRANSACTIONPRECHECKCODE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- NodeUpdate - Class in com.hedera.hashgraph.sdk.proto
- NodeUpdate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update a node
- NODEUPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- NODEUPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- NODEUPDATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- NODEUPDATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- NodeUpdate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update a node
- NodeUpdateTransaction - Class in com.hedera.hashgraph.sdk
-
A transaction to modify address book node attributes.
- NodeUpdateTransaction() - Constructor for class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Constructor.
- NodeUpdateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Constructor.
- NodeUpdateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Constructor.
- NodeUpdateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Transaction body to modify address book node attributes.
- NodeUpdateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Transaction body to modify address book node attributes.
- NodeUpdateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- NON_FUNGIBLE_TOKEN - Enum constant in enum class com.hedera.hashgraph.sdk.proto.PendingAirdropId.TokenReferenceCase
- NON_FUNGIBLE_TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- NON_FUNGIBLE_UNIQUE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenType
-
* A non-fungible/unique token.<br/> Tokens of this type are unique, and are not interchangeable with other tokens of the same type.
- NON_FUNGIBLE_UNIQUE - Enum constant in enum class com.hedera.hashgraph.sdk.TokenType
-
Unique, not interchangeable with other tokens of the same type as they typically have different values.
- NON_FUNGIBLE_UNIQUE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenType
-
* A non-fungible/unique token.<br/> Tokens of this type are unique, and are not interchangeable with other tokens of the same type.
- nonce - Variable in class com.hedera.hashgraph.sdk.ContractNonceInfo
-
The current value of the contract account's nonce property
- nonce - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
-
Transaction's nonce
- nonce - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataLegacy
-
Transaction's nonce
- NONCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- NONCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionID
- NONE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Unused - The first value is unused because this default value is ambiguous with an "unset" value and therefore should not be used.
- NONE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
FUTURE - Uncomment when https://github.com/hashgraph/pbj/issues/339 is fixed; currently the PBJ-generated unit tests fail when using reserved ordinals reserved 96, 97, 98, 99; Unused - The first value is unused because this default value is ambiguous with an "unset" value and therefore should not be used.
- NONE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Unused - The first value is unused because this default value is ambiguous with an "unset" value and therefore should not be used.
- NOT_SPECIAL_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The payer account is not a special account(account 0.0.55)
- NOT_SPECIAL_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The payer account is not a special account(account 0.0.55)
- NOT_SPECIAL_ACCOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The payer account is not a special account(account 0.0.55)
- NOT_SUPPORTED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The API is not currently supported
- NOT_SUPPORTED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The API is not currently supported
- NOT_SUPPORTED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The API is not currently supported
- NotLegacy - Enum constant in enum class com.hedera.hashgraph.sdk.BadMnemonicReason
-
The given mnemonic doesn't contain 22 words required to be a legacy mnemonic, or the words are not in the legacy list.
- NULL_SOLIDITY_ADDRESS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* null solidity address
- NULL_SOLIDITY_ADDRESS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
null solidity address
- NULL_SOLIDITY_ADDRESS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* null solidity address
- num - Variable in class com.hedera.hashgraph.sdk.AccountId
-
The id number
- num - Variable in exception class com.hedera.hashgraph.sdk.BadEntityIdException
-
the num portion of the account id
- num - Variable in class com.hedera.hashgraph.sdk.ContractId
-
The id number
- num - Variable in class com.hedera.hashgraph.sdk.FileId
-
The id number
- num - Variable in class com.hedera.hashgraph.sdk.ScheduleId
-
The id number
- num - Variable in class com.hedera.hashgraph.sdk.TokenId
-
The id number
- num - Variable in class com.hedera.hashgraph.sdk.TopicId
-
The id number
- NUM_ACCOUNTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_AIRDROPS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_ALIASES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_CONTRACT_BYTECODES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_CONTRACT_STORAGE_SLOTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_EVM_HOOK_STORAGE_SLOTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_FILES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_HOOKS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_MISSED_JUDGE_ROUNDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeActivity
- NUM_NFTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_NODES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_PARTIES_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- NUM_PARTIES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- NUM_PRECEDING_STATE_CHANGES_ITEMS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- NUM_REGISTERED_NODES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_ROUNDS_IN_STAKING_PERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeRewards
- NUM_SCHEDULES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_STAKING_INFOS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_STORAGE_SLOTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookState
- NUM_TOKEN_RELATIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_TOKENS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUM_TOPICS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityCounts
- NUMBER_ASSOCIATIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- NUMBER_EVM_HOOK_STORAGE_SLOTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- NUMBER_HOOKS_IN_USE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- NUMBER_OWNED_NFTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- NUMBER_PENDING_AIRDROPS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- NUMBER_POSITIVE_BALANCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- NUMBER_PROCESSED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- NUMBER_SCHEDULED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- NUMBER_TREASURY_TITLES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- NUMERATOR_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Fraction
O
- OBTAINER_DOES_NOT_EXIST - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* transferAccountId or transferContractId specified for contract delete does not exist
- OBTAINER_DOES_NOT_EXIST - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
transferAccountId or transferContractId specified for contract delete does not exist
- OBTAINER_DOES_NOT_EXIST_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* transferAccountId or transferContractId specified for contract delete does not exist
- OBTAINER_REQUIRED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* when deleting smart contract that has crypto balance either transfer account or transfer smart contract is required
- OBTAINER_REQUIRED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
when deleting smart contract that has crypto balance either transfer account or transfer smart contract is required
- OBTAINER_REQUIRED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* when deleting smart contract that has crypto balance either transfer account or transfer smart contract is required
- OBTAINER_SAME_CONTRACT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* when deleting smart contract that has crypto balance you can not use the same contract id as transferContractId as the one being deleted
- OBTAINER_SAME_CONTRACT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
when deleting smart contract that has crypto balance you can not use the same contract id as transferContractId as the one being deleted
- OBTAINER_SAME_CONTRACT_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* when deleting smart contract that has crypto balance you can not use the same contract id as transferContractId as the one being deleted
- OBTAINERS_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.ObtainersCase
- of(Key...) - Static method in class com.hedera.hashgraph.sdk.KeyList
-
List of keys in the key.
- ofKey(byte[], byte[]) - Static method in class com.hedera.hashgraph.sdk.EvmHookMappingEntry
-
Create a new mapping entry with an explicit key.
- ofMany(List<ConsensusTopicResponse>) - Static method in class com.hedera.hashgraph.sdk.TopicMessage
-
Create a new topic message from a list of response's protobuf.
- ofSingle(ConsensusTopicResponse) - Static method in class com.hedera.hashgraph.sdk.TopicMessage
-
Create a new topic message from a response protobuf.
- OK - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction passed the precheck validations.
- OK - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The transaction passed the precheck validations.
- OK_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction passed the precheck validations.
- onExecute(Client) - Method in class com.hedera.hashgraph.sdk.Executable
- onExecute(Client) - Method in class com.hedera.hashgraph.sdk.Query
- onExecute(Client) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Prepare the transactions to be executed.
- onExecuteAsync(Client) - Method in class com.hedera.hashgraph.sdk.Executable
- onExecuteAsync(Client) - Method in class com.hedera.hashgraph.sdk.Query
-
Note: This method requires API level 33 or higher.
- onExecuteAsync(Client) - Method in class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.
- onExecuteAsync(Client) - Method in class com.hedera.hashgraph.sdk.SystemUndeleteTransaction
-
Deprecated.
- onExecuteAsync(Client) - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
- onExecuteAsync(Client) - Method in class com.hedera.hashgraph.sdk.Transaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceDeleteTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.AccountDeleteTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.BatchTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.ContractDeleteTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.EthereumTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.FileAppendTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.FileDeleteTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.HookStoreTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.LiveHashDeleteTransaction
-
Deprecated.
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.NodeDeleteTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.PrngTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeDeleteTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.ScheduleDeleteTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.ScheduleSignTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.SystemUndeleteTransaction
-
Deprecated.
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenAirdropTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenAssociateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenBurnTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenCancelAirdropTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenClaimAirdropTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenDeleteTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenDissociateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenFeeScheduleUpdateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenFreezeTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenGrantKycTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenMintTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenPauseTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenRejectTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenRevokeKycTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenUnfreezeTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenUnpauseTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TopicDeleteTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
- onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Called in
Transaction.freezeWith(Client)just before the transaction body is built. - onFreeze(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TransferTransaction
- onFreezeChunk(TransactionBody.Builder, TransactionID, int, int, int, int) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
A common base for file and topic message transactions.
- onFreezeChunk(TransactionBody.Builder, TransactionID, int, int, int, int) - Method in class com.hedera.hashgraph.sdk.FileAppendTransaction
- onFreezeChunk(TransactionBody.Builder, TransactionID, int, int, int, int) - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.AccountBalanceQuery
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.AccountInfoQuery
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.AccountRecordsQuery
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.ContractByteCodeQuery
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.ContractInfoQuery
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.FileContentsQuery
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.FileInfoQuery
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.LiveHashQuery
-
Deprecated.
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.NetworkVersionInfoQuery
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.Query
-
Called in
Query.makeRequest()just before the query is built. - onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.ScheduleInfoQuery
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.TokenInfoQuery
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.TopicInfoQuery
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
- onMakeRequest(Query.Builder, QueryHeader) - Method in class com.hedera.hashgraph.sdk.TransactionRecordQuery
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceDeleteTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.AccountDeleteTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.BatchTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.ContractDeleteTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.EthereumTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.FileAppendTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.FileDeleteTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.HookStoreTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.LiveHashDeleteTransaction
-
Deprecated.
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.NodeDeleteTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.PrngTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeDeleteTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.ScheduleDeleteTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.ScheduleSignTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.SystemUndeleteTransaction
-
Deprecated.
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenAirdropTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenAssociateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenBurnTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenCancelAirdropTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenClaimAirdropTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenDeleteTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenDissociateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenFeeScheduleUpdateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenFreezeTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenGrantKycTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenMintTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenPauseTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenRejectTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenRevokeKycTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenUnfreezeTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenUnpauseTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TopicDeleteTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
- onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Called in
Transaction.schedule()when converting transaction into a scheduled version. - onScheduled(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.TransferTransaction
- OPERATION_REPEATED_IN_BUCKET_GROUPS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An operation was assigned to more than one throttle group in a given bucket
- OPERATION_REPEATED_IN_BUCKET_GROUPS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An operation was assigned to more than one throttle group in a given bucket
- OPERATION_REPEATED_IN_BUCKET_GROUPS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An operation was assigned to more than one throttle group in a given bucket
- OPERATIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- Operator(AccountId, PublicKey, UnaryOperator<byte[]>) - Constructor for class com.hedera.hashgraph.sdk.Client.Operator
- ORDER_NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- ORIGINAL_CREATE_TRANSACTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- OTHER - Enum constant in enum class com.hedera.hashgraph.sdk.BlockNodeApi
-
Any other API type associated with a block node.
- OTHER - Enum constant in enum class com.hedera.hashgraph.sdk.NetworkName
-
Deprecated.
- OTHER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
-
* Any other API type associated with a block node.<br/> The caller must consult local documentation to determine the correct call semantics.<br/> It is RECOMMENDED to call the detail status endpoint for further information before using this endpoint.
- OTHER_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
-
* Any other API type associated with a block node.<br/> The caller must consult local documentation to determine the correct call semantics.<br/> It is RECOMMENDED to call the detail status endpoint for further information before using this endpoint.
- outerTransactions - Variable in class com.hedera.hashgraph.sdk.Transaction
-
An SDK [Transaction] is composed of multiple, raw protobuf transactions.
- OUTPUT_ITEM_ROOT_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- OUTPUT_ITEMS_TREE_ROOT_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- OWNED_NFTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- ownedNfts - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The number of NFTs owned by this account
- OWNEDNFTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- OWNER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- OWNER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftAllowance
- OWNER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- OWNER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- OWNER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- OWNER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Nft
- OWNER_NEXT_NFT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Nft
- OWNER_PREVIOUS_NFT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Nft
- ownerAccountId - Variable in class com.hedera.hashgraph.sdk.HbarAllowance
-
The account ID of the hbar owner (ie.
- ownerAccountId - Variable in class com.hedera.hashgraph.sdk.TokenAllowance
-
The account ID of the hbar owner (ie.
- ownerAccountId - Variable in class com.hedera.hashgraph.sdk.TokenNftAllowance
-
The account ID of the token owner (ie.
P
- PAID_STAKING_REWARDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- paidStakingRewards - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
List of accounts with the corresponding staking rewards paid as a result of a transaction.
- PARENT_CONSENSUS_TIMESTAMP_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- parentConsensusTimestamp - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
In the record of an internal transaction, the consensus timestamp of the user transaction that spawned it.
- PARENTS_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.EventCore
- parseContractCallResult(String) - Static method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Account
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.File
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.History
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Key
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Node
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Query
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Response
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Token
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- parseDelimitedFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Account
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.File
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.History
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Key
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Node
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Query
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Response
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Token
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- parseFrom(byte[]) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- parseFrom(byte[]) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- parseFrom(byte[]) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- parseFrom(byte[]) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- parseFrom(byte[]) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- parseFrom(byte[]) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- parseFrom(byte[]) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- parseFrom(byte[]) - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- parseFrom(byte[]) - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- parseFrom(byte[]) - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- parseFrom(byte[]) - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- parseFrom(byte[]) - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- parseFrom(byte[]) - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Account
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.File
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.History
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Key
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Node
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Query
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Response
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Token
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- parseFrom(byte[]) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Account
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.File
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.History
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Key
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Node
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Query
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Response
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Token
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- parseFrom(ByteString) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- parseFrom(ByteString) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- parseFrom(ByteString) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- parseFrom(ByteString) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- parseFrom(ByteString) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- parseFrom(ByteString) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- parseFrom(ByteString) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- parseFrom(ByteString) - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- parseFrom(ByteString) - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- parseFrom(ByteString) - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- parseFrom(ByteString) - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- parseFrom(ByteString) - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- parseFrom(ByteString) - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Account
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.File
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.History
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Key
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Node
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Query
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Response
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Token
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- parseFrom(ByteString) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Account
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.File
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.History
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Key
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Node
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Query
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Response
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Token
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Account
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.File
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.History
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Key
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Node
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Query
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Response
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Token
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- parseFrom(CodedInputStream) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Account
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.File
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.History
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Key
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Node
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Query
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Response
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Token
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- parseFrom(InputStream) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- parseFrom(InputStream) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- parseFrom(InputStream) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- parseFrom(InputStream) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- parseFrom(InputStream) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- parseFrom(InputStream) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- parseFrom(InputStream) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- parseFrom(InputStream) - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- parseFrom(InputStream) - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- parseFrom(InputStream) - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- parseFrom(InputStream) - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- parseFrom(InputStream) - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- parseFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Account
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.File
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.History
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Key
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Node
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Query
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Response
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Token
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- parseFrom(InputStream) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Account
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.File
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.History
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Key
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Node
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Query
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Response
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Token
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Account
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.File
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.History
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Key
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Node
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Query
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Response
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Token
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- parseFrom(ByteBuffer) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Account
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.File
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.History
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Key
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Node
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Query
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Response
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Token
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- parseHexEstimateToLong(String) - Static method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- parser() - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayment
- parser() - Static method in class com.hedera.hapi.node.state.token.legacy.NodePayments
- parser() - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys
- parser() - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- parser() - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- parser() - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- parser() - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody
- parser() - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusData
- parser() - Static method in class com.hedera.hapi.platform.event.legacy.EventCore
- parser() - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptor
- parser() - Static method in class com.hedera.hapi.platform.event.legacy.EventTransaction
- parser() - Static method in class com.hedera.hapi.platform.event.legacy.GossipEvent
- parser() - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- parser() - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- parser() - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- parser() - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- parser() - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- parser() - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- parser() - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- parser() - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- parser() - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- parser() - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- parser() - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- parser() - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Account
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.AccountAmount
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.AccountID
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfo
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Bytecode
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractID
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CRSState
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CustomFee
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Duration
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EntityCounts
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EntityID
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EntityNumber
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHook
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookCall
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookState
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRate
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FeeComponents
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FeeData
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.File
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FileID
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FixedFee
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Fraction
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FractionalFee
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HintsKeySet
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HintsScheme
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.History
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProof
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HistorySignature
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HookCall
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HookCreation
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HookEntityId
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HookExecution
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HookId
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Key
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.KeyList
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.LedgerId
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.LiveHash
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Nft
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NftAllowance
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NftID
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NftTransfer
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Node
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NodeActivity
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddress
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NodePartyId
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewards
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NodeSignature
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NodeStake
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ProofKey
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ProofKeySet
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoLong
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ProtoString
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ProxyStaker
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Query
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeader
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RealmID
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.MirrorNodeEndpoint
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.RpcRelayEndpoint
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Response
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Roster
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RosterEntry
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RosterState
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashes
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Schedule
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleID
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleList
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Setting
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ShardID
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.SignatureMap
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.SignaturePair
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.SlotKey
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.SlotValue
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.StakingInfo
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Timestamp
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Token
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalance
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenBalances
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenID
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenInfo
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenReference
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelation
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Topic
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TopicID
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.Transaction
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionID
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionList
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponse
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.TransferList
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory
- parser() - Static method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- PARTIAL_SIGNATURE_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody
- PARTY_ID_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody
- PARTY_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HintsPartyId
- PARTY_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodePartyId
- PARTY_WEIGHT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodePartyId
- patch - Variable in class com.hedera.hashgraph.sdk.SemanticVersion
-
Increases with backwards-compatible bug fixes
- PATCH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- PAUSE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- PAUSE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- PAUSE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- PAUSE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- PAUSE_STATUS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- Paused - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenPauseStatus
-
* The token is currently paused.
- PAUSED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- Paused_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenPauseStatus
-
* The token is currently paused.
- pauseKey - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The Key which can pause and unpause the Token.
- PauseNotApplicable - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenPauseStatus
-
* The token does not support pause or cannot be paused.<br/> Typically this indicates that the token does not have a `pause_key` set.
- PauseNotApplicable_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenPauseStatus
-
* The token does not support pause or cannot be paused.<br/> Typically this indicates that the token does not have a `pause_key` set.
- pauseStatus - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
Specifies whether the token is paused or not.
- pauseStatusFromProtobuf(TokenPauseStatus) - Static method in class com.hedera.hashgraph.sdk.TokenInfo
-
Are we paused?
- pauseStatusToProtobuf(Boolean) - Static method in class com.hedera.hashgraph.sdk.TokenInfo
-
Create a pause status protobuf.
- pauseToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Pause a token.
- pauseToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Pause a token.
- pauseToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Pause a token.
- pauseToken(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Pause a token.
- pauseToken(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Pause a token.
- PAYER_ACCOUNT_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The payer account has been marked as deleted
- PAYER_ACCOUNT_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The payer account has been marked as deleted
- PAYER_ACCOUNT_DELETED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The payer account has been marked as deleted
- PAYER_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- PAYER_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- PAYER_ACCOUNT_NOT_FOUND - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Payer account does not exist.
- PAYER_ACCOUNT_NOT_FOUND - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Payer account does not exist.
- PAYER_ACCOUNT_NOT_FOUND_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Payer account does not exist.
- PAYER_ACCOUNT_UNAUTHORIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The fee payer account doesn't have permission to submit such Transaction
- PAYER_ACCOUNT_UNAUTHORIZED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The fee payer account doesn't have permission to submit such Transaction
- PAYER_ACCOUNT_UNAUTHORIZED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The fee payer account doesn't have permission to submit such Transaction
- payerAccountId - Variable in class com.hedera.hashgraph.sdk.ScheduleInfo
-
The Hedera account paying for the execution of the schedule transaction in x.y.z format
- PAYERACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- PAYERACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- payerAccountIdList - Variable in class com.hedera.hashgraph.sdk.AssessedCustomFee
-
The account(s) whose final balances would have been higher in the absence of this assessed fee
- PAYMENT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.QueryHeader
- PAYMENTS_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.state.token.legacy.NodePayments
- paymentTransactionId - Variable in class com.hedera.hashgraph.sdk.Query
-
The transaction ID
- paymentTransactions - Variable in class com.hedera.hashgraph.sdk.Query
-
List of payment transactions
- Pem - Class in com.hedera.hashgraph.sdk
-
Internal utility class for handling PEM objects.
- PENDING_AIRDROP_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- PENDING_AIRDROP_ID_LIST_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The number of `PendingAirdropId` values in the list exceeds the maximum allowable number.
- PENDING_AIRDROP_ID_LIST_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The number of `PendingAirdropId` values in the list exceeds the maximum allowable number.
- PENDING_AIRDROP_ID_LIST_TOO_LONG_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The number of `PendingAirdropId` values in the list exceeds the maximum allowable number.
- PENDING_AIRDROP_ID_REPEATED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A `PendingAirdropId` is repeated in a `claim` or `cancel` transaction.
- PENDING_AIRDROP_ID_REPEATED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A `PendingAirdropId` is repeated in a `claim` or `cancel` transaction.
- PENDING_AIRDROP_ID_REPEATED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A `PendingAirdropId` is repeated in a `claim` or `cancel` transaction.
- PENDING_AIRDROP_VALUE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- PENDING_AIRDROP_VALUE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord
- PENDING_AIRDROPS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody
- PENDING_AIRDROPS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody
- PENDING_NFT_AIRDROP_ALREADY_EXISTS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
A pending airdrop already exists for the specified NFT.
- PENDING_NFT_AIRDROP_ALREADY_EXISTS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A pending airdrop already exists for the specified NFT.
- PENDING_NFT_AIRDROP_ALREADY_EXISTS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
A pending airdrop already exists for the specified NFT.
- PENDING_REWARD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingInfo
- PENDING_REWARDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- PENDING_REWARDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- PendingAirdropId - Class in com.hedera.hashgraph.sdk
-
A unique, composite, identifier for a pending airdrop.
- PendingAirdropId - Class in com.hedera.hashgraph.sdk.proto
-
* A unique, composite, identifier for a pending airdrop.
- PendingAirdropId() - Constructor for class com.hedera.hashgraph.sdk.PendingAirdropId
- PendingAirdropId(AccountId, AccountId, NftId) - Constructor for class com.hedera.hashgraph.sdk.PendingAirdropId
- PendingAirdropId(AccountId, AccountId, TokenId) - Constructor for class com.hedera.hashgraph.sdk.PendingAirdropId
- PendingAirdropId.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A unique, composite, identifier for a pending airdrop.
- PendingAirdropId.TokenReferenceCase - Enum Class in com.hedera.hashgraph.sdk.proto
- PendingAirdropIdOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- pendingAirdropIds - Variable in class com.hedera.hashgraph.sdk.PendingAirdropLogic
- PendingAirdropLogic<T> - Class in com.hedera.hashgraph.sdk
- PendingAirdropLogic() - Constructor for class com.hedera.hashgraph.sdk.PendingAirdropLogic
- PendingAirdropLogic(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.PendingAirdropLogic
-
Constructor.
- PendingAirdropLogic(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.PendingAirdropLogic
-
Constructor.
- PendingAirdropRecord - Class in com.hedera.hashgraph.sdk
- PendingAirdropRecord - Class in com.hedera.hashgraph.sdk.proto
-
* A record of a new pending airdrop.
- PendingAirdropRecord(PendingAirdropId, long) - Constructor for class com.hedera.hashgraph.sdk.PendingAirdropRecord
- PendingAirdropRecord.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A record of a new pending airdrop.
- PendingAirdropRecordOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- pendingAirdropRecords - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
A list of pending token airdrops.
- PendingAirdropValue - Class in com.hedera.hashgraph.sdk.proto
-
* A single pending airdrop value.
- PendingAirdropValue.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single pending airdrop value.
- PendingAirdropValueOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- pendingReward - Variable in class com.hedera.hashgraph.sdk.StakingInfo
-
The amount in Hbar that will be received in the next reward situation.
- performQueryToMirrorNodeAsync(Client, String, String) - Static method in class com.hedera.hashgraph.sdk.EntityIdHelper
- performQueryToMirrorNodeAsync(String, String, String) - Static method in class com.hedera.hashgraph.sdk.EntityIdHelper
- PERMANENT_REMOVAL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- PERMANENT_REMOVAL_REQUIRES_SYSTEM_INITIATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A delete transaction submitted via HAPI set permanent_removal=true
- PERMANENT_REMOVAL_REQUIRES_SYSTEM_INITIATION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A delete transaction submitted via HAPI set permanent_removal=true
- PERMANENT_REMOVAL_REQUIRES_SYSTEM_INITIATION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A delete transaction submitted via HAPI set permanent_removal=true
- PHASE_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- PHASE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- PHASE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.WrapsSigningState
- ping(AccountId) - Method in class com.hedera.hashgraph.sdk.Client
-
Send a ping to the given node.
- ping(AccountId, Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
Send a ping to the given node.
- pingAll() - Method in class com.hedera.hashgraph.sdk.Client
-
Sends pings to all nodes in the client's network.
- pingAll(Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
Sends pings to all nodes in the client's network.
- pingAllAsync() - Method in class com.hedera.hashgraph.sdk.Client
-
Sends pings to all nodes in the client's network asynchronously.
- pingAllAsync(Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
Sends pings to all nodes in the client's network asynchronously.
- pingAllAsync(Duration, BiConsumer<Void, Throwable>) - Method in class com.hedera.hashgraph.sdk.Client
-
Sends pings to all nodes in the client's network asynchronously.
- pingAllAsync(Duration, Consumer<Void>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.Client
-
Sends pings to all nodes in the client's network asynchronously.
- pingAllAsync(BiConsumer<Void, Throwable>) - Method in class com.hedera.hashgraph.sdk.Client
-
Sends pings to all nodes in the client's network asynchronously.
- pingAllAsync(Consumer<Void>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.Client
-
Sends pings to all nodes in the client's network asynchronously.
- pingAsync(AccountId) - Method in class com.hedera.hashgraph.sdk.Client
-
Send a ping to the given node asynchronously.
- pingAsync(AccountId, Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
Send a ping to the given node asynchronously.
- pingAsync(AccountId, Duration, BiConsumer<Void, Throwable>) - Method in class com.hedera.hashgraph.sdk.Client
-
Send a ping to the given node asynchronously.
- pingAsync(AccountId, Duration, Consumer<Void>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.Client
-
Send a ping to the given node asynchronously.
- pingAsync(AccountId, BiConsumer<Void, Throwable>) - Method in class com.hedera.hashgraph.sdk.Client
-
Send a ping to the given node asynchronously.
- pingAsync(AccountId, Consumer<Void>, Consumer<Throwable>) - Method in class com.hedera.hashgraph.sdk.Client
-
Send a ping to the given node asynchronously.
- PLATFORM_NOT_ACTIVE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the platform node is either disconnected or lagging behind.
- PLATFORM_NOT_ACTIVE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
the platform node is either disconnected or lagging behind.
- PLATFORM_NOT_ACTIVE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* the platform node is either disconnected or lagging behind.
- PLATFORM_TRANSACTION_NOT_CREATED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* transaction not created by platform due to large backlog
- PLATFORM_TRANSACTION_NOT_CREATED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
transaction not created by platform due to large backlog
- PLATFORM_TRANSACTION_NOT_CREATED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* transaction not created by platform due to large backlog
- populateAccountEvmAddress(Client) - Method in class com.hedera.hashgraph.sdk.AccountId
-
Populates `evmAddress` field of the `AccountId` extracted from the Mirror Node.
- populateAccountEvmAddressAsync(Client) - Method in class com.hedera.hashgraph.sdk.AccountId
-
Deprecated.Use 'populateAccountEvmAddress' instead due to its nearly identical operation.
- populateAccountNum(Client) - Method in class com.hedera.hashgraph.sdk.AccountId
-
Gets the actual `num` field of the `AccountId` from the Mirror Node.
- populateAccountNumAsync(Client) - Method in class com.hedera.hashgraph.sdk.AccountId
-
Deprecated.Use 'populateAccountNum' instead due to its nearly identical operation.
- populateContractNum(Client) - Method in class com.hedera.hashgraph.sdk.ContractId
-
Gets the actual `num` field of the `ContractId` from the Mirror Node.
- populateContractNumAsync(Client) - Method in class com.hedera.hashgraph.sdk.ContractId
-
Deprecated.Use 'populateContractNum' instead due to its nearly identical operation.
- port - Variable in class com.hedera.hashgraph.sdk.Endpoint
- port - Variable in class com.hedera.hashgraph.sdk.RegisteredServiceEndpoint
- PORT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- PORT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint
- PORT_MIRROR_TLS - Static variable in class com.hedera.hashgraph.sdk.BaseNodeAddress
- PORT_NODE_PLAIN - Static variable in class com.hedera.hashgraph.sdk.BaseNodeAddress
- PORT_NODE_TLS - Static variable in class com.hedera.hashgraph.sdk.BaseNodeAddress
- PORTNO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeAddress
- POST_AGGREGATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
-
* Nodes are doing work that must occur in a different event loop than the one used for the above phases.
- POST_AGGREGATION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
-
* Nodes are doing work that must occur in a different event loop than the one used for the above phases.
- POST_UPGRADE_WORK_DONE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- PRE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SemanticVersion
- PRE_HOOK_RECEIVER - Enum constant in enum class com.hedera.hashgraph.sdk.NftHookType
- PRE_HOOK_SENDER - Enum constant in enum class com.hedera.hashgraph.sdk.NftHookType
- PRE_POST_HOOK_RECEIVER - Enum constant in enum class com.hedera.hashgraph.sdk.NftHookType
- PRE_POST_HOOK_SENDER - Enum constant in enum class com.hedera.hashgraph.sdk.NftHookType
- PRE_POST_TX_ALLOWANCE_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.FungibleHookType
- PRE_POST_TX_ALLOWANCE_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.proto.AccountAmount.HookCallCase
- PRE_POST_TX_ALLOWANCE_HOOK_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountAmount
- PRE_POST_TX_RECEIVER_ALLOWANCE_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.ReceiverAllowanceHookCallCase
- PRE_POST_TX_RECEIVER_ALLOWANCE_HOOK_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftTransfer
- PRE_POST_TX_SENDER_ALLOWANCE_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.SenderAllowanceHookCallCase
- PRE_POST_TX_SENDER_ALLOWANCE_HOOK_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftTransfer
- PRE_SYSTEM_DELETE_EXPIRATION_SECOND_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.File
- PRE_TX_ALLOWANCE_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.FungibleHookType
- PRE_TX_ALLOWANCE_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.proto.AccountAmount.HookCallCase
- PRE_TX_ALLOWANCE_HOOK_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountAmount
- PRE_TX_RECEIVER_ALLOWANCE_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.ReceiverAllowanceHookCallCase
- PRE_TX_RECEIVER_ALLOWANCE_HOOK_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftTransfer
- PRE_TX_SENDER_ALLOWANCE_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.SenderAllowanceHookCallCase
- PRE_TX_SENDER_ALLOWANCE_HOOK_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftTransfer
- PrecheckStatusException - Exception Class in com.hedera.hashgraph.sdk
-
Signals that a transaction has failed the pre-check.
- PrecheckStatusException(Status, TransactionId) - Constructor for exception class com.hedera.hashgraph.sdk.PrecheckStatusException
-
Constructor.
- PREIMAGE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.EntryKeyCase
- PREIMAGE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- PREPARE_UPGRADE - Enum constant in enum class com.hedera.hashgraph.sdk.FreezeType
-
This freeze type does not freeze the network, but begins "preparation" to upgrade the network.
- PREPARE_UPGRADE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
* This freeze type does not freeze the network, but begins "preparation" to upgrade the network.
- PREPARE_UPGRADE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
* This freeze type does not freeze the network, but begins "preparation" to upgrade the network.
- PREPARED_UPDATE_FILE_IS_IMMUTABLE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The prepared update file cannot be updated or appended until either the upgrade has been completed, or a FREEZE_ABORT has been handled.
- PREPARED_UPDATE_FILE_IS_IMMUTABLE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The prepared update file cannot be updated or appended until either the upgrade has been completed, or a FREEZE_ABORT has been handled.
- PREPARED_UPDATE_FILE_IS_IMMUTABLE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The prepared update file cannot be updated or appended until either the upgrade has been completed, or a FREEZE_ABORT has been handled.
- PREPROCESSED_KEYS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.PreprocessingVote.VoteCase
- PREPROCESSED_KEYS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HintsScheme
- PREPROCESSED_KEYS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.PreprocessingVote
- PreprocessedKeys - Class in com.hedera.hashgraph.sdk.proto
-
* The output of the hinTS preprocessing algorithm; that is, a linear-size aggregation key and a succinct verification key.
- PreprocessedKeys.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The output of the hinTS preprocessing algorithm; that is, a linear-size aggregation key and a succinct verification key.
- PreprocessedKeysOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- PREPROCESSING_START_TIME - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HintsConstruction.PreprocessingStateCase
- PREPROCESSING_START_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- PREPROCESSINGSTATE_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HintsConstruction.PreprocessingStateCase
- PreprocessingVote - Class in com.hedera.hashgraph.sdk.proto
-
* A node's vote for the consensus output of a hinTS preprocessing algorithm.
- PreprocessingVote.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A node's vote for the consensus output of a hinTS preprocessing algorithm.
- PreprocessingVote.VoteCase - Enum Class in com.hedera.hashgraph.sdk.proto
- PreprocessingVoteId - Class in com.hedera.hashgraph.sdk.proto
-
* The id for a node's vote for the output of the preprocessing output of a hinTS construction.
- PreprocessingVoteId.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The id for a node's vote for the output of the preprocessing output of a hinTS construction.
- PreprocessingVoteIdOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- PreprocessingVoteOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- presentChecksum - Variable in exception class com.hedera.hashgraph.sdk.BadEntityIdException
-
the user supplied checksum
- PREVIEWNET - Enum constant in enum class com.hedera.hashgraph.sdk.NetworkName
-
Deprecated.
- PREVIEWNET - Static variable in class com.hedera.hashgraph.sdk.LedgerId
-
The previewnet ledger id
- PREVIOUS_AIRDROP_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop
- PREVIOUS_HOOK_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookState
- PREVIOUS_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SlotValue
- PREVIOUS_TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelation
- PREVIOUS_WRAPPED_RECORD_BLOCK_ROOT_HASH_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- PREVIOUS_WRAPPED_RECORD_BLOCK_ROOT_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockInfo
- Primitives - Class in com.hedera.hashgraph.sdk.proto
- PrivateKey - Class in com.hedera.hashgraph.sdk
-
A private key on the Hederaâ„¢ network.
- PrivateKey() - Constructor for class com.hedera.hashgraph.sdk.PrivateKey
- PrivateKeyECDSA - Class in com.hedera.hashgraph.sdk
-
Encapsulate the ECDSA private key.
- PrivateKeyECDSA(BigInteger, KeyParameter) - Constructor for class com.hedera.hashgraph.sdk.PrivateKeyECDSA
-
Constructor.
- PrivateKeyED25519 - Class in com.hedera.hashgraph.sdk
-
Encapsulate the ED25519 private key.
- PrivateKeyED25519(byte[], KeyParameter) - Constructor for class com.hedera.hashgraph.sdk.PrivateKeyED25519
-
Constructor.
- prng(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceBlockingStub
-
Generate a pseudo-random value.
- prng(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceBlockingV2Stub
-
Generate a pseudo-random value.
- prng(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceFutureStub
-
Generate a pseudo-random value.
- prng(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.AsyncService
-
Generate a pseudo-random value.
- prng(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceStub
-
Generate a pseudo-random value.
- PRNG - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Generate and return a pseudorandom number based on network state.
- PRNG_BYTES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.EntropyCase
- PRNG_BYTES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- PRNG_NUMBER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.EntropyCase
- PRNG_NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- prngBytes - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
In the record of a UtilPrng transaction with no output range, a pseudorandom 384-bit string.
- prngNumber - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
In the record of a PRNG transaction with an output range, the output of a PRNG whose input was a 384-bit string.
- PrngTransaction - Class in com.hedera.hashgraph.sdk
-
Random Number Generator Transaction.
- PrngTransaction() - Constructor for class com.hedera.hashgraph.sdk.PrngTransaction
-
Constructor.
- PROOF - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HistoryProofVote.VoteCase
- PROOF_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody
- PROOF_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProofVote
- PROOF_KEY - Enum constant in enum class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.DataCase
- PROOF_KEY_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- PROOF_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.ProofCase
- ProofKey - Class in com.hedera.hashgraph.sdk.proto
-
* A record of the proof key a node had in a particular address book.
- ProofKey.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A record of the proof key a node had in a particular address book.
- ProofKeyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ProofKeySet - Class in com.hedera.hashgraph.sdk.proto
-
* A set of proof keys for a node; that is, the key the node is currently using and the key it wants to use in assembling the next address book in the ledger id's chain of trust.
- ProofKeySet.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A set of proof keys for a node; that is, the key the node is currently using and the key it wants to use in assembling the next address book in the ledger id's chain of trust.
- ProofKeySetOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- PROOFSTATE_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.ProofStateCase
- ProtoBoolean - Class in com.hedera.hashgraph.sdk.proto
-
* A single boolean with no particular meaning.
- ProtoBoolean.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single boolean with no particular meaning.
- ProtoBooleanOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- protobufVersion - Variable in class com.hedera.hashgraph.sdk.NetworkVersionInfo
-
Version of the protobuf schema in use by the network
- ProtoBytes - Class in com.hedera.hashgraph.sdk.proto
-
* A single byte array with no particular meaning.
- ProtoBytes.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single byte array with no particular meaning.
- ProtoBytesOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ProtoInteger - Class in com.hedera.hashgraph.sdk.proto
-
* A single 32-bit number with no particular meaning.
- ProtoInteger.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single 32-bit number with no particular meaning.
- ProtoIntegerOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ProtoLong - Class in com.hedera.hashgraph.sdk.proto
-
* A single 64-bit number with no particular meaning.
- ProtoLong.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single 64-bit number with no particular meaning.
- ProtoLongOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ProtoString - Class in com.hedera.hashgraph.sdk.proto
-
* A single string with no particular meaning.
- ProtoString.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single string with no particular meaning.
- ProtoStringOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- PROVIDED_EXPIRATION_SECOND_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- PROXY_ACCOUNT_ID_FIELD_IS_DEPRECATED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
A CryptoCreate or ContractCreate used the deprecated proxyAccountID field.
- PROXY_ACCOUNT_ID_FIELD_IS_DEPRECATED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A CryptoCreate or ContractCreate used the deprecated proxyAccountID field.
- PROXY_ACCOUNT_ID_FIELD_IS_DEPRECATED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
A CryptoCreate or ContractCreate used the deprecated proxyAccountID field.
- PROXY_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- PROXY_RECEIVED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- proxyAccountId - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The Account ID of the account to which this is proxy staked.
- PROXYACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- PROXYACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- PROXYACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- PROXYACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- PROXYACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- PROXYFRACTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- proxyReceived - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The total proxy staked to this account.
- PROXYRECEIVED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- ProxyStaker - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- ProxyStaker - Class in com.hedera.hashgraph.sdk
-
Information about a single account that is proxy staking.
- PROXYSTAKER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AllProxyStakers
-
Deprecated.
- ProxyStaker.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* information about a single account that is proxy staking
- ProxyStakerOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- PUBKEYPREFIX_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SignaturePair
- PUBLICATION_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails
- publicKey - Variable in class com.hedera.hashgraph.sdk.Client.Operator
- publicKey - Variable in class com.hedera.hashgraph.sdk.NodeAddress
-
The RSA public key of the node.
- publicKey - Variable in class com.hedera.hashgraph.sdk.PrivateKey
-
The public key derived from the private key
- PublicKey - Class in com.hedera.hashgraph.sdk
-
A public key on the Hederaâ„¢ network.
- PublicKey() - Constructor for class com.hedera.hashgraph.sdk.PublicKey
- PublicKeyECDSA - Class in com.hedera.hashgraph.sdk
-
Encapsulate the ECDSA public key.
- PublicKeyED25519 - Class in com.hedera.hashgraph.sdk
-
Encapsulate the ED25519 public key.
- publicKeys - Variable in class com.hedera.hashgraph.sdk.Transaction
-
publicKeys and signers are parallel arrays.
- PUBLICTSSENCRYPTIONKEY_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody
- PUBLISH - Enum constant in enum class com.hedera.hashgraph.sdk.BlockNodeApi
-
The Block Node Publish API.
- PUBLISH - Enum constant in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
-
* The Block Node Publish API.
- PUBLISH_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
-
* The Block Node Publish API.
Q
- Query - Class in com.hedera.hashgraph.sdk.proto
-
* A query transaction.<br/> This message is serialized to bytes and those bytes are signed by the submitter, with the signature included in the QueryHeader for the query request.
- Query<O,
T> - Class in com.hedera.hashgraph.sdk -
Base class for all queries that can be submitted to Hedera.
- Query() - Constructor for class com.hedera.hashgraph.sdk.Query
-
Constructor.
- QUERY_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- Query.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A query transaction.<br/> This message is serialized to bytes and those bytes are signed by the submitter, with the signature included in the QueryHeader for the query request.
- Query.QueryCase - Enum Class in com.hedera.hashgraph.sdk.proto
- queryCost - Variable in exception class com.hedera.hashgraph.sdk.MaxQueryPaymentExceededException
-
The cost of the query that was attempted as returned by
Query.getCost(Client). - QueryHeader - Class in com.hedera.hashgraph.sdk.proto
-
* A standard query header.<br/> Each query from the client to the node must contain a QueryHeader, which specifies the desired response type, and includes a payment transaction that will compensate the network for responding to the query.
- QueryHeader.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A standard query header.<br/> Each query from the client to the node must contain a QueryHeader, which specifies the desired response type, and includes a payment transaction that will compensate the network for responding to the query.
- QueryHeaderOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- QueryHeaderOuterClass - Class in com.hedera.hashgraph.sdk.proto
- QueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- QueryOuterClass - Class in com.hedera.hashgraph.sdk.proto
R
- r - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
-
The R value of the signature
- r - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataLegacy
-
The R value of the signature
- R1 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
-
* Nodes are publishing their proof keys and R1 messages.
- R1_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
-
* Nodes are publishing their proof keys and R1 messages.
- R2 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
-
* Nodes are publishing their R2 messages.
- R2_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
-
* Nodes are publishing their R2 messages.
- R3 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
-
* Nodes are publishing their R3 messages.
- R3_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
-
* Nodes are publishing their R3 messages.
- random - Static variable in class com.hedera.hashgraph.sdk.BaseNetwork
- random - Static variable in class com.hedera.hashgraph.sdk.Executable
- randomBytes(int) - Static method in class com.hedera.hashgraph.sdk.Crypto
-
Generate some randomness.
- RANGE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody
- RBH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeComponents
- reactToConnectionFailure() - Method in class com.hedera.hashgraph.sdk.Executable.GrpcRequest
- readAddressBookResource(String) - Static method in class com.hedera.hashgraph.sdk.Network
-
Import an address book.
- readmitNodes() - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Readmits nodes from the `nodes` list into the `healthyNodes` list when the time is passed the
earliestReadmitTime. - readmitTime - Variable in class com.hedera.hashgraph.sdk.BaseNode
-
Timestamp of when this node will be considered healthy again
- readPem(Reader) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Parse a private key from a PEM encoded reader.
- readPem(Reader, String) - Static method in class com.hedera.hashgraph.sdk.PrivateKey
-
Parse a private key from a PEM encoded stream.
- readPrivateKey(Reader, String) - Static method in class com.hedera.hashgraph.sdk.Pem
-
Create a private key info object from a reader.
- realm - Variable in class com.hedera.hashgraph.sdk.AccountId
-
The realm number
- realm - Variable in exception class com.hedera.hashgraph.sdk.BadEntityIdException
-
the realm portion of the account id
- realm - Variable in class com.hedera.hashgraph.sdk.ContractId
-
The realm number
- realm - Variable in class com.hedera.hashgraph.sdk.FileId
-
The realm number
- realm - Variable in class com.hedera.hashgraph.sdk.ScheduleId
-
The realm number
- realm - Variable in class com.hedera.hashgraph.sdk.TokenId
-
The realm number
- realm - Variable in class com.hedera.hashgraph.sdk.TopicId
-
The realm number
- RealmID - Class in com.hedera.hashgraph.sdk.proto
-
* A realm identifier.<br/> Within a given shard, every realm has a unique numeric identifier.
- REALMID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- REALMID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- REALMID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- RealmID.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A realm identifier.<br/> Within a given shard, every realm has a unique numeric identifier.
- RealmIDOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- REALMNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountID
- REALMNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractID
- REALMNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileID
- REALMNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RealmID
- REALMNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleID
- REALMNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenID
- REALMNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TopicID
- reason - Variable in exception class com.hedera.hashgraph.sdk.BadMnemonicException
-
The reason for which the mnemonic failed validation.
- receipt - Variable in exception class com.hedera.hashgraph.sdk.ReceiptStatusException
-
The receipt of the transaction that failed; the only initialized field is
TransactionReceipt.status. - receipt - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
The status (reach consensus, or failed, or is unknown) and the ID of any new account/file/instance created.
- RECEIPT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse
- RECEIPT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- RECEIPT_NOT_FOUND - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Receipt for given transaction id does not exist
- RECEIPT_NOT_FOUND - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Receipt for given transaction id does not exist
- RECEIPT_NOT_FOUND_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Receipt for given transaction id does not exist
- ReceiptStatusException - Exception Class in com.hedera.hashgraph.sdk
-
An Exception thrown on error status by
TransactionId.getReceipt(Client). - ReceiptStatusException(TransactionId, TransactionReceipt) - Constructor for exception class com.hedera.hashgraph.sdk.ReceiptStatusException
-
Constructor.
- receiver - Variable in class com.hedera.hashgraph.sdk.TokenNftTransfer
-
The accountID of the receiver
- RECEIVER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- RECEIVER_SIG_REQUIRED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* When a valid signature is not provided for operations on account with receiverSigRequired=true
- RECEIVER_SIG_REQUIRED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
When a valid signature is not provided for operations on account with receiverSigRequired=true
- RECEIVER_SIG_REQUIRED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- RECEIVER_SIG_REQUIRED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- RECEIVER_SIG_REQUIRED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* When a valid signature is not provided for operations on account with receiverSigRequired=true
- RECEIVERACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftTransfer
- RECEIVERALLOWANCEHOOKCALL_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.ReceiverAllowanceHookCallCase
- receiveRecordThreshold - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The threshold amount for which an account record is created (and this account charged for them) for any transaction above this amount.
- RECEIVERECORDTHRESHOLD - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiveRecordThresholdFieldCase
- RECEIVERECORDTHRESHOLD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- RECEIVERECORDTHRESHOLD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- RECEIVERECORDTHRESHOLDFIELD_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiveRecordThresholdFieldCase
- RECEIVERECORDTHRESHOLDWRAPPER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiveRecordThresholdFieldCase
- RECEIVERECORDTHRESHOLDWRAPPER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- receiverHookCall - Variable in class com.hedera.hashgraph.sdk.TokenNftTransfer
- RECEIVERSIGREQUIRED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase
- RECEIVERSIGREQUIRED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- RECEIVERSIGREQUIRED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- RECEIVERSIGREQUIRED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- RECEIVERSIGREQUIREDFIELD_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase
- RECEIVERSIGREQUIREDWRAPPER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase
- RECEIVERSIGREQUIREDWRAPPER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- RECORD_NOT_FOUND - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Record for given transaction id does not exist
- RECORD_NOT_FOUND - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Record for given transaction id does not exist
- RECORD_NOT_FOUND_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Record for given transaction id does not exist
- Recordcache - Class in com.hedera.hashgraph.sdk.proto
- RecordedHistorySignature - Class in com.hedera.hashgraph.sdk.proto
-
* A signature on some new history recorded at a certain time.
- RecordedHistorySignature.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A signature on some new history recorded at a certain time.
- RecordedHistorySignatureOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RECORDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse
-
Deprecated.
- RECORDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse
- recoverPublicKeyECDSAFromSignature(int, BigInteger, BigInteger, byte[]) - Static method in class com.hedera.hashgraph.sdk.Crypto
-
Given the r and s components of a signature and the hash value of the message, recover and return the public key according to the algorithm in SEC1v2 section 4.1.6.
- recoveryId - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
-
recovery parameter used to ease the signature verification
- recoveryId - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataLegacy
-
recovery parameter used to ease the signature verification
- RECURSIVE_SCHEDULING_LIMIT_REACHED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A contract can schedule recursive calls a finite number of times (this is approximately four million times with typical network configuration.)
- RECURSIVE_SCHEDULING_LIMIT_REACHED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A contract can schedule recursive calls a finite number of times (this is approximately four million times with typical network configuration.)
- RECURSIVE_SCHEDULING_LIMIT_REACHED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A contract can schedule recursive calls a finite number of times (this is approximately four million times with typical network configuration.)
- regenerateTransactionId - Variable in class com.hedera.hashgraph.sdk.Transaction
-
Should the transaction id be regenerated
- regenerateTransactionId(Client) - Method in class com.hedera.hashgraph.sdk.Transaction
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.token.legacy.NodePaymentsOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeysOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKeyOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKeyOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublication
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventConsensusDataOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventCoreOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventDescriptorOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.EventTransactionOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.GossipEventOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransactionOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVote
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublication
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublication
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignature
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVote
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublication
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignature
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVote
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKey
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessage
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVote
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdropOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BasicTypes
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BlockInfoOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfoOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.BytecodeOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Common
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStartsOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopic
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopic
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfo
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessage
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfoOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopic
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCall
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCallLocal
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractCreate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractDelete
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecode
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetInfo
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractGetRecords
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractTypes
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ContractUpdate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHash
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowance
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoCreate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDelete
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowance
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHash
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalance
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecords
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfo
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHash
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakers
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoServiceOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoTransfer
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CryptoUpdate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.CustomFees
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.DurationOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EntityCountsOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EthereumTransaction
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.EvmHookStateOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ExchangeRateOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileAppend
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileCreate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileDelete
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetContents
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileGetInfo
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileServiceOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FileUpdate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Freeze
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeServiceOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.FreezeTypeOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetAccountDetails
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetByKey
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.GetBySolidityId
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HintsTypes
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HistoryTypes
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookDispatch
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookStore
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.HookTypes
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.LedgerIdOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashesOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.mirror.MirrorNetworkService
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTime
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfo
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkServiceOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewardsOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NftOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeCreate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeDelete
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeRewardsOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.NodeUpdate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Primitives
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.QueryOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.Recordcache
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDelete
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpointOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseCode
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ResponseOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RosterStateOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.RunningHashesOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleCreate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleDelete
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfo
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ScheduleSign
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfoOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.StorageSlot
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SystemDelete
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.SystemUndelete
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitionsOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshotsOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TimestampOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAirdrop
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenAssociate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenBurn
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdrop
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdrop
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenCreate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDelete
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenDissociate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccount
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfos
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetInfo
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfo
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfos
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenGrantKyc
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenMint
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenPause
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenReject
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRelationOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKyc
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenServiceOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccount
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUnpause
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdate
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNfts
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccount
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TopicOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionContents
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecord
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceipt
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecord
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionListOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionRecordOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.TransactionResponseOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmit
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UtilPrng
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.hedera.hashgraph.sdk.proto.UtilServiceOuterClass
- REGISTERED_ENDPOINTS_EXCEEDED_LIMIT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The number of registered service endpoints exceeds the configured limit.
- REGISTERED_ENDPOINTS_EXCEEDED_LIMIT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The number of registered service endpoints exceeds the configured limit.
- REGISTERED_ENDPOINTS_EXCEEDED_LIMIT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The number of registered service endpoints exceeds the configured limit.
- REGISTERED_NODE_CREATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Create a registered node
- REGISTERED_NODE_DELETE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Delete a registered node
- REGISTERED_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- REGISTERED_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody
- REGISTERED_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- REGISTERED_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- REGISTERED_NODE_STILL_ASSOCIATED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A registered node cannot be deleted because it is still associated with a consensus node via their associated registered node list.
- REGISTERED_NODE_STILL_ASSOCIATED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A registered node cannot be deleted because it is still associated with a consensus node via their associated registered node list.
- REGISTERED_NODE_STILL_ASSOCIATED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A registered node cannot be deleted because it is still associated with a consensus node via their associated registered node list.
- REGISTERED_NODE_UPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Update a registered node
- RegisteredNode - Class in com.hedera.hashgraph.sdk.proto
-
* A single registered node in the network state.
- RegisteredNode - Class in com.hedera.hashgraph.sdk
-
Class representing single registered node in the network state.
- RegisteredNode(long, Key, String, List<RegisteredServiceEndpoint>) - Constructor for class com.hedera.hashgraph.sdk.RegisteredNode
-
Constructor.
- RegisteredNode.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single registered node in the network state.
- RegisteredNodeAddressBook - Class in com.hedera.hashgraph.sdk
-
Collection of RegisteredNode objects.
- RegisteredNodeAddressBook(List<RegisteredNode>) - Constructor for class com.hedera.hashgraph.sdk.RegisteredNodeAddressBook
-
Constructor.
- RegisteredNodeAddressBookQuery - Class in com.hedera.hashgraph.sdk
-
Query the mirror node for the RegisteredAddressBook.
- RegisteredNodeAddressBookQuery() - Constructor for class com.hedera.hashgraph.sdk.RegisteredNodeAddressBookQuery
- RegisteredNodeCreate - Class in com.hedera.hashgraph.sdk.proto
- RegisteredNodeCreate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a registered node
- REGISTEREDNODECREATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- REGISTEREDNODECREATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- REGISTEREDNODECREATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- REGISTEREDNODECREATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- RegisteredNodeCreate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a registered node
- RegisteredNodeCreateTransaction - Class in com.hedera.hashgraph.sdk
-
A transaction to create a new registered node in the network address book.
- RegisteredNodeCreateTransaction() - Constructor for class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
-
Constructor.
- RegisteredNodeCreateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
-
Constructor.
- RegisteredNodeCreateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
-
Constructor.
- RegisteredNodeCreateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body to create a new registered node in the network address book.
- RegisteredNodeCreateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body to create a new registered node in the network address book.
- RegisteredNodeCreateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RegisteredNodeDelete - Class in com.hedera.hashgraph.sdk.proto
- RegisteredNodeDelete - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete a registered node
- REGISTEREDNODEDELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- REGISTEREDNODEDELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- REGISTEREDNODEDELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- REGISTEREDNODEDELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- RegisteredNodeDelete_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete a registered node
- RegisteredNodeDeleteTransaction - Class in com.hedera.hashgraph.sdk
-
A transaction to delete a registered node from the network address book.
- RegisteredNodeDeleteTransaction() - Constructor for class com.hedera.hashgraph.sdk.RegisteredNodeDeleteTransaction
-
Constructor.
- RegisteredNodeDeleteTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.RegisteredNodeDeleteTransaction
-
Constructor.
- RegisteredNodeDeleteTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.RegisteredNodeDeleteTransaction
-
Constructor.
- RegisteredNodeDeleteTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body to delete a registered node from the network address book.
- RegisteredNodeDeleteTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body to delete a registered node from the network address book.
- RegisteredNodeDeleteTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- registeredNodeId - Variable in class com.hedera.hashgraph.sdk.RegisteredNode
-
A registered node identifier.
- registeredNodeId - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
The identifier of a newly created RegisteredNode.
- RegisteredNodeOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RegisteredNodeOuterClass - Class in com.hedera.hashgraph.sdk.proto
- registeredNodes - Variable in class com.hedera.hashgraph.sdk.RegisteredNodeAddressBook
- RegisteredNodeUpdate - Class in com.hedera.hashgraph.sdk.proto
- RegisteredNodeUpdate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update a registered node
- REGISTEREDNODEUPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- REGISTEREDNODEUPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- REGISTEREDNODEUPDATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- REGISTEREDNODEUPDATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- RegisteredNodeUpdate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update a registered node
- RegisteredNodeUpdateTransaction - Class in com.hedera.hashgraph.sdk
-
A transaction to update an existing registered node in the network address book.
- RegisteredNodeUpdateTransaction() - Constructor for class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
-
Constructor.
- RegisteredNodeUpdateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
-
Constructor.
- RegisteredNodeUpdateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
-
Constructor.
- RegisteredNodeUpdateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body to update an existing registered node in the network address book.
- RegisteredNodeUpdateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body to update an existing registered node in the network address book.
- RegisteredNodeUpdateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RegisteredServiceEndpoint - Class in com.hedera.hashgraph.sdk.proto
-
* A registered network node endpoint.<br/> Each registered network node in the global address book publishes one or more endpoints which enable the nodes to communicate both with other nodes and with clients to receive requests.
- RegisteredServiceEndpoint - Class in com.hedera.hashgraph.sdk
-
Abstract class representing the service endpoint published by a registered node.
- RegisteredServiceEndpoint() - Constructor for class com.hedera.hashgraph.sdk.RegisteredServiceEndpoint
- RegisteredServiceEndpoint.AddressCase - Enum Class in com.hedera.hashgraph.sdk.proto
- RegisteredServiceEndpoint.BlockNodeEndpoint - Class in com.hedera.hashgraph.sdk.proto
-
* A message indicating this endpoint is a Block Node endpoint.<br/> Block Node endpoints offer one of several block node APIs, so this endpoint entry also declares which well-known Block Node API is supported by this endpoint, or "OTHER" for less common APIs.
- RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi - Enum Class in com.hedera.hashgraph.sdk.proto
-
* An enumeration of well-known block node endpoint APIs, and a catch-all option for otherwise unknown endpoint APIs.
- RegisteredServiceEndpoint.BlockNodeEndpoint.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A message indicating this endpoint is a Block Node endpoint.<br/> Block Node endpoints offer one of several block node APIs, so this endpoint entry also declares which well-known Block Node API is supported by this endpoint, or "OTHER" for less common APIs.
- RegisteredServiceEndpoint.BlockNodeEndpointOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RegisteredServiceEndpoint.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A registered network node endpoint.<br/> Each registered network node in the global address book publishes one or more endpoints which enable the nodes to communicate both with other nodes and with clients to receive requests.
- RegisteredServiceEndpoint.EndpointTypeCase - Enum Class in com.hedera.hashgraph.sdk.proto
- RegisteredServiceEndpoint.GeneralServiceEndpoint - Class in com.hedera.hashgraph.sdk.proto
-
* A message indicating this endpoint is a General Service endpoint.
- RegisteredServiceEndpoint.GeneralServiceEndpoint.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A message indicating this endpoint is a General Service endpoint.
- RegisteredServiceEndpoint.GeneralServiceEndpointOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RegisteredServiceEndpoint.MirrorNodeEndpoint - Class in com.hedera.hashgraph.sdk.proto
-
* A message indicating this endpoint is a Mirror Node endpoint.
- RegisteredServiceEndpoint.MirrorNodeEndpoint.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A message indicating this endpoint is a Mirror Node endpoint.
- RegisteredServiceEndpoint.MirrorNodeEndpointOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RegisteredServiceEndpoint.RpcRelayEndpoint - Class in com.hedera.hashgraph.sdk.proto
-
* A message indicating this endpoint is a RPC Relay endpoint.
- RegisteredServiceEndpoint.RpcRelayEndpoint.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A message indicating this endpoint is a RPC Relay endpoint.
- RegisteredServiceEndpoint.RpcRelayEndpointOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RegisteredServiceEndpointBase<T> - Class in com.hedera.hashgraph.sdk
- RegisteredServiceEndpointBase() - Constructor for class com.hedera.hashgraph.sdk.RegisteredServiceEndpointBase
- RegisteredServiceEndpointOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RegisteredServiceEndpointOuterClass - Class in com.hedera.hashgraph.sdk.proto
- REJECTED_BY_ACCOUNT_ALLOWANCE_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A CryptoTransfer relying on a ACCOUNT_ALLOWANCE hook was rejected.
- REJECTED_BY_ACCOUNT_ALLOWANCE_HOOK - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A CryptoTransfer relying on a ACCOUNT_ALLOWANCE hook was rejected.
- REJECTED_BY_ACCOUNT_ALLOWANCE_HOOK_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A CryptoTransfer relying on a ACCOUNT_ALLOWANCE hook was rejected.
- REJECTIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody
- rejectToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Reject one or more tokens.
- rejectToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Reject one or more tokens.
- rejectToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Reject one or more tokens.
- rejectToken(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Reject one or more tokens.
- rejectToken(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Reject one or more tokens.
- remove(Object) - Method in class com.hedera.hashgraph.sdk.KeyList
- remove(T) - Method in class com.hedera.hashgraph.sdk.LockableList
-
Remove an item from this list instance.
- removeAccountAmounts(int) - Method in class com.hedera.hashgraph.sdk.proto.TransferList.Builder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- removeAll(Collection<?>) - Method in class com.hedera.hashgraph.sdk.KeyList
- removeApproveForAllNftAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- removeAssessedCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- removeAutomaticTokenAssociations(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- removeChildTransactionReceipts(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- removeChildTransactionRecords(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of records for all child transactions spawned by the requested transaction.
- removeContractNonces(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- removeContractNonces(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- removeCreatedContractIDs(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
Deprecated.
- removeCryptoAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- removeCryptoAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of hbar allowances approved by the account owner.
- removeCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- removeCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- removeCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A custom fee schedule for this token.
- removeCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- removeCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- removeCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A custom fee schedule for this token.
- removeCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- removeDeadNodes() - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Remove any nodes from the network when they've exceeded the
BaseNetwork.maxNodeAttemptslimit - removeDuplicateTransactionReceipts(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of duplicate transaction receipts.
- removeDuplicateTransactionRecords(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of duplicate transaction records.
- removeEffectivePayerAccountId(int) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that provided the tokens assessed as a fee.
- removeEntities(int) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- removeEntries(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The entries in the mapping at the given slot.
- removeEntries(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries.Builder
-
repeated .proto.TransactionReceiptEntry entries = 1; - removeEventTransaction(int) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
Deprecated.
- removeFeeExemptKeyList(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- removeFeeExemptKeyList(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- removeFeeExemptKeyList(int) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- removeFees(int) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* The maximum fees that the user is willing to pay for the message.
- removeFees(int) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- removeFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- removeGasLevelStarts(int) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- removeGenericLevelStarts(int) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- removeGossipEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for gossip.
- removeGossipEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- removeGossipEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- removeGossipEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A list of service endpoints for gossip.
- removeGrantedCryptoAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- removeGrantedNftAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- removeGrantedTokenAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of fungible token allowances approved by this account.
- removeHookCreationDetails(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this contract.
- removeHookCreationDetails(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The hooks to create for the contract.
- removeHookCreationDetails(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this account.
- removeHookCreationDetails(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The hooks to create for the account.
- removeKeys(int) - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList.Builder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- removeKeys(int) - Method in class com.hedera.hashgraph.sdk.proto.KeyList.Builder
-
* A list of keys.
- removeLiveHashes(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- removeLogInfo(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any Log events produced by this contract call.
- removeMaxCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- removeMaxCustomFees(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- removeMessages(int) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory.Builder
-
The published messages.
- removeNameValue(int) - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList.Builder
-
* A List of `Setting` values, typically read from application properties.
- removeNewPendingAirdrops(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of pending token airdrops.
- removeNftAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of non-fungible token allowances approved by the account owner.
- removeNftAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody.Builder
-
* List of non-fungible/unique token allowances to remove.
- removeNfts(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* List of NFTs associated to the account
- removeNfts(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A list of messages, each of which describes one NFT.
- removeNftTransfers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of NftTransfers.
- removeNodeActivities(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- removeNodeAddress(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook.Builder
-
* Published data for all nodes in the network
- removeNodeContributions(int) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The node-specific contributions made to the new ledger id.
- removeNodePartyIds(int) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The final party ids assigned to each node in the target roster.
- removeNodeSignatures(int) - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- removeNodeStake(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- removePaidStakingRewards(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of staking rewards paid.
- removeParents(int) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- removePayments(int) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- removePendingAirdrops(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- removePendingAirdrops(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.
- removeProxyStaker(int) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- removeRecords(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- removeRecords(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* A list of records.
- removeRejections(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* A list of one or more token rejections.
- removeRosterEntries(int) - Method in class com.hedera.hashgraph.sdk.proto.Roster.Builder
-
* List of roster entries, one per consensus node.
- removeRoundRosterPairs(int) - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- removeScheduleIds(int) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList.Builder
-
* A list of schedule identifiers, in no particular order.
- removeSchedules(int) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList.Builder
-
* a list of schedules, in no particular order.
- removeServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for client calls.
- removeServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- removeServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- removeServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- removeServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A list of service endpoints for client calls.
- removeServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- removeServiceEndpoint(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- removeSignatories(int) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* All of the "primitive" keys that have already signed this schedule.
- removeSigPair(int) - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap.Builder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- removeSigs(int) - Method in class com.hedera.hashgraph.sdk.proto.SignatureList.Builder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- removeStorageUpdates(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* Initial storage updates for the hook, if any.
- removeStorageUpdates(int) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The updates to the storage of the EVM hook.
- removeTargetProofKeys(int) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- removeThrottleBuckets(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions.Builder
-
* A list of throttle buckets.
- removeThrottleGroups(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- removeTokenAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of fungible token allowances approved by this account.
- removeTokenAllowances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of fungible token allowances approved by the account owner.
- removeTokenBalances(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
Deprecated.
- removeTokenBalances(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances.Builder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- removeTokenRelationships(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
Deprecated.
- removeTokenRelationships(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- removeTokenRelationships(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- removeTokens(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* A list of token identifiers.
- removeTokens(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* A list of token identifiers.
- removeTokenTransferLists(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- removeTokenTransfers(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* One or more lists of token transfers.
- removeTokenTransfers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody.Builder
-
* A list of token transfers representing one or more airdrops.
- removeTpsThrottles(int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A list of snapshots for TPS throttles.
- removeTransactionFeeSchedule(int) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* Sets of fee coefficients for various transaction or query types.
- removeTransactionIds(int) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* A list of transaction identifiers to query.
- removeTransactionList(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionList.Builder
-
repeated .proto.Transaction transaction_list = 1; - removeTransfers(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of account amounts.
- REPEATED_ALLOWANCES_TO_DELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- REPEATED_ALLOWANCES_TO_DELETE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
[Deprecated] If the CryptoDeleteAllowance transaction has repeated crypto or token or Nft allowances to delete.
- REPEATED_ALLOWANCES_TO_DELETE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- REPEATED_SERIAL_NUMS_IN_NFT_ALLOWANCES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- REPEATED_SERIAL_NUMS_IN_NFT_ALLOWANCES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Serial numbers are repeated in nft allowance for a single spender account
- REPEATED_SERIAL_NUMS_IN_NFT_ALLOWANCES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- REQUEST_ERROR - Enum constant in enum class com.hedera.hashgraph.sdk.ExecutionState
-
Indicates that the request was incorrect
- REQUESTED_NUM_AUTOMATIC_ASSOCIATIONS_EXCEEDS_ASSOCIATION_LIMIT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Cannot set the number of automatic associations for an account more than the maximum allowed token associations <tt>tokens.maxPerAccount</tt>.
- REQUESTED_NUM_AUTOMATIC_ASSOCIATIONS_EXCEEDS_ASSOCIATION_LIMIT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Cannot set the number of automatic associations for an account more than the maximum allowed token associations tokens.maxPerAccount.
- REQUESTED_NUM_AUTOMATIC_ASSOCIATIONS_EXCEEDS_ASSOCIATION_LIMIT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Cannot set the number of automatic associations for an account more than the maximum allowed token associations <tt>tokens.maxPerAccount</tt>.
- RequestType - Enum Class in com.hedera.hashgraph.sdk
-
Enum for the request types.
- requireNotFrozen() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Throw an exception if the transaction is frozen.
- requireNotLocked() - Method in class com.hedera.hashgraph.sdk.LockableList
-
Verify that this list instance is not locked.
- requireOneNodeAccountId() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Throw an exception if there is not exactly one node id set.
- REQUIRES_TLS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- requiresTls - Variable in class com.hedera.hashgraph.sdk.RegisteredServiceEndpoint
- RESERVED_STAKING_REWARDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- RESOLUTION_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- Response - Class in com.hedera.hashgraph.sdk.proto
-
* A single query response.
- RESPONSE_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- Response.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single query response.
- Response.ResponseCase - Enum Class in com.hedera.hashgraph.sdk.proto
- ResponseCode - Class in com.hedera.hashgraph.sdk.proto
- ResponseCodeEnum - Enum Class in com.hedera.hashgraph.sdk.proto
-
* An enumeration of possible response codes.
- ResponseHeader - Class in com.hedera.hashgraph.sdk.proto
-
* A standard header returned with every query response.
- ResponseHeader.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A standard header returned with every query response.
- ResponseHeaderOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ResponseHeaderOuterClass - Class in com.hedera.hashgraph.sdk.proto
- ResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ResponseOuterClass - Class in com.hedera.hashgraph.sdk.proto
- ResponseType - Enum Class in com.hedera.hashgraph.sdk.proto
-
* The type of query response.<br/> This SHALL be answer-only as a default.<br/> This value SHALL support an "estimated cost" type.<br/> This value SHOULD support a "state proof" type, when available.
- RESPONSETYPE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.QueryHeader
- RESPONSETYPE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- RESULT_DATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- RESULT_SIZE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Smart contract result size greater than specified maxResultSize
- RESULT_SIZE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Smart contract result size greater than specified maxResultSize
- RESULT_SIZE_LIMIT_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Smart contract result size greater than specified maxResultSize
- retainAll(Collection<?>) - Method in class com.hedera.hashgraph.sdk.KeyList
- RETRY - Enum constant in enum class com.hedera.hashgraph.sdk.ExecutionState
-
Indicates that the call was successful but the operation did not complete.
- REVERTED_SUCCESS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A precompiled contract succeeded, but was later reverted.
- REVERTED_SUCCESS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A precompiled contract succeeded, but was later reverted.
- REVERTED_SUCCESS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A precompiled contract succeeded, but was later reverted.
- Revoked - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenKycStatus
-
* The designated account is not currently granted KYC status for the designated token.
- Revoked_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenKycStatus
-
* The designated account is not currently granted KYC status for the designated token.
- revokeHbarAllowance(AccountId, AccountId, Hbar) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.Revokes Hbar allowance
- revokeKycFromTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Assert that KYC requirements are _not_ met for a specific account with respect to a specific token.
- revokeKycFromTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Assert that KYC requirements are _not_ met for a specific account with respect to a specific token.
- revokeKycFromTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Assert that KYC requirements are _not_ met for a specific account with respect to a specific token.
- revokeKycFromTokenAccount(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Assert that KYC requirements are _not_ met for a specific account with respect to a specific token.
- revokeKycFromTokenAccount(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Assert that KYC requirements are _not_ met for a specific account with respect to a specific token.
- revokeTokenAllowance(TokenId, AccountId, AccountId, long) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.Revokes token allowance.
- revokeTokenNftAllowance(NftId, AccountId, AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.with no replacement
- revokeTokenNftAllowanceAllSerials(TokenId, AccountId, AccountId) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.Revokes allowance for all NFT serials of a token
- REWARD_BALANCE_THRESHOLD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- REWARD_RATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStake
- REWARD_SUM_HISTORY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- RIGHTMOST_PRECEDING_STATE_CHANGES_TREE_HASHES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- rightPad32(ByteString) - Static method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
- Roster - Class in com.hedera.hashgraph.sdk.proto
-
* A single roster in the network state.
- ROSTER_ENTRIES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Roster
- ROSTER_HASH_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- ROSTER_HASH_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey
- ROSTER_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RosterSignatures
- ROSTER_SIGNATURES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.LedgerId
- Roster.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single roster in the network state.
- RosterEntry - Class in com.hedera.hashgraph.sdk.proto
-
* A single roster entry in the network state.
- RosterEntry.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single roster entry in the network state.
- RosterEntryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RosterOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RosterOuterClass - Class in com.hedera.hashgraph.sdk.proto
- RosterSignatures - Class in com.hedera.hashgraph.sdk.proto
-
* A collection of signatures from nodes in a roster.
- RosterSignatures.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A collection of signatures from nodes in a roster.
- RosterSignaturesOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RosterState - Class in com.hedera.hashgraph.sdk.proto
-
* The current state of platform rosters.<br/> This message stores a roster data for the platform in network state.
- RosterState.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The current state of platform rosters.<br/> This message stores a roster data for the platform in network state.
- RosterStateOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RosterStateOuterClass - Class in com.hedera.hashgraph.sdk.proto
- ROUND_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- ROUND_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.LedgerId
- ROUND_NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RoundRosterPair
- ROUND_ROSTER_PAIRS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RosterState
- RoundRosterPair - Class in com.hedera.hashgraph.sdk.proto
-
* A pair of round number and active roster hash.
- RoundRosterPair.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A pair of round number and active roster hash.
- RoundRosterPairOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ROYALTY_FEE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CustomFee.FeeCase
- ROYALTY_FEE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CustomFee
- ROYALTY_FRACTION_CANNOT_EXCEED_ONE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A royalty cannot exceed the total fungible value exchanged for an NFT
- ROYALTY_FRACTION_CANNOT_EXCEED_ONE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A royalty cannot exceed the total fungible value exchanged for an NFT
- ROYALTY_FRACTION_CANNOT_EXCEED_ONE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A royalty cannot exceed the total fungible value exchanged for an NFT
- RoyaltyFee - Class in com.hedera.hashgraph.sdk.proto
-
* A fee to assess during a CryptoTransfer that changes ownership of a non-fungible/unique (NFT) token.<br/> This message defines the fraction of the fungible value exchanged for an NFT that the ledger should collect as a royalty.
- RoyaltyFee.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A fee to assess during a CryptoTransfer that changes ownership of a non-fungible/unique (NFT) token.<br/> This message defines the fraction of the fungible value exchanged for an NFT that the ledger should collect as a royalty.
- RoyaltyFeeOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RPC_RELAY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.EndpointTypeCase
- RPC_RELAY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint
- RpcRelayServiceEndpoint - Class in com.hedera.hashgraph.sdk
-
Represent a Registered Rpc Relay
- RpcRelayServiceEndpoint() - Constructor for class com.hedera.hashgraph.sdk.RpcRelayServiceEndpoint
-
Constructor.
- RSA_3072 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Key.KeyCase
- RSA_3072 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Signature.SignatureCase
-
Deprecated.
- RSA_3072 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SignaturePair.SignatureCase
- RSA_3072_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Key
- RSA_3072_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- RSA_3072_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SignaturePair
- RSA_PUBKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeAddress
- RST_STREAM - Static variable in class com.hedera.hashgraph.sdk.Executable
- runCipher(Cipher, byte[]) - Static method in class com.hedera.hashgraph.sdk.Crypto
-
Run the cipher on the given input.
- RUNNING_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RunningHashes
- RUNNING_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Topic
- runningHash - Variable in class com.hedera.hashgraph.sdk.TopicInfo
-
SHA-384 running hash of (previousRunningHash, topicId, consensusTimestamp, sequenceNumber, message).
- runningHash - Variable in class com.hedera.hashgraph.sdk.TopicMessage
-
The new running hash of the topic that received the message
- runningHash - Variable in class com.hedera.hashgraph.sdk.TopicMessageChunk
- RUNNINGHASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- RUNNINGHASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- RunningHashes - Class in com.hedera.hashgraph.sdk.proto
-
* The running hash of transaction records and the previous `3` running hashes.
- RunningHashes.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The running hash of transaction records and the previous `3` running hashes.
- RunningHashesOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- RunningHashesOuterClass - Class in com.hedera.hashgraph.sdk.proto
- RUNNINGHASHVERSION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
S
- s - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
-
The S value of the signature
- s - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataLegacy
-
The S value of the signature
- SALT_LEN - Static variable in class com.hedera.hashgraph.sdk.Crypto
- SBH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeComponents
- SBPR_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeComponents
- SchedulableTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* A schedulable transaction.
- SchedulableTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A schedulable transaction.
- SchedulableTransactionBody.DataCase - Enum Class in com.hedera.hashgraph.sdk.proto
- SchedulableTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- SchedulableTransactionBodyOuterClass - Class in com.hedera.hashgraph.sdk.proto
- schedule() - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
- schedule() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Extract the scheduled transaction.
- Schedule - Class in com.hedera.hashgraph.sdk.proto
-
* Representation of a Hedera Schedule entry in the network Merkle tree.<br/> A Schedule represents a request to run a transaction _at some future time_ either when the `Schedule` expires (if long term schedules are enabled and `wait_for_expiry` is true) or as soon as the `Schedule` has gathered enough signatures via any combination of the `scheduleCreate` and 0 or more subsequent `scheduleSign` transactions.
- SCHEDULE_ALREADY_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A schedule being signed or deleted has already been deleted
- SCHEDULE_ALREADY_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A schedule being signed or deleted has already been deleted
- SCHEDULE_ALREADY_DELETED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A schedule being signed or deleted has already been deleted
- SCHEDULE_ALREADY_EXECUTED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A schedule being signed or deleted has already been executed
- SCHEDULE_ALREADY_EXECUTED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A schedule being signed or deleted has already been executed
- SCHEDULE_ALREADY_EXECUTED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A schedule being signed or deleted has already been executed
- SCHEDULE_CREATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Create a scheduled transaction
- SCHEDULE_CREATE_CONTRACT_CALL - Enum constant in enum class com.hedera.hashgraph.sdk.FeeDataType
-
The resource cost for the transaction type includes a ScheduleCreate containing a ContractCall.
- SCHEDULE_CREATE_CONTRACT_CALL - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type includes a ScheduleCreate containing a ContractCall.
- SCHEDULE_CREATE_CONTRACT_CALL_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type includes a ScheduleCreate containing a ContractCall.
- SCHEDULE_DELETE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Delete a scheduled transaction
- SCHEDULE_EXPIRATION_TIME_MUST_BE_HIGHER_THAN_CONSENSUS_TIME - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The scheduled transaction could not be created because it's expiration_time was less than or equal to the consensus time.
- SCHEDULE_EXPIRATION_TIME_MUST_BE_HIGHER_THAN_CONSENSUS_TIME - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The scheduled transaction could not be created because it's expiration_time was less than or equal to the consensus time.
- SCHEDULE_EXPIRATION_TIME_MUST_BE_HIGHER_THAN_CONSENSUS_TIME_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The scheduled transaction could not be created because it's expiration_time was less than or equal to the consensus time.
- SCHEDULE_EXPIRATION_TIME_TOO_FAR_IN_FUTURE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The scheduled transaction could not be created because it's expiration_time was too far in the future.
- SCHEDULE_EXPIRATION_TIME_TOO_FAR_IN_FUTURE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The scheduled transaction could not be created because it's expiration_time was too far in the future.
- SCHEDULE_EXPIRATION_TIME_TOO_FAR_IN_FUTURE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The scheduled transaction could not be created because it's expiration_time was too far in the future.
- SCHEDULE_EXPIRY_IS_BUSY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A scheduled transaction configured to wait for expiry to execute was given an expiry time at which there is already too many transactions scheduled to expire; its creation must be retried with a different expiry.
- SCHEDULE_EXPIRY_IS_BUSY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A scheduled transaction configured to wait for expiry to execute was given an expiry time at which there is already too many transactions scheduled to expire; its creation must be retried with a different expiry.
- SCHEDULE_EXPIRY_IS_BUSY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A scheduled transaction configured to wait for expiry to execute was given an expiry time at which there is already too many transactions scheduled to expire; its creation must be retried with a different expiry.
- SCHEDULE_EXPIRY_NOT_CONFIGURABLE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided schedule expiry time is not configurable.
- SCHEDULE_EXPIRY_NOT_CONFIGURABLE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided schedule expiry time is not configurable.
- SCHEDULE_EXPIRY_NOT_CONFIGURABLE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The provided schedule expiry time is not configurable.
- SCHEDULE_FUTURE_GAS_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The scheduled transaction could not be created because it would cause the gas limit to be violated on the specified expiration_time.
- SCHEDULE_FUTURE_GAS_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The scheduled transaction could not be created because it would cause the gas limit to be violated on the specified expiration_time.
- SCHEDULE_FUTURE_GAS_LIMIT_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The scheduled transaction could not be created because it would cause the gas limit to be violated on the specified expiration_time.
- SCHEDULE_FUTURE_THROTTLE_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The scheduled transaction could not be created because it would cause throttles to be violated on the specified expiration_time.
- SCHEDULE_FUTURE_THROTTLE_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The scheduled transaction could not be created because it would cause throttles to be violated on the specified expiration_time.
- SCHEDULE_FUTURE_THROTTLE_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The scheduled transaction could not be created because it would cause throttles to be violated on the specified expiration_time.
- SCHEDULE_GET_INFO - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get metadata (information) for a scheduled transaction
- SCHEDULE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- SCHEDULE_IDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleIdList
- SCHEDULE_IS_IMMUTABLE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The Scheduled entity cannot be modified.
- SCHEDULE_IS_IMMUTABLE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The Scheduled entity cannot be modified.
- SCHEDULE_IS_IMMUTABLE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The Scheduled entity cannot be modified.
- SCHEDULE_PENDING_EXPIRATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A schedule being signed or deleted has passed it's expiration date and is pending execution if needed and then expiration.
- SCHEDULE_PENDING_EXPIRATION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A schedule being signed or deleted has passed it's expiration date and is pending execution if needed and then expiration.
- SCHEDULE_PENDING_EXPIRATION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A schedule being signed or deleted has passed it's expiration date and is pending execution if needed and then expiration.
- SCHEDULE_SIGN - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Sign a scheduled transaction
- SCHEDULE_VALID_START_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- Schedule.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Representation of a Hedera Schedule entry in the network Merkle tree.<br/> A Schedule represents a request to run a transaction _at some future time_ either when the `Schedule` expires (if long term schedules are enabled and `wait_for_expiry` is true) or as soon as the `Schedule` has gathered enough signatures via any combination of the `scheduleCreate` and 0 or more subsequent `scheduleSign` transactions.
- ScheduleCreate - Class in com.hedera.hashgraph.sdk.proto
- ScheduleCreate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a scheduled transaction
- SCHEDULECREATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- SCHEDULECREATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- ScheduleCreate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a scheduled transaction
- ScheduleCreateTransaction - Class in com.hedera.hashgraph.sdk
-
Create a new Schedule.
- ScheduleCreateTransaction() - Constructor for class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
Constructor.
- ScheduleCreateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
Constructor.
- ScheduleCreateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Create a new Schedule.
- ScheduleCreateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Create a new Schedule.
- ScheduleCreateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- SCHEDULED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionID
- SCHEDULED_TRANSACTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- SCHEDULED_TRANSACTION_NOT_IN_WHITELIST - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Only whitelisted transaction types may be scheduled
- SCHEDULED_TRANSACTION_NOT_IN_WHITELIST - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Only whitelisted transaction types may be scheduled
- SCHEDULED_TRANSACTION_NOT_IN_WHITELIST_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Only whitelisted transaction types may be scheduled
- ScheduledCounts - Class in com.hedera.hashgraph.sdk.proto
-
* A count of schedules scheduled and processed.
- ScheduledCounts.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A count of schedules scheduled and processed.
- ScheduledCountsOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ScheduleDelete - Class in com.hedera.hashgraph.sdk.proto
- ScheduleDelete - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete a scheduled transaction
- SCHEDULEDELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- SCHEDULEDELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- SCHEDULEDELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- SCHEDULEDELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- ScheduleDelete_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete a scheduled transaction
- ScheduleDeleteTransaction - Class in com.hedera.hashgraph.sdk
-
Mark a schedule in the network state as deleted.
- ScheduleDeleteTransaction() - Constructor for class com.hedera.hashgraph.sdk.ScheduleDeleteTransaction
-
Constructor.
- ScheduleDeleteTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.ScheduleDeleteTransaction
-
Constructor.
- ScheduleDeleteTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.ScheduleDeleteTransaction
-
Constructor.
- ScheduleDeleteTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Mark a schedule in the network state as deleted.
- ScheduleDeleteTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Mark a schedule in the network state as deleted.
- ScheduleDeleteTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ScheduledOrder - Class in com.hedera.hashgraph.sdk.proto
-
* An ordering for a scheduled transaction.<br/> This establishes the order in which scheduled transactions intended to execute at a particular consensus second will be executed.
- ScheduledOrder.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An ordering for a scheduled transaction.<br/> This establishes the order in which scheduled transactions intended to execute at a particular consensus second will be executed.
- ScheduledOrderOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- SCHEDULEDTRANSACTIONBODY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- SCHEDULEDTRANSACTIONBODY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- scheduledTransactionId - Variable in class com.hedera.hashgraph.sdk.ScheduleInfo
-
The scheduled transaction
- scheduledTransactionId - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
In the receipt of a ScheduleCreate or ScheduleSign that resolves to SUCCESS, the TransactionID that should be used to query for the receipt or record of the relevant scheduled transaction
- scheduledTransactionId - Variable in class com.hedera.hashgraph.sdk.TransactionResponse
-
Deprecated.
- SCHEDULEDTRANSACTIONID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- SCHEDULEDTRANSACTIONID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- ScheduleGetInfo - Class in com.hedera.hashgraph.sdk.proto
- ScheduleGetInfo - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get metadata (information) for a scheduled transaction
- SCHEDULEGETINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- SCHEDULEGETINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- SCHEDULEGETINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- SCHEDULEGETINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- ScheduleGetInfo_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get metadata (information) for a scheduled transaction
- ScheduleGetInfoQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Request for information about a scheduled transaction.
- ScheduleGetInfoQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Request for information about a scheduled transaction.
- ScheduleGetInfoQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ScheduleGetInfoResponse - Class in com.hedera.hashgraph.sdk.proto
-
* A response message for a `getScheduleInfo` query.
- ScheduleGetInfoResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A response message for a `getScheduleInfo` query.
- ScheduleGetInfoResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- scheduleId - Variable in class com.hedera.hashgraph.sdk.ScheduleInfo
-
The ID of the schedule transaction
- scheduleId - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
In the receipt of a ScheduleCreate, the id of the newly created Scheduled Entity
- ScheduleId - Class in com.hedera.hashgraph.sdk
-
The entity ID of a schedule transaction.
- ScheduleId(long) - Constructor for class com.hedera.hashgraph.sdk.ScheduleId
-
Deprecated.
- ScheduleId(long, long, long) - Constructor for class com.hedera.hashgraph.sdk.ScheduleId
-
Constructor.
- ScheduleId(long, long, long, String) - Constructor for class com.hedera.hashgraph.sdk.ScheduleId
-
Constructor.
- ScheduleID - Class in com.hedera.hashgraph.sdk.proto
-
* An unique identifier for a Schedule
- SCHEDULEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody
- SCHEDULEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery
- SCHEDULEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- SCHEDULEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody
- SCHEDULEID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- ScheduleID.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An unique identifier for a Schedule
- ScheduleIdList - Class in com.hedera.hashgraph.sdk.proto
-
* A message for storing a list of schedule identifiers in state.<br/> This is used to store lists of `ScheduleID` values.
- ScheduleIdList.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A message for storing a list of schedule identifiers in state.<br/> This is used to store lists of `ScheduleID` values.
- ScheduleIdListOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ScheduleIDOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ScheduleInfo - Class in com.hedera.hashgraph.sdk.proto
-
* Information summarizing schedule state
- ScheduleInfo - Class in com.hedera.hashgraph.sdk
-
A query that returns information about the current state of a scheduled transaction on a Hedera network.
- ScheduleInfo(ScheduleId, AccountId, AccountId, SchedulableTransactionBody, KeyList, Key, TransactionId, String, Instant, Instant, Instant, LedgerId, boolean) - Constructor for class com.hedera.hashgraph.sdk.ScheduleInfo
-
Constructor.
- SCHEDULEINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse
- ScheduleInfo.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Information summarizing schedule state
- ScheduleInfo.DataCase - Enum Class in com.hedera.hashgraph.sdk.proto
- ScheduleInfoOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ScheduleInfoQuery - Class in com.hedera.hashgraph.sdk
-
A query that returns information about the current state of a schedule transaction on a Hedera network.
- ScheduleInfoQuery() - Constructor for class com.hedera.hashgraph.sdk.ScheduleInfoQuery
-
Constructor.
- ScheduleList - Class in com.hedera.hashgraph.sdk.proto
-
* A message for storing a list of schedules in state.<br/> This is used to store lists of `Schedule` values.
- ScheduleList.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A message for storing a list of schedules in state.<br/> This is used to store lists of `Schedule` values.
- ScheduleListOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- SCHEDULENUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleID
- ScheduleOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ScheduleOuterClass - Class in com.hedera.hashgraph.sdk.proto
- SCHEDULER_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- scheduleRef - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
Reference to the scheduled transaction ID that this transaction record represents
- SCHEDULEREF_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- SCHEDULES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleList
- ScheduleServiceGrpc - Class in com.hedera.hashgraph.sdk.proto
-
Transactions and queries for the Schedule Service.<br/> The Schedule Service enables transactions to be submitted without all required signatures and offers a `scheduleSign` transaction to provide additional signatures independently after the schedule is created.
- ScheduleServiceGrpc.AsyncService - Interface in com.hedera.hashgraph.sdk.proto
-
Transactions and queries for the Schedule Service.<br/> The Schedule Service enables transactions to be submitted without all required signatures and offers a `scheduleSign` transaction to provide additional signatures independently after the schedule is created.
- ScheduleServiceGrpc.ScheduleServiceBlockingStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do limited synchronous rpc calls to service ScheduleService.
- ScheduleServiceGrpc.ScheduleServiceBlockingV2Stub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do synchronous rpc calls to service ScheduleService.
- ScheduleServiceGrpc.ScheduleServiceFutureStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do ListenableFuture-style rpc calls to service ScheduleService.
- ScheduleServiceGrpc.ScheduleServiceImplBase - Class in com.hedera.hashgraph.sdk.proto
-
Base class for the server implementation of the service ScheduleService.
- ScheduleServiceGrpc.ScheduleServiceStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do asynchronous rpc calls to service ScheduleService.
- ScheduleServiceImplBase() - Constructor for class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceImplBase
- ScheduleServiceOuterClass - Class in com.hedera.hashgraph.sdk.proto
- ScheduleSign - Class in com.hedera.hashgraph.sdk.proto
- ScheduleSign - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Sign a scheduled transaction
- SCHEDULESIGN - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- SCHEDULESIGN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- ScheduleSign_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Sign a scheduled transaction
- ScheduleSignTransaction - Class in com.hedera.hashgraph.sdk
-
A transaction that appends signatures to a schedule transaction.
- ScheduleSignTransaction() - Constructor for class com.hedera.hashgraph.sdk.ScheduleSignTransaction
-
Constructor.
- ScheduleSignTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.ScheduleSignTransaction
-
Constructor.
- ScheduleSignTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Add signatures to an existing scheduled transaction.
- ScheduleSignTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Add signatures to an existing scheduled transaction.
- ScheduleSignTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- SECONDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Duration
- SECONDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Timestamp
- SECONDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TimestampSeconds
- SELECTOR_LEN - Static variable in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Function selector length in bytes
- SELECTOR_LEN_HEX - Static variable in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Function selector length in hex characters
- self() - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- SELF_STAKING_IS_NOT_ALLOWED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An account set the staked_account_id to itself in CryptoUpdate or ContractUpdate transactions.
- SELF_STAKING_IS_NOT_ALLOWED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An account set the staked_account_id to itself in CryptoUpdate or ContractUpdate transactions.
- SELF_STAKING_IS_NOT_ALLOWED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An account set the staked_account_id to itself in CryptoUpdate or ContractUpdate transactions.
- SemanticVersion - Class in com.hedera.hashgraph.sdk.proto
-
* A software version according to "[semantic versioning](https://semver.org/)" or "date versioning".
- SemanticVersion - Class in com.hedera.hashgraph.sdk
-
Hedera follows semantic versioning () for both the HAPI protobufs and the Services software.
- SemanticVersion(int, int, int) - Constructor for class com.hedera.hashgraph.sdk.SemanticVersion
-
Constructor.
- SemanticVersion.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A software version according to "[semantic versioning](https://semver.org/)" or "date versioning".
- SemanticVersionOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- sender - Variable in class com.hedera.hashgraph.sdk.TokenNftTransfer
-
The accountID of the sender
- SENDER_DOES_NOT_OWN_NFT_SERIAL_NO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction attempted to move an NFT serial number from an account other than its owner
- SENDER_DOES_NOT_OWN_NFT_SERIAL_NO - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The transaction attempted to move an NFT serial number from an account other than its owner
- SENDER_DOES_NOT_OWN_NFT_SERIAL_NO_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction attempted to move an NFT serial number from an account other than its owner
- SENDER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery
- SENDER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- SENDER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- SENDER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.PendingAirdropId
- senderAccountId - Variable in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
The account that is the "sender." If not present it is the accountId from the transactionId.
- SENDERACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftTransfer
- SENDERALLOWANCEHOOKCALL_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.SenderAllowanceHookCallCase
- senderHookCall - Variable in class com.hedera.hashgraph.sdk.TokenNftTransfer
- sendRecordThreshold - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
The threshold amount for which an account record is created (and this account charged for them) for any send/withdraw transaction.
- SENDRECORDTHRESHOLD - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.SendRecordThresholdFieldCase
- SENDRECORDTHRESHOLD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- SENDRECORDTHRESHOLD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- SENDRECORDTHRESHOLDFIELD_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.SendRecordThresholdFieldCase
- SENDRECORDTHRESHOLDWRAPPER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.SendRecordThresholdFieldCase
- SENDRECORDTHRESHOLDWRAPPER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- SEQUENCE_NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey
- SEQUENCE_NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Topic
- sequenceNumber - Variable in class com.hedera.hashgraph.sdk.TopicInfo
-
Sequence number (starting at 1 for the first submitMessage) of messages on the topic.
- sequenceNumber - Variable in class com.hedera.hashgraph.sdk.TopicMessage
-
The sequence number of the message relative to all other messages for the same topic
- sequenceNumber - Variable in class com.hedera.hashgraph.sdk.TopicMessageChunk
- SEQUENCENUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- SEQUENCENUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse
- serial - Variable in class com.hedera.hashgraph.sdk.NftId
-
The unique identifier of this instance
- serial - Variable in class com.hedera.hashgraph.sdk.TokenNftTransfer
-
The serial number of the NFT
- SERIAL_NUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftID
- SERIAL_NUMBER_LIMIT_REACHED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Currently no more than 4,294,967,295 NFTs may be minted for a given unique token type
- SERIAL_NUMBER_LIMIT_REACHED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Currently no more than 4,294,967,295 NFTs may be minted for a given unique token type
- SERIAL_NUMBER_LIMIT_REACHED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Currently no more than 4,294,967,295 NFTs may be minted for a given unique token type
- SERIAL_NUMBERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftAllowance
- SERIAL_NUMBERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- SERIAL_NUMBERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- SERIALIZATION_FAILED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Serialization failure
- SERIALIZATION_FAILED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Serialization failure
- SERIALIZATION_FAILED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Serialization failure
- SERIALNUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftTransfer
- serialNumbers - Variable in class com.hedera.hashgraph.sdk.TokenNftAllowance
-
The list of serial numbers that the spender is permitted to transfer.
- SERIALNUMBERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- SERIALNUMBERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- SERIALNUMBERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- serials - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
In the receipt of a TokenMint for tokens of type NON_FUNGIBLE_UNIQUE, the serial numbers of the newly created NFTs
- SERVER_ERROR - Enum constant in enum class com.hedera.hashgraph.sdk.ExecutionState
-
Indicates that the receiver was bad node.
- SERVICE_ENDPOINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Node
- SERVICE_ENDPOINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody
- SERVICE_ENDPOINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody
- SERVICE_ENDPOINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredNode
- SERVICE_ENDPOINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody
- SERVICE_ENDPOINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody
- SERVICE_ENDPOINTS_EXCEEDED_LIMIT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The number of service endpoints exceeds the limit
- SERVICE_ENDPOINTS_EXCEEDED_LIMIT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The number of service endpoints exceeds the limit
- SERVICE_ENDPOINTS_EXCEEDED_LIMIT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The number of service endpoints exceeds the limit
- SERVICE_NAME - Static variable in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc
- SERVICE_NAME - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc
- SERVICE_NAME - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc
- SERVICE_NAME - Static variable in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc
- SERVICE_NAME - Static variable in class com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc
- SERVICE_NAME - Static variable in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc
- SERVICE_NAME - Static variable in class com.hedera.hashgraph.sdk.proto.mirror.NetworkServiceGrpc
- SERVICE_NAME - Static variable in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc
- SERVICE_NAME - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc
- SERVICE_NAME - Static variable in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc
- SERVICE_NAME - Static variable in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc
- SERVICE_NAME - Static variable in class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc
- SERVICEDATA_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeData
- ServiceEndpoint - Class in com.hedera.hashgraph.sdk.proto
-
* A network node endpoint.<br/> Each network node in the global address book publishes one or more endpoints which enable the nodes to communicate both with other nodes, for gossip, and with clients to receive transaction requests.
- SERVICEENDPOINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeAddress
- ServiceEndpoint.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A network node endpoint.<br/> Each network node in the global address book publishes one or more endpoints which enable the nodes to communicate both with other nodes, for gossip, and with clients to receive transaction requests.
- ServiceEndpointOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- serviceEndpoints - Variable in class com.hedera.hashgraph.sdk.RegisteredNode
-
A list of service endpoints for client calls.
- ServicesConfigurationList - Class in com.hedera.hashgraph.sdk.proto
-
* Setting values representing a source of runtime configuration information.
- ServicesConfigurationList.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Setting values representing a source of runtime configuration information.
- ServicesConfigurationListOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- servicesVersion - Variable in class com.hedera.hashgraph.sdk.NetworkVersionInfo
-
Version of the Hedera services in use by the network
- set(int, T) - Method in class com.hedera.hashgraph.sdk.LockableList
-
Assign an item at the specified index.
- setAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* An account identifier.
- setAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* An account identifier.
- setAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody.Builder
-
* An account identifier.
- setAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody.Builder
-
* An account identifier.
- setAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody.Builder
-
* An account identifier.
- setAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody.Builder
-
* An account identifier.
- setAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* An account identifier.<br/> This identifies the account from which tokens will be wiped.
- setAccount(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* An account identifier.
- setAccount(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* An account identifier.
- setAccount(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody.Builder
-
* An account identifier.
- setAccount(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody.Builder
-
* An account identifier.
- setAccount(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody.Builder
-
* An account identifier.
- setAccount(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody.Builder
-
* An account identifier.
- setAccount(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* An account identifier.<br/> This identifies the account from which tokens will be wiped.
- setAccountAmounts(int, AccountAmount) - Method in class com.hedera.hashgraph.sdk.proto.TransferList.Builder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- setAccountAmounts(int, AccountAmount.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransferList.Builder
-
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
- setAccountDetails(GetAccountDetailsQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get detail metadata for an account.
- setAccountDetails(GetAccountDetailsQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get detail metadata for an account.
- setAccountDetails(GetAccountDetailsResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail information about an account.
- setAccountDetails(GetAccountDetailsResponse.AccountDetails) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.Builder
-
* Details of the account.
- setAccountDetails(GetAccountDetailsResponse.AccountDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.Builder
-
* Details of the account.
- setAccountDetails(GetAccountDetailsResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail information about an account.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.AccountBalanceQuery
-
The account ID for which the balance is being requested.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.AccountDeleteTransaction
-
An account identifier.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.AccountInfoQuery
-
Sets the account ID for which information is requested.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.AccountRecordsQuery
-
Sets the account ID for which the records should be retrieved.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Sets the account ID which is being updated in this transaction.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.The account to which the livehash is attached
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.LiveHashDeleteTransaction
-
Deprecated.The account owning the livehash
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.LiveHashQuery
-
Deprecated.The account to which the livehash is associated
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Assign the account id.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
A Node account identifier.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
An account identifier.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TokenAssociateTransaction
-
An account identifier.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TokenDissociateTransaction
-
An account identifier.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TokenFreezeTransaction
-
An account identifier.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TokenGrantKycTransaction
-
An account identifier.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TokenRevokeKycTransaction
-
An account identifier.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TokenUnfreezeTransaction
-
An account identifier.
- setAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
-
An account identifier.
This identifies the account from which tokens will be wiped. - setAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The unique ID of this account.
- setAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* A payer account identifier.
- setAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair.Builder
-
Deprecated.* An account identifier for the associated account.
- setAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery.Builder
-
* An account ID for which information is requested <p> This value SHALL identify the account to be queried.<br/> This value MUST identify a valid account.<br/> This field is REQUIRED.
- setAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The unique ID of this account.
- setAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId.Builder
-
* An account using a hook.
- setAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* An account associated via this live hash to the hashed content.
- setAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* An account identifier.
- setAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A Node account identifier.
- setAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* An account identifier.
- setAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation.Builder
-
* An account identifier for the associated account.
- setAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* An account identifier.
- setAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The unique ID of this account.
- setAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* A payer account identifier.
- setAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair.Builder
-
Deprecated.* An account identifier for the associated account.
- setAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery.Builder
-
* An account ID for which information is requested <p> This value SHALL identify the account to be queried.<br/> This value MUST identify a valid account.<br/> This field is REQUIRED.
- setAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The unique ID of this account.
- setAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId.Builder
-
* An account using a hook.
- setAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* An account associated via this live hash to the hashed content.
- setAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* An account identifier.
- setAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A Node account identifier.
- setAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* An account identifier.
- setAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation.Builder
-
* An account identifier for the associated account.
- setAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* An account identifier.
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* An account identifier that will send or receive token(s).
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* The Account ID that is being proxy staked to
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The Account ID for the account entry associated with this smart contract.
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* An account identifier.<br/> This identifies an account for which the balance is requested.
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* An account identifier.<br/> This is the account ID queried.
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery.Builder
-
* An account identifier.<br/> This identifies the account to use when filtering the transaction record lists.
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* An account identifier.<br/> This identifies the account used when filtering the transaction record lists.
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery.Builder
-
* The account ID for which information is requested
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* a unique identifier for this account.
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* An account ID.<br/> The network SHALL return live hash information for this account, if successful.
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery.Builder
-
Deprecated.* The Account ID for which the records should be retrieved
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The Account ID for the cryptocurrency account
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* An account identifier.
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ProxyStaker.Builder
-
Deprecated.* The Account ID that is proxy staking
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* The Account for which information is requested
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The current owner of the NFT
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* An Account identifier.
- setAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `CryptoCreate`, the id of the newly created account.
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* An account identifier that will send or receive token(s).
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* The Account ID that is being proxy staked to
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The Account ID for the account entry associated with this smart contract.
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* An account identifier.<br/> This identifies an account for which the balance is requested.
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* An account identifier.<br/> This is the account ID queried.
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery.Builder
-
* An account identifier.<br/> This identifies the account to use when filtering the transaction record lists.
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* An account identifier.<br/> This identifies the account used when filtering the transaction record lists.
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery.Builder
-
* The account ID for which information is requested
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* a unique identifier for this account.
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* An account ID.<br/> The network SHALL return live hash information for this account, if successful.
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery.Builder
-
Deprecated.* The Account ID for which the records should be retrieved
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The Account ID for the cryptocurrency account
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* An account identifier.
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ProxyStaker.Builder
-
Deprecated.* The Account ID that is proxy staking
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* The Account for which information is requested
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The current owner of the NFT
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* An Account identifier.
- setAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `CryptoCreate`, the id of the newly created account.
- setAccountIDToUpdate(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* An account identifier.<br/> This identifies the account which is to be modified in this transaction.
- setAccountIDToUpdate(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* An account identifier.<br/> This identifies the account which is to be modified in this transaction.
- setAccountInfo(CryptoGetInfoResponse.AccountInfo) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.Builder
-
* Details of the account.
- setAccountInfo(CryptoGetInfoResponse.AccountInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.Builder
-
* Details of the account.
- setAccountMemo(String) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
A short description of this Account.
- setAccountMemo(String) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
A short description of this Account.
- setAccountNum(long) - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
-
* A whole number account number, unique within its realm and shard.
- setAccountOfLiveHash(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody.Builder
-
* An account associated to a live hash.
- setAccountOfLiveHash(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody.Builder
-
* An account associated to a live hash.
- setAccountsFrozenByDefault(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A flag indicating that accounts associated to this token are frozen by default.
- setAccountsKycGrantedByDefault(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A flag indicating that accounts associated with this token are granted KYC by default.
- setActiveRosterHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair.Builder
-
* The SHA-384 hash of the active roster for the given round number.
- setAddress(byte[]) - Method in class com.hedera.hashgraph.sdk.Endpoint
-
Assign the ipv4 address.
- setAddressBook(NodeAddressBook) - Method in class com.hedera.hashgraph.sdk.Network
- setAddressBookEntry(NodeAddress) - Method in class com.hedera.hashgraph.sdk.Node
-
Assign the address book.
- setAddressBookHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.History.Builder
-
* The address book hash of the new history.
- setAddresses(List<Endpoint>) - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Assign the list of addresses.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Sets the state of the instance and its fields can be modified arbitrarily if this key signs a transaction to modify it.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Access control for modification of the smart contract after it is created.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
If set, modify the key that authorizes updates to the contract.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
An administrative key controlled by the node operator.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
An administrative key controlled by the node operator.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
-
Set administrative key controlled by the node operator.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
-
Set administrative key controlled by the node operator.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
A `Key` required to delete this schedule.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
An Hedera key for token administration.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
A Hedera key for token administration.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Access control for modification of the topic after it is created.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Updated access control for modification of the topic.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for modification of the topic after it is created.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A key that MUST sign any transaction to update or delete this topic.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Updated access control for modification of the topic.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Access control for modification of the smart contract after it is created.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The key that MUST sign any transaction to update or modify this smart contract.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the key that authorizes updates to the contract.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) perform transactions that customize the hook.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) do transactions that customize the hook.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* An administrative key controlled by the node operator.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* An administrative key controlled by the node operator.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The admin key for this schedule.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A `Key` required to delete this schedule.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* The key used to delete the schedule from state
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control for general modification of this token.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for token administration.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control for general modification of this token.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for token administration.
- setAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for modification of the topic.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for modification of the topic after it is created.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A key that MUST sign any transaction to update or delete this topic.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Updated access control for modification of the topic.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Access control for modification of the smart contract after it is created.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The key that MUST sign any transaction to update or modify this smart contract.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the key that authorizes updates to the contract.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) perform transactions that customize the hook.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* If set, a key that that can be used to remove or replace the hook; or (if applicable, as with an EVM hook) do transactions that customize the hook.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* An administrative key controlled by the node operator.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* An administrative key controlled by the node operator.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* An administrative key controlled by the node operator.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The admin key for this schedule.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A `Key` required to delete this schedule.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* The key used to delete the schedule from state
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control for general modification of this token.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for token administration.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control for general modification of this token.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for token administration.
- setAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for modification of the topic.
- setAdoptionTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* The consensus time at which the network adopted the active hinTS key in this set.
- setAdoptionTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet.Builder
-
* The consensus time when the network adopted the active proof key in this set.
- setAdoptionTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* The consensus time at which the network adopted the active hinTS key in this set.
- setAdoptionTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet.Builder
-
* The consensus time when the network adopted the active proof key in this set.
- setAggregatedNodeSignatures(AggregatedNodeSignatures) - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.Builder
-
* If there is not yet a SNARK proving the chain of trust from ledger id to the hinTS verification key, an aggregation of Schnorr signatures on the concatenation of the ledger id and genesis hinTS verification key that serve as witnesses for the SNARK prover algorithm.
- setAggregatedNodeSignatures(AggregatedNodeSignatures.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.Builder
-
* If there is not yet a SNARK proving the chain of trust from ledger id to the hinTS verification key, an aggregation of Schnorr signatures on the concatenation of the ledger id and genesis hinTS verification key that serve as witnesses for the SNARK prover algorithm.
- setAggregatedSignature(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures.Builder
-
* The aggregated signature.
- setAggregationKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys.Builder
-
* The aggregation key for the hinTS scheme
- setAlias(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An account EVM alias.
- setAlias(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
-
* An alias value.<br/> Alias is a value used in some contexts to refer to an account when account number is not available, and may be an alias public key, or an EVM address.
- setAlias(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Bytes to be used as the account's alias.
- setAlias(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* An account alias.<br/> This is a value used in some contexts to reference an account when the tripartite account identifier is not available.
- setAlias(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* An account EVM alias.<br/> This is a value used in some contexts to reference an account when the tripartite account identifier is not available.
- setAlias(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A new account alias.<br/> <p> This is the new alias assigned to an account created as part of a CryptoCreate transaction triggered by a user transaction with a (previously unused) alias.
- setAlias(EvmAddress) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
The bytes to be used as the account's alias.
- setAlias(String) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
The ethereum account 20-byte EVM address to be used as the account's alias.
- setAliasKey(Key) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Deprecated.with no replacement Sets the new key.
- setAllCollectorsAreExempt(boolean) - Method in class com.hedera.hashgraph.sdk.CustomFeeBase
-
If true, exempts all the token's fee collection accounts from this fee.
- setAllCollectorsAreExempt(boolean) - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* Flag indicating to exempt all custom fee collector accounts for this token type from paying this custom fee when sending tokens.
- setAllowReceiptNodeFailover(boolean) - Method in class com.hedera.hashgraph.sdk.Client
-
Enable or disable receipt query failover to other nodes when the submitting node is unresponsive.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.CustomFixedFee
-
Assign the fee amount in tiny bar.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* An amount to send (negative) or receive (positive).
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance.Builder
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An amount of tokens assessed for this custom fee.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* An amount of tinybar sent via this contract call.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* An amount, in tinybar, sent by this function call.<br/> This SHALL be zero(0) if the function called is not `payable`.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* An amount of tinybar (10<sup>-8</sup> HBAR).<br/> This is the amount of HBAR held by the `owner` that the `spender` is permitted to transfer.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.FixedFee.Builder
-
* The amount to assess for each transfer.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance.Builder
-
* The maximum amount that the spender account may transfer within the scope of this allowance.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
The maximum amount that the spender account may transfer within the scope of this allowance.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropValue.Builder
-
* An amount to transfer for fungible/common tokens.<br/> This is expressed in the smallest available units for that token (i.e.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.ProxyStaker.Builder
-
Deprecated.* The number of hbars that are currently proxy staked
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* An amount of fractional tokens (10<sup>-decimals</sup> tokens).<br/> This is the amount of tokens held by the `owner` that the `spender` is permitted to transfer.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* An amount to burn from the Treasury Account.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* An amount to mint to the Treasury Account.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* An amount of fungible/common tokens to wipe.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.TokenBurnTransaction
-
Assign the amount of tokens to burn.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.TokenMintTransaction
-
An amount to mint to the Treasury Account.
- setAmount(long) - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
-
An amount of fungible/common tokens to wipe.
- setApplicationTransaction(ByteString) - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction.Builder
-
* An application transaction.
- setApprovedForAll(BoolValue) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A flag indicating this allowance applies to all tokens of the specified (non-fungible/unique) type.
- setApprovedForAll(BoolValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A flag indicating this allowance applies to all tokens of the specified (non-fungible/unique) type.
- setApproveForAllNftAllowances(int, AccountApprovalForAllAllowance) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- setApproveForAllNftAllowances(int, AccountApprovalForAllAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- setAssemblyStartTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If the network has gathered enough proof keys to assemble the history for this construction, the cutoff time at which those keys must have been adopted to be included in the final history.
- setAssemblyStartTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If the network has gathered enough proof keys to assemble the history for this construction, the cutoff time at which those keys must have been adopted to be included in the final history.
- setAssessedCustomFees(int, AssessedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- setAssessedCustomFees(int, AssessedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all custom fees that were assessed during a CryptoTransfer.
- setAssessmentMethod(FeeAssessmentMethod) - Method in class com.hedera.hashgraph.sdk.CustomFractionalFee
-
Assign the assessment method inclusive / exclusive.
- setAssociatedRegisteredNode(int, long) - Method in class com.hedera.hashgraph.sdk.proto.AssociatedRegisteredNodeList.Builder
-
* A list of registered node identifiers.
- setAssociatedRegisteredNode(int, long) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- setAssociatedRegisteredNode(int, long) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- setAssociatedRegisteredNodeList(AssociatedRegisteredNodeList) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- setAssociatedRegisteredNodeList(AssociatedRegisteredNodeList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of registered nodes operated by the same entity as this node.<br/> This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node.
- setAssociatedRegisteredNodes(List<Long>) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Set a list of registered nodes operated by the same entity as this node.
This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node. - setAssociatedRegisteredNodes(List<Long>) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Set a list of registered nodes operated by the same entity as this node.
This value may contain a list of "registered nodes" (as described in HIP-1137) that are operated by the same entity that operates this consensus node. - setAtomicBatch(AtomicBatchTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for handling a set of transactions atomically.
- setAtomicBatch(AtomicBatchTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for handling a set of transactions atomically.
- setAutomaticAssociation(boolean) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A flag indicating that this token relationship was created using automatic association.
- setAutomaticAssociation(boolean) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* An automatic association flag.
- setAutomaticTokenAssociations(int, TokenAssociation) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- setAutomaticTokenAssociations(int, TokenAssociation.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of all token associations implicitly or automatically created while handling this transaction.
- setAutoRenewAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* The ID of the account to be charged renewal fees at the topic's expirationTime to extend the lifetime of the topic.
- setAutoRenewAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* An account that is designated to pay automatic renewal fees.
- setAutoRenewAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated ID for the account to be charged renewal fees at the topic's `expirationTime` to extend the lifetime of the topic.
- setAutoRenewAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- setAutoRenewAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- setAutoRenewAccount(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- setAutoRenewAccount(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* The ID of the account to be charged renewal fees at the topic's expirationTime to extend the lifetime of the topic.
- setAutoRenewAccount(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* An account that is designated to pay automatic renewal fees.
- setAutoRenewAccount(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated ID for the account to be charged renewal fees at the topic's `expirationTime` to extend the lifetime of the topic.
- setAutoRenewAccount(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- setAutoRenewAccount(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- setAutoRenewAccount(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- setAutoRenewAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Set the account ID which will be charged for renewing this account
- setAutoRenewAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
The id of an account, in the same shard and realm as this smart contract, that has signed this transaction, allowing the network to use its balance, when needed, to automatically extend this contract's expiration time.
- setAutoRenewAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
If set, modify the account, in the same shard and realm as this smart contract, that has agreed to allow the network to use its balance, when needed, to automatically extend this contract's expiration time.
- setAutoRenewAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- setAutoRenewAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
An identifier for the account to be charged renewal fees at the token's expiry to extend the lifetime of the token.
- setAutoRenewAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
The ID of the account to be charged renewal fees at the topic's expirationTime to extend the lifetime of the topic.
- setAutoRenewAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
An updated ID for the account to be charged renewal fees at the topic's `expirationTime` to extend the lifetime of the topic.
- setAutoRenewAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An account identifier for automatic renewal.<br/> This is the identifier of another account, in the same shard and realm as this account, that has signed a transaction allowing the network to use its balance, if needed, to automatically extend this account's expiration time during automatic renewal processing.
- setAutoRenewAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The id of an account, in the same shard and realm as this smart contract, that has signed this transaction, allowing the network to use its balance, when needed, to automatically extend this contract's expiration time.
- setAutoRenewAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* An account designated to pay the renewal fee upon automatic renewal of this contract.
- setAutoRenewAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the account, in the same shard and realm as this smart contract, that has agreed to allow the network to use its balance, when needed, to automatically extend this contract's expiration time.
- setAutoRenewAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- setAutoRenewAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The id of the account (if any) that the network will attempt to charge fees to complete auto-renewal of this topic, upon expiration.
- setAutoRenewAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An account identifier for automatic renewal.<br/> This is the identifier of another account, in the same shard and realm as this account, that has signed a transaction allowing the network to use its balance, if needed, to automatically extend this account's expiration time during automatic renewal processing.
- setAutoRenewAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The id of an account, in the same shard and realm as this smart contract, that has signed this transaction, allowing the network to use its balance, when needed, to automatically extend this contract's expiration time.
- setAutoRenewAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* An account designated to pay the renewal fee upon automatic renewal of this contract.
- setAutoRenewAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the account, in the same shard and realm as this smart contract, that has agreed to allow the network to use its balance, when needed, to automatically extend this contract's expiration time.
- setAutoRenewAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* An identifier for the account (if any) that the network will attempt to charge for this token's auto-renewal upon expiration.
- setAutoRenewAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The id of the account (if any) that the network will attempt to charge fees to complete auto-renewal of this topic, upon expiration.
- setAutoRenewPeriod(long) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The number of seconds for which the topic will be automatically renewed upon expiring (if it has a valid auto-renew account).
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* The initial lifetime, in seconds, for the topic.<br/> This is also the number of seconds for which the topic SHALL be automatically renewed upon expiring, if it has a valid auto-renew account.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A duration, in seconds, to extend the `expirationTime` value when this topic is automatically renewed.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
An updated value for the number of seconds by which the topic expiration will be automatically extended upon expiration, if it has a valid auto-renew account.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The initial lifetime, in seconds, for the smart contract, and the number of seconds for which the smart contract will be automatically renewed upon expiration.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The duration, in seconds, for which the contract lifetime will be automatically extended upon expiration, provide sufficient HBAR is available at that time to pay the renewal fee.<br/> See `auto_renew_account_id` for additional conditions.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the duration added to expiration time by each auto-renewal to this value.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The duration between account automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A duration to extend this account's expiration.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A duration to extend account expiration.<br/> An amount of time, in seconds, to extend the expiration date for this account when _automatically_ renewed.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A duration to extend this account's expiration.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A duration by which the network should automatically extend this token's expiration.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- setAutoRenewPeriod(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* The initial lifetime, in seconds, for the topic.<br/> This is also the number of seconds for which the topic SHALL be automatically renewed upon expiring, if it has a valid auto-renew account.
- setAutoRenewPeriod(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A duration, in seconds, to extend the `expirationTime` value when this topic is automatically renewed.
- setAutoRenewPeriod(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
An updated value for the number of seconds by which the topic expiration will be automatically extended upon expiration, if it has a valid auto-renew account.
- setAutoRenewPeriod(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The initial lifetime, in seconds, for the smart contract, and the number of seconds for which the smart contract will be automatically renewed upon expiration.
- setAutoRenewPeriod(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The duration, in seconds, for which the contract lifetime will be automatically extended upon expiration, provide sufficient HBAR is available at that time to pay the renewal fee.<br/> See `auto_renew_account_id` for additional conditions.
- setAutoRenewPeriod(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the duration added to expiration time by each auto-renewal to this value.
- setAutoRenewPeriod(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The duration between account automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- setAutoRenewPeriod(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A duration to extend this account's expiration.
- setAutoRenewPeriod(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A duration to extend account expiration.<br/> An amount of time, in seconds, to extend the expiration date for this account when _automatically_ renewed.
- setAutoRenewPeriod(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A duration to extend this account's expiration.
- setAutoRenewPeriod(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- setAutoRenewPeriod(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A duration by which the network should automatically extend this token's expiration.
- setAutoRenewPeriod(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A duration between token automatic renewals.<br/> All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Set the auto renew period for this account.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
A duration to extend account expiration.
An amount of time, in seconds, to extend the expiration date for this account when _automatically_ renewed. - setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Sets the period that the instance will charge its account every this many seconds to renew.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
The initial lifetime, in seconds, for the smart contract, and the number of seconds for which the smart contract will be automatically renewed upon expiration.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
If set, modify the duration added to expiration time by each auto-renewal to this value.
- setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
A duration between token automatic renewals.
All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger. - setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
A duration between token automatic renewals.
All entities in state may be charged "rent" occasionally (typically every 90 days) to prevent unnecessary growth of the ledger. - setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
The initial lifetime, in seconds, for the topic.
This is also the number of seconds for which the topic SHALL be automatically renewed upon expiring, if it has a valid auto-renew account. - setAutoRenewPeriod(Duration) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
- setAutoRenewSeconds(long) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of the number of seconds to extend this account's expiration.
- setAutoRenewSeconds(long) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A number of seconds by which the network should automatically extend this token's expiration.
- setAutoValidateChecksums(boolean) - Method in class com.hedera.hashgraph.sdk.Client
-
Enable or disable automatic entity ID checksum validation.
- setBalance(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The current HBAR balance, in tinybar, of the smart contract account.
- setBalance(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* A current account balance.<br/> This is the current HBAR balance denominated in tinybar (10<sup>-8</sup> HBAR).
- setBalance(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- setBalance(long) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- setBalance(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance.Builder
-
* A number of transferable units of the identified token.
- setBalance(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The fungible token balance of this token relationship.
- setBalance(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* An account balance for this token.
- setBatchKey(Key) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Set the key that will sign the batch of which this Transaction is a part of.
- setBatchKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* The <b>public key</b> of the trusted batch assembler.
- setBatchKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* The <b>public key</b> of the trusted batch assembler.
- setBirthRound(long) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The birth round of the event.<br/> The birth round SHALL be the pending consensus round at the time the event is created.<br/> The pending consensus round SHALL be **one greater** than the latest round to reach consensus.
- setBirthRound(long) - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor.Builder
-
* The birth round of the event.<br/> The birth round SHALL be the pending consensus round at the time the event is created.<br/> The pending consensus round SHALL be **one greater** than the latest round to reach consensus.
- setBlockEndTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A block-end consensus time stamp.
- setBlockEndTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A block-end consensus time stamp.
- setBlockHashes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A list of the last 256 block hashes.<br/> This is the SHA384 48 byte hashes of the previous 256 blocks, collected in a single byte array.
- setBlockNode(RegisteredServiceEndpoint.BlockNodeEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A Block Node.<br/> A Block Node stores the block chain, provides content proof services, and delivers the block stream to other clients.
- setBlockNode(RegisteredServiceEndpoint.BlockNodeEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A Block Node.<br/> A Block Node stores the block chain, provides content proof services, and delivers the block stream to other clients.
- setBlockNumber(long) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A block number.<br/> This is the current block number.
- setBlockNumber(long) - Method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes.Builder
-
* The block number these wrapped hashes belong to.
- setBlockNumber(UInt64Value) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The block number containing this transaction.
- setBlockNumber(UInt64Value.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The block number containing this transaction.
- setBlockNumber(Long) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
-
Sets the block number for the simulation of the contract call.
- setBlockTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A consensus time for the current block.<br/> This is the consensus time of the first round in the current block, which equates to the first contained transaction's consensus time.
- setBlockTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A consensus time for the current block.<br/> This is the consensus time of the first round in the current block, which equates to the first contained transaction's consensus time.
- setBloom(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A bloom filter produced by this contract call.<br/> Ethereum uses this bloom filter to search for call results in the Ethereum block history.
- setBloom(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A bloom filter.<br/> This filter applies to this log entry and indexes the contract log data in the full data of the Ethereum block.<br/> EIP-7668 proposes to remove bloom filters as they are quite low value in practice and separate indexing services are more effective.
- setBody(TransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- setBody(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- setBodyBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction.Builder
-
* A byte array containing a serialized `TransactionBody`.
- setBodyBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.proto.Transaction.bodyBytes is deprecated. See transaction.proto;l=147
- setBpr(long) - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Response memory: "bytes per response".<br/> The fee for data retrieved from memory to deliver a response, measured in bytes
- setBpt(long) - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Bandwidth: "bytes per transaction".<br/> The fee for bandwidth consumed by a transaction, measured in bytes
- setBuild(String) - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A build version.
- setBuildBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A build version.
- setBurstPeriodMs(long) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A burst duration limit, in milliseconds.<br/> This value determines the total "capacity" of the bucket.
- setBytecode(byte[]) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Sets the bytecode of the contract in raw bytes.
- setBytecode(byte[]) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Sets the source for the smart contract EVM bytecode.
- setBytecode(ByteString) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Sets the bytecode of the contract in raw bytes.
- setBytecode(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse.Builder
-
* The current bytecode of the requested smart contract.
- setBytecode(String) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Sets the bytecode of the contract in hex.
- setBytecodeFileId(FileId) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Sets the file containing the smart contract byte code.
- setBytecodeFileId(FileId) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Deprecated.with no replacement Sets the file ID of file containing the smart contract byte code.
A copy will be made and held by the contract instance, and have the same expiration time as the instance.
- setCalculatedExpirationSecond(long) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The calculated expiration time of the schedule.
- setCall(HookCall) - Method in class com.hedera.hashgraph.sdk.proto.HookExecution.Builder
-
* The details of the call, including which hook id to call.
- setCall(HookCall.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookExecution.Builder
-
* The details of the call, including which hook id to call.
- setCallData(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.InternalCallContext.Builder
-
* The call data for the call.<br/>
- setCallData(FileID) - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody.Builder
-
* The `callData` for the Ethereum transaction.
- setCallData(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody.Builder
-
* The `callData` for the Ethereum transaction.
- setCallDataFileId(FileId) - Method in class com.hedera.hashgraph.sdk.EthereumTransaction
-
For large transactions (for example contract create) this should be used to set the FileId of an HFS file containing the callData of the ethereumData.
- setCandidateRosterHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* The SHA-384 hash of a candidate roster.
- setCentEquiv(int) - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate.Builder
-
* Numerator for a ratio of USD cents per HBAR.
- setCertHash(ByteString) - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Assign the certificate hash.
- setChainOfTrustProof(ChainOfTrustProof) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof of chain of trust from the ledger id to the target history's metadata.
- setChainOfTrustProof(ChainOfTrustProof.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof of chain of trust from the ledger id to the target history's metadata.
- setChildTransactionReceipts(int, TransactionReceipt) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- setChildTransactionReceipts(int, TransactionReceipt.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of receipts for all child transactions spawned by the requested transaction.
- setChildTransactionRecords(int, TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of records for all child transactions spawned by the requested transaction.
- setChildTransactionRecords(int, TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of records for all child transactions spawned by the requested transaction.
- setChunkInfo(ConsensusMessageChunkInfo) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* Information for the current "chunk" in a fragmented message.
- setChunkInfo(ConsensusMessageChunkInfo) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* Optional information of the current chunk in a fragmented message.
- setChunkInfo(ConsensusMessageChunkInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* Information for the current "chunk" in a fragmented message.
- setChunkInfo(ConsensusMessageChunkInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* Optional information of the current chunk in a fragmented message.
- setChunkSize(int) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Assign the chunk size.
- setCloseTimeout(Duration) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Assign the close timeout.
- setCloseTimeout(Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
Set the maximum amount of time closing a network can take.
- setCode(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Bytecode.Builder
-
* The raw bytes (not hex-encoded) of a contract's bytecode.
- setCompletionHandler(Runnable) - Method in class com.hedera.hashgraph.sdk.TopicMessageQuery
-
Assign the call back function.
- setCongruentNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote.Builder
-
* The id of another node that already voted for the exact proof the submitting node is voting for.
- setCongruentNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote.Builder
-
* The id of any node that already voted for the exact keys that this node wanted to vote for.
- setConsensusCreateTopic(ConsensusCreateTopicTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a topic.
- setConsensusCreateTopic(ConsensusCreateTopicTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a topic.
- setConsensusCreateTopic(ConsensusCreateTopicTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a topic.
- setConsensusCreateTopic(ConsensusCreateTopicTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a topic.
- setConsensusDeleteTopic(ConsensusDeleteTopicTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a topic.
- setConsensusDeleteTopic(ConsensusDeleteTopicTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a topic.
- setConsensusDeleteTopic(ConsensusDeleteTopicTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a topic.
- setConsensusDeleteTopic(ConsensusDeleteTopicTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a topic.
- setConsensusEndTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* Include messages which reached consensus before this time.
- setConsensusEndTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* Include messages which reached consensus before this time.
- setConsensusGetTopicInfo(ConsensusGetTopicInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a consensus topic.
- setConsensusGetTopicInfo(ConsensusGetTopicInfoQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a consensus topic.
- setConsensusGetTopicInfo(ConsensusGetTopicInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the current state of a topic for the Hedera Consensus Service (HCS).
- setConsensusGetTopicInfo(ConsensusGetTopicInfoResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the current state of a topic for the Hedera Consensus Service (HCS).
- setConsensusHeaderRootHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "consensus headers" subtree for this block.
- setConsensusOrder(long) - Method in class com.hedera.hapi.platform.event.legacy.EventConsensusData.Builder
-
* A consensus order sequence number.<br/> A non-negative sequence number that identifies an event's consensus order since genesis.
- setConsensusStartTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* Include messages which reached consensus on or after this time.
- setConsensusStartTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* Include messages which reached consensus on or after this time.
- setConsensusSubmitMessage(ConsensusSubmitMessageTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- setConsensusSubmitMessage(ConsensusSubmitMessageTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- setConsensusSubmitMessage(ConsensusSubmitMessageTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- setConsensusSubmitMessage(ConsensusSubmitMessageTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Submit a message to a topic.<br/> A message may be "chunked", and submitted in parts, if the total message size exceeds the limit for a single transaction.
- setConsensusTimestamp(Timestamp) - Method in class com.hedera.hapi.platform.event.legacy.EventConsensusData.Builder
-
* A consensus timestamp.<br/> The network's consensus agreement on a timestamp for this event.
- setConsensusTimestamp(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* The time at which the transaction reached consensus
- setConsensusTimestamp(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A consensus timestamp.
- setConsensusTimestamp(Timestamp.Builder) - Method in class com.hedera.hapi.platform.event.legacy.EventConsensusData.Builder
-
* A consensus timestamp.<br/> The network's consensus agreement on a timestamp for this event.
- setConsensusTimestamp(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* The time at which the transaction reached consensus
- setConsensusTimestamp(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A consensus timestamp.
- setConsensusTimestampHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes.Builder
-
* The wrapped-record consensus timestamp hash for a block.
- setConsensusUpdateTopic(ConsensusUpdateTopicTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a topic.
- setConsensusUpdateTopic(ConsensusUpdateTopicTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a topic.
- setConsensusUpdateTopic(ConsensusUpdateTopicTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a topic.
- setConsensusUpdateTopic(ConsensusUpdateTopicTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a topic.
- setConstant(long) - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Assign the constant component.
- setConstant(long) - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Base: "constant fee".<br/> A baseline constant contribution to total fee.
- setConsTimeOfLastHandledTxn(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- setConsTimeOfLastHandledTxn(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- setConstructionId(long) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody.Builder
-
* The id of the hinTS construction this partial signature applies to.
- setConstructionId(long) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody.Builder
-
* The id of the hinTS construction this vote is for.
- setConstructionId(long) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* The id of the proof construction this publication is for.
- setConstructionId(long) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody.Builder
-
* The id of the proof construction this signature is contributing to.
- setConstructionId(long) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody.Builder
-
* The id of the proof construction this vote is for.
- setConstructionId(long) - Method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId.Builder
-
* The unique id of a history proof construction.
- setConstructionId(long) - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* The id of the construction.
- setConstructionId(long) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* The construction id.
- setConstructionId(long) - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId.Builder
-
* The construction this vote is connected to.
- setConstructorParameters(byte[]) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Sets the constructor parameters as their raw bytes.
- setConstructorParameters(byte[]) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Sets the constructor parameters as their raw bytes.
- setConstructorParameters(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* An array of bytes containing the EVM-encoded parameters to pass to the smart contract constructor defined in the smart contract init code provided.
- setConstructorParameters(ContractFunctionParameters) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Sets the parameters to pass to the constructor.
- setConstructorParameters(ContractFunctionParameters) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Sets the parameters to pass to the constructor.
- setContents(byte[]) - Method in class com.hedera.hashgraph.sdk.FileAppendTransaction
-
An array of bytes to append.
- setContents(byte[]) - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
-
Set the given byte array as the file's contents.
- setContents(byte[]) - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
If set, replace contents of the file identified by
FileUpdateTransaction.setFileId(FileId)with the given bytes. - setContents(ByteString) - Method in class com.hedera.hashgraph.sdk.FileAppendTransaction
-
Set the contents to append to the file as identified by
FileAppendTransaction.setFileId(FileId). - setContents(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* The contents of the file.
- setContents(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody.Builder
-
* An array of bytes to append.<br/> <p> This content SHALL be appended to the identified file if this transaction succeeds.<br/> This field is REQUIRED.<br/> This field MUST NOT be empty.
- setContents(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A byte array of file content.
- setContents(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents.Builder
-
* A byte array of file content.
- setContents(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* An array of bytes.
- setContents(String) - Method in class com.hedera.hashgraph.sdk.FileAppendTransaction
-
Encode the given
Stringas UTF-8 and append it to file as identified byFileAppendTransaction.setFileId(FileId). - setContents(String) - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
-
Encode the given
Stringas UTF-8 and set it as the file's contents. - setContents(String) - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
If set, encode the given
Stringas UTF-8 and replace the contents of the file identified byFileUpdateTransaction.setFileId(FileId). - setContract(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* Smart contract virtual signature (always length zero).
- setContract(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* A smart contract virtual signature.
- setContractAccountId(String) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A Solidity ID.<br/> This identifies the contract instance, and the `Account` associated with that contract instance.
- setContractAccountID(String) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The "Solidity" form contract ID.<br/> This is a hexadecimal string form of the 20-byte EVM address of the contract.
- setContractAccountID(String) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A Solidity ID.
- setContractAccountIdBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A Solidity ID.<br/> This identifies the contract instance, and the `Account` associated with that contract instance.
- setContractAccountIDBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The "Solidity" form contract ID.<br/> This is a hexadecimal string form of the 20-byte EVM address of the contract.
- setContractAccountIDBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A Solidity ID.
- setContractCall(ContractCallTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Call a function defined on a smart contract.
- setContractCall(ContractCallTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Call a function defined on a smart contract.
- setContractCall(ContractCallTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Call a function defined on a smart contract.
- setContractCall(ContractCallTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Call a function defined on a smart contract.
- setContractCallLocal(ContractCallLocalQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Call a function of a smart contract.<br/> This call is executed exclusively on the node to which it is submitted, and is much less expensive than a `contractCall` transaction.
- setContractCallLocal(ContractCallLocalQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Call a function of a smart contract.<br/> This call is executed exclusively on the node to which it is submitted, and is much less expensive than a `contractCall` transaction.
- setContractCallLocal(ContractCallLocalResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a _local_ call to a query function of a given smart contract, providing function parameter inputs as needed.
- setContractCallLocal(ContractCallLocalResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a _local_ call to a query function of a given smart contract, providing function parameter inputs as needed.
- setContractCallResult(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Result data from the function call.
- setContractCallResult(ContractFunctionResult) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A contract call result.<br/> A record of the value returned by the smart contract function (if it completed and didn't fail) from a `ContractCallTransaction`.
- setContractCallResult(ContractFunctionResult.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A contract call result.<br/> A record of the value returned by the smart contract function (if it completed and didn't fail) from a `ContractCallTransaction`.
- setContractCreateInstance(ContractCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a smart contract.
- setContractCreateInstance(ContractCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a smart contract.
- setContractCreateInstance(ContractCreateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a smart contract.
- setContractCreateInstance(ContractCreateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a smart contract.
- setContractCreateResult(ContractFunctionResult) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A contract creation result.<br/> A record of the value returned by the smart contract constructor (if it completed and didn't fail) from a `ContractCreateTransaction`.
- setContractCreateResult(ContractFunctionResult.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A contract creation result.<br/> A record of the value returned by the smart contract constructor (if it completed and didn't fail) from a `ContractCreateTransaction`.
- setContractDeleteInstance(ContractDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- setContractDeleteInstance(ContractDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- setContractDeleteInstance(ContractDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- setContractDeleteInstance(ContractDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a smart contract and transfer remaining balance to a specified account.
- setContractEvmAddress(String) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
-
Set the 20-byte EVM address of the contract to call.
- setContractGetBytecode(ContractGetBytecodeQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get runtime bytecode used by a smart contract.
- setContractGetBytecode(ContractGetBytecodeQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get runtime bytecode used by a smart contract.
- setContractGetBytecodeResponse(ContractGetBytecodeResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the current bytecode for a smart contract.
- setContractGetBytecodeResponse(ContractGetBytecodeResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the current bytecode for a smart contract.
- setContractGetInfo(ContractGetInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get information about a smart contract.
- setContractGetInfo(ContractGetInfoQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get information about a smart contract.
- setContractGetInfo(ContractGetInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detailed information about a smart contract.
- setContractGetInfo(ContractGetInfoResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detailed information about a smart contract.
- setContractGetRecords(ContractGetRecordsQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- setContractGetRecords(ContractGetRecordsQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- setContractGetRecordsResponse(ContractGetRecordsResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting records of all transactions against the given contract in the last 25 hours.
- setContractGetRecordsResponse(ContractGetRecordsResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting records of all transactions against the given contract in the last 25 hours.
- setContractId(ContractId) - Method in class com.hedera.hashgraph.sdk.AccountBalanceQuery
-
The contract ID for which the balance is being requested.
- setContractId(ContractId) - Method in class com.hedera.hashgraph.sdk.ContractByteCodeQuery
-
Sets the contract ID for which information is requested.
- setContractId(ContractId) - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
-
Sets the contract instance to call, in the format used in transactions.
- setContractId(ContractId) - Method in class com.hedera.hashgraph.sdk.ContractDeleteTransaction
-
Sets the contract ID which should be deleted.
- setContractId(ContractId) - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
Sets the contract instance to call.
- setContractId(ContractId) - Method in class com.hedera.hashgraph.sdk.ContractInfoQuery
-
Sets the contract ID for which information is requested.
- setContractId(ContractId) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Sets the Contract ID instance to update.
- setContractId(ContractId) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
-
Sets the contract instance to call.
- setContractId(ContractId) - Method in class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.A contract identifier.
- setContractId(ContractId) - Method in class com.hedera.hashgraph.sdk.SystemUndeleteTransaction
-
Deprecated.A contract identifier.
- setContractId(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo.Builder
-
* A contract identifier.<br/> This refers to the contract that holds this nonce value.
- setContractId(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec.Builder
-
* The id of a contract that implements the extension point API with EVM bytecode.
- setContractId(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* The Hedera id of the contract receiving the call.<br/>
- setContractId(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId.Builder
-
* A contract using a hook.
- setContractId(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo.Builder
-
* A contract identifier.<br/> This refers to the contract that holds this nonce value.
- setContractId(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSpec.Builder
-
* The id of a contract that implements the extension point API with EVM bytecode.
- setContractId(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* The Hedera id of the contract receiving the call.<br/>
- setContractId(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookEntityId.Builder
-
* A contract using a hook.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The ID of a smart contract to call.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* The ID of a smart contract to call.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* The id of the contract to be deleted.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A contract identifier.<br/> This identifies the smart contract that defines the function called.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery.Builder
-
* A smart contract ID.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery.Builder
-
* A smart contract ID.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The ID of the smart contract requested in the query.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery.Builder
-
Deprecated.* A smart contract ID.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A smart contract that this response describes.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A contract identifier.<br/> This refers to the contract that generated this log entry.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The contact ID that identifies the smart contract to be updated.<br/> This field MUST be set, and MUST NOT be a default ID (`0.0.0`).
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* A smart contract identifier.<br/> This identifies a smart contract for which the balance is requested.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The smart contract ID that identifies instance
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* A contract identifier.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A smart contract instance that is authorized implicitly.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.SlotKey.Builder
-
* The Contract ID of the contract that owns (and pays for) this slot.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A contract identifier.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.Builder
-
* A contract identifier.
- setContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ContractCreate`, the id of the newly created contract.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The ID of a smart contract to call.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* The ID of a smart contract to call.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* The id of the contract to be deleted.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A contract identifier.<br/> This identifies the smart contract that defines the function called.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery.Builder
-
* A smart contract ID.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery.Builder
-
* A smart contract ID.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The ID of the smart contract requested in the query.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery.Builder
-
Deprecated.* A smart contract ID.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A smart contract that this response describes.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A contract identifier.<br/> This refers to the contract that generated this log entry.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The contact ID that identifies the smart contract to be updated.<br/> This field MUST be set, and MUST NOT be a default ID (`0.0.0`).
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* A smart contract identifier.<br/> This identifies a smart contract for which the balance is requested.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The smart contract ID that identifies instance
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* A contract identifier.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A smart contract instance that is authorized implicitly.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SlotKey.Builder
-
* The Contract ID of the contract that owns (and pays for) this slot.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A contract identifier.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.Builder
-
* A contract identifier.
- setContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ContractCreate`, the id of the newly created contract.
- setContractInfo(ContractGetInfoResponse.ContractInfo) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.Builder
-
* The information, as requested, for a smart contract.
- setContractInfo(ContractGetInfoResponse.ContractInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.Builder
-
* The information, as requested, for a smart contract.
- setContractKvPairsNumber(int) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of smart contract key-value pairs.<br/> If this account is a smart-contract, this is the number of key-value pairs stored on the contract.
- setContractMemo(String) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Sets the memo to be associated with this contract.
- setContractMemo(String) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
A short memo for this smart contract.
- setContractMemo(String) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Sets the memo associated with the contract (max: 100 bytes).
- setContractNonces(int, ContractNonceInfo) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- setContractNonces(int, ContractNonceInfo) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- setContractNonces(int, ContractNonceInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- setContractNonces(int, ContractNonceInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* A list of contract account nonce values.<br/> This list SHALL contain a nonce value for each contract account modified as a result of this contract call.
- setContractNum(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
-
* A whole number contract identifier, unique within its realm and shard.
- setContractTransactionGas(long) - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Assign the price of computation in gas.
- setContractUpdateInstance(ContractUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a smart contract.
- setContractUpdateInstance(ContractUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a smart contract.
- setContractUpdateInstance(ContractUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a smart contract.
- setContractUpdateInstance(ContractUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a smart contract.
- setContributionEndTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The time at which the network should stop waiting for the node's contributions and move on to the next node in the round-robin fashion.
- setContributionEndTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The time at which the network should stop waiting for the node's contributions and move on to the next node in the round-robin fashion.
- setCost(long) - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* Requested cost estimate.<br/> This is the fee that _would be_ charged if the query was executed.
- setCost(long) - Method in class com.hedera.hashgraph.sdk.proto.TransactionResponse.Builder
-
* An approximate transaction fee.
- setCreatedContractIDs(int, ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
Deprecated.
- setCreatedContractIDs(int, ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
Deprecated.
- setCreation(HookCreation) - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* Creation details for a new hook.
- setCreation(HookCreation.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* Creation details for a new hook.
- setCreationSoftwareVersion(SemanticVersion) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A version describing the version of application software.
- setCreationSoftwareVersion(SemanticVersion.Builder) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A version describing the version of application software.
- setCreationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The effective consensus timestamp at which the NFT was minted
- setCreationTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The effective consensus timestamp at which the NFT was minted
- setCreatorAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An account identifier.
- setCreatorAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An account identifier.
- setCreatorNodeId(long) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The creator node identifier.<br/> This SHALL be the unique identifier for the node that created the event.<br/> This SHALL match the ID of the node as it appears in the address book.
- setCreatorNodeId(long) - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor.Builder
-
* The creator node identifier.<br/> This SHALL be the unique identifier for the node that created the event.<br/> This SHALL match the ID of the node as it appears in the address book.
- setCrs(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The bytes of the CRS.
- setCrsPublication(CrsPublicationTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for broadcasting a node's crs publication
- setCrsPublication(CrsPublicationTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for broadcasting a node's crs publication
- setCryptoAddLiveHash(CryptoAddLiveHashTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.
- setCryptoAddLiveHash(CryptoAddLiveHashTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.
- setCryptoAllowances(int, AccountCryptoAllowance) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- setCryptoAllowances(int, AccountCryptoAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- setCryptoAllowances(int, CryptoAllowance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of hbar allowances approved by the account owner.
- setCryptoAllowances(int, CryptoAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of hbar allowances approved by the account owner.
- setCryptoApproveAllowance(CryptoApproveAllowanceTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- setCryptoApproveAllowance(CryptoApproveAllowanceTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- setCryptoApproveAllowance(CryptoApproveAllowanceTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- setCryptoApproveAllowance(CryptoApproveAllowanceTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Add one or more approved allowances for spenders to transfer the paying account's hbar or tokens.
- setCryptoCreateAccount(CryptoCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new Hedera account.
- setCryptoCreateAccount(CryptoCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new Hedera account.
- setCryptoCreateAccount(CryptoCreateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new Hedera account.
- setCryptoCreateAccount(CryptoCreateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new Hedera account.
- setCryptoDelete(CryptoDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- setCryptoDelete(CryptoDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- setCryptoDelete(CryptoDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- setCryptoDelete(CryptoDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete an Hedera account.<br/> This will mark the account as deleted, and transfer all remaining HBAR to a receiver account.
- setCryptoDeleteAllowance(CryptoDeleteAllowanceTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- setCryptoDeleteAllowance(CryptoDeleteAllowanceTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- setCryptoDeleteAllowance(CryptoDeleteAllowanceTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- setCryptoDeleteAllowance(CryptoDeleteAllowanceTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete one or more approvals for spenders to transfer the paying account's hbar or tokens.
- setCryptoDeleteLiveHash(CryptoDeleteLiveHashTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.
- setCryptoDeleteLiveHash(CryptoDeleteLiveHashTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.
- setCryptogetAccountBalance(CryptoGetAccountBalanceQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the current HBAR balance of an Hedera account or smart contract.
- setCryptogetAccountBalance(CryptoGetAccountBalanceQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the current HBAR balance of an Hedera account or smart contract.
- setCryptogetAccountBalance(CryptoGetAccountBalanceResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the HBAR balance of an account or contract.
- setCryptogetAccountBalance(CryptoGetAccountBalanceResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the HBAR balance of an account or contract.
- setCryptoGetAccountRecords(CryptoGetAccountRecordsQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get records of all "recent" transactions for which a specified account is the effective payer.
- setCryptoGetAccountRecords(CryptoGetAccountRecordsQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get records of all "recent" transactions for which a specified account is the effective payer.
- setCryptoGetAccountRecords(CryptoGetAccountRecordsResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting records of all "recent" transactions for which the specified account is the effective payer.
- setCryptoGetAccountRecords(CryptoGetAccountRecordsResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting records of all "recent" transactions for which the specified account is the effective payer.
- setCryptoGetInfo(CryptoGetInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get information about an account, including the balance.<br/> This does not get the list of account records.
- setCryptoGetInfo(CryptoGetInfoQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get information about an account, including the balance.<br/> This does not get the list of account records.
- setCryptoGetInfo(CryptoGetInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting information for an account.<br/> This query includes balance, but not allowances or token relationships.
- setCryptoGetInfo(CryptoGetInfoResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting information for an account.<br/> This query includes balance, but not allowances or token relationships.
- setCryptoGetLiveHash(CryptoGetLiveHashQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- setCryptoGetLiveHash(CryptoGetLiveHashQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- setCryptoGetLiveHash(CryptoGetLiveHashResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a specific live hash associated to a specific account.
- setCryptoGetLiveHash(CryptoGetLiveHashResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a specific live hash associated to a specific account.
- setCryptoGetProxyStakers(CryptoGetStakersQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- setCryptoGetProxyStakers(CryptoGetStakersQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- setCryptoGetProxyStakers(CryptoGetStakersResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting all the accounts that are proxy staking to this account.
- setCryptoGetProxyStakers(CryptoGetStakersResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting all the accounts that are proxy staking to this account.
- setCryptoTransfer(CryptoTransferTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Transfer HBAR between accounts.
- setCryptoTransfer(CryptoTransferTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Transfer HBAR between accounts.
- setCryptoTransfer(CryptoTransferTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Transfer HBAR between accounts.
- setCryptoTransfer(CryptoTransferTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Transfer HBAR between accounts.
- setCryptoUpdateAccount(CryptoUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Modify an Hedera account.
- setCryptoUpdateAccount(CryptoUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Modify an Hedera account.
- setCryptoUpdateAccount(CryptoUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Modify an Hedera account.
- setCryptoUpdateAccount(CryptoUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Modify an Hedera account.
- setCurrent(FeeSchedule) - Method in class com.hedera.hashgraph.sdk.FeeSchedules
-
Assign the current fee schedule.
- setCurrentEncryptionKey(ByteString) - Method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys.Builder
-
* If non-empty, a node's current TSS encryption key.
- setCurrentFeeSchedule(FeeSchedule) - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule.Builder
-
* A current, unexpired, fee schedule.
- setCurrentFeeSchedule(FeeSchedule.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule.Builder
-
* A current, unexpired, fee schedule.
- setCurrentRate(ExchangeRate) - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet.Builder
-
* A current exchange rate.
- setCurrentRate(ExchangeRate.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet.Builder
-
* A current exchange rate.
- setCustomFeeLimits(List<CustomFeeLimit>) - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
The maximum custom fee that the user is willing to pay for the message.
- setCustomFees(int, CustomFee) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A custom fee schedule for this token.
- setCustomFees(int, CustomFee) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- setCustomFees(int, CustomFee) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- setCustomFees(int, CustomFee) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A custom fee schedule for this token.
- setCustomFees(int, CustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A custom fee schedule for this token.
- setCustomFees(int, CustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- setCustomFees(int, CustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A list of custom fees representing a fee schedule.
- setCustomFees(int, CustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A custom fee schedule for this token.
- setCustomFees(int, FixedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- setCustomFees(int, FixedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- setCustomFees(int, FixedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- setCustomFees(int, FixedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- setCustomFees(int, FixedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- setCustomFees(int, FixedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- setCustomFees(FixedCustomFeeList) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- setCustomFees(FixedCustomFeeList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to this topic.
- setCustomFees(List<CustomFee>) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
A list of custom fees representing a fee schedule.
- setCustomFees(List<CustomFee>) - Method in class com.hedera.hashgraph.sdk.TokenFeeScheduleUpdateTransaction
-
A list of custom fees representing a fee schedule.
- setCustomFees(List<CustomFixedFee>) - Method in class com.hedera.hashgraph.sdk.CustomFeeLimit
-
The maximum fees that the user is willing to pay for the message.
- setCustomFees(List<CustomFixedFee>) - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Sets the fixed fees to assess when a message is submitted to the new topic.
- setCustomFees(List<CustomFixedFee>) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Sets the fixed fees to assess when a message is submitted to the new topic.
- setData(byte[]) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Assign the data via a byte array.
- setData(ByteString) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Assign the data via a byte string.
- setData(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* Event data for this log entry.<br/> This is binary data consisting of an arbitrary number of 256 bit (32 byte) words.
- setData(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookCall.Builder
-
* Call data to pass to the hook via the IHieroHook.HookContext#data field.
- setData(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Setting.Builder
-
* A small quantity of data associated with this setting.
- setData(String) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Assign the data via a string.
- setDecimals(int) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A number of decimal places for this token.
- setDecimals(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance.Builder
-
* A number of "decimals" precision.
- setDecimals(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A decimal precision of the token's smallest denomination.<br/> Most values are described in terms of this smallest denomination, so the token initial supply, for instance, must be divided by <tt>10<sup>decimals</sup></tt> to get whole tokens.
- setDecimals(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A number of decimal places for this token.
- setDecimals(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A maximum "precision" for this token.
- setDecimals(int) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
A decimal precision of the token's smallest denomination.
Most values are described in terms of this smallest denomination, so the token initial supply, for instance, must be divided by 10decimals to get whole tokens. - setDeclineReward(boolean) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
Sets whether this node should decline rewards.
- setDeclineReward(boolean) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
Sets whether this node should decline rewards.
- setDeclineReward(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- setDeclineReward(boolean) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* A flag indicating that this smart contract declines to receive any reward for staking its HBAR balance to help secure the network.
- setDeclineReward(boolean) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- setDeclineReward(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A flag indicating this node declines node rewards distributed at the end of staking period.
- setDeclineReward(boolean) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A boolean flag indicating whether the node operator declines to receive node rewards.
- setDeclineReward(boolean) - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A flag indicating that the holder of this account has chosen to decline staking rewards.
- setDeclineReward(BoolValue) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* A flag indicating if staking rewards are declined.<br/> If set, modify the flag indicating if this contract declines to accept rewards for staking its HBAR to secure the network.
- setDeclineReward(BoolValue) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- setDeclineReward(BoolValue) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A boolean indicating that this node has chosen to decline node rewards distributed at the end of staking period.
- setDeclineReward(BoolValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* A flag indicating if staking rewards are declined.<br/> If set, modify the flag indicating if this contract declines to accept rewards for staking its HBAR to secure the network.
- setDeclineReward(BoolValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A boolean indicating that this account has chosen to decline rewards for staking its balances.
- setDeclineReward(BoolValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A boolean indicating that this node has chosen to decline node rewards distributed at the end of staking period.
- setDeclineStakingReward(boolean) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
If true, the account declines receiving a staking reward.
- setDeclineStakingReward(boolean) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
A boolean indicating that this account has chosen to decline rewards for staking its balances.
- setDeclineStakingReward(boolean) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
If true, the contract declines receiving a staking reward.
- setDeclineStakingReward(boolean) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
A flag indicating that this smart contract declines to receive any reward for staking its HBAR balance to help secure the network.
- setDeclineStakingReward(boolean) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
A flag indicating if staking rewards are declined.
If set, modify the flag indicating if this contract declines to accept rewards for staking its HBAR to secure the network. - setDefaultFreezeStatus(TokenFreezeStatus) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating if accounts associated to this token are frozen by default, not frozen, or freeze is not applicable.
- setDefaultFreezeStatusValue(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating if accounts associated to this token are frozen by default, not frozen, or freeze is not applicable.
- setDefaultKycStatus(TokenKycStatus) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating if accounts associated with this token are granted KYC by default, revoked by default, or KYC is not applicable.
- setDefaultKycStatusValue(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating if accounts associated with this token are granted KYC by default, revoked by default, or KYC is not applicable.
- setDefaultMaxQueryPayment(Hbar) - Method in class com.hedera.hashgraph.sdk.Client
-
Set the maximum default payment allowable for queries.
- setDefaultMaxTransactionFee(Hbar) - Method in class com.hedera.hashgraph.sdk.Client
-
Set the maximum fee to be paid for transactions executed by this client.
- setDefaultRegenerateTransactionId(boolean) - Method in class com.hedera.hashgraph.sdk.Client
-
Assign the default regenerate transaction id.
- setDelegatableContractId(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A smart contract that, if the recipient of the active message frame, SHALL be imputed authorization.<br/> Setting this key type is a more permissive version of setting a contractID key.
- setDelegatableContractId(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A smart contract that, if the recipient of the active message frame, SHALL be imputed authorization.<br/> Setting this key type is a more permissive version of setting a contractID key.
- setDelegatingSpender(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A spender-owner account identifier.<br/> This account identifier identifies a `spender` for whom an existing `approved_for_all` allowance was previously created.
- setDelegatingSpender(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A spender-owner account identifier.<br/> This account identifier identifies a `spender` for whom an existing `approved_for_all` allowance was previously created.
- setDelegationAddress(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The delegated contract address set for this account.
- setDelegationAddress(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The initial delegated contract address to set for the new account.
- setDelegationAddress(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The delegated contract address set for this account.
- setDelegationAddress(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The delegated contract address to set for the account.
- setDeleteAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody.Builder
-
* An account identifier.
- setDeleteAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody.Builder
-
* An account identifier.
- setDeleted(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A boolean indicating that this account is deleted.
- setDeleted(boolean) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* A flag indicating that this contract is deleted.
- setDeleted(boolean) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A boolean indicating that this account is deleted.
- setDeleted(boolean) - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* A flag indicating that this file is deleted.
- setDeleted(boolean) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A flag indicating this file is deleted.
- setDeleted(boolean) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A boolean indicating that this account is deleted.
- setDeleted(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A flag indicating this node is deleted.
- setDeleted(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* A flag indicating this schedule is deleted.
- setDeleted(boolean) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* A flag indicating that this node has been removed from this network.
- setDeleted(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A flag indicating that this token is deleted.
- setDeleted(boolean) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating that this token is deleted.
- setDeleted(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A flag indicating that this topic is deleted.
- setDeletionTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A deletion timestamp.
- setDeletionTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A deletion timestamp.
- setDenominatingTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.FixedFee.Builder
-
* The token type used to pay the assessed fee.
- setDenominatingTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FixedFee.Builder
-
* The token type used to pay the assessed fee.
- setDenominatingTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.CustomFixedFee
-
Assign the desired token id.
- setDenominatingTokenToSameToken() - Method in class com.hedera.hashgraph.sdk.CustomFixedFee
-
Assign the default token 0.0.0.
- setDenominator(long) - Method in class com.hedera.hashgraph.sdk.CustomFractionalFee
-
Assign the denominator can not be zero (0).
- setDenominator(long) - Method in class com.hedera.hashgraph.sdk.CustomRoyaltyFee
-
Assign the denominator can not be zero (0).
- setDenominator(long) - Method in class com.hedera.hashgraph.sdk.proto.Fraction.Builder
-
* A fractional number's denominator.
- setDescription(StringValue) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A short description of the node.
- setDescription(StringValue) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A short description of the node.
- setDescription(StringValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A short description of the node.
- setDescription(StringValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A short description of the node.
- setDescription(String) - Method in class com.hedera.hashgraph.sdk.GeneralServiceEndpoint
-
Sets a short description of the service provided.
- setDescription(String) - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Assign the description.
- setDescription(String) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
A short description of the node.
- setDescription(String) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
A short description of the node.
- setDescription(String) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A short description of the node.
- setDescription(String) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A short description of the node.
- setDescription(String) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A short description of the node.
- setDescription(String) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A short description of the node.
- setDescription(String) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A short description of the node.
- setDescription(String) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint.Builder
-
* A short description of the service provided.
- setDescription(String) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
-
A short description of the node.
- setDescription(String) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
-
A short description of the node.
- setDescriptionBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A short description of the node.
- setDescriptionBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A short description of the node.
- setDescriptionBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A short description of the node.
- setDescriptionBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A short description of the node.
- setDescriptionBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A short description of the node.
- setDescriptionBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.GeneralServiceEndpoint.Builder
-
* A short description of the service provided.
- setDetails(HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* The creation details.
- setDetails(HookCreationDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* The creation details.
- setDomainName(String) - Method in class com.hedera.hashgraph.sdk.Endpoint
-
Assign the desired domain name.
- setDomainName(String) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A node domain name.
- setDomainName(String) - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint.Builder
-
* A node domain name.
- setDomainName(String) - Method in class com.hedera.hashgraph.sdk.RegisteredServiceEndpointBase
-
Set the domain name of the endpoint.
- setDomainNameBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A node domain name.
- setDomainNameBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint.Builder
-
* A node domain name.
- setDuplicateTransactionReceipts(int, TransactionReceipt) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of duplicate transaction receipts.
- setDuplicateTransactionReceipts(int, TransactionReceipt.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A list of duplicate transaction receipts.
- setDuplicateTransactionRecords(int, TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of duplicate transaction records.
- setDuplicateTransactionRecords(int, TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A list of duplicate transaction records.
- setDuration(Duration) - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A duration describing how long this Live Hash SHALL remain valid.<br/> A Live Hash SHOULD NOT be relied upon after this duration has elapsed.
- setDuration(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A duration describing how long this Live Hash SHALL remain valid.<br/> A Live Hash SHOULD NOT be relied upon after this duration has elapsed.
- setDuration(Duration) - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.The duration for which the livehash will remain valid
- setECDSA384(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
Deprecated.proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074
- setECDSA384(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* ECDSA p-384 signature bytes.
- setECDSA384(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
Deprecated.proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310
- setECDSASecp256K1(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A set of compressed ECDSA(secp256k1) public key bytes.<br/> This is an EVM compatibility format.
- setECDSASecp256K1(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* An ECDSA(secp256k1) signature.
- setEd25519(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* An array of Ed25519 public key bytes.
- setEd25519(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* Ed25519 signature bytes.
- setEd25519(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* An Ed25519 signature.
- setEffectivePayerAccountId(int, AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that provided the tokens assessed as a fee.
- setEffectivePayerAccountId(int, AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that provided the tokens assessed as a fee.
- setEnd(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* Specifies the end index (exclusive) of the range of NFTs to query for.
- setEnd(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* Specifies the end index (exclusive) of the range of NFTs to query for.
- setEnd(long) - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
-
Deprecated.with no replacement
- setEndHour(int) - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
Deprecated.proto.FreezeTransactionBody.endHour is deprecated. See freeze.proto;l=72
- setEndMin(int) - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
Deprecated.proto.FreezeTransactionBody.endMin is deprecated. See freeze.proto;l=79
- setEndOfStakingPeriod(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A timestamp indicating the end of the staking period.
- setEndOfStakingPeriod(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A timestamp indicating the end of the staking period.
- setEndpointApi(int, RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.Builder
-
* An indicator of what API this endpoint supports.
- setEndpointApis(List<BlockNodeApi>) - Method in class com.hedera.hashgraph.sdk.BlockNodeServiceEndpoint
-
Sets the list of APIs supported by this endpoint.
- setEndpointApiValue(int, int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.Builder
-
* An indicator of what API this endpoint supports.
- setEndTime(int, int) - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
Deprecated.with no replacement
- setEndTime(Instant) - Method in class com.hedera.hashgraph.sdk.TopicMessageQuery
-
Assign the end time.
- setEntities(int, EntityID) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- setEntities(int, EntityID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The list of entities that include this public key in their associated Key list
- setEntityId(HookEntityId) - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* The id of the hook's entity.
- setEntityId(HookEntityId) - Method in class com.hedera.hashgraph.sdk.proto.HookId.Builder
-
* The hook's creating entity id.
- setEntityId(HookEntityId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* The id of the hook's entity.
- setEntityId(HookEntityId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookId.Builder
-
* The hook's creating entity id.
- setEntries(int, EvmHookMappingEntry) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The entries in the mapping at the given slot.
- setEntries(int, EvmHookMappingEntry.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The entries in the mapping at the given slot.
- setEntries(int, TransactionReceiptEntry) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries.Builder
-
repeated .proto.TransactionReceiptEntry entries = 1; - setEntries(int, TransactionReceiptEntry.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries.Builder
-
repeated .proto.TransactionReceiptEntry entries = 1; - setErrorHandler(BiConsumer<Throwable, TopicMessage>) - Method in class com.hedera.hashgraph.sdk.TopicMessageQuery
-
Assign the error handler does not return a value.
- setErrorMessage(String) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any error message produced by the contract call.
- setErrorMessage(String) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* Any error message produced by the contract call.
- setErrorMessageBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any error message produced by the contract call.
- setErrorMessageBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* Any error message produced by the contract call.
- setEthereumData(byte[]) - Method in class com.hedera.hashgraph.sdk.EthereumFlow
-
Deprecated.Sets the raw Ethereum transaction (RLP encoded type 0, 1, and 2).
- setEthereumData(byte[]) - Method in class com.hedera.hashgraph.sdk.EthereumTransaction
-
Sets the raw Ethereum transaction (RLP encoded type 0, 1, and 2).
- setEthereumData(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody.Builder
-
* The raw Ethereum transaction data.
- setEthereumHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A keccak256 hash of the ethereumData.
- setEthereumNonce(long) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A nonce of this account for Ethereum interoperability.
- setEthereumNonce(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The ethereum transaction nonce associated with this account.
- setEthereumTransaction(EthereumTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Perform an Ethereum encoded transaction.
- setEthereumTransaction(EthereumTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Perform an Ethereum encoded transaction.
- setEventCore(EventCore) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* The core event data
- setEventCore(EventCore.Builder) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* The core event data
- setEventTransaction(int, EventTransaction) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
Deprecated.
- setEventTransaction(int, EventTransaction.Builder) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
Deprecated.
- setEvmAddress(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
-
* A 20-byte EVM address of the contract to call.
- setEvmAddress(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A new default EVM address for an account created by this transaction.
- setEvmAddress(BytesValue) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A created contract address.<br/> If the function created a new contract (e.g.
- setEvmAddress(BytesValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A created contract address.<br/> If the function created a new contract (e.g.
- setEvmHook(EvmHook) - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* A general-purpose hook programmed in EVM bytecode that may access state or interact with external contracts.
- setEvmHook(EvmHook.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* A general-purpose hook programmed in EVM bytecode that may access state or interact with external contracts.
- setEvmHookCall(EvmHookCall) - Method in class com.hedera.hashgraph.sdk.proto.HookCall.Builder
-
* Specification of how to call an EVM hook.
- setEvmHookCall(EvmHookCall.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookCall.Builder
-
* Specification of how to call an EVM hook.
- setEvmOpsDurationThrottle(ThrottleUsageSnapshot) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A single snapshot for evm ops duration throttle.
- setEvmOpsDurationThrottle(ThrottleUsageSnapshot.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A single snapshot for evm ops duration throttle.
- setExchangeRate(ExchangeRateSet) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The exchange rates in effect when the transaction reached consensus.
- setExchangeRate(ExchangeRateSet.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The exchange rates in effect when the transaction reached consensus.
- setExchangeValueFraction(Fraction) - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee.Builder
-
* The fraction of fungible value exchanged for an NFT to collect as royalty.
- setExchangeValueFraction(Fraction.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee.Builder
-
* The fraction of fungible value exchanged for an NFT to collect as royalty.
- setExecuted(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* A flag indicating this schedule has executed.
- setExecutedHookId(HookId) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* If set, the id of the executed hook.
- setExecutedHookId(HookId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* If set, the id of the executed hook.
- setExecution(HookExecution) - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* Execution details of an existing hook.
- setExecution(HookExecution.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* Execution details of an existing hook.
- setExecutionTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An execution timestamp.
- setExecutionTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An execution timestamp.
- setExecutionTimes(int, long) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse.Builder
-
Deprecated.* A list of execution times, in nanoseconds.
- setExpectedDecimals(UInt32Value) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* An expected decimal precision.<br/> This is the number of decimals a fungible/common token type is _expected_ to have.
- setExpectedDecimals(UInt32Value.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* An expected decimal precision.<br/> This is the number of decimals a fungible/common token type is _expected_ to have.
- setExpirationSecond(long) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The current expiration time of this account, in seconds since the epoch.
- setExpirationSecond(long) - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* The file's expiration time in seconds since the epoch.<br/> This value should be compared against consensus time, which may not exactly match clock time at the moment of expiration.
- setExpirationSecond(long) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* An expiration time for this token, in seconds since the epoch.
- setExpirationSecond(long) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The expiration time for this topic, in seconds since the epoch.
- setExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* An expiration time for this topic, in seconds since the epoch.
- setExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated expiration time for this topic, in seconds since the epoch.
- setExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The point in time at which this contract will expire.
- setExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the time at which this contract will expire.<br/> An expired contract requires a rent payment to "renew" the contract.
- setExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The current expiration time for this account.
- setExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A new account expiration time, in seconds since the epoch.
- setExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* An expiration timestamp.
- setExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* An expiration timestamp.
- setExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* An expiration timestamp.
- setExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The current expiration time for this account.
- setExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* An expiration time.
- setExpirationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An expiration timestamp.<br/> This represents the time at which the schedule will expire.
- setExpirationTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* An expiration time for this topic, in seconds since the epoch.
- setExpirationTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated expiration time for this topic, in seconds since the epoch.
- setExpirationTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The point in time at which this contract will expire.
- setExpirationTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the time at which this contract will expire.<br/> An expired contract requires a rent payment to "renew" the contract.
- setExpirationTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The current expiration time for this account.
- setExpirationTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A new account expiration time, in seconds since the epoch.
- setExpirationTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* An expiration timestamp.
- setExpirationTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* An expiration timestamp.
- setExpirationTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* An expiration timestamp.
- setExpirationTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The current expiration time for this account.
- setExpirationTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* An expiration time.
- setExpirationTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An expiration timestamp.<br/> This represents the time at which the schedule will expire.
- setExpirationTime(TimestampSeconds) - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate.Builder
-
* Expiration time stamp for this exchange rate.
- setExpirationTime(TimestampSeconds) - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A timestamp indicating when the file will be removed from state.
- setExpirationTime(TimestampSeconds.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate.Builder
-
* Expiration time stamp for this exchange rate.
- setExpirationTime(TimestampSeconds.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A timestamp indicating when the file will be removed from state.
- setExpirationTime(Duration) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
- setExpirationTime(Duration) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
- setExpirationTime(Duration) - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
- setExpirationTime(Duration) - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
- setExpirationTime(Duration) - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
Overload: set the expiration time using a Duration value.
- setExpirationTime(Duration) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
- setExpirationTime(Duration) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
- setExpirationTime(Duration) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
- setExpirationTime(Instant) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
A new account expiration time, in seconds since the epoch.
- setExpirationTime(Instant) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
If set, modify the time at which this contract will expire.
An expired contract requires a rent payment to "renew" the contract. - setExpirationTime(Instant) - Method in class com.hedera.hashgraph.sdk.FeeSchedule
-
Assign the expiration time.
- setExpirationTime(Instant) - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
-
Set the instant at which this file will expire, after which its contents will no longer be available.
- setExpirationTime(Instant) - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
An expiration timestamp.
- setExpirationTime(Instant) - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
An optional timestamp for specifying when the transaction should be evaluated for execution and then expire.
- setExpirationTime(Instant) - Method in class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.A timestamp indicating when the file will be removed from state.
- setExpirationTime(Instant) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
An expiration timestamp.
- setExpirationTime(Instant) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
An expiration timestamp.
- setExpirationTime(Instant) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Sets the effective consensus timestamp at (and after) which all consensus transactions and queries will fail.
- setExpiredAndPendingRemoval(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A flag indicating that the account is expired and pending removal.
- setExpiry(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An expiration timestamp.
- setExpiry(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* An expiration time for this token, in seconds since the epoch.
- setExpiry(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An expiration timestamp.
- setExpiry(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An expiration timestamp.
- setExpiry(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* An expiration time for this token, in seconds since the epoch.
- setExpiry(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An expiration timestamp.
- setExpirySecond(long) - Method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder.Builder
-
* A consensus second in which the transaction is to be executed.
- setExpiryTime(TimestampSeconds) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* A time, in seconds since the `epoch`, when this fee schedule will expire.
- setExpiryTime(TimestampSeconds.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* A time, in seconds since the `epoch`, when this fee schedule will expire.
- setExtensionPoint(HookExtensionPoint) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The type of the extension point the hook implements.
- setExtensionPoint(HookExtensionPoint) - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* The extension point for the hook.
- setExtensionPointValue(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The type of the extension point the hook implements.
- setExtensionPointValue(int) - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* The extension point for the hook.
- setFailureReason(String) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If set, the reason the construction failed.
- setFailureReasonBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If set, the reason the construction failed.
- setFallbackFee(CustomFixedFee) - Method in class com.hedera.hashgraph.sdk.CustomRoyaltyFee
-
The fallback fee is a fixed fee that is charged to the NFT receiver when there is no fungible value exchanged with the sender of the NFT.
- setFallbackFee(FixedFee) - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee.Builder
-
* A fixed fee to assess if no fungible value is known to be traded for the NFT.
- setFallbackFee(FixedFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RoyaltyFee.Builder
-
* A fixed fee to assess if no fungible value is known to be traded for the NFT.
- setFeeCollectorAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.CustomFeeBase
-
Assign the fee collector account id.
- setFeeCollectorAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that received the fee assessed.
- setFeeCollectorAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* The account to receive the custom fee.
- setFeeCollectorAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee.Builder
-
* A collection account identifier.
- setFeeCollectorAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* An account that received the fee assessed.
- setFeeCollectorAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* The account to receive the custom fee.
- setFeeCollectorAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee.Builder
-
* A collection account identifier.
- setFeeData(FeeData) - Method in class com.hedera.hashgraph.sdk.TransactionFeeSchedule
-
Deprecated.
- setFeeData(FeeData) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
Deprecated.
- setFeeData(FeeData.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
Deprecated.
- setFeeExemptKeyList(int, Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- setFeeExemptKeyList(int, Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- setFeeExemptKeyList(int, Key) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- setFeeExemptKeyList(int, Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- setFeeExemptKeyList(int, Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A set of keys.<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- setFeeExemptKeyList(int, Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A set of "privileged payer" keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- setFeeExemptKeyList(FeeExemptKeyList) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* A set of keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- setFeeExemptKeyList(FeeExemptKeyList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* A set of keys<br/> Keys in this list are permitted to submit messages to this topic without paying custom fees associated with this topic.
- setFeeExemptKeys(List<Key>) - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Sets the keys that will be exempt from paying fees.
- setFeeExemptKeys(List<Key>) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Sets the keys that will be exempt from paying fees.
- setFees(int, FeeData) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- setFees(int, FeeData.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
- setFees(int, FixedCustomFee) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- setFees(int, FixedCustomFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFeeList.Builder
-
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
- setFees(int, FixedFee) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* The maximum fees that the user is willing to pay for the message.
- setFees(int, FixedFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CustomFeeLimit.Builder
-
* The maximum fees that the user is willing to pay for the message.
- setFees(long) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayment.Builder
-
* The total amount of fees due to the node in tinybars
- setFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
An Hedera key for managing the token custom fee schedule.
- setFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
An Hedera key for managing the token custom fee schedule.
- setFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Sets the key which allows updates to the new topic’s fees.
- setFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Sets the key which allows updates to the new topic’s fees.
- setFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for update or delete of custom fees.
- setFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* Access control for update/delete of custom fees.
- setFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Access control for update/delete of custom fees.
- setFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of the `custom_fees` field for this token.
- setFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing the token custom fee schedule.
- setFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of the `custom_fees` field for this token.
- setFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing the token custom fee schedule.
- setFeeScheduleKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for update/delete of custom fees.
- setFeeScheduleKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for update or delete of custom fees.
- setFeeScheduleKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* Access control for update/delete of custom fees.
- setFeeScheduleKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Access control for update/delete of custom fees.
- setFeeScheduleKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of the `custom_fees` field for this token.
- setFeeScheduleKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing the token custom fee schedule.
- setFeeScheduleKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of the `custom_fees` field for this token.
- setFeeScheduleKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing the token custom fee schedule.
- setFeeScheduleKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for update/delete of custom fees.
- setFileAppend(FileAppendTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Append data to the end of a file.
- setFileAppend(FileAppendTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Append data to the end of a file.
- setFileAppend(FileAppendTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Append data to the end of a file.
- setFileAppend(FileAppendTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Append data to the end of a file.
- setFileContents(FileGetContentsResponse.FileContents) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.Builder
-
* A combination of File identifier and content bytes.
- setFileContents(FileGetContentsResponse.FileContents.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.Builder
-
* A combination of File identifier and content bytes.
- setFileCreate(FileCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new file.
- setFileCreate(FileCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new file.
- setFileCreate(FileCreateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new file.
- setFileCreate(FileCreateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new file.
- setFileDelete(FileDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- setFileDelete(FileDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- setFileDelete(FileDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- setFileDelete(FileDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a file.<br/> This will remove the content of the file, and mark the file as deleted.
- setFileGetContents(FileGetContentsQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the content of a file.
- setFileGetContents(FileGetContentsQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the content of a file.
- setFileGetContents(FileGetContentsResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the content of a file in the Hedera File Service (HFS).
- setFileGetContents(FileGetContentsResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the content of a file in the Hedera File Service (HFS).
- setFileGetInfo(FileGetInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a file.
- setFileGetInfo(FileGetInfoQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a file.
- setFileGetInfo(FileGetInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting file metadata from the Hedera File Service (HFS).
- setFileGetInfo(FileGetInfoResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting file metadata from the Hedera File Service (HFS).
- setFileHash(byte[]) - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
A SHA384 hash of file content.
This is a hash of the file identified by `update_file`. - setFileHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* A SHA384 hash of file content.<br/> This is a hash of the file identified by `update_file`.
- setFileId(FileId) - Method in class com.hedera.hashgraph.sdk.AddressBookQuery
-
Assign the file id of address book to retrieve.
- setFileId(FileId) - Method in class com.hedera.hashgraph.sdk.FileAppendTransaction
-
A file identifier.
This identifies the file to which the `contents` will be appended. - setFileId(FileId) - Method in class com.hedera.hashgraph.sdk.FileContentsQuery
-
Sets the file ID of the file whose contents are requested.
- setFileId(FileId) - Method in class com.hedera.hashgraph.sdk.FileDeleteTransaction
-
A file identifier.
This identifies the file to delete. - setFileId(FileId) - Method in class com.hedera.hashgraph.sdk.FileInfoQuery
-
Sets the file ID for which information is requested.
- setFileId(FileId) - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
Set the ID of the file to update; required.
- setFileId(FileId) - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
Assign the file id.
- setFileId(FileId) - Method in class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.A file identifier.
- setFileId(FileId) - Method in class com.hedera.hashgraph.sdk.SystemUndeleteTransaction
-
Deprecated.A file identifier.
- setFileId(FileID) - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* This file's ID within the global network state.
- setFileId(FileID) - Method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery.Builder
-
* The ID of the address book file on the network.
- setFileId(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* This file's ID within the global network state.
- setFileId(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery.Builder
-
* The ID of the address book file on the network.
- setFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The source for the smart contract EVM bytecode.
- setFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.
- setFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The file ID of the file
- setFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody.Builder
-
* A file identifier.<br/> This identifies the file to which the `contents` will be appended.
- setFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody.Builder
-
* A file identifier.<br/> This identifies the file to delete.
- setFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery.Builder
-
* A file identifier.
- setFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents.Builder
-
* A file identifier.
- setFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery.Builder
-
* A file identifier.
- setFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A file identifier.
- setFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* A file identifier for the file to update.
- setFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* A file identifier.
- setFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A file identifier.
- setFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.Builder
-
* A file identifier.
- setFileID(FileID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `FileCreate`, the id of the newly created file.
- setFileID(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The source for the smart contract EVM bytecode.
- setFileID(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.
- setFileID(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* The file ID of the file
- setFileID(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileAppendTransactionBody.Builder
-
* A file identifier.<br/> This identifies the file to which the `contents` will be appended.
- setFileID(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileDeleteTransactionBody.Builder
-
* A file identifier.<br/> This identifies the file to delete.
- setFileID(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery.Builder
-
* A file identifier.
- setFileID(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.FileContents.Builder
-
* A file identifier.
- setFileID(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery.Builder
-
* A file identifier.
- setFileID(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A file identifier.
- setFileID(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* A file identifier for the file to update.
- setFileID(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* A file identifier.
- setFileID(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.Builder
-
* A file identifier.
- setFileID(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.Builder
-
* A file identifier.
- setFileID(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `FileCreate`, the id of the newly created file.
- setFileInfo(FileGetInfoResponse.FileInfo) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.Builder
-
* A combination of fields from the requested file metadata.
- setFileInfo(FileGetInfoResponse.FileInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.Builder
-
* A combination of fields from the requested file metadata.
- setFileMemo(String) - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
-
Assign a memo to the file (100 bytes max).
- setFileMemo(String) - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
A short description of this file.
- setFileNum(long) - Method in class com.hedera.hashgraph.sdk.proto.FileID.Builder
-
* A whole number file identifier, unique within its realm and shard.
- setFileUpdate(FileUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- setFileUpdate(FileUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- setFileUpdate(FileUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- setFileUpdate(FileUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Modify a file.<br/> This may modify any metadata, and/or _replace_ the content.
- setFirstConsTimeOfCurrentBlock(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- setFirstConsTimeOfCurrentBlock(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- setFirstConsTimeOfLastBlock(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- setFirstConsTimeOfLastBlock(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A consensus timestamp.
- setFirstContractStorageKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A contract storage key.<br/> This is the first key in the doubly-linked list of this contract's storage mappings.
- setFirstContractStorageKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* For an EVM hook, its first storage key.
- setFirstHookId(long) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* If the account has more than zero hooks in use, the id of the first hook in its doubly-linked list of hooks.
- setFixedFee(FixedFee) - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fixed fee to be charged to the `sender` for every token transfer.
- setFixedFee(FixedFee) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee.Builder
-
* A fixed custom fee.
- setFixedFee(FixedFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fixed fee to be charged to the `sender` for every token transfer.
- setFixedFee(FixedFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FixedCustomFee.Builder
-
* A fixed custom fee.
- setFractionalAmount(Fraction) - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* A Fraction of the transferred tokens to assess as a fee.<br/> This value MUST be less than or equal to one.<br/> This value MUST be greater than zero.
- setFractionalAmount(Fraction.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* A Fraction of the transferred tokens to assess as a fee.<br/> This value MUST be less than or equal to one.<br/> This value MUST be greater than zero.
- setFractionalFee(FractionalFee) - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fee defined as a fraction of the tokens transferred.
- setFractionalFee(FractionalFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fee defined as a fraction of the tokens transferred.
- setFreeze(FreezeTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- setFreeze(FreezeTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- setFreeze(FreezeTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- setFreeze(FreezeTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Freeze the network.<br/> This is actually several possible operations, and the caller should examine the "freeze service" for more detail.<br/> This is a privileged operation.
- setFreezeDefault(boolean) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An initial Freeze status for accounts associated to this token.
- setFreezeDefault(boolean) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
An initial Freeze status for accounts associated to this token.
- setFreezeKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
An Hedera key for managing asset "freeze".
- setFreezeKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
A Hedera key for managing asset "freeze".
- setFreezeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control to freeze this token.
- setFreezeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing asset "freeze".
- setFreezeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control to freeze this token.
- setFreezeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing asset "freeze".
- setFreezeKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control to freeze this token.
- setFreezeKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing asset "freeze".
- setFreezeKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control to freeze this token.
- setFreezeKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing asset "freeze".
- setFreezeStatus(TokenFreezeStatus) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A Freeze status for the account with respect to this token.
- setFreezeStatusValue(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A Freeze status for the account with respect to this token.
- setFreezeType(FreezeType) - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
The type of freeze.
- setFreezeType(FreezeType) - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* The type of freeze.
- setFreezeTypeValue(int) - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* The type of freeze.
- setFrozen(boolean) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A flag indicating that this token relationship is frozen.
- setFunction(String) - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
-
Sets the function name to call.
- setFunction(String) - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
Sets the function name to call.
- setFunction(String) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
-
Sets the function name to call.
- setFunction(String, ContractFunctionParameters) - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
-
Sets the function to call, and the parameters to pass to the function.
- setFunction(String, ContractFunctionParameters) - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
Sets the function to call, and the parameters to pass to the function.
- setFunction(String, ContractFunctionParameters) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
-
Sets the function to call, and the parameters to pass to the function.
- setFunctionParameters(byte[]) - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
-
Sets the function parameters as their raw bytes.
- setFunctionParameters(ByteString) - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
Sets the function parameters as their raw bytes.
- setFunctionParameters(ByteString) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
-
Sets the function parameters as their raw bytes.
- setFunctionParameters(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The smart contract function to call, and the parameters to pass to that function.
- setFunctionParameters(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* The smart contract function to call.
- setFunctionParameters(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* The smart contract function to call, and the parameters to pass to that function.<br/> These SHALL be presented in EVM bytecode function call format.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- setFunctionResult(ContractFunctionResult) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse.Builder
-
* The result(s) returned by the function call, if successful.
- setFunctionResult(ContractFunctionResult.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse.Builder
-
* The result(s) returned by the function call, if successful.
- setFungibleToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenReference.Builder
-
* A fungible/common token type.
- setFungibleToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenReference.Builder
-
* A fungible/common token type.
- setFungibleTokenType(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A token identifier.<br/> This is the type of token for a fungible/common token airdrop.
- setFungibleTokenType(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A token identifier.<br/> This is the type of token for a fungible/common token airdrop.
- setGas(long) - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
-
Sets the amount of gas to use for the call.
- setGas(long) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Sets the gas to run the constructor.
- setGas(long) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
A maximum limit to the amount of gas to use for the constructor call.
- setGas(long) - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
A maximum limit to the amount of gas to use for this call.
- setGas(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The amount of "gas" to use for this call.
- setGas(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallTransactionBody.Builder
-
* A maximum limit to the amount of gas to use for this call.
- setGas(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* A maximum limit to the amount of gas to use for the constructor call.
- setGas(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* The amount of gas available for this call, sometimes referred to as the gasLimit.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- setGas(long) - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Compute: Ethereum term for a derivative EVM compute resource.<br/> The fee of computation for a smart contract transaction.
- setGas(long) - Method in class com.hedera.hashgraph.sdk.proto.InternalCallContext.Builder
-
* The gas available for the call.<br/>
- setGasLevelStarts(int, Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- setGasLevelStarts(int, Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "gas utilization" congestion pricing levels changed.
- setGasLimit(long) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
-
Sets the gas limit for the contract call.
- setGasLimit(long) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookCall.Builder
-
* The gas limit to use.
- setGasPrice(long) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
-
Sets the gas price to be used for the contract call.
- setGasThrottle(ThrottleUsageSnapshot) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A single snapshot for the gas throttle.
- setGasThrottle(ThrottleUsageSnapshot.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A single snapshot for the gas throttle.
- setGasUsed(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A quantity of "gas" used.<br/> This represents the resource units expended to execute this contract call, and correlates to transaction costs.
- setGasUsed(long) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* EVM gas used.
- setGeneralService(RegisteredServiceEndpoint.GeneralServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A general service.<br/> A general service endpoint represents any network accessible service that is provided by a registered node but that is not a service currently defined as part of the Hiero Ledger system.
- setGeneralService(RegisteredServiceEndpoint.GeneralServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A general service.<br/> A general service endpoint represents any network accessible service that is provided by a registered node but that is not a service currently defined as part of the Hiero Ledger system.
- setGenerateReceiveRecordThreshold(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.generateReceiveRecordThreshold is deprecated. See crypto_get_info.proto;l=162
- setGenerateRecord(boolean) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
Deprecated.proto.TransactionBody.generateRecord is deprecated. See transaction.proto;l=239
- setGenerateSendRecordThreshold(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.generateSendRecordThreshold is deprecated. See crypto_get_info.proto;l=155
- setGeneration(long) - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor.Builder
-
* The generation of the event.<br/> This value SHALL be **one greater** than the _maximum_ generation of all parents.<br/>
- setGenericLevelStarts(int, Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- setGenericLevelStarts(int, Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CongestionLevelStarts.Builder
-
* Timestamps for each point where "entity utilization" congestion pricing levels changed.
- setGetByKey(GetByKeyQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get all entities associated with a given key.
- setGetByKey(GetByKeyQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get all entities associated with a given key.
- setGetByKey(GetByKeyResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting all accounts, claims, files, and smart contract instances whose associated keys include the given Key.
- setGetByKey(GetByKeyResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting all accounts, claims, files, and smart contract instances whose associated keys include the given Key.
- setGetBySolidityID(GetBySolidityIDQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get an Hedera identifier associated with an identifier in EVM "Solidity" form.<br/> Most often used in smart contracts to find an Hedera account, file, or contract identifier to pass to a system contract or precompile.
- setGetBySolidityID(GetBySolidityIDQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get an Hedera identifier associated with an identifier in EVM "Solidity" form.<br/> Most often used in smart contracts to find an Hedera account, file, or contract identifier to pass to a system contract or precompile.
- setGetBySolidityID(GetBySolidityIDResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting Contract, Account, and File identifiers for a smart contract, given a Solidity identifier.
- setGetBySolidityID(GetBySolidityIDResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting Contract, Account, and File identifiers for a smart contract, given a Solidity identifier.
- setGossipCaCertificate(byte[]) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
A certificate used to sign gossip events.
- setGossipCaCertificate(byte[]) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
A certificate used to sign gossip events.
- setGossipCaCertificate(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A certificate used to sign gossip events.
- setGossipCaCertificate(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A certificate used to sign gossip events.
- setGossipCaCertificate(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* An RSA public certificate used for signing gossip events.
- setGossipCaCertificate(BytesValue) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A certificate used to sign gossip events.
- setGossipCaCertificate(BytesValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A certificate used to sign gossip events.
- setGossipEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for gossip.
- setGossipEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- setGossipEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- setGossipEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A list of service endpoints for gossip.
- setGossipEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for gossip.
- setGossipEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- setGossipEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gossip.
- setGossipEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A list of service endpoints for gossip.
- setGossipEndpoints(List<Endpoint>) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
A list of service endpoints for gossip.
- setGossipEndpoints(List<Endpoint>) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
A list of service endpoints for gossip.
- setGracePeriodEndTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If the network is still gathering hinTS keys for this construction, the time at which honest nodes should stop waiting for tardy publications and begin preprocessing as soon as there are valid hinTS keys for nodes with >2/3 weight in the target roster.
- setGracePeriodEndTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If the network is still gathering proof keys for this construction, the next time at which nodes should stop waiting for tardy proof keys and assemble the history to be proven as soon as it has the associated metadata and proof keys for nodes with >2/3 weight in the target roster.
- setGracePeriodEndTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState.Builder
-
* If the network is still gathering WRAPS messages for the R2 or R3 protocol phase, the next time at which nodes should stop waiting for tardy messages from R1 participants and start over.
- setGracePeriodEndTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If the network is still gathering hinTS keys for this construction, the time at which honest nodes should stop waiting for tardy publications and begin preprocessing as soon as there are valid hinTS keys for nodes with >2/3 weight in the target roster.
- setGracePeriodEndTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If the network is still gathering proof keys for this construction, the next time at which nodes should stop waiting for tardy proof keys and assemble the history to be proven as soon as it has the associated metadata and proof keys for nodes with >2/3 weight in the target roster.
- setGracePeriodEndTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState.Builder
-
* If the network is still gathering WRAPS messages for the R2 or R3 protocol phase, the next time at which nodes should stop waiting for tardy messages from R1 participants and start over.
- setGrantedCryptoAllowances(int, GrantedCryptoAllowance) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- setGrantedCryptoAllowances(int, GrantedCryptoAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of crypto (HBAR) allowances approved by this account.
- setGrantedNftAllowances(int, GrantedNftAllowance) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- setGrantedNftAllowances(int, GrantedNftAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of non-fungible token (NFT) allowances approved by this account.
- setGrantedTokenAllowances(int, GrantedTokenAllowance) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of fungible token allowances approved by this account.
- setGrantedTokenAllowances(int, GrantedTokenAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A list of fungible token allowances approved by this account.
- setGrpcCertificateHash(byte[]) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
A hash of the node gRPC TLS certificate.
- setGrpcCertificateHash(byte[]) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
A hash of the node gRPC TLS certificate.
- setGrpcCertificateHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A hash of the node gRPC certificate.
- setGrpcCertificateHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A hash of the node gRPC TLS certificate.
- setGrpcCertificateHash(BytesValue) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A hash of the node gRPC TLS certificate.
- setGrpcCertificateHash(BytesValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A hash of the node gRPC TLS certificate.
- setGrpcDeadline(Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
Set the maximum amount of time a gRPC request can run.
- setGrpcDeadline(Duration) - Method in class com.hedera.hashgraph.sdk.Executable.GrpcRequest
- setGrpcDeadline(Duration) - Method in class com.hedera.hashgraph.sdk.Executable
-
When execution is attempted, a single attempt will timeout when this deadline is reached.
- setGrpcProxyEndpoint(ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- setGrpcProxyEndpoint(ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- setGrpcProxyEndpoint(ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- setGrpcProxyEndpoint(ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- setGrpcProxyEndpoint(ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- setGrpcProxyEndpoint(ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A web proxy for gRPC from non-gRPC clients.
- setGrpcWebProxyEndpoint(Endpoint) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
A web proxy for gRPC from non-gRPC clients.
- setGrpcWebProxyEndpoint(Endpoint) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
A web proxy for gRPC from non-gRPC clients.
- setHapiProtoVersion(SemanticVersion) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* An API version.
- setHapiProtoVersion(SemanticVersion.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* An API version.
- setHash(byte[]) - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.The SHA-384 hash of a credential or certificate.
- setHash(byte[]) - Method in class com.hedera.hashgraph.sdk.LiveHashDeleteTransaction
-
Deprecated.The SHA-384 livehash to delete from the account
- setHash(byte[]) - Method in class com.hedera.hashgraph.sdk.LiveHashQuery
-
Deprecated.The SHA-384 data in the livehash
- setHash(ByteString) - Method in class com.hedera.hapi.platform.event.legacy.EventDescriptor.Builder
-
* The hash of the event.<br/> The hash SHALL be a SHA-384 hash.<br/> The hash SHALL have the following inputs, in the specified order:<br/> 1.
- setHash(ByteString) - Method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction.Builder
-
* The hash of the state snapshot being signed.<br/> This hash MUST be a SHA-384 hash.
- setHash(ByteString) - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.The SHA-384 hash of a credential or certificate.
- setHash(ByteString) - Method in class com.hedera.hashgraph.sdk.LiveHashDeleteTransaction
-
Deprecated.The SHA-384 livehash to delete from the account
- setHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* The specific SHA-384 live hash to inspect
- setHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A SHA-384 hash of some content that is associated to the account or account holder.
- setHbarAmount(Hbar) - Method in class com.hedera.hashgraph.sdk.CustomFixedFee
-
Assign the fee amount in hbar.
- setHbarEquiv(int) - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRate.Builder
-
* Denominator for a ratio of USD cents per HBAR.
- setHbarTransferApproval(AccountId, boolean) - Method in class com.hedera.hashgraph.sdk.TransferTransaction
-
Deprecated.
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery.Builder
-
Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(QueryHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetBytecodeResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileGetContentsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse.Builder
-
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeader(ResponseHeader.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
- setHeadNftId(NftID) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A NftID at the head of the linked list for this account from the unique tokens map.<br/> The unique token relations are connected by including the "next" and "previous" NftID in each Nft message.
- setHeadNftId(NftID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A NftID at the head of the linked list for this account from the unique tokens map.<br/> The unique token relations are connected by including the "next" and "previous" NftID in each Nft message.
- setHeadNftSerialNumber(long) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A serial number in the NftID at the head of the linked list for this account from unique tokens map.
- setHeadPendingAirdropId(PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A pending airdrop ID.<br/> This is the head of the linked list for this account from the account airdrops map.<br/> <p> The account airdrops SHALL be connected by including the "next" and "previous" `PendingAirdropID` in each `AccountAirdrop` message.<br/> This value SHALL NOT be empty if this account is "sender" for any pending airdrop, and SHALL be empty otherwise.
- setHeadPendingAirdropId(PendingAirdropId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A pending airdrop ID.<br/> This is the head of the linked list for this account from the account airdrops map.<br/> <p> The account airdrops SHALL be connected by including the "next" and "previous" `PendingAirdropID` in each `AccountAirdrop` message.<br/> This value SHALL NOT be empty if this account is "sender" for any pending airdrop, and SHALL be empty otherwise.
- setHeadTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A token ID at the head of the linked list for this account from the token relations map.<br/> The token relations are connected by including the "next" and "previous" TokenID in each TokenRelation message.
- setHeadTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A token ID at the head of the linked list for this account from the token relations map.<br/> The token relations are connected by including the "next" and "previous" TokenID in each TokenRelation message.
- setHederaFunctionality(HederaFunctionality) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* An enumeration for a particular transaction or query.<br/> The functionality type determines the base cost parameters.
- setHederaFunctionalityValue(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule.Builder
-
* An enumeration for a particular transaction or query.<br/> The functionality type determines the base cost parameters.
- setHederaServicesVersion(SemanticVersion) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* A Services version.
- setHederaServicesVersion(SemanticVersion.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder
-
* A Services version.
- setHighVolume(boolean) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* If set to true, this bucket is used for high-volume throttles.
- setHighVolume(boolean) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* If set to true, this transaction uses high-volume throttles and pricing for entity creation.
- setHighVolume(boolean) - Method in class com.hedera.hashgraph.sdk.Transaction
-
If set to true, this transaction uses high-volume throttles and pricing for entity creation.
- setHighVolumePricingMultiplier(long) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A high volume pricing multiplier.
- setHighVolumeThrottle(int) - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Set the high-volume throttle utilization in basis points (0–10000, where 10000 = 100%).
- setHintsKey(ByteString) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody.Builder
-
* The party's hinTS key.
- setHintsKeyPublication(HintsKeyPublicationTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for publishing a node's hintTS key.
- setHintsKeyPublication(HintsKeyPublicationTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for publishing a node's hintTS key.
- setHintsPartialSignature(HintsPartialSignatureTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for broadcasting a node's hintTS partial signature on a message.
- setHintsPartialSignature(HintsPartialSignatureTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for broadcasting a node's hintTS partial signature on a message.
- setHintsPreprocessingVote(HintsPreprocessingVoteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on hinTS aggregation keys.
- setHintsPreprocessingVote(HintsPreprocessingVoteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on hinTS aggregation keys.
- setHintsScheme(HintsScheme) - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If set, the completed hinTS scheme.
- setHintsScheme(HintsScheme.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If set, the completed hinTS scheme.
- setHistory(History) - Method in class com.hedera.hashgraph.sdk.proto.HistorySignature.Builder
-
* The new history the node is signing.
- setHistory(History.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HistorySignature.Builder
-
* The new history the node is signing.
- setHistoryProofKey(ByteString) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution.Builder
-
* The public key the node used to contribute to history proofs when the ledger id was published.
- setHistoryProofKeyPublication(HistoryProofKeyPublicationTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for publishing a node's metadata proof key.
- setHistoryProofKeyPublication(HistoryProofKeyPublicationTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for publishing a node's metadata proof key.
- setHistoryProofSignature(HistoryProofSignatureTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for contributed a signature with a node's proof key to a history proof.
- setHistoryProofSignature(HistoryProofSignatureTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for contributed a signature with a node's proof key to a history proof.
- setHistoryProofVerificationKey(ByteString) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The key to use when verifying recursive chain-of-trust proofs that extend from this ledger id.
- setHistoryProofVote(HistoryProofVoteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on a metadata proof descending from the ledger id.
- setHistoryProofVote(HistoryProofVoteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on a metadata proof descending from the ledger id.
- setHistorySignature(HistorySignature) - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature.Builder
-
* The signature on some new history.
- setHistorySignature(HistorySignature.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature.Builder
-
* The signature on some new history.
- setHookContractId(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The id of the contract with this hook's bytecode.
- setHookContractId(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The id of the contract with this hook's bytecode.
- setHookCreationDetails(int, HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this contract.
- setHookCreationDetails(int, HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The hooks to create for the contract.
- setHookCreationDetails(int, HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this account.
- setHookCreationDetails(int, HookCreationDetails) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The hooks to create for the account.
- setHookCreationDetails(int, HookCreationDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this contract.
- setHookCreationDetails(int, HookCreationDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The hooks to create for the contract.
- setHookCreationDetails(int, HookCreationDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* Details of hooks to add immediately after creating this account.
- setHookCreationDetails(int, HookCreationDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The hooks to create for the account.
- setHookDispatch(HookDispatchTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* An internal-only transaction body for dispatching a hook CRUD operation.
- setHookDispatch(HookDispatchTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* An internal-only transaction body for dispatching a hook CRUD operation.
- setHookEntityId(HookEntityId) - Method in class com.hedera.hashgraph.sdk.proto.HookExecution.Builder
-
* The id of the hook's entity.
- setHookEntityId(HookEntityId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookExecution.Builder
-
* The id of the hook's entity.
- setHookId(long) - Method in class com.hedera.hashgraph.sdk.proto.HookCall.Builder
-
* The numeric id of the hook to call, when the owning entity is forced by the call site.
- setHookId(long) - Method in class com.hedera.hashgraph.sdk.proto.HookCreationDetails.Builder
-
* The id to create the hook at.
- setHookId(long) - Method in class com.hedera.hashgraph.sdk.proto.HookId.Builder
-
* An arbitrary 64-bit identifier.
- setHookId(HookId) - Method in class com.hedera.hashgraph.sdk.HookStoreTransaction
-
Set the id of the EVM hook whose storage is being updated.
- setHookId(HookId) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey.Builder
-
* The id of the EVM hook that owns this slot.
- setHookId(HookId) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* For state proofs, the id of this hook.
- setHookId(HookId) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The id of the EVM hook whose storage is being updated.
- setHookId(HookId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey.Builder
-
* The id of the EVM hook that owns this slot.
- setHookId(HookId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* For state proofs, the id of this hook.
- setHookId(HookId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The id of the EVM hook whose storage is being updated.
- setHookIdsToDelete(int, long) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* The ids the hooks to delete from the contract.
- setHookIdsToDelete(int, long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* The ids the hooks to delete from the account.
- setHookIdToDelete(HookId) - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* The id of the hook to delete.
- setHookIdToDelete(HookId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.Builder
-
* The id of the hook to delete.
- setHooks(List<HookCreationDetails>) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Set the hook creation details for this account.
- setHooks(List<HookCreationDetails>) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Set the hook creation details for this contract.
- setHooksToCreate(List<HookCreationDetails>) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Set hooks to be created with the account.
- setHooksToCreate(List<HookCreationDetails>) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Set hooks to be created with the contract.
- setHooksToDelete(List<Long>) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Mark hooks for deletion from the account.
- setHooksToDelete(List<Long>) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Mark hooks for deletion from the contract.
- setHookStore(HookStoreTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for updating the storage of an EVM hook.
- setHookStore(HookStoreTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for updating the storage of an EVM hook.
- setIfAbsent(int, T) - Method in class com.hedera.hashgraph.sdk.LockableList
-
Assign an item to the list if: - item at index is null - index is not greater than size of existing list
- setIncludeChildReceipts(boolean) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* A flag to request "child" receipts.
- setIncludeChildRecords(boolean) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* A flag to request "child" records.
- setIncludeChildren(boolean) - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
-
Whether the response should include the records of any child transactions spawned by the top-level transaction with the given transactionID.
- setIncludeChildren(boolean) - Method in class com.hedera.hashgraph.sdk.TransactionRecordQuery
-
Whether the response should include the records of any child transactions spawned by the top-level transaction with the given transactionID.
- setIncludeDuplicates(boolean) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* A flag to request duplicates.
- setIncludeDuplicates(boolean) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* A flag to request duplicates.
- setIncludeDuplicates(boolean) - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
-
Whether records of processing duplicate transactions should be returned along with the record of processing the first consensus transaction with the given id whose status was neither INVALID_NODE_ACCOUNT nor INVALID_PAYER_SIGNATURE or, if no such record exists, the record of processing the first transaction to reach consensus with the given transaction id.
- setIncludeDuplicates(boolean) - Method in class com.hedera.hashgraph.sdk.TransactionRecordQuery
-
Whether records of processing duplicate transactions should be returned along with the record of processing the first consensus transaction with the given id whose status was neither INVALID_NODE_ACCOUNT nor INVALID_PAYER_SIGNATURE or, if no such record exists, the record of processing the first transaction to reach consensus with the given transaction id.
- setIndex(int) - Method in class com.hedera.hashgraph.sdk.LockableList
-
Assign the current list index.
- setInitcode(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The source for the smart contract EVM bytecode.
- setInitialBalance(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The amount of HBAR to use as an initial balance for the account representing the new smart contract.
- setInitialBalance(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* An amount, in tinybar, to deposit to the newly created account.
- setInitialBalance(Hbar) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
An amount, in tinybar, to deposit to the newly created account.
- setInitialBalance(Hbar) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Sets the initial number of hbars to put into the cryptocurrency account associated with and owned by the smart contract.
- setInitialBalance(Hbar) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
The amount of HBAR to use as an initial balance for the account representing the new smart contract.
- setInitialSupply(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An initial supply, in the smallest denomination for the token.
- setInitialSupply(long) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
An initial supply, in the smallest denomination for the token.
- setInitialTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo.Builder
-
* The TransactionID of the first chunk.
- setInitialTransactionID(TransactionID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo.Builder
-
* The TransactionID of the first chunk.
- setInnerTransactions(List<Transaction>) - Method in class com.hedera.hashgraph.sdk.BatchTransaction
-
Set the list of transactions to be executed as part of this BatchTransaction.
- setInputTreeRootHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "input" subtree for this block.
- setIntermediateBlockRootsLeafCount(long) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The number of leaves in the intermediate block roots subtree.
- setIntermediatePreviousBlockRootHashes(int, ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The intermediate hashes needed for subroot 2 in the block merkle tree structure.
- setInternalCallContext(InternalCallContext) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* If not already externalized in a transaction body, the context of the internal call producing this result.
- setInternalCallContext(InternalCallContext.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* If not already externalized in a transaction body, the context of the internal call producing this result.
- setIpAddress(byte[]) - Method in class com.hedera.hashgraph.sdk.RegisteredServiceEndpointBase
-
Set the IP address of the endpoint.
- setIpAddress(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
Deprecated.proto.NodeAddress.ipAddress is deprecated. See basic_types.proto;l=2152
- setIpAddress(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A 32-bit IPv4 address or 128-bit IPv6 address.<br/> This is the address of the endpoint, encoded in pure "big-endian" (i.e.
- setIpAddressV4(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint.Builder
-
* A 32-bit IPv4 address.<br/> This is the address of the endpoint, encoded in pure "big-endian" (i.e.
- setIsApproval(boolean) - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* An approved allowance flag.<br/> If true then the transfer is expected to be an approved allowance.
- setIsApproval(boolean) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An approved allowance flag.<br/> If true then the transfer is expected to be an approved allowance.
- setKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.Builder
-
* The explicit bytes of the mapping entry.
- setKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookSlotKey.Builder
-
* The EVM key of this slot.
- setKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot.Builder
-
* The key of the slot.
- setKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* The party's active hinTS key.
- setKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ProofKey.Builder
-
* The key.
- setKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet.Builder
-
* The proof key the node is using.
- setKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.SlotKey.Builder
-
* The EVM key of this slot, left-padded with zeros to form a 256-bit word.
- setKey(Key) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Deprecated.
- setKey(Key) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
An account key.
This may be a "primitive" key (a singly cryptographic key), or a composite key. - setKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The key to be used to sign transactions from this account, if any.
- setKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The identifying key for this account.
- setKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The key to be used to sign transactions from this account, if any.
- setKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* An account key.<br/> This may be a "primitive" key (a singly cryptographic key), or a composite key.
- setKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The key to be used to sign transactions from this account, if any.
- setKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery.Builder
-
Deprecated.* The key to search for.
- setKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The key to be used to sign transactions from this account, if any.
- setKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The identifying key for this account.
- setKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The key to be used to sign transactions from this account, if any.
- setKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* An account key.<br/> This may be a "primitive" key (a singly cryptographic key), or a composite key.
- setKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The key to be used to sign transactions from this account, if any.
- setKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetByKeyQuery.Builder
-
Deprecated.* The key to search for.
- setKeyList(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A list of keys.
- setKeyList(KeyList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A list of keys.
- setKeys(int, Key) - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList.Builder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- setKeys(int, Key) - Method in class com.hedera.hashgraph.sdk.proto.KeyList.Builder
-
* A list of keys.
- setKeys(int, Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FeeExemptKeyList.Builder
-
* A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
- setKeys(int, Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.KeyList.Builder
-
* A list of keys.
- setKeys(Key...) - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
-
Set the keys which must sign any transactions modifying this file.
- setKeys(Key...) - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
-
The new list of keys that "own" this file.
- setKeys(Key...) - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.A list of keys (primitive or threshold), all of which must sign to attach the livehash to an account, and any one of which can later delete it.
- setKeys(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* A list of keys that MUST sign any transaction to create or update this file.
- setKeys(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A list of keys that represent file "owners".
- setKeys(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A KeyList listing all keys that "own" the file.
- setKeys(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* The new list of keys that "own" this file.
- setKeys(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A list of keys, all of which MUST sign the transaction to add the live hash.<br/> Any one of these keys may, however, remove the live hash to revoke the association.
- setKeys(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.ThresholdKey.Builder
-
* A list of the keys that MAY satisfy signature requirements of this key.
- setKeys(KeyList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* A list of keys that MUST sign any transaction to create or update this file.
- setKeys(KeyList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A list of keys that represent file "owners".
- setKeys(KeyList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A KeyList listing all keys that "own" the file.
- setKeys(KeyList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* The new list of keys that "own" this file.
- setKeys(KeyList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.LiveHash.Builder
-
* A list of keys, all of which MUST sign the transaction to add the live hash.<br/> Any one of these keys may, however, remove the live hash to revoke the association.
- setKeys(KeyList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ThresholdKey.Builder
-
* A list of the keys that MAY satisfy signature requirements of this key.
- setKeyVerificationMode(TokenKeyValidation) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* Set a key validation mode.<br/> Any key may be updated by a transaction signed by the token `admin_key`.
- setKeyVerificationMode(TokenKeyValidation) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Set a key validation mode.
Any key may be updated by a transaction signed by the token `admin_key`. - setKeyVerificationModeValue(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* Set a key validation mode.<br/> Any key may be updated by a transaction signed by the token `admin_key`.
- setKeyWithAlias(Key) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Sets ECDSA private key, derives and sets it's EVM address in the background.
- setKeyWithAlias(Key, Key) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Sets the account key and a separate ECDSA key that the EVM address is derived from.
- setKeyWithoutAlias(Key) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Sets key where it is explicitly called out that the alias is not set
- setKycGranted(boolean) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A flag indicating that this token relationship has been granted KYC status.
- setKycKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
An Hedera key for managing account KYC.
- setKycKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
A Hedera key for managing account KYC.
- setKycKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control for KYC for this token.
- setKycKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing account KYC.
- setKycKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control for KYC for this token.
- setKycKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing account KYC.
- setKycKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control for KYC for this token.
- setKycKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing account KYC.
- setKycKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control for KYC for this token.
- setKycKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing account KYC.
- setKycStatus(TokenKycStatus) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A KYC status for the account with respect to this token.
- setKycStatusValue(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A KYC status for the account with respect to this token.
- setLastBlockNumber(long) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A block number.
- setLastDecisionTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot.Builder
-
* The time at which the this snapshot of capacity was calculated.<br/> Stored as an offset from the `epoch`.
- setLastDecisionTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot.Builder
-
* The time at which the this snapshot of capacity was calculated.<br/> Stored as an offset from the `epoch`.
- setLastHandleTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The time stamp at which the last user transaction was handled.
- setLastHandleTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The time stamp at which the last user transaction was handled.
- setLastIntervalProcessTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The time stamp at which the last interval process was done.
- setLastIntervalProcessTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The time stamp at which the last interval process was done.
- setLastIntervalProcessTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The time stamp at which the last interval process was done.
- setLastIntervalProcessTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* The time stamp at which the last interval process was done.
- setLastNodeFeeDistributionTime(Timestamp) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* The time when the last node fees were distributed
- setLastNodeFeeDistributionTime(Timestamp.Builder) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* The time when the last node fees were distributed
- setLastNodeRewardPaymentsTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* The last time a node reward payment was made.
- setLastNodeRewardPaymentsTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* The last time a node reward payment was made.
- setLastUsedConsTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The consensus time of the last transaction that was handled by the node.
- setLastUsedConsTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The consensus time of the last transaction that was handled by the node.
- setLastUsedSerialNumber(long) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A last used serial number for this token.
- setLedgerId(ByteString) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The new ledger id.
- setLedgerId(ByteString) - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* An identifier (and public key) computed from the TssMessages for the target roster.
- setLedgerId(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A ledger ID of the network that generated this response.
- setLedgerId(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The ledger ID of the network that generated this response.
- setLedgerId(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The ledger ID of the network that generated this response.
- setLedgerId(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A ledger identifier for the responding network.
- setLedgerId(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The ledger ID of the network that generated this response.
- setLedgerId(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* A public key.<br/> This key both identifies the ledger and can be used to verify ledger signatures.
- setLedgerId(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* The ledger ID of the network that generated this response.
- setLedgerId(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* The ledger ID of the network that generated this response.
- setLedgerId(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* The ledger ID of the network that generated this response.
- setLedgerId(LedgerId) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Set the new LedgerId for this network.
- setLedgerId(LedgerId) - Method in class com.hedera.hashgraph.sdk.Client
-
Set the LedgerId to a particular value.
- setLedgerId(LedgerId) - Method in class com.hedera.hashgraph.sdk.Network
- setLedgerIdPublication(LedgerIdPublicationTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* An internal-only transaction body for publishing the ledger id.
- setLedgerIdPublication(LedgerIdPublicationTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* An internal-only transaction body for publishing the ledger id.
- setLedgerSignature(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* A signature from the prior ledger key.<br/> This signature is the _previous_ ledger ID signing _this_ ledger ID.<br/> This value MAY be unset, if there is no prior ledger ID.<br/> This value SHOULD be set if a prior ledger ID exists to generate the signature.
- setLevel(LogLevel) - Method in class com.hedera.hashgraph.sdk.logger.Logger
-
Set log level
- setLimit(int) - Method in class com.hedera.hashgraph.sdk.proto.mirror.AddressBookQuery.Builder
-
* The maximum number of node addresses to receive before stopping.
- setLimit(int) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeAddressBookQuery
-
Sets the maximum number of registered nodes to return per REST API request (page size).
- setLimit(long) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* The maximum number of messages to receive before stopping.
- setLimit(long) - Method in class com.hedera.hashgraph.sdk.TopicMessageQuery
-
Assign the number of messages to return.
- setLimit(Integer) - Method in class com.hedera.hashgraph.sdk.AddressBookQuery
-
Assign the number of node addresses to retrieve or all nodes set to 0.
- setList(List<T>) - Method in class com.hedera.hashgraph.sdk.LockableList
-
Assign a list to this list instance.
- setLiveHash(LiveHash) - Method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody.Builder
-
* A Live Hash to be added to the ledger and associated with the identified account.
- setLiveHash(LiveHash) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse.Builder
-
* The requested live hash, if found.
- setLiveHash(LiveHash) - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* A uniquely identifying livehash of an account
- setLiveHash(LiveHash.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoAddLiveHashTransactionBody.Builder
-
* A Live Hash to be added to the ledger and associated with the identified account.
- setLiveHash(LiveHash.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetLiveHashResponse.Builder
-
* The requested live hash, if found.
- setLiveHash(LiveHash.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EntityID.Builder
-
Deprecated.* A uniquely identifying livehash of an account
- setLiveHashes(int, LiveHash) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- setLiveHashes(int, LiveHash.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* All of the livehashes attached to the account (each of which is a hash along with the keys that authorized it and can delete it)
- setLiveHashToDelete(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteLiveHashTransactionBody.Builder
-
* The SHA-384 value of a specific live hash to delete.
- setLocked(boolean) - Method in class com.hedera.hashgraph.sdk.LockableList
-
Assign the lock status.
- setLogger(Logger) - Method in class com.hedera.hashgraph.sdk.Client
- setLogger(Logger) - Method in class com.hedera.hashgraph.sdk.Executable
-
Set the logger
- setLogger(Logger) - Method in class com.hedera.hashgraph.sdk.logger.Logger
-
Set logger
- setLogInfo(int, ContractLoginfo) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any Log events produced by this contract call.
- setLogInfo(int, ContractLoginfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* Any Log events produced by this contract call.
- setMajor(int) - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A major version.<br/> Hedera does not increment this value and retains a `0` value to indicate that API may change for any release.
- setMappingEntries(EvmHookMappingEntries) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.Builder
-
* Implicit storage slot updates specified as Solidity mapping entries.
- setMappingEntries(EvmHookMappingEntries.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.Builder
-
* Implicit storage slot updates specified as Solidity mapping entries.
- setMappingSlot(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntries.Builder
-
* The slot that corresponds to the Solidity mapping itself.
- setMax(long) - Method in class com.hedera.hashgraph.sdk.CustomFractionalFee
-
Assign the maximum fee amount.
- setMax(long) - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Assign the maximum component.
- setMax(long) - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Base: "maximum total fee".
- setMaxAttempts(int) - Method in class com.hedera.hashgraph.sdk.AddressBookQuery
-
Assign the maximum number of attempts.
- setMaxAttempts(int) - Method in class com.hedera.hashgraph.sdk.Client
-
Set the max number of attempts a request executed with this client will do.
- setMaxAttempts(int) - Method in class com.hedera.hashgraph.sdk.Executable
-
Set the maximum times execution will be attempted.
- setMaxAttempts(int) - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Set the maximum number of attempts for the query.
- setMaxAttempts(int) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeAddressBookQuery
-
Set the maximum number of attempts for the query.
- setMaxAttempts(int) - Method in class com.hedera.hashgraph.sdk.TopicMessageQuery
-
Assign the maximum number of attempts.
- setMaxAutoAssociations(int) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A maximum for the number of tokens that can be automatically associated with this account.
- setMaxAutomaticTokenAssociations(int) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
A maximum number of tokens that can be auto-associated with this account.
By default this value is 0 for all accounts except for automatically created accounts (e.g. - setMaxAutomaticTokenAssociations(int) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
A maximum number of tokens that can be auto-associated with this account.
By default this value is 0 for all accounts except for automatically created accounts (i.e smart contracts) which default to -1. - setMaxAutomaticTokenAssociations(int) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
The maximum number of tokens that an Account can be implicitly associated with.
- setMaxAutomaticTokenAssociations(int) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
The maximum number of tokens that can be auto-associated with this smart contract.
- setMaxAutomaticTokenAssociations(int) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
If set, modify the maximum number of tokens that can be auto-associated with the contract.
- setMaxAutomaticTokenAssociations(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The maximum number of tokens that can be auto-associated with this smart contract.
- setMaxAutomaticTokenAssociations(int) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The maximum number of tokens that the contract can be associated to automatically.
- setMaxAutomaticTokenAssociations(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (e.g.
- setMaxAutomaticTokenAssociations(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The maximum number of tokens that can be auto-associated with the account.
- setMaxAutomaticTokenAssociations(int) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The maximum number of tokens that can be auto-associated with the account.
- setMaxAutomaticTokenAssociations(Int32Value) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the maximum number of tokens that can be auto-associated with the contract.
- setMaxAutomaticTokenAssociations(Int32Value) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (i.e smart contracts) which default to -1.
- setMaxAutomaticTokenAssociations(Int32Value.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the maximum number of tokens that can be auto-associated with the contract.
- setMaxAutomaticTokenAssociations(Int32Value.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A maximum number of tokens that can be auto-associated with this account.<br/> By default this value is 0 for all accounts except for automatically created accounts (i.e smart contracts) which default to -1.
- setMaxBackoff(Duration) - Method in class com.hedera.hashgraph.sdk.AddressBookQuery
-
Assign the maximum backoff duration.
- setMaxBackoff(Duration) - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Set the maximum backoff time
- setMaxBackoff(Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
The maximum amount of time to wait between retries.
- setMaxBackoff(Duration) - Method in class com.hedera.hashgraph.sdk.Executable
-
The maximum amount of time to wait between retries.
- setMaxBackoff(Duration) - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Set the maximum backoff duration for retry attempts.
- setMaxBackoff(Duration) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeAddressBookQuery
-
Set the maximum backoff duration for retry attempts.
- setMaxBackoff(Duration) - Method in class com.hedera.hashgraph.sdk.TopicMessageQuery
-
The maximum backoff in milliseconds.
- setMaxChunks(int) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Assign the max number of chunks.
- setMaxChunks(int) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Set the maximal number of chunks
- setMaxCustomFees(int, CustomFeeLimit) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- setMaxCustomFees(int, CustomFeeLimit) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- setMaxCustomFees(int, CustomFeeLimit.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- setMaxCustomFees(int, CustomFeeLimit.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A list of maximum custom fees that the users are willing to pay.
- setMaxGasAllowance(long) - Method in class com.hedera.hashgraph.sdk.proto.EthereumTransactionBody.Builder
-
* A maximum amount of "gas" offered to pay the Ethereum transaction costs.
- setMaxGasAllowance(Hbar) - Method in class com.hedera.hashgraph.sdk.EthereumFlow
-
Deprecated.Sets the maximum amount that the payer of the hedera transaction is willing to pay to complete the transaction.
- setMaxGasAllowanceHbar(Hbar) - Method in class com.hedera.hashgraph.sdk.EthereumTransaction
-
Sets the maximum amount that the payer of the hedera transaction is willing to pay to complete the transaction.
- setMaximumAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* A maximum fee to charge, in units of 10<sup>-decimals</sup> tokens.
- setMaxNodeAttempts(int) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Set the max number of times a node can return a bad gRPC status before we remove it from the list.
- setMaxNodeAttempts(int) - Method in class com.hedera.hashgraph.sdk.Client
-
Set the max number of times any node in the network can receive a bad gRPC status before being removed from the network.
- setMaxNodeBackoff(Duration) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Set the maximum backoff a node should use when receiving a bad gRPC status.
- setMaxNodeReadmitTime(Duration) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Assign the maximum node readmit time.
- setMaxNodeReadmitTime(Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
Assign the maximum node readmit time.
- setMaxNodesPerRequest(int) - Method in class com.hedera.hashgraph.sdk.Network
-
Assign the maximum nodes to be returned for each request.
- setMaxNodesPerTransaction(int) - Method in class com.hedera.hashgraph.sdk.Client
-
Set the max amount of nodes that will be chosen per request.
- setMaxQueryPayment(Hbar) - Method in class com.hedera.hashgraph.sdk.Client
-
Deprecated.Use
Client.setDefaultMaxQueryPayment(Hbar)instead. - setMaxQueryPayment(Hbar) - Method in class com.hedera.hashgraph.sdk.Query
-
Set the maximum payment allowable for this query.
- setMaxResultSize(long) - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
-
Deprecated.with no replacement
Sets the max number of bytes that the result might include. The run will fail if it had returned more than this number of bytes. - setMaxResultSize(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
Deprecated.proto.ContractCallLocalQuery.maxResultSize is deprecated. See contract_call_local.proto;l=88
- setMaxRetry(int) - Method in class com.hedera.hashgraph.sdk.Executable
-
Deprecated.Use
Executable.setMaxAttempts(int)instead. - setMaxStake(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* A limit to the amount of stake considered for consensus weight.
- setMaxStake(long) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The maximum stake to this node that is considered to calculate its weight in the network consensus.
- setMaxStakeRewarded(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A maximum network-wide stake that can earn full rewards.<br/> If the network-wide stake, in tinybar, exceeds this value, then staking rewards must be reduced to maintain "smooth" reward adjustments as defined in HIP-782.<br/> This value is further detailed in HIP-786.
- setMaxStakingRewardRatePerHbar(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A maximum reward rate for this staking period.
- setMaxSupply(long) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A maximum supply of this token.<br/> This is the maximum number of tokens of this type that may be issued.
- setMaxSupply(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A maximum supply for this token.
- setMaxSupply(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A maximum supply of this token.<br/> This is the maximum number of tokens of this type that may be issued.
- setMaxSupply(long) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
A maximum supply for this token.
- setMaxTotalReward(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A limit amount that could be paid as staking rewards.<br/> In the limit case, the network could pay at most this amount, in tinybar as staking rewards for the staking period that just ended, if all other conditions were met to perfection.<br/> <p> This value SHALL reflect the result of a maximum reward calculation that takes into account the balance thresholds and maximum stake thresholds as defined in HIP-782 and HIP-786.<br/> This value is a convenience.
- setMaxTransactionFee(Hbar) - Method in class com.hedera.hashgraph.sdk.Client
-
Deprecated.Use
Client.setDefaultMaxTransactionFee(Hbar)instead. - setMaxTransactionFee(Hbar) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Set the maximum transaction fee the operator (paying account) is willing to pay.
- setMemo(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
Deprecated.proto.NodeAddress.memo is deprecated. See basic_types.proto;l=2168
- setMemo(StringValue) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated memo to be associated with this topic.
- setMemo(StringValue) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A short description of this Account.
- setMemo(StringValue) - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* A short description of this file.
- setMemo(StringValue) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A short description for this token.
- setMemo(StringValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* An updated memo to be associated with this topic.
- setMemo(StringValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A short description of this Account.
- setMemo(StringValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileUpdateTransactionBody.Builder
-
* A short description of this file.
- setMemo(StringValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A short description for this token.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A short description of this account.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A short memo for this topic.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A short description of this topic.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* A short memo for this smart contract.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* A short description of this smart contract.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* A short description of this Account.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A short description of this account.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* A short description of the file.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A short description of this file.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A short description for this file.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A short description of this account.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A short description of the schedulable transaction.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* A short description for this schedule.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A short description of the schedule.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A short description for this schedule.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A short description of this token.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A short description for this token.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A short description of this token.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A short description of this topic.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A short description for this transaction.
- setMemo(String) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction memo.<br/> This is the memo that was submitted as part of the transaction.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A short description of this account.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* A short memo for this topic.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A short description of this topic.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* A short memo for this smart contract.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* A short description of this smart contract.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* A short description of this Account.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A short description of this account.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* A short description of the file.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A short description of this file.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A short description for this file.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A short description of this account.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A short description of the schedulable transaction.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* A short description for this schedule.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A short description of the schedule.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A short description for this schedule.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A short description of this token.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A short description for this token.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A short description of this token.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* A short description of this topic.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A short description for this transaction.
- setMemoBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction memo.<br/> This is the memo that was submitted as part of the transaction.
- setMemoWrapper(StringValue) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the short memo for this smart contract.
- setMemoWrapper(StringValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* If set, modify the short memo for this smart contract.
- setMessage(byte[]) - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
Assign the message from a byte array.
- setMessage(ByteString) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody.Builder
-
* The message being signed.
- setMessage(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* A message to be submitted.
- setMessage(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* The message body originally in the ConsensusSubmitMessageTransactionBody.
- setMessage(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails.Builder
-
* The message itself.
- setMessage(ByteString) - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
Assign the message from a byte string.
- setMessage(String) - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
Assign the message from a string.
- setMessages(int, WrapsMessageDetails) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory.Builder
-
The published messages.
- setMessages(int, WrapsMessageDetails.Builder) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageHistory.Builder
-
The published messages.
- setMetadata(byte[]) - Method in class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
-
A new value for the metadata.
- setMetadata(int, ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* A list of metadata bytes.<br/> <p> One non-fungible/unique token SHALL be minted for each entry in this list.<br/> Each entry in this list MUST NOT be larger than the limit set by the current network configuration value `tokens.maxMetadataBytes`.<br/> This list MUST NOT contain more entries than the current limit set by the network configuration value `tokens.nfts.maxBatchSizeMint`.<br/> If this list is not empty, the token MUST be a non-fungible/unique type.<br/> If this list is empty, the token MUST be a fungible/common type.
- setMetadata(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.History.Builder
-
* The metadata associated to the address book.
- setMetadata(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The metadata bytes for this NFT.
- setMetadata(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A Token "Metadata".
- setMetadata(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* Token "Metadata".
- setMetadata(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A Token "Metadata".
- setMetadata(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* Represents the unique metadata of the NFT
- setMetadata(BytesValue) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A new value for the metadata.
- setMetadata(BytesValue) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* Token "Metadata".
- setMetadata(BytesValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A new value for the metadata.
- setMetadata(BytesValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* Token "Metadata".
- setMetadata(List<byte[]>) - Method in class com.hedera.hashgraph.sdk.TokenMintTransaction
-
A list of metadata bytes.
- setMetadataKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
An Hedera key for managing the token `metadata`.
- setMetadataKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
A Hedera key for managing the token `metadata`.
- setMetadataKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access Control of metadata update for this token.
- setMetadataKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing the token `metadata`.
- setMetadataKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access Control of metadata update for this token.
- setMetadataKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing the token `metadata`.
- setMetadataKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access Control of metadata update for this token.
- setMetadataKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing the token `metadata`.
- setMetadataKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access Control of metadata update for this token.
- setMetadataKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing the token `metadata`.
- setMigrationRecordsStreamed(boolean) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* A flag indicating that migration records have been published.
- setMigrationRootHashVote(MigrationRootHashVoteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on migration wrapped record root hash state.
- setMigrationRootHashVote(MigrationRootHashVoteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for voting on migration wrapped record root hash state.
- setMilliOpsPerSec(long) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A throttle limit for this group.<br/> This is a total number of operations, in thousandths, the network may perform each second for this group.
- setMin(long) - Method in class com.hedera.hashgraph.sdk.CustomFractionalFee
-
Assign the minimum fee amount.
- setMin(long) - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Assign the minimum component.
- setMin(long) - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Base: "minimum total fee".
- setMinBackoff(Duration) - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Set the minimum backoff tim
- setMinBackoff(Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
The minimum amount of time to wait between retries.
- setMinBackoff(Duration) - Method in class com.hedera.hashgraph.sdk.Executable
-
The minimum amount of time to wait between retries.
- setMinimumAmount(long) - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* A minimum fee to charge, in units of 10<sup>-decimals</sup> tokens.
- setMinNodeBackoff(Duration) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Set the minimum backoff a node should use when receiving a bad gRPC status.
- setMinNodeReadmitTime(Duration) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Assign the minimum node readmit time.
- setMinNodeReadmitTime(Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
Assign the minimum node readmit time.
- setMinor(int) - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A minor version.<br/> Hedera increments this value with each release.<br/> There may be incompatible API changes in any Hedera Services release.
- setMinStake(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* A minimum amount of HBAR staked to a node to receive rewards.
- setMinStake(long) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The minimum stake, in tinybar, that is required for this node to have a non-zero weight in the network consensus.
- setMintTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The consensus time of the TokenMint that created this NFT as offset from the epoch.
- setMintTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The consensus time of the TokenMint that created this NFT as offset from the epoch.
- setMirrorNetwork(List<String>) - Method in class com.hedera.hashgraph.sdk.Client
-
Set the mirror network nodes.
- setMirrorNode(RegisteredServiceEndpoint.MirrorNodeEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A Mirror Node.<br/> A Mirror Node is an advanced indexing and query service that provides fast and flexible access to query the block chain and transaction history.
- setMirrorNode(RegisteredServiceEndpoint.MirrorNodeEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A Mirror Node.<br/> A Mirror Node is an advanced indexing and query service that provides fast and flexible access to query the block chain and transaction history.
- setMirrorTransportSecurity(boolean) - Method in class com.hedera.hashgraph.sdk.Client
-
Deprecated.Mirror nodes can only be accessed using TLS
- setMode(FeeEstimateMode) - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Set the mode for fee estimation.
- setName(String) - Method in class com.hedera.hashgraph.sdk.proto.Setting.Builder
-
* A name for this setting property.
- setName(String) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A name for this bucket.<br/> This is used for log entries.
- setName(String) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A human-readable name for this token.
- setName(String) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A name for the token.<br/> This is generally the "full name" displayed in wallet software.
- setName(String) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A human-readable name for this token.
- setName(String) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new name for the token.<br/> This is generally the "full name" displayed in wallet software.
- setNameBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Setting.Builder
-
* A name for this setting property.
- setNameBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A name for this bucket.<br/> This is used for log entries.
- setNameBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A human-readable name for this token.
- setNameBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A name for the token.<br/> This is generally the "full name" displayed in wallet software.
- setNameBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A human-readable name for this token.
- setNameBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new name for the token.<br/> This is generally the "full name" displayed in wallet software.
- setNameValue(int, Setting) - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList.Builder
-
* A List of `Setting` values, typically read from application properties.
- setNameValue(int, Setting.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ServicesConfigurationList.Builder
-
* A List of `Setting` values, typically read from application properties.
- setNanos(int) - Method in class com.hedera.hashgraph.sdk.proto.Timestamp.Builder
-
* The number of nanoseconds after the start of the second referenced in `seconds`.
- setNetOfTransfers(boolean) - Method in class com.hedera.hashgraph.sdk.proto.FractionalFee.Builder
-
* Flag requesting to assess the calculated fee against the sender, without reducing the amount transferred.<br/> #### Effects of this flag <ol> <li>If this value is true <ul> <li>The receiver of a transfer SHALL receive the entire amount sent.</li> <li>The fee SHALL be charged to the sender as an additional amount, increasing the token transfer debit.</li> </ul> </li> <li>If this value is false <ul> <li>The receiver of a transfer SHALL receive the amount sent _after_ deduction of the calculated fee.</li> </ul> </li> </ol>
- setNetwork(List<String>) - Method in class com.hedera.hashgraph.sdk.MirrorNetwork
-
Assign the desired network.
- setNetwork(Map<String, AccountId>) - Method in class com.hedera.hashgraph.sdk.Client
-
Replace all nodes in this Client with a new set of nodes (e.g.
- setNetwork(Map<String, KeyT>) - Method in class com.hedera.hashgraph.sdk.BaseNetwork
-
Intelligently overwrites the current network.
- setNetworkdata(FeeComponents) - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the network for bringing a transaction to consensus.
- setNetworkdata(FeeComponents.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the network for bringing a transaction to consensus.
- setNetworkData(FeeComponents) - Method in class com.hedera.hashgraph.sdk.FeeData
-
Assign the network data fee component object.
- setNetworkFromAddressBook(NodeAddressBook) - Method in class com.hedera.hashgraph.sdk.Client
-
Replace all nodes in this Client with the nodes in the Address Book and update the address book if necessary.
- setNetworkGetExecutionTime(NetworkGetExecutionTimeQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- setNetworkGetExecutionTime(NetworkGetExecutionTimeQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- setNetworkGetExecutionTime(NetworkGetExecutionTimeResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the time, in nanoseconds, spent in direct processing for one or more recent transactions.
- setNetworkGetExecutionTime(NetworkGetExecutionTimeResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the time, in nanoseconds, spent in direct processing for one or more recent transactions.
- setNetworkGetVersionInfo(NetworkGetVersionInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the versions of Hedera Services and the HAPI API deployed on the responding consensus node.
- setNetworkGetVersionInfo(NetworkGetVersionInfoQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get the versions of Hedera Services and the HAPI API deployed on the responding consensus node.
- setNetworkGetVersionInfo(NetworkGetVersionInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the deployed versions of Hedera Services and the API definitions in semantic version format
- setNetworkGetVersionInfo(NetworkGetVersionInfoResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the deployed versions of Hedera Services and the API definitions in semantic version format
- setNetworkName(NetworkName) - Method in class com.hedera.hashgraph.sdk.Client
-
Deprecated.use
Client.setLedgerId(LedgerId)instead - setNetworkUpdatePeriod(Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
Set the period for updating the Address Book
- setNewCrs(ByteString) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody.Builder
-
* The party's generated random CRS.
- setNewPendingAirdrops(int, PendingAirdropRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of pending token airdrops.
- setNewPendingAirdrops(int, PendingAirdropRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of pending token airdrops.
- setNewRealmAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> If a realm is used, it must already exist; we shouldn't be creating it without a separate transaction.</blockquote></blockquote> <p> This was intended to provide an admin key for any new realm created during the creation of the smart contract.<br/> This value is currently ignored.
- setNewRealmAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.
- setNewRealmAdminKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
Deprecated.
- setNewRealmAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> If a realm is used, it must already exist; we shouldn't be creating it without a separate transaction.</blockquote></blockquote> <p> This was intended to provide an admin key for any new realm created during the creation of the smart contract.<br/> This value is currently ignored.
- setNewRealmAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.
- setNewRealmAdminKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
Deprecated.
- setNewTotalSupply(long) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of `TokenMint`, `TokenWipe`, or `TokenBurn`.<br/> For non-unique tokens, the current total supply of that token.<br/> For unique tokens,the total number of NFTs issued for that token.
- setNext(FeeSchedule) - Method in class com.hedera.hashgraph.sdk.FeeSchedules
-
Assign the next fee schedule.
- setNextAirdrop(PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* A pending airdrop identifier.<br/> <p> This field SHALL identify the specific pending airdrop that follows this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".
- setNextAirdrop(PendingAirdropId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* A pending airdrop identifier.<br/> <p> This field SHALL identify the specific pending airdrop that follows this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".
- setNextContributingNodeId(UInt64Value) - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The id of the next node that should contribute to the CRS.
- setNextContributingNodeId(UInt64Value.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The id of the next node that should contribute to the CRS.
- setNextEncryptionKey(ByteString) - Method in class com.hedera.hapi.node.state.tss.legacy.TssEncryptionKeys.Builder
-
* If non-empty, the same node's next TSS encryption key.
- setNextFeeSchedule(FeeSchedule) - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule.Builder
-
* A future fee schedule to use when the current schedule expires.
- setNextFeeSchedule(FeeSchedule.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule.Builder
-
* A future fee schedule to use when the current schedule expires.
- setNextHookId(Int64Value) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- setNextHookId(Int64Value) - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- setNextHookId(Int64Value.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- setNextHookId(Int64Value.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookCreation.Builder
-
* If set, the id of the hook following this one in the owner's doubly-linked list of hooks.
- setNextKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* If set, the new hinTS key the node wants to use when the next construction begins.
- setNextKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ProofKeySet.Builder
-
* If set, the proof key the node wants to start using in the address book.
- setNextKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.SlotValue.Builder
-
* The word of the next key in this contract's storage list (if any).
- setNextRate(ExchangeRate) - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet.Builder
-
* A future exchange rate.
- setNextRate(ExchangeRate.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ExchangeRateSet.Builder
-
* A future exchange rate.
- setNextToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The Token ID of the next entry in the associated Account's "virtual double-linked list" of token relationships.
- setNextToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The Token ID of the next entry in the associated Account's "virtual double-linked list" of token relationships.
- setNft(NftID) - Method in class com.hedera.hashgraph.sdk.proto.TokenReference.Builder
-
* A single specific serialized non-fungible/unique token.
- setNft(NftID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenReference.Builder
-
* A single specific serialized non-fungible/unique token.
- setNft(TokenNftInfo) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse.Builder
-
* The information about this NFT
- setNft(TokenNftInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoResponse.Builder
-
* The information about this NFT
- setNftAllowances(int, NftAllowance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of non-fungible token allowances approved by the account owner.
- setNftAllowances(int, NftAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of non-fungible token allowances approved by the account owner.
- setNftAllowances(int, NftRemoveAllowance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody.Builder
-
* List of non-fungible/unique token allowances to remove.
- setNftAllowances(int, NftRemoveAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBody.Builder
-
* List of non-fungible/unique token allowances to remove.
- setNftId(NftId) - Method in class com.hedera.hashgraph.sdk.PendingAirdropId
- setNftId(NftId) - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
-
Sets the NFT ID for which information is requested.
- setNftId(NftID) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The id of this NFT, consisting of a Token ID and serial number.
- setNftId(NftID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The id of this NFT, consisting of a Token ID and serial number.
- setNftID(NftID) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery.Builder
-
* A non-fungible/unique token (NFT) identifier.
- setNftID(NftID) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* A non-fungible/unique token (NFT) identifier.
- setNftID(NftID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfoQuery.Builder
-
* A non-fungible/unique token (NFT) identifier.
- setNftID(NftID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* A non-fungible/unique token (NFT) identifier.
- setNftIds(List<NftId>) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Assign the list of nftIds.
- setNftIds(List<NftId>) - Method in class com.hedera.hashgraph.sdk.TokenRejectTransaction
-
A list of one or more token rejections (a single specific serialized non-fungible/unique token).
- setNfts(int, TokenNftInfo) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* List of NFTs associated to the account
- setNfts(int, TokenNftInfo) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A list of messages, each of which describes one NFT.
- setNfts(int, TokenNftInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
-
* List of NFTs associated to the account
- setNfts(int, TokenNftInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A list of messages, each of which describes one NFT.
- setNftTransferApproval(NftId, boolean) - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
-
Deprecated.
- setNftTransfers(int, NftTransfer) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of NftTransfers.
- setNftTransfers(int, NftTransfer.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of NftTransfers.
- setNMinus1RunningHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes.Builder
-
* The previous running hash of all record stream items.
- setNMinus2RunningHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes.Builder
-
* The previous, previous running hash of all record stream items.
- setNMinus3RunningHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes.Builder
-
* The previous, previous, previous running hash of all record stream items.
- setNodeAccountId(AccountID) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayment.Builder
-
* The node account id
- setNodeAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* An account to be paid the "node" portion of transaction fees.<br/> The "node" fees are paid to the node that submitted the transaction.
- setNodeAccountId(AccountID.Builder) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayment.Builder
-
* The node account id
- setNodeAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* An account to be paid the "node" portion of transaction fees.<br/> The "node" fees are paid to the node that submitted the transaction.
- setNodeAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A node account identifier.
- setNodeAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A node account identifier.
- setNodeAccountIds(List<AccountId>) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Set the account IDs of the nodes that this transaction will be submitted to.
- setNodeAccountIds(List<AccountId>) - Method in class com.hedera.hashgraph.sdk.Executable
-
Set the account IDs of the nodes that this transaction will be submitted to.
- setNodeAccountIds(List<AccountId>) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Set the account IDs of the nodes that this transaction will be submitted to.
- setNodeAccountIds(List<AccountId>) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Set the account IDs of the nodes that this transaction will be submitted to.
- setNodeActivities(int, NodeActivity) - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- setNodeActivities(int, NodeActivity.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A list of node activities.<br/> This records the number of rounds when each node created judges for the consensus algorithm.
- setNodeAddress(int, NodeAddress) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook.Builder
-
* Published data for all nodes in the network
- setNodeAddress(int, NodeAddress.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddressBook.Builder
-
* Published data for all nodes in the network
- setNodeAddresses(List<NodeAddress>) - Method in class com.hedera.hashgraph.sdk.NodeAddressBook
-
Assign the list of node addresses.
- setNodeCertHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A hash of the node's TLS certificate.
- setNodeContributions(int, LedgerIdNodeContribution) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The node-specific contributions made to the new ledger id.
- setNodeContributions(int, LedgerIdNodeContribution.Builder) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdPublicationTransactionBody.Builder
-
* The node-specific contributions made to the new ledger id.
- setNodeCreate(NodeCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- setNodeCreate(NodeCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- setNodeCreate(NodeCreateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- setNodeCreate(NodeCreateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new node in the network address book.<br/> This is a privileged operation.
- setNodedata(FeeComponents) - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the submitting node.
- setNodedata(FeeComponents.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the submitting node.
- setNodeData(FeeComponents) - Method in class com.hedera.hashgraph.sdk.FeeData
-
Assign the node data fee component object.
- setNodeDelete(NodeDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a node from the network address book.<br/> This will mark the node as deleted.<br/> This is a privileged operation.
- setNodeDelete(NodeDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a node from the network address book.<br/> This is a privileged operation.
- setNodeDelete(NodeDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a node from the network address book.<br/> This will mark the node as deleted.<br/> This is a privileged operation.
- setNodeDelete(NodeDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a node from the network address book.<br/> This is a privileged operation.
- setNodeFeesCollected(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* The fees collected by node accounts in this period.
- setNodeId(long) - Method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey.Builder
-
* The node id of the node that created the TssVote.<br/> This id uniquely identifies the node.
- setNodeId(long) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution.Builder
-
* The node id.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Assign the node id.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.NodeDeleteTransaction
-
A consensus node identifier in the network state.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
A consensus node identifier in the network state.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.ConstructionNodeId.Builder
-
* The unique id of a node.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.HintsKeySet.Builder
-
* The id of the node submitting these keys.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A consensus node identifier.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeActivity.Builder
-
* A node identifier.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A numeric identifier for the node.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBody.Builder
-
* A consensus node identifier in the network state.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.NodePartyId.Builder
-
* The node id.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeSignature.Builder
-
* The node id of the node that created the _RSA_ signature.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* A node identifier.<br/> This value uniquely identifies this node within the network address book.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A consensus node identifier in the network state.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVoteId.Builder
-
* The id of the node submitting the vote.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.ProofKey.Builder
-
* The node id.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A consensus node identifier.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* An affected node identifier.<br/> In the receipt of a NodeCreate, the id of the newly created node.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry.Builder
-
* A node identifier.<br/> This identifies the node that submitted the transaction to consensus.
- setNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* A node identifier.<br/> This identifier is the node, as known to the address book, that submitted the transaction for consensus.
- setNodeMaxBackoff(Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
Set the maximum backoff time for any node in the network.
- setNodeMinBackoff(Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
Set the minimum backoff time for any node in the network.
- setNodeNumber(long) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The entity number of this node.<br/> The shard and realm numbers are implied, based on the network address book entry for this node.
- setNodePartyIds(int, NodePartyId) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The final party ids assigned to each node in the target roster.
- setNodePartyIds(int, NodePartyId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The final party ids assigned to each node in the target roster.
- setNodeRewardFeeFraction(Fraction) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A fraction of network and service fees paid to the "node" reward account.<br/> The node staking rewards are paid from the designated reward account `0.0.801`, which receives a fraction of network and service fees for each transaction.
- setNodeRewardFeeFraction(Fraction.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A fraction of network and service fees paid to the "node" reward account.<br/> The node staking rewards are paid from the designated reward account `0.0.801`, which receives a fraction of network and service fees for each transaction.
- setNodesFromNodeAccountIds(Client) - Method in class com.hedera.hashgraph.sdk.Executable
- setNodeSignature(ByteString) - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* A signature produced by the node.
- setNodeSignature(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.NodeSignature.Builder
-
* The bytes of an _RSA_ signature.
- setNodeSignatures(int, NodeSignature) - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- setNodeSignatures(int, NodeSignature.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
- setNodeStake(int, NodeStake) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- setNodeStake(int, NodeStake.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A list of `NodeStake` entries for each node at the beginning of the new staking period.
- setNodeStakeUpdate(NodeStakeUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update the staking information.<br/> This internal transaction is performed at the end of a staking period to complete staking calculations and indicate that new staking period has started.
- setNodeStakeUpdate(NodeStakeUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update the staking information.<br/> This internal transaction is performed at the end of a staking period to complete staking calculations and indicate that new staking period has started.
- setNodeTransactionPrecheckCode(ResponseCodeEnum) - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* The result code for this query.
- setNodeTransactionPrecheckCode(ResponseCodeEnum) - Method in class com.hedera.hashgraph.sdk.proto.TransactionResponse.Builder
-
* A pre-consensus response code.
- setNodeTransactionPrecheckCodeValue(int) - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* The result code for this query.
- setNodeTransactionPrecheckCodeValue(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionResponse.Builder
-
* A pre-consensus response code.
- setNodeUpdate(NodeUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- setNodeUpdate(NodeUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- setNodeUpdate(NodeUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- setNodeUpdate(NodeUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a node in the network address book.<br/> This is a privileged operation.
- setNodeWaitTime(Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
Deprecated.- Use
Client.setNodeMinBackoff(Duration)()} instead - setNonce(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* An identifier for an internal transaction.<br/> An internal transaction is one that was spawned as part of handling a user transaction.
- setNonce(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractNonceInfo.Builder
-
* A "nonce" value.
- setNonce(Integer) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Assign the nonce value.
- setNonFungibleToken(NftID) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* The id of a single NFT<br/> This is the type of token for a non-fungible/unique token airdrop and consists of a Token ID and serial number.
- setNonFungibleToken(NftID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* The id of a single NFT<br/> This is the type of token for a non-fungible/unique token airdrop and consists of a Token ID and serial number.
- setNumAccounts(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of accounts in the network.
- setNumAirdrops(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of airdrops in the network.
- setNumAliases(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of aliases in the network.
- setNumber(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo.Builder
-
* The sequence number (from 1 to total) of the current chunk in the message.
- setNumber(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityNumber.Builder
-
Deprecated.* The entity number to store.
- setNumberAssociations(int) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of tokens associated with this account.
- setNumberEvmHookStorageSlots(long) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The number of storage slots in use by this account's EVM hooks.
- setNumberHooksInUse(long) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The number of hooks currently in use on this account.
- setNumberOwnedNfts(long) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A number of non-fungible tokens (NTFs) owned by the account.
- setNumberPendingAirdrops(long) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A number of pending airdrops.
- setNumberPositiveBalances(int) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of tokens with a positive balance associated with this account.
- setNumberProcessed(int) - Method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts.Builder
-
* A number of scheduled transactions that have been processed at a consensus second.
- setNumberScheduled(int) - Method in class com.hedera.hashgraph.sdk.proto.ScheduledCounts.Builder
-
* A number of transactions scheduled to expire at a consensus second.
- setNumberTreasuryTitles(int) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of tokens for which this account is the treasury account.
- setNumContractBytecodes(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of contract bytecodes in the network.
- setNumContractStorageSlots(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of contract storage slots in the network.
- setNumerator(long) - Method in class com.hedera.hashgraph.sdk.CustomFractionalFee
-
Assign the numerator.
- setNumerator(long) - Method in class com.hedera.hashgraph.sdk.CustomRoyaltyFee
-
Assign the numerator.
- setNumerator(long) - Method in class com.hedera.hashgraph.sdk.proto.Fraction.Builder
-
* A fractional number's numerator.
- setNumEvmHookStorageSlots(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of EVM hook storage slots in the network.
- setNumFiles(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of files in the network.
- setNumHooks(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of hooks in the network.
- setNumMissedJudgeRounds(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeActivity.Builder
-
* A count of rounds.<br/> This is the count of rounds so far, in this staking period in which the node identified by `node_id` did not create judges.
- setNumNfts(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of NFTs in the network.
- setNumNodes(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of nodes in the network.
- setNumParties(int) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody.Builder
-
* The number of parties in the hinTS scheme.
- setNumParties(int) - Method in class com.hedera.hashgraph.sdk.proto.HintsPartyId.Builder
-
* The number of parties in the hinTS scheme.
- setNumPrecedingStateChangesItems(long) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A count of "state change" block items in this block.
- setNumRegisteredNodes(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of registered nodes in the network.
- setNumRoundsInStakingPeriod(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeRewards.Builder
-
* A number of rounds so far, in this staking period.
- setNumSchedules(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of schedules in the network.
- setNumStakingInfos(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of staking infos in the network.
- setNumStorageSlots(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The number of storage slots an EVM hook is using.
- setNumTokenRelations(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of token relationships in the network.
- setNumTokens(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of tokens in the network.
- setNumTopics(long) - Method in class com.hedera.hashgraph.sdk.proto.EntityCounts.Builder
-
* The number of topics in the network.
- setOnUnsubscribe(Runnable) - Method in class com.hedera.hashgraph.sdk.SubscriptionHandle
-
Assign the callback method.
- setOperations(int, HederaFunctionality) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A list of operations to be throttled.
- setOperationsValue(int, int) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder
-
* A list of operations to be throttled.
- setOperator(AccountId, PrivateKey) - Method in class com.hedera.hashgraph.sdk.Client
-
Set the account that will, by default, be paying for transactions and queries built with this client.
- setOperatorWith(AccountId, PublicKey, UnaryOperator<byte[]>) - Method in class com.hedera.hashgraph.sdk.Client
-
Sets the account that will, by default, by paying for transactions and queries built with this client.
- setOrderNumber(int) - Method in class com.hedera.hashgraph.sdk.proto.ScheduledOrder.Builder
-
An ordered position within a conceptual list.<br/> This is the ordered position within the consensus second when the associated transaction will be executed.
- setOriginalCreateTransaction(TransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The full transaction that created this schedule.
- setOriginalCreateTransaction(TransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The full transaction that created this schedule.
- setOutputItemRootHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "output" subtree for this block.
- setOutputItemsTreeRootHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes.Builder
-
* The wrapped-record output items tree root hash for a block.
- setOwnedNfts(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* The total number of non-fungible/unique tokens owned by this account.
- setOwnedNfts(long) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The total number of non-fungible/unique tokens owned by this account.
- setOwner(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- setOwner(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- setOwner(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* An `owner` account identifier.
- setOwner(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- setOwner(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* An account identifier.<br/> This OPTIONAL field identifies the account holding the tokens to be rejected.
- setOwner(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- setOwner(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- setOwner(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* An `owner` account identifier.
- setOwner(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* An owner account identifier.<br/> This is the account identifier of the account granting an allowance for the `spender` to transfer tokens held by this account.
- setOwner(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* An account identifier.<br/> This OPTIONAL field identifies the account holding the tokens to be rejected.
- setOwnerId(AccountId) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Assign the Account ID of the Owner.
- setOwnerId(AccountId) - Method in class com.hedera.hashgraph.sdk.TokenRejectTransaction
-
An account identifier.
This OPTIONAL field identifies the account holding the tokens to be rejected. - setOwnerId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The account or contract id that owns this NFT.
- setOwnerId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The account or contract id that owns this NFT.
- setOwnerNextNftId(NftID) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The NFT ID of the next entry in the current owner's "virtual double-linked list" of owned NFTs.
- setOwnerNextNftId(NftID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The NFT ID of the next entry in the current owner's "virtual double-linked list" of owned NFTs.
- setOwnerPreviousNftId(NftID) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The NFT ID of the previous entry in the current owner's "virtual double-linked list" of owned NFTs.
- setOwnerPreviousNftId(NftID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The NFT ID of the previous entry in the current owner's "virtual double-linked list" of owned NFTs.
- setPaidStakingRewards(int, AccountAmount) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of staking rewards paid.
- setPaidStakingRewards(int, AccountAmount.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A list of staking rewards paid.
- setParentConsensusTimestamp(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A consensus timestamp for a child record.
- setParentConsensusTimestamp(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A consensus timestamp for a child record.
- setParents(int, EventDescriptor) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- setParents(int, EventDescriptor.Builder) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* A list of EventDescriptors representing the parents of this event.<br/> The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> The first element of the list SHALL be the self parent, if one exists.<br/> The list of parents SHALL NOT include more than one parent from the same creator.
- setPartialSignature(ByteString) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPartialSignatureTransactionBody.Builder
-
* The node's partial signature on the message.
- setPartyId(int) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsKeyPublicationTransactionBody.Builder
-
* The party id for which the hinTS key is being published; must be in the range [0, num_parties).
- setPartyId(int) - Method in class com.hedera.hashgraph.sdk.proto.HintsPartyId.Builder
-
* The party id, in the range [0, num_parties).
- setPartyId(int) - Method in class com.hedera.hashgraph.sdk.proto.NodePartyId.Builder
-
* The party id.
- setPartyWeight(long) - Method in class com.hedera.hashgraph.sdk.proto.NodePartyId.Builder
-
* The party's weight in the construction.
- setPatch(int) - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A patch version.
- setPaused(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A flag indicating that this token is paused.
- setPauseKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
An Hedera key for managing token "pause".
- setPauseKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
An Hedera key for managing token "pause".
- setPauseKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of pause/unpause for this token.
- setPauseKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing token "pause".
- setPauseKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of pause/unpause for this token.
- setPauseKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing token "pause".
- setPauseKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of pause/unpause for this token.
- setPauseKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for managing token "pause".
- setPauseKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of pause/unpause for this token.
- setPauseKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for managing token "pause".
- setPauseStatus(TokenPauseStatus) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating that this token is paused.<br/> A token may be paused, unpaused, or pause not applicable.
- setPauseStatusValue(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A flag indicating that this token is paused.<br/> A token may be paused, unpaused, or pause not applicable.
- setPayableAmount(Hbar) - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
-
Sets the number of hbars sent with this function call.
- setPayerAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
An account identifier of a `payer` for the scheduled transaction.
- setPayerAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The explicit payer account for the scheduled transaction.
- setPayerAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* An Account identifier for the payer for the transaction.
- setPayerAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The explicit payer account for the scheduled transaction.
- setPayerAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* An Account identifier for the payer for the transaction.
- setPayerAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* An account identifier of a `payer` for the scheduled transaction.
- setPayerAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An account identifier.
- setPayerAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* An account identifier of a `payer` for the scheduled transaction.
- setPayerAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* An account identifier.
- setPayerId(AccountId) - Method in class com.hedera.hashgraph.sdk.CustomFeeLimit
-
A payer account identifier.
- setPayment(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader.Builder
-
* A signed `CryptoTransferTransaction` to pay query fees.
- setPayment(Transaction.Builder) - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader.Builder
-
* A signed `CryptoTransferTransaction` to pay query fees.
- setPayments(int, NodePayment) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- setPayments(int, NodePayment.Builder) - Method in class com.hedera.hapi.node.state.token.legacy.NodePayments.Builder
-
* A list of node account id to the total amount of fees due to each node in the current staking period
- setPaymentTransactionId(TransactionId) - Method in class com.hedera.hashgraph.sdk.Query
-
Assign the transaction id.
- setPendingAirdropId(PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord.Builder
-
* A unique, composite, identifier for a pending airdrop.
- setPendingAirdropId(PendingAirdropId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord.Builder
-
* A unique, composite, identifier for a pending airdrop.
- setPendingAirdropIds(List<PendingAirdropId>) - Method in class com.hedera.hashgraph.sdk.PendingAirdropLogic
-
Set the pending airdrop ids
- setPendingAirdrops(int, PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- setPendingAirdrops(int, PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.
- setPendingAirdrops(int, PendingAirdropId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.
- setPendingAirdrops(int, PendingAirdropId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBody.Builder
-
* A list of one or more pending airdrop identifiers.
- setPendingAirdropValue(PendingAirdropValue) - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* An amount of fungible tokens to be sent for this pending airdrop.
- setPendingAirdropValue(PendingAirdropValue) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord.Builder
-
* A single pending airdrop amount.
- setPendingAirdropValue(PendingAirdropValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* An amount of fungible tokens to be sent for this pending airdrop.
- setPendingAirdropValue(PendingAirdropValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropRecord.Builder
-
* A single pending airdrop amount.
- setPendingReward(long) - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* An amount, in tinybar, to be received in the next reward payout.<br/> Rewards are not paid out immediately; for efficiency reasons rewards are only paid out as part of another transaction involving that account.
- setPendingRewards(long) - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* The total staking rewards, in tinybars, that may be collected by all accounts staking to all nodes after the end of this staking period.
- setPendingRewards(long) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The total staking rewards in tinybars that MAY be collected by all accounts staking to the current node after the end of this staking period.
- setPermanentRemoval(boolean) - Method in class com.hedera.hashgraph.sdk.ContractDeleteTransaction
-
Sets the permanent removal flag.
- setPermanentRemoval(boolean) - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* A flag indicating that this transaction is "synthetic"; initiated by the node software.
- setPhase(WrapsPhase) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* The phase of the proof construction this key is being published for.
- setPhase(WrapsPhase) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails.Builder
-
* The phase of the construction the message applies to.
- setPhase(WrapsPhase) - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState.Builder
-
* The phase of the WRAPS protocol.
- setPhaseValue(int) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* The phase of the proof construction this key is being published for.
- setPhaseValue(int) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails.Builder
-
* The phase of the construction the message applies to.
- setPhaseValue(int) - Method in class com.hedera.hashgraph.sdk.proto.WrapsSigningState.Builder
-
* The phase of the WRAPS protocol.
- setPort(int) - Method in class com.hedera.hashgraph.sdk.Endpoint
-
Assign the desired port number.
- setPort(int) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A network port to use.
- setPort(int) - Method in class com.hedera.hashgraph.sdk.proto.ServiceEndpoint.Builder
-
* A TCP port to use.
- setPort(int) - Method in class com.hedera.hashgraph.sdk.RegisteredServiceEndpointBase
-
Set the port used by this endpoint.
- setPortno(int) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
Deprecated.proto.NodeAddress.portno is deprecated. See basic_types.proto;l=2160
- setPostUpgradeWorkDone(boolean) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* Whether the post-upgrade work has been done.
- setPre(String) - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A pre-release version.
- setPreBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder
-
* A pre-release version.
- setPreimage(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.Builder
-
* The bytes that are the preimage of the Keccak256 hash that forms the mapping key.
- setPrePostTxAllowanceHook(HookCall) - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- setPrePostTxAllowanceHook(HookCall.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- setPrePostTxReceiverAllowanceHook(HookCall) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- setPrePostTxReceiverAllowanceHook(HookCall.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- setPrePostTxSenderAllowanceHook(HookCall) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- setPrePostTxSenderAllowanceHook(HookCall.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* Two calls, the first call before attempting the CryptoTransfer, to a method with logical signature allowPre(HookContext, ProposedTransfers); and the second call after attempting the CryptoTransfer, to a method with logical signature allowPost(HookContext, ProposedTransfers).
- setPreprocessedKeys(PreprocessedKeys) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The aggregation and verification keys for the scheme.
- setPreprocessedKeys(PreprocessedKeys) - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote.Builder
-
* The preprocessed keys this node is voting for.
- setPreprocessedKeys(PreprocessedKeys.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HintsScheme.Builder
-
* The aggregation and verification keys for the scheme.
- setPreprocessedKeys(PreprocessedKeys.Builder) - Method in class com.hedera.hashgraph.sdk.proto.PreprocessingVote.Builder
-
* The preprocessed keys this node is voting for.
- setPreprocessingStartTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If the network has gathered enough hinTS keys for this construction to begin preprocessing, the cutoff time by which keys must have been adopted to be included as input to the preprocessing algorithm.
- setPreprocessingStartTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* If the network has gathered enough hinTS keys for this construction to begin preprocessing, the cutoff time by which keys must have been adopted to be included as input to the preprocessing algorithm.
- setPreSystemDeleteExpirationSecond(long) - Method in class com.hedera.hashgraph.sdk.proto.File.Builder
-
* The pre-system-delete expiration time of a deleted "system" file, in seconds.
- setPreTxAllowanceHook(HookCall) - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- setPreTxAllowanceHook(HookCall.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AccountAmount.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- setPreTxReceiverAllowanceHook(HookCall) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- setPreTxReceiverAllowanceHook(HookCall.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- setPreTxSenderAllowanceHook(HookCall) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- setPreTxSenderAllowanceHook(HookCall.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A single call made before attempting the CryptoTransfer, to a method with logical signature allow(HookContext, ProposedTransfers)
- setPreviousAirdrop(PendingAirdropId) - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* A pending airdrop identifier.
- setPreviousAirdrop(PendingAirdropId.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AccountPendingAirdrop.Builder
-
* A pending airdrop identifier.
- setPreviousHookId(Int64Value) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, the id of the hook preceding this one in the owner's doubly-linked list of hooks.
- setPreviousHookId(Int64Value.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* If set, the id of the hook preceding this one in the owner's doubly-linked list of hooks.
- setPreviousKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.SlotValue.Builder
-
* The word of the previous key in this contract's storage list (if any).
- setPreviousToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The Token ID of the previous entry in the associated Account's "virtual double-linked list" of token relationships.
- setPreviousToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* The Token ID of the previous entry in the associated Account's "virtual double-linked list" of token relationships.
- setPreviousWrappedRecordBlockRootHash(ByteString) - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody.Builder
-
* The previous wrapped record block root hash from startup migration.
- setPreviousWrappedRecordBlockRootHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The root hash of the previous wrapped record block.
- setPrngBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A pseudorandom 384-bit sequence.
- setPrngNumber(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A pseudorandom 32-bit integer.<br/> <p> This SHALL be returned in the record of a PRNG transaction with an output range specified.
- setProof(ByteString) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.CrsPublicationTransactionBody.Builder
-
* The party's proof of the CRS update.
- setProof(HistoryProof) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote.Builder
-
* The history proof the submitting node is voting for.
- setProof(HistoryProof.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofVote.Builder
-
* The history proof the submitting node is voting for.
- setProofKey(ByteString) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* The proof key the submitting node intends to use when contributing WRAPS messages for use in proving history belongs to the chain of trust for the ledger id.
- setProvidedExpirationSecond(long) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The requested expiration time of the schedule if provided by the user.
- setProxyAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Deprecated.with no replacement Set the ID of the account to which this account is proxy staked. Use `staked_id` instead.
An account identifier for a staking proxy. - setProxyAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Sets the ID of the account to which this account is proxy staked.
- setProxyAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Deprecated.with no replacement
Sets the ID of the account to which this account is proxy staked.
If proxyAccountID is null, or is an invalid account, or is an account that isn't a node, then this account is automatically proxy staked to a node chosen by the network, but without earning payments.
If the proxyAccountID account refuses to accept proxy staking , or if it is not currently running a node, then it will behave as if proxyAccountID was null.
- setProxyAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Deprecated.with no replacement Sets the ID of the account to which this account is proxy staked.
If proxyAccountID is null, or is an invalid account, or is an account that isn't a node, then this account is automatically proxy staked to a node chosen by the network, but without earning payments.
If the proxyAccountID account refuses to accept proxy staking , or if it is not currently running a node, then it will behave as if proxyAccountID was null.
- setProxyAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
Sets the ID of the account to which this account is proxy staked.
- setProxyAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
Deprecated.
- setProxyAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
Deprecated.
- setProxyAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
Deprecated.
- setProxyAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.
- setProxyAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.
- setProxyAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- setProxyAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- setProxyAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
Deprecated.
- setProxyAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
Deprecated.
- setProxyAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.
- setProxyAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- setProxyAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- setProxyFraction(int) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.proxyFraction is deprecated. See crypto_update.proto;l=83
- setProxyReceived(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.proto.CryptoGetInfoResponse.AccountInfo.proxyReceived is deprecated. See crypto_get_info.proto;l=130
- setProxyReceived(long) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* The total amount of tinybar proxy staked to this account.
- setProxyStaker(int, ProxyStaker) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- setProxyStaker(int, ProxyStaker.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
-
Deprecated.* Each of the proxy staking accounts, and the amount they are proxy staking
- setPubKeyPrefix(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
* Prefix bytes of the public key.
- setPublicationTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails.Builder
-
* The time at which the message was published.
- setPublicationTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.WrapsMessageDetails.Builder
-
* The time at which the message was published.
- setPublicKey(String) - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Assign the public key.
- setPublicTssEncryptionKey(ByteString) - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssEncryptionKeyTransactionBody.Builder
-
* The raw bytes of the public TSS encryption key of the node sending the transaction.
- setQueryPayment(Hbar) - Method in class com.hedera.hashgraph.sdk.Query
-
Set an explicit payment amount for this query.
- setRange(int) - Method in class com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBody.Builder
-
* A range for the requested value.
- setRange(Integer) - Method in class com.hedera.hashgraph.sdk.PrngTransaction
-
Assign the range.
- setRbh(long) - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Memory: "RAM byte-hours".<br/> The fee for RAM required to process a transaction, measured in byte-hours
- setRealmID(RealmID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Realm should be determined by node and network parameters.
- setRealmID(RealmID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The realm in which this account is created.
- setRealmID(RealmID) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A realm in which this file is created.
- setRealmID(RealmID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Realm should be determined by node and network parameters.
- setRealmID(RealmID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The realm in which this account is created.
- setRealmID(RealmID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A realm in which this file is created.
- setRealmNum(long) - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
-
* A whole number realm identifier.
- setRealmNum(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
-
* A whole number realm identifier.
- setRealmNum(long) - Method in class com.hedera.hashgraph.sdk.proto.FileID.Builder
-
* A whole number realm identifier.
- setRealmNum(long) - Method in class com.hedera.hashgraph.sdk.proto.RealmID.Builder
-
* A whole number realm identifier.
- setRealmNum(long) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleID.Builder
-
* A whole number realm
- setRealmNum(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenID.Builder
-
* A whole number realm identifier.
- setRealmNum(long) - Method in class com.hedera.hashgraph.sdk.proto.TopicID.Builder
-
* A whole number realm identifier.
- setReceipt(TransactionReceipt) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A transaction receipt.
- setReceipt(TransactionReceipt) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction receipt.
- setReceipt(TransactionReceipt.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptResponse.Builder
-
* A transaction receipt.
- setReceipt(TransactionReceipt.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction receipt.
- setReceiver(AccountId) - Method in class com.hedera.hashgraph.sdk.PendingAirdropId
- setReceiverAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An Account identifier for the receiver.
- setReceiverAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An Account identifier for the receiver.
- setReceiveRecordThreshold(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.proto.CryptoCreateTransactionBody.receiveRecordThreshold is deprecated. See crypto_create.proto;l=79
- setReceiveRecordThreshold(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113
- setReceiveRecordThresholdWrapper(UInt64Value) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- setReceiveRecordThresholdWrapper(UInt64Value.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- setReceiverId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A receiving account.
- setReceiverId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A receiving account.
- setReceiverSignatureRequired(boolean) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
A flag indicating the account holder must authorize all incoming token transfers.
- setReceiverSignatureRequired(boolean) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
Removed to distinguish between unset and a default value.
Do NOT use this field to set a false value because the server cannot distinguish from the default value. - setReceiverSigRequired(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- setReceiverSigRequired(boolean) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* A flag indicating the account holder must authorize all incoming token transfers.
- setReceiverSigRequired(boolean) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- setReceiverSigRequired(boolean) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155
- setReceiverSigRequired(boolean) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* A boolean indicating that the account requires a receiver signature for inbound token transfer transactions.
- setReceiverSigRequiredWrapper(BoolValue) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A flag indicating the account holder must authorize all incoming token transfers.
- setReceiverSigRequiredWrapper(BoolValue.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* A flag indicating the account holder must authorize all incoming token transfers.
- setRecords(int, TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- setRecords(int, TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* A list of records.
- setRecords(int, TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetRecordsResponse.Builder
-
Deprecated.* A list of records, each with contractCreateResult or contractCallResult as its body
- setRecords(int, TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountRecordsResponse.Builder
-
* A list of records.
- setRegenerateTransactionId(boolean) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Regenerate the transaction id.
- setRegisteredNodeCreate(RegisteredNodeCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new registered node in the network address book.
- setRegisteredNodeCreate(RegisteredNodeCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new registered node in the network address book.
- setRegisteredNodeCreate(RegisteredNodeCreateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new registered node in the network address book.
- setRegisteredNodeCreate(RegisteredNodeCreateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new registered node in the network address book.
- setRegisteredNodeDelete(RegisteredNodeDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a registered node from the network address book.
- setRegisteredNodeDelete(RegisteredNodeDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a registered node from the network address book.
- setRegisteredNodeDelete(RegisteredNodeDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a registered node from the network address book.
- setRegisteredNodeDelete(RegisteredNodeDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a registered node from the network address book.
- setRegisteredNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A registered node identifier.
- setRegisteredNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeDeleteTransactionBody.Builder
-
* A registered node identifier in the network state.
- setRegisteredNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A registered node identifier in the network state.
- setRegisteredNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The identifier of a newly created RegisteredNode.
- setRegisteredNodeId(long) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeAddressBookQuery
-
Sets the ID of the registered node to retrieve.
- setRegisteredNodeId(long) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeDeleteTransaction
-
SET registered node identifier in the network state.
- setRegisteredNodeId(long) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
-
Set registered node identifier in the network state.
- setRegisteredNodeUpdate(RegisteredNodeUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a registered node in the network address book.
- setRegisteredNodeUpdate(RegisteredNodeUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a registered node in the network address book.
- setRegisteredNodeUpdate(RegisteredNodeUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update a registered node in the network address book.
- setRegisteredNodeUpdate(RegisteredNodeUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update a registered node in the network address book.
- setRejections(int, TokenReference) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* A list of one or more token rejections.
- setRejections(int, TokenReference.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenRejectTransactionBody.Builder
-
* A list of one or more token rejections.
- setRequestListener(UnaryOperator<ProtoRequestT>) - Method in class com.hedera.hashgraph.sdk.Executable
-
Set a callback that will be called right before the request is sent.
- setRequestTimeout(Duration) - Method in class com.hedera.hashgraph.sdk.Client
-
Set the maximum amount of time a request can run.
- setRequestType(RequestType) - Method in class com.hedera.hashgraph.sdk.TransactionFeeSchedule
-
Assign the request type.
- setRequiresTls(boolean) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A flag indicating if this endpoint requires TLS.
- setRequiresTls(boolean) - Method in class com.hedera.hashgraph.sdk.RegisteredServiceEndpointBase
-
Set whether TLS is required for this endpoint.
- setReservedStakingRewards(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* An amount reserved in the staking reward account.<br/> This is an amount "reserved" in the balance of account `0.0.800` that is already owed for pending rewards that were previously earned but have not yet been collected.<br/> This value is further detailed in HIP-786.
- setResolutionTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The consensus timestamp of the transaction that executed or deleted this schedule.
- setResolutionTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The consensus timestamp of the transaction that executed or deleted this schedule.
- setResponseDiskByte(long) - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Assign the price for data retrieved from disk.
- setResponseListener(UnaryOperator<ResponseT>) - Method in class com.hedera.hashgraph.sdk.Executable
-
Set a callback that will be called right before the response is returned.
- setResponseMemoryByte(long) - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Assign the price for data retrieved in bytes.
- setResponseType(ResponseType) - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader.Builder
-
* A type of query response requested.
- setResponseType(ResponseType) - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* The response type requested for this query.
- setResponseTypeValue(int) - Method in class com.hedera.hashgraph.sdk.proto.QueryHeader.Builder
-
* A type of query response requested.
- setResponseTypeValue(int) - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* The response type requested for this query.
- setResultData(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* Result data from the function call.
- setRetryHandler(Predicate<Throwable>) - Method in class com.hedera.hashgraph.sdk.TopicMessageQuery
-
Assign the retry handler.
- setRewardBalanceThreshold(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A minimum balance required for maximum staking rewards.<br/> This value is further detailed in HIP-786.
- setRewardRate(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* The rate of rewards, in tinybar per HBAR, for the staking reward period that just ended.
- setRewardSumHistory(int, long) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* A running list of reward amounts for the last 365+1 staking periods (typically a year and a day).
- setRightmostPrecedingStateChangesTreeHashes(int, ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A concatenation of SHA2-384 hash values.<br/> This is the "rightmost" values of the "output" subtree.
- setRosterEntries(int, RosterEntry) - Method in class com.hedera.hashgraph.sdk.proto.Roster.Builder
-
* List of roster entries, one per consensus node.
- setRosterEntries(int, RosterEntry.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Roster.Builder
-
* List of roster entries, one per consensus node.
- setRosterHash(ByteString) - Method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey.Builder
-
* A hash that uniquely identifies the target roster for the associated value in the map.
- setRosterHash(ByteString) - Method in class com.hedera.hapi.node.state.tss.legacy.TssVoteMapKey.Builder
-
* A hash of the target roster for the associated value in the map.
- setRosterHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.RosterSignatures.Builder
-
* A roster hash for the roster that the node signatures are from.
- setRosterSignatures(RosterSignatures) - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* The signatures from nodes in the active roster signing the new ledger id.<br/> These signatures establish a chain of trust from the network to the new ledger id.
- setRosterSignatures(RosterSignatures.Builder) - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* The signatures from nodes in the active roster signing the new ledger id.<br/> These signatures establish a chain of trust from the network to the new ledger id.
- setRound(long) - Method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction.Builder
-
* The round number corresponding to the round number of the state snapshot being signed.<br/> This number MUST be greater than 0.
- setRound(long) - Method in class com.hedera.hashgraph.sdk.proto.LedgerId.Builder
-
* A round number.<br/> This identifies when this ledger id becomes active.<br/> This value is REQUIRED.
- setRoundNumber(long) - Method in class com.hedera.hashgraph.sdk.proto.RoundRosterPair.Builder
-
* The round number.
- setRoundRosterPairs(int, RoundRosterPair) - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- setRoundRosterPairs(int, RoundRosterPair.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* A list of round numbers and roster hashes.<br/> The round number indicates the round in which the corresponding roster became active <p> This list SHALL be ordered by round numbers in descending order.
- setRoyaltyFee(RoyaltyFee) - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fee charged as royalty for any transfer of a non-fungible/unique token.
- setRoyaltyFee(RoyaltyFee.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CustomFee.Builder
-
* A fee charged as royalty for any transfer of a non-fungible/unique token.
- setRpcRelay(RegisteredServiceEndpoint.RpcRelayEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A RPC Relay.<br/> A RPC Relay is a proxy and translator between EVM tooling and a Hiero consensus network.
- setRpcRelay(RegisteredServiceEndpoint.RpcRelayEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.Builder
-
* A RPC Relay.<br/> A RPC Relay is a proxy and translator between EVM tooling and a Hiero consensus network.
- setRSA3072(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
Deprecated.proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068
- setRSA3072(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* RSA-3072 signature bytes.
- setRSA3072(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.SignaturePair.Builder
-
Deprecated.proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304
- setRSAPubKey(String) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A hexadecimal String encoding of an X509 public key.
- setRSAPubKeyBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A hexadecimal String encoding of an X509 public key.
- setRunningHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* The latest running hash of the topic.
- setRunningHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* The running hash (SHA384) of every message.
- setRunningHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.RunningHashes.Builder
-
* A running hash of all record stream items.
- setRunningHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The current running hash of this topic.
- setRunningHashVersion(long) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* Version of the SHA-384 digest used to update the running hash.
- setSbh(long) - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Disk: "storage byte-hours".<br/> The fee for storage required by a transaction, measured in byte-hours
- setSbpr(long) - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Response disk: "storage bytes per response".<br/> The fee for data retrieved from disk to deliver a response, measured in bytes
- setScheduleCreate(ScheduleCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a schedule.<br/> A schedule is a request to execute a specific transaction, included in the create body, in the future.
- setScheduleCreate(ScheduleCreateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a schedule.<br/> A schedule is a request to execute a specific transaction, included in the create body, in the future.
- setScheduled(boolean) - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* A scheduled transaction flag.<br/> If set, this transaction represents the execution of a Schedule after all necessary signatures are gathered.
- setScheduled(boolean) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Assign the scheduled status.
- setScheduleDelete(ScheduleDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- setScheduleDelete(ScheduleDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- setScheduleDelete(ScheduleDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- setScheduleDelete(ScheduleDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a schedule.<br/> The schedule will be marked as deleted.
- setScheduledTransaction(SchedulableTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The scheduled transaction to execute.
- setScheduledTransaction(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The scheduled transaction to execute.
- setScheduledTransaction(Transaction<?>) - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
Assign the transaction to schedule.
- setScheduledTransactionBody(SchedulableTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A scheduled transaction.
- setScheduledTransactionBody(SchedulableTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A scheduled transaction.
- setScheduledTransactionBody(SchedulableTransactionBody) - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
Assign the transaction body to schedule.
- setScheduledTransactionBody(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A scheduled transaction.
- setScheduledTransactionBody(SchedulableTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A scheduled transaction.
- setScheduledTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A transaction identifier.
- setScheduledTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ScheduleCreate` or `ScheduleSign` that enables the scheduled transaction to execute immediately, the `TransactionID` that should be used to query for the receipt or record of the scheduled transaction that was executed.
- setScheduledTransactionID(TransactionID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A transaction identifier.
- setScheduledTransactionID(TransactionID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ScheduleCreate` or `ScheduleSign` that enables the scheduled transaction to execute immediately, the `TransactionID` that should be used to query for the receipt or record of the scheduled transaction that was executed.
- setScheduleGetInfo(ScheduleGetInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a schedule.<br/> A schedule is a request to execute a transaction at a future time.
- setScheduleGetInfo(ScheduleGetInfoQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a schedule.<br/> A schedule is a request to execute a transaction at a future time.
- setScheduleGetInfo(ScheduleGetInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a scheduled transaction.
- setScheduleGetInfo(ScheduleGetInfoResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a scheduled transaction.
- setScheduleId(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* This schedule's ID within the global network state.
- setScheduleId(ScheduleID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* This schedule's ID within the global network state.
- setScheduleId(ScheduleId) - Method in class com.hedera.hashgraph.sdk.ScheduleDeleteTransaction
-
A schedule identifier.
- setScheduleId(ScheduleId) - Method in class com.hedera.hashgraph.sdk.ScheduleInfoQuery
-
Assign the schedule id.
- setScheduleId(ScheduleId) - Method in class com.hedera.hashgraph.sdk.ScheduleSignTransaction
-
A schedule identifier.
- setScheduleID(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody.Builder
-
* A schedule identifier.
- setScheduleID(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery.Builder
-
* A schedule identifier.
- setScheduleID(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A schedule identifier.
- setScheduleID(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody.Builder
-
* A schedule identifier.
- setScheduleID(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ScheduleCreate`, the id of the newly created Scheduled Entity
- setScheduleID(ScheduleID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBody.Builder
-
* A schedule identifier.
- setScheduleID(ScheduleID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQuery.Builder
-
* A schedule identifier.
- setScheduleID(ScheduleID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A schedule identifier.
- setScheduleID(ScheduleID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBody.Builder
-
* A schedule identifier.
- setScheduleID(ScheduleID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ScheduleCreate`, the id of the newly created Scheduled Entity
- setScheduleIds(int, ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList.Builder
-
* A list of schedule identifiers, in no particular order.
- setScheduleIds(int, ScheduleID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleIdList.Builder
-
* A list of schedule identifiers, in no particular order.
- setScheduleInfo(ScheduleInfo) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse.Builder
-
* Detail information for a schedule.
- setScheduleInfo(ScheduleInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleGetInfoResponse.Builder
-
* Detail information for a schedule.
- setScheduleMemo(String) - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
A short description of the schedule.
- setScheduleNum(long) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleID.Builder
-
* A whole number schedule, unique within its realm and shard
- setSchedulerAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The scheduler account for this schedule.
- setSchedulerAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The scheduler account for this schedule.
- setScheduleRef(ScheduleID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A schedule reference.<br/> The reference to a schedule ID for the schedule that initiated this transaction, if this this transaction record represents a scheduled transaction.
- setScheduleRef(ScheduleID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A schedule reference.<br/> The reference to a schedule ID for the schedule that initiated this transaction, if this this transaction record represents a scheduled transaction.
- setSchedules(int, Schedule) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList.Builder
-
* a list of schedules, in no particular order.
- setSchedules(int, Schedule.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleList.Builder
-
* a list of schedules, in no particular order.
- setScheduleSign(ScheduleSignTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Sign a schedule.<br/> Add one or more cryptographic keys to the list of keys that have signed a schedule, and which may serve to meet the signature requirements for the scheduled transaction.
- setScheduleSign(ScheduleSignTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Sign a schedule.<br/> Add one or more cryptographic keys to the list of keys that have signed a schedule, and which may serve to meet the signature requirements for the scheduled transaction.
- setScheduleValidStart(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The transaction valid start value for this schedule.
- setScheduleValidStart(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* The transaction valid start value for this schedule.
- setSeconds(long) - Method in class com.hedera.hashgraph.sdk.proto.Duration.Builder
-
* The number of seconds for this duration.
- setSeconds(long) - Method in class com.hedera.hashgraph.sdk.proto.Timestamp.Builder
-
* The number of complete seconds since the start of the epoch.
- setSeconds(long) - Method in class com.hedera.hashgraph.sdk.proto.TimestampSeconds.Builder
-
* The number of complete seconds since the start of the epoch.
- setSender(AccountId) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
-
Sets the sender of the transaction simulation.
- setSender(AccountId) - Method in class com.hedera.hashgraph.sdk.PendingAirdropId
- setSenderAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
-
Sets the account that is the "sender." If not present it is the accountId from the transactionId.
- setSenderAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An Account identifier for the sender.
- setSenderAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* An Account identifier for the sender.
- setSenderEvmAddress(String) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
-
Set the 20-byte EVM address of the sender.
- setSenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The account that is the "sender" for this contract call.
- setSenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* The account that was the "sender" for this contract call.<br/> If this is not set it SHALL be read from the accountId in the transactionId for the contract call.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- setSenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* The Hedera id of the caller.<br/>
- setSenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A sending account.
- setSenderId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCallLocalQuery.Builder
-
* The account that is the "sender" for this contract call.
- setSenderId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* The account that was the "sender" for this contract call.<br/> If this is not set it SHALL be read from the accountId in the transactionId for the contract call.<br/> This field SHALL NOT be populated when the associated `TransactionBody` in the block stream is a `ContractCreateTransactionBody` or a `ContractCallTransactionBody`.
- setSenderId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* The Hedera id of the caller.<br/>
- setSenderId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.PendingAirdropId.Builder
-
* A sending account.
- setSendRecordThreshold(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
Deprecated.proto.CryptoCreateTransactionBody.sendRecordThreshold is deprecated. See crypto_create.proto;l=71
- setSendRecordThreshold(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93
- setSendRecordThresholdWrapper(UInt64Value) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- setSendRecordThresholdWrapper(UInt64Value.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
Deprecated.
- setSequenceNumber(long) - Method in class com.hedera.hapi.node.state.tss.legacy.TssMessageMapKey.Builder
-
* A number representing consensus order.<br/> This declares the order in which the mapped value came to consensus.
- setSequenceNumber(long) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A current sequence number (starting at 1 for the first message) for messages on this topic.
- setSequenceNumber(long) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicResponse.Builder
-
* Starts at 1 for first submitted message.
- setSequenceNumber(long) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The number of messages sent to the topic.
- setSerialNumber(long) - Method in class com.hedera.hashgraph.sdk.proto.NftID.Builder
-
* A unique serial number.<br/> This serial number is unique within its token type.
- setSerialNumber(long) - Method in class com.hedera.hashgraph.sdk.proto.NftTransfer.Builder
-
* A serial number for the NFT to transfer.
- setSerialNumbers(int, long) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A list of token serial numbers.<br/> The list of serial numbers that the spender is permitted to transfer.
- setSerialNumbers(int, long) - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* The list of serial numbers to remove allowances from.
- setSerialNumbers(int, long) - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* A list of serial numbers to burn from the Treasury Account.
- setSerialNumbers(int, long) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A list of serial numbers to be updated.
- setSerialNumbers(int, long) - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* A list of serial numbers to wipe.<br/> The non-fungible/unique tokens with these serial numbers will be destroyed and cannot be recovered or reused.
- setSerialNumbers(int, long) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `TokenMint` for non-fungible/unique tokens, the serial numbers of the newly created tokens.
- setSerials(List<Long>) - Method in class com.hedera.hashgraph.sdk.TokenBurnTransaction
-
A list of serial numbers to burn from the Treasury Account.
- setSerials(List<Long>) - Method in class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
-
A list of serial numbers to be updated.
- setSerials(List<Long>) - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
-
A list of serial numbers to wipe.
The non-fungible/unique tokens with these serial numbers will be destroyed and cannot be recovered or reused. - setServicedata(FeeComponents) - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the network for providing the immediate and ongoing services associated with executing the transaction, maintaining the network, and developing the network software.
- setServicedata(FeeComponents.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* Fee components to be paid to the network for providing the immediate and ongoing services associated with executing the transaction, maintaining the network, and developing the network software.
- setServiceData(FeeComponents) - Method in class com.hedera.hashgraph.sdk.FeeData
-
Assign the service data fee component object.
- setServiceEndpoint(int, RegisteredServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A list of service endpoints for client calls.
- setServiceEndpoint(int, RegisteredServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- setServiceEndpoint(int, RegisteredServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- setServiceEndpoint(int, RegisteredServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNode.Builder
-
* A list of service endpoints for client calls.
- setServiceEndpoint(int, RegisteredServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeCreateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- setServiceEndpoint(int, RegisteredServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RegisteredNodeUpdateTransactionBody.Builder
-
* A list of service endpoints for client calls.
- setServiceEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for client calls.
- setServiceEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- setServiceEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- setServiceEndpoint(int, ServiceEndpoint) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- setServiceEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
* A list of service endpoints for client calls.
- setServiceEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
* A node's service IP addresses and TCP ports.<br/> Nodes require multiple endpoints to ensure that inter-node communication (e.g.
- setServiceEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeCreateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- setServiceEndpoint(int, ServiceEndpoint.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeUpdateTransactionBody.Builder
-
* A list of service endpoints for gRPC calls.
- setServiceEndpoints(List<Endpoint>) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
-
A list of service endpoints for gRPC calls.
- setServiceEndpoints(List<Endpoint>) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
-
A list of service endpoints for gRPC calls.
- setServiceEndpoints(List<RegisteredServiceEndpoint>) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
-
A list of service endpoints for client calls.
- setServiceEndpoints(List<RegisteredServiceEndpoint>) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
-
A list of service endpoints for client calls.
- setShardID(ShardID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Shard should be determined by the node the transaction is submitted to.
- setShardID(ShardID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The shard in which this account is created <p> Currently, this MUST be `0`.<br/> If the desired shard is `0`, this SHOULD NOT be set.
- setShardID(ShardID) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A shard in which this file is created
- setShardID(ShardID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* <blockquote>Review Question<br/> <blockquote>Should this be deprecated?<br/> It's never been used and probably never should be used...<br/> Shard should be determined by the node the transaction is submitted to.
- setShardID(ShardID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* The shard in which this account is created <p> Currently, this MUST be `0`.<br/> If the desired shard is `0`, this SHOULD NOT be set.
- setShardID(ShardID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody.Builder
-
* A shard in which this file is created
- setShardNum(long) - Method in class com.hedera.hashgraph.sdk.proto.AccountID.Builder
-
* A whole number shard identifier.
- setShardNum(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractID.Builder
-
* A whole number shard identifier.
- setShardNum(long) - Method in class com.hedera.hashgraph.sdk.proto.FileID.Builder
-
* A whole number shard identifier.
- setShardNum(long) - Method in class com.hedera.hashgraph.sdk.proto.RealmID.Builder
-
* A whole number shard identifier.
- setShardNum(long) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleID.Builder
-
* A whole number shard
- setShardNum(long) - Method in class com.hedera.hashgraph.sdk.proto.ShardID.Builder
-
* A whole number shard identifier.
- setShardNum(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenID.Builder
-
* A whole number shard identifier.
- setShardNum(long) - Method in class com.hedera.hashgraph.sdk.proto.TopicID.Builder
-
* A whole number shard identifier.
- setShareIndex(long) - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody.Builder
-
* An index to order shares.
- setSigMap(SignatureMap) - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction.Builder
-
* A set of cryptographic signatures.
- setSigMap(SignatureMap) - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- setSigMap(SignatureMap.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction.Builder
-
* A set of cryptographic signatures.
- setSigMap(SignatureMap.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- setSignatories(int, Key) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* All of the "primitive" keys that have already signed this schedule.
- setSignatories(int, Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* All of the "primitive" keys that have already signed this schedule.
- setSignature(ByteString) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* A node signature on the event hash.<br/> The signature SHALL be created with the SHA384withRSA algorithm.<br/> The signature MUST verify using the public key belonging to the `event_creator`.<br/> The `event_creator` public key SHALL be read from the address book that corresponds to the event's birth round.<br/> The signed event hash SHALL be a SHA-384 hash.<br/> The signed event hash SHALL have the following inputs, in the specified order:<br/> 1.
- setSignature(ByteString) - Method in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction.Builder
-
* The signature of state snapshot hash.<br/> This signature MUST be a RSA signature with a maximum length of 384 bytes.<br/> The signature algorithm used MUST be RSASSA-PKCS1-v1_5 with SHA-384.
- setSignature(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.HistorySignature.Builder
-
* The node's signature on the canonical serialization of the new history.
- setSignature(HistorySignature) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody.Builder
-
* This node's signature on its computed history.
- setSignature(HistorySignature.Builder) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody.Builder
-
* This node's signature on its computed history.
- setSignatureList(SignatureList) - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* A list of M signatures, each corresponding to a Key in a KeyList of the same length.
- setSignatureList(SignatureList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* A list of M signatures, each corresponding to a Key in a KeyList of the same length.
- setSignedTransactionBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
* A valid, serialized, `SignedTransaction` message.
- setSignerNonce(Int64Value) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A nonce value for the "signer account".<br/> If the contract call updated the signer nonce for the signer account (i.e.
- setSignerNonce(Int64Value) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* In an EthereumTransaction, the nonce of the signer account at the end of the transaction.<br/>
- setSignerNonce(Int64Value.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder
-
* A nonce value for the "signer account".<br/> If the contract call updated the signer nonce for the signer account (i.e.
- setSignerNonce(Int64Value.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult.Builder
-
* In an EthereumTransaction, the nonce of the signer account at the end of the transaction.<br/>
- setSigners(KeyList) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A list of "valid" signatures for this schedule.<br/> This list contains only "primitive" (i.e.
- setSigners(KeyList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A list of "valid" signatures for this schedule.<br/> This list contains only "primitive" (i.e.
- setSigningNodeIds(int, long) - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures.Builder
-
* In ascending order, the ids of the nodes that contributed signatures.
- setSigningTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature.Builder
-
* The time at which the signature was recorded.
- setSigningTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature.Builder
-
* The time at which the signature was recorded.
- setSigPair(int, SignaturePair) - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap.Builder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- setSigPair(int, SignaturePair.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SignatureMap.Builder
-
* A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
- setSigs(int, Signature) - Method in class com.hedera.hashgraph.sdk.proto.SignatureList.Builder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- setSigs(int, Signature.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SignatureList.Builder
-
Deprecated.* Each signature corresponds to a Key in the KeyList.
- setSigs(SignatureList) - Method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature.Builder
-
Deprecated.* For an N-of-M threshold key, this is a list of M signatures, at least N of which must be non-null.
- setSigs(SignatureList) - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- setSigs(SignatureList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ThresholdSignature.Builder
-
Deprecated.* For an N-of-M threshold key, this is a list of M signatures, at least N of which must be non-null.
- setSigs(SignatureList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Transaction.Builder
-
Deprecated.
- setSilent(boolean) - Method in class com.hedera.hashgraph.sdk.logger.Logger
-
Set silent mode on/off.
- setSize(long) - Method in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo.Builder
-
* A size, in bytes, for the file.
- setSmartContract(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A boolean indicating that this account is owned by a smart contract.
- setSolidityID(String) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery.Builder
-
Deprecated.* A contract ID in the format used by Solidity.
- setSolidityIDBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery.Builder
-
Deprecated.* A contract ID in the format used by Solidity.
- setSourceRosterHash(ByteString) - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody.Builder
-
* A hash of the roster containing the node generating the TssMessage.<br/> This hash uniquely identifies the source roster, which will include an entry for the node generating this TssMessage.
- setSourceRosterHash(ByteString) - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* A hash of the roster containing the node generating this TssVote.
- setSourceRosterHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* The hash of the roster whose weights are used to determine when the >=1/3 weight signing threshold is reached.
- setSourceRosterHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* The hash of the roster whose weights are used to determine when certain thresholds are during construction.
- setSpec(EvmHookSpec) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* The specification for the hook.
- setSpec(EvmHookSpec.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* The specification for the hook.
- setSpender(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- setSpender(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- setSpender(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- setSpender(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- setSpender(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- setSpender(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- setSpender(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- setSpender(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- setSpender(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- setSpender(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- setSpender(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- setSpender(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* A spender account identifier.<br/> This is the account identifier of the account permitted to transfer tokens held by the `owner`.
- setSpenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- setSpenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- setSpenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- setSpenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The account or contract id approved to spend this NFT.
- setSpenderId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* If an allowance is granted for the NFT, its corresponding spender account
- setSpenderId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- setSpenderId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- setSpenderId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
* The identifier for the spending account associated with this allowance.
- setSpenderId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Nft.Builder
-
* The account or contract id approved to spend this NFT.
- setSpenderId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenNftInfo.Builder
-
* If an allowance is granted for the NFT, its corresponding spender account
- setStage(CRSStage) - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The stage of the CRS construction.
- setStageValue(int) - Method in class com.hedera.hashgraph.sdk.proto.CRSState.Builder
-
* The stage of the CRS construction.
- setStake(long) - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Assign the tiny bar stake.
- setStake(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeAddress.Builder
-
Deprecated.proto.NodeAddress.stake is deprecated. See basic_types.proto;l=2236
- setStake(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* A consensus weight assigned to this node for the next staking period.
- setStake(long) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The total amount of HBAR staked to this node.
- setStakeAtStartOfLastRewardedPeriod(long) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An amount of HBAR staked by this account at the start of the last reward period.
- setStakedAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
Set the account to which this account will stake
- setStakedAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
ID of the account to which this account is staking its balances.
- setStakedAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Set the account to which this contract will stake
- setStakedAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
Set the account to which this contract will stake
- setStakedAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
An account identifier.
A staked account acts as a proxy, and this contract effectively nominates the same node as the identified account. - setStakedAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An identifier for the account to which this account is staking its balances as a proxy.
- setStakedAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* An account ID.
- setStakedAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* An account identifier.<br/> A staked account acts as a proxy, and this contract effectively nominates the same node as the identified account.
- setStakedAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* ID of the account to which this account is staking its balances.
- setStakedAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* ID of the account to which this account is staking its balances.
- setStakedAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A delegated stake.
- setStakedAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An identifier for the account to which this account is staking its balances as a proxy.
- setStakedAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* An account ID.
- setStakedAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* An account identifier.<br/> A staked account acts as a proxy, and this contract effectively nominates the same node as the identified account.
- setStakedAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* ID of the account to which this account is staking its balances.
- setStakedAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* ID of the account to which this account is staking its balances.
- setStakedAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A delegated stake.
- setStakedNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* An identifier for the node this account is staked to.
- setStakedNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.Builder
-
* The ID of a network node.
- setStakedNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.Builder
-
* A node identifier.<br/> A staked node identifier indicates the consensus node that this account nominates for staking.
- setStakedNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.Builder
-
* ID of the node this account is staked to.
- setStakedNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder
-
* ID of the node this account is staked to.
- setStakedNodeId(long) - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A direct stake.
- setStakedNodeId(Long) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
-
ID of the node this account is staked to.
- setStakedNodeId(Long) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
-
ID of the node this account is staked to.
- setStakedNodeId(Long) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Set the node to which this contract will stake
- setStakedNodeId(Long) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
-
The ID of a network node.
- setStakedNodeId(Long) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
-
A node identifier.
A staked node identifier indicates the consensus node that this account nominates for staking. - setStakedToMe(long) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The amount of HBAR staked to this account by others.
- setStakedToMe(long) - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A proxy-staked balance.<br/> The total HBAR balance of all accounts that delegate staking to this account or contract.
- setStakeNotRewarded(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* The total amount staked to this node, while declining rewards.
- setStakePeriodStart(long) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* If this account stakes to another account, this value SHALL be set to the time when the current period for staking and reward calculations began.
- setStakePeriodStart(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A `Timestamp` of the start time for the latest active staking period.
- setStakePeriodStart(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.StakingInfo.Builder
-
* A `Timestamp` of the start time for the latest active staking period.
- setStakeRewarded(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStake.Builder
-
* The total amount staked to this node, while accepting rewards.
- setStakeRewardStart(long) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The snapshot of stake_to_reward value at the beginning of the current staking period.
- setStakers(AllProxyStakers) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse.Builder
-
Deprecated.* List of accounts proxy staking to this account, and the amount each is currently proxy staking
- setStakers(AllProxyStakers.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse.Builder
-
Deprecated.* List of accounts proxy staking to this account, and the amount each is currently proxy staking
- setStakeToNotReward(long) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The sum of balances of all accounts staked to this node, considering only accounts that decline to receive rewards.
- setStakeToReward(long) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The sum of balances of all accounts staked to this node, considering only accounts that choose to receive rewards.
- setStakingInfo(StakingInfo) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* Staking information for this contract.
- setStakingInfo(StakingInfo) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* Staking information for this account.
- setStakingInfo(StakingInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* Staking information for this contract.
- setStakingInfo(StakingInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
* Staking information for this account.
- setStakingPeriod(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A number of minutes representing a staking period.<br/> <blockquote>Note<blockquote> For the special case of `1440` minutes, periods are treated as calendar days aligned to midnight UTC, rather than repeating `1440` minute periods left-aligned at the epoch.</blockquote></blockquote>
- setStakingPeriodsStored(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A limit to the number of staking periods held for inactive accounts.<br/> This is the maximum number of trailing staking periods for which an account can collect staking rewards.<br/> #### Example If this value is 365 with a calendar day period, then each account must collect rewards at least once per calendar year to receive the full amount of staking rewards earned.
- setStakingRewardFeeFraction(Fraction) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A fraction of network and service fees paid to the "general" reward account.<br/> The general staking rewards are paid from the designated reward account `0.0.800`, which receives a fraction of network and service fees for each transaction.
- setStakingRewardFeeFraction(Fraction.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A fraction of network and service fees paid to the "general" reward account.<br/> The general staking rewards are paid from the designated reward account `0.0.800`, which receives a fraction of network and service fees for each transaction.
- setStakingRewardRate(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
Deprecated.proto.NodeStakeUpdateTransactionBody.staking_reward_rate is deprecated. See node_stake_update.proto;l=135
- setStakingRewardsActivated(boolean) - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* A flag indicating that staking rewards are activated on the network.
- setStakingStartThreshold(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* A minimum balance required to pay general staking rewards.
- setStart(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
-
* Specifies the start index (inclusive) of the range of NFTs to query for.
- setStart(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* Specifies the start index (inclusive) of the range of NFTs to query for.
- setStart(long) - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
-
Deprecated.with no replacement
- setStartHour(int) - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
Deprecated.proto.FreezeTransactionBody.startHour is deprecated. See freeze.proto;l=59
- setStartMin(int) - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
Deprecated.proto.FreezeTransactionBody.startMin is deprecated. See freeze.proto;l=65
- setStartOfBlockStateHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the hash of consensus state at the _start_ of this block.
- setStartTime(int, int) - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
Deprecated.Use
FreezeTransaction.setStartTime(Instant)instead. - setStartTime(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* A start time for the freeze.
- setStartTime(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* A start time for the freeze.
- setStartTime(Instant) - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
A start time for the freeze.
- setStartTime(Instant) - Method in class com.hedera.hashgraph.sdk.TopicMessageQuery
-
Assign the start time.
- setStateProof(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder
-
* A state proof for the information requested.
- setStateSignatureTransaction(StateSignatureTransaction) - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction.Builder
-
* A state signature.
- setStateSignatureTransaction(StateSignatureTransaction) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for signature of a state root hash gossiped to other nodes
- setStateSignatureTransaction(StateSignatureTransaction.Builder) - Method in class com.hedera.hapi.platform.event.legacy.EventTransaction.Builder
-
* A state signature.
- setStateSignatureTransaction(StateSignatureTransaction.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction body for signature of a state root hash gossiped to other nodes
- setStatus(ResponseCodeEnum) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The consensus status of the transaction.
- setStatus(ResponseCodeEnum) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry.Builder
-
* A status result.<br/> This is the final status after handling the transaction.
- setStatusValue(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* The consensus status of the transaction.
- setStatusValue(int) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry.Builder
-
* A status result.<br/> This is the final status after handling the transaction.
- setStorage(long) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
* The amount of storage used by this smart contract.
- setStorageSlot(EvmHookStorageSlot) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.Builder
-
* An explicit storage slot update.
- setStorageSlot(EvmHookStorageSlot.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.Builder
-
* An explicit storage slot update.
- setStorageUpdates(int, EvmHookStorageUpdate) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* Initial storage updates for the hook, if any.
- setStorageUpdates(int, EvmHookStorageUpdate) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The updates to the storage of the EVM hook.
- setStorageUpdates(int, EvmHookStorageUpdate.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EvmHook.Builder
-
* Initial storage updates for the hook, if any.
- setStorageUpdates(int, EvmHookStorageUpdate.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody.Builder
-
* The updates to the storage of the EVM hook.
- setStorageUpdates(List<EvmHookStorageUpdate>) - Method in class com.hedera.hashgraph.sdk.HookStoreTransaction
-
Replace the list of storage updates.
- setSubmitKey(Key) - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Access control for message submission to the topic.
- setSubmitKey(Key) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Updated access control for message submission to the topic.
- setSubmitKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for message submission to the topic.
- setSubmitKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A key that MUST sign any transaction to submit a message to this topic.
- setSubmitKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Updated access control for message submission to the topic.
- setSubmitKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for message submission to the topic.
- setSubmitKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody.Builder
-
* Access control for message submission to the topic.
- setSubmitKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo.Builder
-
* A key that MUST sign any transaction to submit a message to this topic.
- setSubmitKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* Updated access control for message submission to the topic.
- setSubmitKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* Access control for message submission to the topic.
- setSubType(SubType) - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* A sub-type distinguishing between different types of `FeeData` that may apply to the same base transaction type (associated with an `HederaFunctionality`).
- setSubTypeValue(int) - Method in class com.hedera.hashgraph.sdk.proto.FeeData.Builder
-
* A sub-type distinguishing between different types of `FeeData` that may apply to the same base transaction type (associated with an `HederaFunctionality`).
- setSupplyKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
An Hedera key for "minting" and "burning" tokens.
- setSupplyKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
An Hedera key for "minting" and "burning" tokens.
- setSupplyKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of token mint/burn for this token.
- setSupplyKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for "minting" and "burning" tokens.
- setSupplyKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of token mint/burn for this token.
- setSupplyKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for "minting" and "burning" tokens.
- setSupplyKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of token mint/burn for this token.
- setSupplyKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for "minting" and "burning" tokens.
- setSupplyKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of token mint/burn for this token.
- setSupplyKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for "minting" and "burning" tokens.
- setSupplyType(TokenSupplyType) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A supply type for this token.
- setSupplyType(TokenSupplyType) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A supply type for this token, according to IWA classification.
- setSupplyType(TokenSupplyType) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A supply type for this token.
- setSupplyType(TokenSupplyType) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
A supply type for this token, according to IWA classification.
- setSupplyTypeValue(int) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A supply type for this token.
- setSupplyTypeValue(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A supply type for this token, according to IWA classification.
- setSupplyTypeValue(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A supply type for this token.
- setSymbol(String) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A human-readable symbol for the token.
- setSymbol(String) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A symbol to use for the token.
- setSymbol(String) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A human-readable symbol for the token.
- setSymbol(String) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A token symbol.
- setSymbol(String) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new symbol to use for the token.
- setSymbolBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A human-readable symbol for the token.
- setSymbolBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A symbol to use for the token.
- setSymbolBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A human-readable symbol for the token.
- setSymbolBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A token symbol.
- setSymbolBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new symbol to use for the token.
- setSystemDelete(SystemDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- setSystemDelete(SystemDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- setSystemDelete(SystemDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- setSystemDelete(SystemDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete a file as an Hedera administrative function.<br/> This is a privileged operation.
- setSystemUndelete(SystemUndeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- setSystemUndelete(SystemUndeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- setSystemUndelete(SystemUndeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- setSystemUndelete(SystemUndeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Restore a file deleted via `systemDelete`.<br/> This is a privileged operation.
- setTargetHistory(History) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The target history of the proof.
- setTargetHistory(History.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The target history of the proof.
- setTargetProof(HistoryProof) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* When this construction is complete, the proof that the target roster's address book and associated metadata belong to the ledger id's chain of trust.
- setTargetProof(HistoryProof.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* When this construction is complete, the proof that the target roster's address book and associated metadata belong to the ledger id's chain of trust.
- setTargetProofKeys(int, ProofKey) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- setTargetProofKeys(int, ProofKey.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* The proof keys for the target address book, needed to keep constructing proofs after adopting the target address book's roster at a handoff.
- setTargetRosterHash(ByteString) - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody.Builder
-
* A hash of the roster that the TssMessage is for.
- setTargetRosterHash(ByteString) - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* A hash of the roster that this TssVote is for.
- setTargetRosterHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.HintsConstruction.Builder
-
* The hash of the roster whose weights are used to determine when the >2/3 weight availability threshold is reached.
- setTargetRosterHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* The hash of the roster whose weights are used to assess progress toward obtaining proof keys for parties that hold at least a strong minority of the stake in that roster.
- setThreshold(int) - Method in class com.hedera.hashgraph.sdk.KeyList
-
Set a threshold for the KeyList.
- setThreshold(int) - Method in class com.hedera.hashgraph.sdk.proto.ThresholdKey.Builder
-
* A transaction MUST have valid signatures from at least this number of separate keys, from the `keys` list to be authorized by this key.
- setThresholdKey(ThresholdKey) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A threshold, M, combined with a list of N keys, any M of which are sufficient to form a valid signature.
- setThresholdKey(ThresholdKey.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Key.Builder
-
* A threshold, M, combined with a list of N keys, any M of which are sufficient to form a valid signature.
- setThresholdSignature(ThresholdSignature) - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* A list of signatures for a single N-of-M threshold Key.
- setThresholdSignature(ThresholdSignature.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Signature.Builder
-
Deprecated.* A list of signatures for a single N-of-M threshold Key.
- setThrottleBuckets(int, ThrottleBucket) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions.Builder
-
* A list of throttle buckets.
- setThrottleBuckets(int, ThrottleBucket.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions.Builder
-
* A list of throttle buckets.
- setThrottleGroups(int, ThrottleGroup) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- setThrottleGroups(int, ThrottleGroup.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder
-
* A list of throttle groups.<br/> These throttle groups combined define the effective throttle rate for the bucket.
- setTimeCreated(Timestamp) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The wall clock time at which the event was created, according to the node creating the event.<br/> If the event has a self parent, this timestamp MUST be strictly greater than the `time_created` of the self parent.
- setTimeCreated(Timestamp.Builder) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The wall clock time at which the event was created, according to the node creating the event.<br/> If the event has a self parent, this timestamp MUST be strictly greater than the `time_created` of the self parent.
- Setting - Class in com.hedera.hashgraph.sdk.proto
-
* A single runtime configuration setting.
- SETTING_NEGATIVE_ACCOUNT_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* attempting to set negative balance value for crypto account
- SETTING_NEGATIVE_ACCOUNT_BALANCE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
attempting to set negative balance value for crypto account
- SETTING_NEGATIVE_ACCOUNT_BALANCE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* attempting to set negative balance value for crypto account
- Setting.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single runtime configuration setting.
- SettingOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- setTinybarBalance(long) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* The HBAR balance of this account, in tinybar (10<sup>-8</sup> HBAR).
- setToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery.Builder
-
* A token identifier.
- setToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A token identifier.<br/> This is the token to be transferred.
- setToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A token identifier.<br/> This is the token type (i.e.
- setToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery.Builder
-
* A token identifier.
- setToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A token identifier.<br/> This is the token to be transferred.
- setToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody.Builder
-
* A token identifier.<br/> This is the token type (i.e.
- setToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A token identifier.
- setToken(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody.Builder
-
* A token identifier.
- setTokenAirdrop(TokenAirdropTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Send an "airdrop" of tokens to one or more recipients.
- setTokenAirdrop(TokenAirdropTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* "Airdrop" tokens.<br/> This transaction sends tokens from one or more "sender" accounts to one or more "recipient" accounts.
- setTokenAirdrop(TokenAirdropTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Send an "airdrop" of tokens to one or more recipients.
- setTokenAirdrop(TokenAirdropTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* "Airdrop" tokens.<br/> This transaction sends tokens from one or more "sender" accounts to one or more "recipient" accounts.
- setTokenAllowances(int, AccountFungibleTokenAllowance) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of fungible token allowances approved by this account.
- setTokenAllowances(int, AccountFungibleTokenAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A list of fungible token allowances approved by this account.
- setTokenAllowances(int, TokenAllowance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of fungible token allowances approved by the account owner.
- setTokenAllowances(int, TokenAllowance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody.Builder
-
* List of fungible token allowances approved by the account owner.
- setTokenAssociate(TokenAssociateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Associate tokens to an account.
- setTokenAssociate(TokenAssociateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Associate tokens to an account.
- setTokenAssociate(TokenAssociateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Associate tokens to an account.
- setTokenAssociate(TokenAssociateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Associate tokens to an account.
- setTokenBalances(int, TokenBalance) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
Deprecated.
- setTokenBalances(int, TokenBalance) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances.Builder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- setTokenBalances(int, TokenBalance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder
-
Deprecated.
- setTokenBalances(int, TokenBalance.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalances.Builder
-
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
- setTokenBurn(TokenBurnTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- setTokenBurn(TokenBurnTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- setTokenBurn(TokenBurnTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- setTokenBurn(TokenBurnTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Burn tokens from the treasury account.<br/> The "burn key" for the token must sign this transaction.
- setTokenCancelAirdrop(TokenCancelAirdropTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Cancel an "airdrop".<br/> This transaction cancels a pending airdrop for one or more recipients.
- setTokenCancelAirdrop(TokenCancelAirdropTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Cancel one or more "pending" airdrops that are not yet claimed.
- setTokenCancelAirdrop(TokenCancelAirdropTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Cancel an "airdrop".<br/> This transaction cancels a pending airdrop for one or more recipients.
- setTokenCancelAirdrop(TokenCancelAirdropTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Cancel one or more "pending" airdrops that are not yet claimed.
- setTokenClaimAirdrop(TokenClaimAirdropTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Claim an "airdrop".
- setTokenClaimAirdrop(TokenClaimAirdropTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Claim one or more "pending" airdrops.
- setTokenClaimAirdrop(TokenClaimAirdropTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Claim an "airdrop".
- setTokenClaimAirdrop(TokenClaimAirdropTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Claim one or more "pending" airdrops.
- setTokenCreation(TokenCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new Hedera token.
- setTokenCreation(TokenCreateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new Hedera token.
- setTokenCreation(TokenCreateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Create a new Hedera token.
- setTokenCreation(TokenCreateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Create a new Hedera token.
- setTokenDeletion(TokenDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Deletes an Hedera token.<br/> The token will be marked deleted.
- setTokenDeletion(TokenDeleteTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete an Hedera token.<br/> The token will be marked deleted.
- setTokenDeletion(TokenDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Deletes an Hedera token.<br/> The token will be marked deleted.
- setTokenDeletion(TokenDeleteTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Delete an Hedera token.<br/> The token will be marked deleted.
- setTokenDissociate(TokenDissociateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Dissociate tokens from an account.
- setTokenDissociate(TokenDissociateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Dissociate tokens from an account.
- setTokenDissociate(TokenDissociateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Dissociate tokens from an account.
- setTokenDissociate(TokenDissociateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Dissociate tokens from an account.
- setTokenFeeScheduleUpdate(TokenFeeScheduleUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- setTokenFeeScheduleUpdate(TokenFeeScheduleUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- setTokenFeeScheduleUpdate(TokenFeeScheduleUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- setTokenFeeScheduleUpdate(TokenFeeScheduleUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update the custom fee schedule for a token.<br/> This transaction must be signed by the "fee schedule key" for the token.
- setTokenFreeze(TokenFreezeAccountTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- setTokenFreeze(TokenFreezeAccountTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- setTokenFreeze(TokenFreezeAccountTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- setTokenFreeze(TokenFreezeAccountTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Freeze an account with respect to a token.<br/> A frozen account cannot transact in that token until unfrozen.
- setTokenGetAccountNftInfos(TokenGetAccountNftInfosQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- setTokenGetAccountNftInfos(TokenGetAccountNftInfosQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- setTokenGetAccountNftInfos(TokenGetAccountNftInfosResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens owned by an account.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were added to the account.
- setTokenGetAccountNftInfos(TokenGetAccountNftInfosResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens owned by an account.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were added to the account.
- setTokenGetInfo(TokenGetInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a token.
- setTokenGetInfo(TokenGetInfoQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a token.
- setTokenGetInfo(TokenGetInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting metadata for a specific Token.
- setTokenGetInfo(TokenGetInfoResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting metadata for a specific Token.
- setTokenGetNftInfo(TokenGetNftInfoQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a specific, serial numbered, non-fungible/unique token (NFT).
- setTokenGetNftInfo(TokenGetNftInfoQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get metadata for a specific, serial numbered, non-fungible/unique token (NFT).
- setTokenGetNftInfo(TokenGetNftInfoResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a specific non-fungible/unique token selected by both token identifier and serial number.
- setTokenGetNftInfo(TokenGetNftInfoResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a specific non-fungible/unique token selected by both token identifier and serial number.
- setTokenGetNftInfos(TokenGetNftInfosQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- setTokenGetNftInfos(TokenGetNftInfosQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
Deprecated.
- setTokenGetNftInfos(TokenGetNftInfosResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were minted.
- setTokenGetNftInfos(TokenGetNftInfosResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting detail for a subset of individual non-fungible/unique tokens.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were minted.
- setTokenGrantKyc(TokenGrantKycTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- setTokenGrantKyc(TokenGrantKycTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- setTokenGrantKyc(TokenGrantKycTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- setTokenGrantKyc(TokenGrantKycTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Grant KYC to an account with respect to a token.<br/> KYC is generally a "know your customer" assertion that a responsible entity has sufficient information to positively identify the account holder to relevant authorities.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance.Builder
-
* The identifier for the token associated with this allowance.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
* The identifier for the token associated with this allowance.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* The token transferred to satisfy this fee.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair.Builder
-
Deprecated.* A token identifier for the associated token.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance.Builder
-
* The identifier for the token associated with this allowance.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
* The identifier for the token associated with this allowance.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* A token identifier.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A unique identifier for this token.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation.Builder
-
* A token identifier for the associated token.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance.Builder
-
* A token identifier.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A token identifier.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A unique identifier for this token.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A token identifier.
- setTokenId(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A token identifier.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance.Builder
-
* The identifier for the token associated with this allowance.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance.Builder
-
* The identifier for the token associated with this allowance.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee.Builder
-
* The token transferred to satisfy this fee.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.EntityIDPair.Builder
-
Deprecated.* A token identifier for the associated token.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance.Builder
-
* The identifier for the token associated with this allowance.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance.Builder
-
* The identifier for the token associated with this allowance.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NftAllowance.Builder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance.Builder
-
* A token identifier.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A unique identifier for this token.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenAllowance.Builder
-
* A token identifier.<br/> This identifies the type of token the `spender` is permitted to transfer from the `owner`.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociation.Builder
-
* A token identifier for the associated token.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenBalance.Builder
-
* A token identifier.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody.Builder
-
* A token identifier.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A unique identifier for this token.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelation.Builder
-
* A token identifier.
- setTokenId(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenRelationship.Builder
-
* A token identifier.
- setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.PendingAirdropId
- setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenBurnTransaction
-
A token identifier.
- setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenDeleteTransaction
-
A token identifier.
- setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenFeeScheduleUpdateTransaction
-
A token identifier.
- setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenFreezeTransaction
-
A token identifier.
- setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenGrantKycTransaction
-
A token identifier.
- setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenInfoQuery
-
Sets the Token ID for which information is requested.
- setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenMintTransaction
-
A token identifier.
- setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenPauseTransaction
-
A token identifier.
- setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenRevokeKycTransaction
-
A token identifier.
- setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenUnfreezeTransaction
-
A token identifier.
- setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenUnpauseTransaction
-
A token identifier.
- setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
-
A token identifier.
This is the token type (i.e. - setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
A token identifier.
- setTokenId(TokenId) - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
-
A token identifier.
- setTokenID(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.NftID.Builder
-
* A token identifier.<br/> This token represents the collection containing this NFT.
- setTokenID(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* A token identifier.
- setTokenID(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A token identifier.
- setTokenID(TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `CreateToken`, the id of the newly created token
- setTokenID(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NftID.Builder
-
* A token identifier.<br/> This token represents the collection containing this NFT.
- setTokenID(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery.Builder
-
* A token identifier.
- setTokenID(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse.Builder
-
* A token identifier.
- setTokenID(TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `CreateToken`, the id of the newly created token
- setTokenIds(List<TokenId>) - Method in class com.hedera.hashgraph.sdk.TokenAssociateTransaction
-
A list of token identifiers.
- setTokenIds(List<TokenId>) - Method in class com.hedera.hashgraph.sdk.TokenDissociateTransaction
-
A list of token identifiers.
- setTokenIds(List<TokenId>) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Assign the list of tokenIds.
- setTokenIds(List<TokenId>) - Method in class com.hedera.hashgraph.sdk.TokenRejectTransaction
-
A list of one or more token rejections (a fungible/common token type).
- setTokenInfo(TokenInfo) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse.Builder
-
* The information requested for the identified token.
- setTokenInfo(TokenInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse.Builder
-
* The information requested for the identified token.
- setTokenMemo(String) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
A short description for this token.
- setTokenMemo(String) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
A short description for this token.
- setTokenMetadata(byte[]) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Token "Metadata".
- setTokenMetadata(byte[]) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Assign the metadata.
- setTokenMint(TokenMintTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- setTokenMint(TokenMintTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- setTokenMint(TokenMintTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- setTokenMint(TokenMintTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Mint new tokens.<br/> All minted tokens will be delivered to the treasury account for the token type.
- setTokenName(String) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
A name for the token.
This is generally the "full name" displayed in wallet software. - setTokenName(String) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
A new name for the token.
This is generally the "full name" displayed in wallet software. - setTokenNum(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenID.Builder
-
* A whole number token identifier.
- setTokenPause(TokenPauseTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Pause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- setTokenPause(TokenPauseTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Pause a Token.
- setTokenPause(TokenPauseTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Pause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- setTokenPause(TokenPauseTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Pause a Token.
- setTokenReject(TokenRejectTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* "Reject" undesired tokens.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- setTokenReject(TokenRejectTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Reject and return a token to treasury.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- setTokenReject(TokenRejectTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* "Reject" undesired tokens.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- setTokenReject(TokenRejectTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Reject and return a token to treasury.<br/> This transaction will transfer one or more tokens or token balances held by the requesting account to the treasury for each token type.
- setTokenRelationships(int, TokenRelationship) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
Deprecated.
- setTokenRelationships(int, TokenRelationship) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- setTokenRelationships(int, TokenRelationship) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- setTokenRelationships(int, TokenRelationship.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo.Builder
-
Deprecated.
- setTokenRelationships(int, TokenRelationship.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder
-
Deprecated.
- setTokenRelationships(int, TokenRelationship.Builder) - Method in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails.Builder
-
* As of `HIP-367`, which enabled unlimited token associations, the potential scale for this value requires that users consult a mirror node for this information.
- setTokenRevokeKyc(TokenRevokeKycTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Revoke KYC from an account with respect to a token.
- setTokenRevokeKyc(TokenRevokeKycTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Revoke KYC from an account with respect to a token.
- setTokenRevokeKyc(TokenRevokeKycTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Revoke KYC from an account with respect to a token.
- setTokenRevokeKyc(TokenRevokeKycTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Revoke KYC from an account with respect to a token.
- setTokens(int, TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* A list of token identifiers.
- setTokens(int, TokenID) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* A list of token identifiers.
- setTokens(int, TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody.Builder
-
* A list of token identifiers.
- setTokens(int, TokenID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody.Builder
-
* A list of token identifiers.
- setTokenSymbol(String) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
A symbol to use for the token.
- setTokenSymbol(String) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
A new symbol to use for the token.
- setTokenTransferApproval(TokenId, AccountId, boolean) - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
-
Deprecated.
- setTokenTransferLists(int, TokenTransferList) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- setTokenTransferLists(int, TokenTransferList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A token transfer list for this transaction.<br/> This is a list of all non-HBAR token transfers completed for this transaction.<br/>
- setTokenTransfers(int, TokenTransferList) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* One or more lists of token transfers.
- setTokenTransfers(int, TokenTransferList) - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody.Builder
-
* A list of token transfers representing one or more airdrops.
- setTokenTransfers(int, TokenTransferList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* One or more lists of token transfers.
- setTokenTransfers(int, TokenTransferList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody.Builder
-
* A list of token transfers representing one or more airdrops.
- setTokenType(TokenType) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A type for this token.
- setTokenType(TokenType) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A type for this token, according to IWA classification.
- setTokenType(TokenType) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A type for this token.
- setTokenType(TokenType) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
A type for this token, according to IWA classification.
- setTokenTypeValue(int) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A type for this token.
- setTokenTypeValue(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A type for this token, according to IWA classification.
- setTokenTypeValue(int) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A type for this token.
- setTokenUnfreeze(TokenUnfreezeAccountTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Unfreeze an account with respect to a token.
- setTokenUnfreeze(TokenUnfreezeAccountTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unfreeze an account with respect to a token.
- setTokenUnfreeze(TokenUnfreezeAccountTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Unfreeze an account with respect to a token.
- setTokenUnfreeze(TokenUnfreezeAccountTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unfreeze an account with respect to a token.
- setTokenUnpause(TokenUnpauseTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Unpause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- setTokenUnpause(TokenUnpauseTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unpause a Token.
- setTokenUnpause(TokenUnpauseTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Unpause a Token.<br/> This transaction must be signed by the "pause key" for the token.
- setTokenUnpause(TokenUnpauseTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unpause a Token.
- setTokenUpdate(TokenUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- setTokenUpdate(TokenUpdateTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- setTokenUpdate(TokenUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- setTokenUpdate(TokenUpdateTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update an Hedera token.<br/> Depending on what fields are to be modified, the signature requirements will vary.
- setTokenUpdateNfts(TokenUpdateNftsTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- setTokenUpdateNfts(TokenUpdateNftsTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- setTokenUpdateNfts(TokenUpdateNftsTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- setTokenUpdateNfts(TokenUpdateNftsTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Update one or more non-fungible/unique tokens.<br/> This will update metadata for one or more serial numbers within a collection (token type).
- setTokenWipe(TokenWipeAccountTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- setTokenWipe(TokenWipeAccountTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- setTokenWipe(TokenWipeAccountTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- setTokenWipe(TokenWipeAccountTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Wipe tokens from an account.<br/> This will remove a specified amount of fungible/common tokens or a specified list of non-fungible/unique serial numbered tokens of a given token type from an Hedera account.
- setTopic(int, ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ContractLoginfo.Builder
-
* A list of the "topics" in this log entry.<br/> The EVM permits up to 4 topics, each of which is 32 bytes (one EVM word).
- setTopicId(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The topic's ID.
- setTopicId(TopicID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Topic.Builder
-
* The topic's ID.
- setTopicId(TopicId) - Method in class com.hedera.hashgraph.sdk.TopicDeleteTransaction
-
Set the topic ID to delete.
- setTopicId(TopicId) - Method in class com.hedera.hashgraph.sdk.TopicInfoQuery
-
Set the topic to retrieve info about (the parameters and running state of).
- setTopicId(TopicId) - Method in class com.hedera.hashgraph.sdk.TopicMessageQuery
-
Assign the topic id.
- setTopicId(TopicId) - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
Assign the topic id.
- setTopicId(TopicId) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
The topic ID specifying the topic to update.
- setTopicID(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody.Builder
-
* Topic to be deleted.
- setTopicID(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery.Builder
-
* A topic ID.
- setTopicID(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* The ID of the topic requested in the query.
- setTopicID(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* Topic to submit message to.
- setTopicID(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* The topic ID specifying the topic to update.
- setTopicID(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* A required topic ID to retrieve messages for.
- setTopicID(TopicID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusCreateTopic`, the id of the newly created topic.
- setTopicID(TopicID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody.Builder
-
* Topic to be deleted.
- setTopicID(TopicID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery.Builder
-
* A topic ID.
- setTopicID(TopicID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* The ID of the topic requested in the query.
- setTopicID(TopicID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody.Builder
-
* Topic to submit message to.
- setTopicID(TopicID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody.Builder
-
* The topic ID specifying the topic to update.
- setTopicID(TopicID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery.Builder
-
* A required topic ID to retrieve messages for.
- setTopicID(TopicID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusCreateTopic`, the id of the newly created topic.
- setTopicInfo(ConsensusTopicInfo) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* Information describing the current state of the topic.
- setTopicInfo(ConsensusTopicInfo.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse.Builder
-
* Information describing the current state of the topic.
- setTopicMemo(String) - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Set a short publicly visible memo on the new topic.
- setTopicMemo(String) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
An updated memo to be associated with this topic.
- setTopicNum(long) - Method in class com.hedera.hashgraph.sdk.proto.TopicID.Builder
-
* A whole number topic identifier, unique within its realm and shard.
- setTopicRunningHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusSubmitMessage`, the new running hash of the topic that received the message.<br/> <p> The inputs to the topic running hash have changed over time.<br/> This 48-byte field is the output of a SHA-384 digest with input data determined by the value of the `topicRunningHashVersion` field.<br/> All new transactions SHALL use `topicRunningHashVersion` `3`.<br/> The bytes of each uint64 or uint32 encoded for the hash input MUST be in Big-Endian format.
- setTopicRunningHashVersion(long) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusSubmitMessage`, the version of the SHA-384 digest inputs used to update the running hash.
- setTopicSequenceNumber(long) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceipt.Builder
-
* In the receipt of a `ConsensusSubmitMessage`, the new sequence number for the topic that received the message.
- setTotal(int) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo.Builder
-
* The total number of chunks in the message.
- setTotalStakedRewardStart(long) - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* A global snapshot of the `stake_to_reward` value for all nodes at the beginning of the current staking period.
- setTotalStakedStart(long) - Method in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards.Builder
-
* A global snapshot of the `stake` value for all nodes at the beginning of the current staking period.
- setTotalSupply(long) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A _current_ total supply of this token, expressed in the smallest unit of the token.
- setTotalSupply(long) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A _current_ total supply of this token, expressed in the smallest unit of the token.
- setTpsThrottles(int, ThrottleUsageSnapshot) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A list of snapshots for TPS throttles.
- setTpsThrottles(int, ThrottleUsageSnapshot.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots.Builder
-
* A list of snapshots for TPS throttles.
- setTraceDataRootHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A SHA2-384 hash value.<br/> This is the final hash of the "trace data" subtree for this block.
- setTrailingBlockHashes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A concatenation of hash values.<br/> This field combines up to 256 trailing block hashes.
- setTrailingOutputHashes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo.Builder
-
* A concatenation of hash values.<br/> This combines several trailing output block item hashes and is used as a seed value for a pseudo-random number generator.<br/> This is also required to implement the EVM `PREVRANDAO` opcode.<br/> This MUST contain at least 256 bits of entropy.
- setTransaction(Transaction) - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Set the transaction to estimate fees for.
- setTransaction(Transaction<T>) - Method in class com.hedera.hashgraph.sdk.FeeEstimateQuery
-
Set the transaction to estimate fees for from a Transaction object.
- setTransactionBandwidthByte(long) - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Assign the transaction bandwidth bytes.
- setTransactionBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody.Builder
-
Deprecated.* The serialized bytes of a `Transaction`.
- setTransactionFee(long) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* A limit for the transaction fee the client is willing to pay.
- setTransactionFee(long) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A maximum transaction fee, in tinybar.
- setTransactionFee(long) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction fee charged.
- setTransactionFeeSchedule(int, TransactionFeeSchedule) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* Sets of fee coefficients for various transaction or query types.
- setTransactionFeeSchedule(int, TransactionFeeSchedule.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FeeSchedule.Builder
-
* Sets of fee coefficients for various transaction or query types.
- setTransactionFeeSchedules(List<TransactionFeeSchedule>) - Method in class com.hedera.hashgraph.sdk.FeeSchedule
-
Assign the list of transaction fee schedules.
- setTransactionGetFastRecord(TransactionGetFastRecordQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a record for a transaction.
- setTransactionGetFastRecord(TransactionGetFastRecordQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a record for a transaction.
- setTransactionGetFastRecord(TransactionGetFastRecordResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting a very recent transaction record.
- setTransactionGetFastRecord(TransactionGetFastRecordResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting a very recent transaction record.
- setTransactionGetReceipt(TransactionGetReceiptQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a receipt for a transaction.<br/> This only returns a receipt if the transaction is "recent", which is typically within the previous 180 seconds (3 minutes).
- setTransactionGetReceipt(TransactionGetReceiptQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a receipt for a transaction.<br/> This only returns a receipt if the transaction is "recent", which is typically within the previous 180 seconds (3 minutes).
- setTransactionGetReceipt(TransactionGetReceiptResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the post-consensus (final) result of a transaction.
- setTransactionGetReceipt(TransactionGetReceiptResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting the post-consensus (final) result of a transaction.
- setTransactionGetRecord(TransactionGetRecordQuery) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a record for a transaction.
- setTransactionGetRecord(TransactionGetRecordQuery.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Query.Builder
-
* Get a record for a transaction.
- setTransactionGetRecord(TransactionGetRecordResponse) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting a transaction record; the detail changes completed in response to a transaction.
- setTransactionGetRecord(TransactionGetRecordResponse.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Response.Builder
-
* A response for a query requesting a transaction record; the detail changes completed in response to a transaction.
- setTransactionHash(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction hash value.
- setTransactionId(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry.Builder
-
* A transaction identifier.<br/> This identifies the submitted transaction for this receipt.
- setTransactionId(TransactionID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry.Builder
-
* A transaction identifier.<br/> This identifies the submitted transaction for this receipt.
- setTransactionId(TransactionId) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Set the ID for this transaction.
- setTransactionId(TransactionId) - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
-
Set the ID of the transaction for which the receipt is being requested.
- setTransactionId(TransactionId) - Method in class com.hedera.hashgraph.sdk.TransactionRecordQuery
-
Set the ID of the transaction for which the record is requested.
- setTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction identifier.<br/> Each transaction is uniquely identified by its transaction identifier.
- setTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery.Builder
-
Deprecated.* The ID of the transaction for which the record is requested.
- setTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* A transaction identifier.
- setTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* A transaction identifier.
- setTransactionID(TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction identifier to the transaction associated to this record.
- setTransactionID(TransactionID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A transaction identifier.<br/> Each transaction is uniquely identified by its transaction identifier.
- setTransactionID(TransactionID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery.Builder
-
Deprecated.* The ID of the transaction for which the record is requested.
- setTransactionID(TransactionID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery.Builder
-
* A transaction identifier.
- setTransactionID(TransactionID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery.Builder
-
* A transaction identifier.
- setTransactionID(TransactionID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transaction identifier to the transaction associated to this record.
- setTransactionIds(int, TransactionID) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* A list of transaction identifiers to query.
- setTransactionIds(int, TransactionID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery.Builder
-
Deprecated.* A list of transaction identifiers to query.
- setTransactionList(int, Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TransactionList.Builder
-
repeated .proto.Transaction transaction_list = 1; - setTransactionList(int, Transaction.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionList.Builder
-
repeated .proto.Transaction transaction_list = 1; - setTransactionMemo(String) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Set a note or description that should be recorded in the transaction record (maximum length of 100 characters).
- setTransactionRamByteHour(long) - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Assign the price of ram consumed in byte hours.
- setTransactionRecord(TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse.Builder
-
Deprecated.* The requested transaction records
- setTransactionRecord(TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A transaction record.
- setTransactionRecord(TransactionRecord) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* A transaction record for the transaction.
- setTransactionRecord(TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse.Builder
-
Deprecated.* The requested transaction records
- setTransactionRecord(TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse.Builder
-
* A transaction record.
- setTransactionRecord(TransactionRecord.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry.Builder
-
* A transaction record for the transaction.
- setTransactions(int, ByteString) - Method in class com.hedera.hapi.platform.event.legacy.GossipEvent.Builder
-
* A list of serialized transactions.
- setTransactions(int, ByteString) - Method in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody.Builder
-
* A list of signed bytes that represent the batch transactions.
- setTransactionStorageByteHour(long) - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Assign the price of storage consumed in byte hours.
- setTransactionValidDuration(Duration) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A maximum duration in which to execute this transaction.
- setTransactionValidDuration(Duration.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* A maximum duration in which to execute this transaction.
- setTransactionValidDuration(Duration) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Sets the duration that this transaction is valid for.
- setTransactionValidStart(Timestamp) - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* A timestamp for the transaction start time.<br/> This is the earliest expected start time for this transaction.
- setTransactionValidStart(Timestamp.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionID.Builder
-
* A timestamp for the transaction start time.<br/> This is the earliest expected start time for this transaction.
- setTransactionVerification(long) - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Assign the transaction verification price per signature.
- setTransferAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.AccountDeleteTransaction
-
An account identifier.
- setTransferAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.ContractDeleteTransaction
-
Sets the account ID which will receive all remaining hbars.
- setTransferAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* An Account ID recipient.
- setTransferAccountID(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody.Builder
-
* An account identifier.
- setTransferAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* An Account ID recipient.
- setTransferAccountID(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody.Builder
-
* An account identifier.
- setTransferContractId(ContractId) - Method in class com.hedera.hashgraph.sdk.ContractDeleteTransaction
-
Sets the contract ID which will receive all remaining hbars.
- setTransferContractID(ContractID) - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* A contract ID recipient.
- setTransferContractID(ContractID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.Builder
-
* A contract ID recipient.
- setTransferList(TransferList) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transfer list for this transaction.<br/> This is a list of all HBAR transfers completed for this transaction.
- setTransferList(TransferList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionRecord.Builder
-
* A transfer list for this transaction.<br/> This is a list of all HBAR transfers completed for this transaction.
- setTransfers(int, AccountAmount) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of account amounts.
- setTransfers(int, AccountAmount.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenTransferList.Builder
-
* A list of account amounts.
- setTransfers(TransferList) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* A list of HBAR transfers.
- setTransfers(TransferList.Builder) - Method in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody.Builder
-
* A list of HBAR transfers.
- setTransferVolumeHbar(long) - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Assign the price per hbar transferred.
- setTransplantInProgress(boolean) - Method in class com.hedera.hashgraph.sdk.proto.RosterState.Builder
-
* Indicates whether the roster transplant is in progress.<br/> This is needed to determine if all the node creations and deletions are complete.
- setTransportSecurity(boolean) - Method in class com.hedera.hashgraph.sdk.Client
-
Set if transport security should be used to connect to consensus nodes.
- setTransportSecurity(boolean) - Method in class com.hedera.hashgraph.sdk.Network
-
Enable or disable transport security (TLS).
- setTreasury(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A treasury account identifier.
- setTreasury(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A treasury account identifier for this token.
- setTreasury(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new treasury account identifier.
- setTreasury(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* A treasury account identifier.
- setTreasury(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* A treasury account identifier for this token.
- setTreasury(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* A new treasury account identifier.
- setTreasuryAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
A treasury account identifier.
- setTreasuryAccountId(AccountId) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
A new treasury account identifier.
- setTreasuryAccountId(AccountID) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A treasury account identifier for this token.
- setTreasuryAccountId(AccountID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* A treasury account identifier for this token.
- setTssMessage(ByteString) - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody.Builder
-
* A byte array.
- setTssVote(ByteString) - Method in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody.Builder
-
* A bit vector of message statuses.
- setTv(long) - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Ad valorem: "transferred value".<br/> The fee for HBAR transferred by a transaction.
- setType(FeeDataType) - Method in class com.hedera.hashgraph.sdk.FeeData
-
Assign the fee data type.
- setType(HookType) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The type of the EVM hook.
- setTypeValue(int) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookState.Builder
-
* The type of the EVM hook.
- setUncheckedSubmit(UncheckedSubmitBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unsupported system transaction.
- setUncheckedSubmit(UncheckedSubmitBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Unsupported system transaction.
- setUnclaimedStakeRewardStart(long) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
* The amount of staked HBAR from `stake_reward_start` that will have unclaimed rewards due to accounts changing their staking metadata in a way that disqualifies them for the current staking period.
- setUncompressedWrapsProof(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProof.Builder
-
* If set, the uncompressed proof of chain of trust from the ledger id to the target address book; the uncompressed version of the WRAPS proof is required to keep extending the chain of trust.
- setUnreservedStakingRewardBalance(long) - Method in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody.Builder
-
* An available, unreserved, amount in the staking reward account.<br/> This is the balance of the staking reward account `0.0.800` at the close of the staking period that just ended, after reduction for all "reserved" funds necessary to pay previously earned rewards.<br/> This value is further detailed in HIP-786.
- setUpdateFile(FileID) - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* An upgrade file.
- setUpdateFile(FileID.Builder) - Method in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody.Builder
-
* An upgrade file.
- setUpdateFileHash(byte[]) - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
Deprecated.Use
FreezeTransaction.setFileHash(byte[])instead. - setUpdateFileId(FileId) - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
-
Deprecated.Use
FreezeTransaction.setFileId(FileId)instead. - setUsed(long) - Method in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot.Builder
-
* Used throttle capacity.
- setUsedAutoAssociations(int) - Method in class com.hedera.hashgraph.sdk.proto.Account.Builder
-
* A count of used auto-association slots.
- setUseSerializedTxMessageHashAlgorithm(boolean) - Method in class com.hedera.hashgraph.sdk.proto.SignedTransaction.Builder
-
* If false then the hash of this transaction is the SHA-384 hash of the serialization of this SignedTransaction message as it arrived on the wire.
- setUtilPrng(UtilPrngTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Provide a deterministic pseudorandom number based on network state.
- setUtilPrng(UtilPrngTransactionBody) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Provide a deterministic pseudorandom number based on network state.
- setUtilPrng(UtilPrngTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.Builder
-
* Provide a deterministic pseudorandom number based on network state.
- setUtilPrng(UtilPrngTransactionBody.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TransactionBody.Builder
-
* Provide a deterministic pseudorandom number based on network state.
- setValidateStatus(boolean) - Method in class com.hedera.hashgraph.sdk.TransactionResponse
- setValue(boolean) - Method in class com.hedera.hashgraph.sdk.proto.ProtoBoolean.Builder
-
bool value = 1; - setValue(int) - Method in class com.hedera.hashgraph.sdk.proto.ProtoInteger.Builder
-
int32 value = 1; - setValue(long) - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
-
Sets the amount of value (in tinybars or wei) to be sent to the contract in the transaction.
- setValue(long) - Method in class com.hedera.hashgraph.sdk.proto.InternalCallContext.Builder
-
* The value sent with the call.<br/>
- setValue(long) - Method in class com.hedera.hashgraph.sdk.proto.ProtoLong.Builder
-
int64 value = 1; - setValue(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.Builder
-
* If the mapping entry is present and non-zero, its value.
- setValue(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot.Builder
-
* If the slot is present and non-zero, its value.
- setValue(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ProtoBytes.Builder
-
bytes value = 1; - setValue(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.SlotValue.Builder
-
* The EVM value in this slot, left-padded with zeros to form a 256-bit word.
- setValue(String) - Method in class com.hedera.hashgraph.sdk.proto.ProtoString.Builder
-
string value = 1; - setValue(String) - Method in class com.hedera.hashgraph.sdk.proto.Setting.Builder
-
* A value for this setting property.
- setValueBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ProtoString.Builder
-
string value = 1; - setValueBytes(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.Setting.Builder
-
* A value for this setting property.
- setVerificationKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures.Builder
-
* The hinTS key that this signature witnesses.
- setVerificationKey(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys.Builder
-
* The succinct verification key for the hinTS scheme.
- setVerifyCertificates(boolean) - Method in class com.hedera.hashgraph.sdk.Client
-
Set if server certificates should be verified against an existing address book
- setVerifyCertificates(boolean) - Method in class com.hedera.hashgraph.sdk.Network
-
Assign the desired verify certificate status.
- setVerifyCertificates(boolean) - Method in class com.hedera.hashgraph.sdk.Node
-
Assign the certificate status.
- setVersion(SemanticVersion) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The event specification version.<br/> The specification described by this version SHALL encompass the format of the `GossipEvent` message, and also the format of all contained messages.<br/> This SHALL exactly match the specification version passed into the platform at construction.
- setVersion(SemanticVersion.Builder) - Method in class com.hedera.hapi.platform.event.legacy.EventCore.Builder
-
* The event specification version.<br/> The specification described by this version SHALL encompass the format of the `GossipEvent` message, and also the format of all contained messages.<br/> This SHALL exactly match the specification version passed into the platform at construction.
- setVote(HistoryProofVote) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody.Builder
-
* The submitting node's vote on the history proof.
- setVote(HistoryProofVote.Builder) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody.Builder
-
* The submitting node's vote on the history proof.
- setVote(PreprocessingVote) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody.Builder
-
* The vote the node is casting for the aggregation of the hints in the given construction (which should be ongoing).
- setVote(PreprocessingVote.Builder) - Method in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody.Builder
-
* The vote the node is casting for the aggregation of the hints in the given construction (which should be ongoing).
- setVpt(long) - Method in class com.hedera.hashgraph.sdk.proto.FeeComponents.Builder
-
* Signatures: "validations per transaction".<br/> The fee for signature verifications required by a transaction
- setWaitForExpiry(boolean) - Method in class com.hedera.hashgraph.sdk.proto.Schedule.Builder
-
* A schedule flag to wait for expiration before executing.
- setWaitForExpiry(boolean) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody.Builder
-
* A flag to delay execution until expiration.
- setWaitForExpiry(boolean) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleInfo.Builder
-
* A flag indicating this schedule will execute when it expires.
- setWaitForExpiry(boolean) - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
-
When set to true, the transaction will be evaluated for execution at expiration_time instead of when all required signatures are received.
- setWeight(int) - Method in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo.Builder
-
Deprecated.proto.StakingNodeInfo.weight is deprecated. See staking_node_info.proto;l=133
- setWeight(long) - Method in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution.Builder
-
* The node's consensus weight when the ledger id was published.
- setWeight(long) - Method in class com.hedera.hashgraph.sdk.proto.Node.Builder
-
Deprecated.com.hedera.hapi.node.state.addressbook.Node.weight is deprecated. See node.proto;l=116
- setWeight(long) - Method in class com.hedera.hashgraph.sdk.proto.RosterEntry.Builder
-
* A consensus weight.
- setWipeKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
An Hedera key for wiping tokens from accounts.
- setWipeKey(Key) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
A Hedera key for wiping tokens from accounts.
- setWipeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of account wipe for this token.
- setWipeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for wiping tokens from accounts.
- setWipeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of account wipe for this token.
- setWipeKey(Key) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for wiping tokens from accounts.
- setWipeKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.Token.Builder
-
* Access control of account wipe for this token.
- setWipeKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody.Builder
-
* An Hedera key for wiping tokens from accounts.
- setWipeKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenInfo.Builder
-
* Access control of account wipe for this token.
- setWipeKey(Key.Builder) - Method in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody.Builder
-
* An Hedera key for wiping tokens from accounts.
- setWrappedIntermediateBlockRootsLeafCount(long) - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody.Builder
-
* Leaf count of the wrapped previous block roots hasher.
- setWrappedIntermediateBlockRootsLeafCount(long) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The number of leaves in the intermediate wrapped record block roots subtree.
- setWrappedIntermediatePreviousBlockRootHashes(int, ByteString) - Method in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody.Builder
-
* Intermediate hashing state for wrapped previous block roots.
- setWrappedIntermediatePreviousBlockRootHashes(int, ByteString) - Method in class com.hedera.hashgraph.sdk.proto.BlockInfo.Builder
-
* The intermediate hashes, calculated for all historical wrapped record blocks, needed for subroot 2 in the block merkle tree structure.
- setWrapsMessage(ByteString) - Method in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.Builder
-
* A WRAPS message from the submitting node.
- setWrapsProof(ByteString) - Method in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.Builder
-
* If known, a ZK-compressed SNARK proof proving the chain of trust from the ledger id to this hinTS verification key.
- setWrapsRetryCount(int) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* The number of times the network has had to restart this construction.
- setWrapsSigningState(WrapsSigningState) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If set, the state of the WRAPS signing protocol for this construction.
- setWrapsSigningState(WrapsSigningState.Builder) - Method in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.Builder
-
* If set, the state of the WRAPS signing protocol for this construction.
- SHA2_384 - Enum constant in enum class com.hedera.hashgraph.sdk.proto.BlockHashAlgorithm
-
* A SHA2 algorithm SHA-384 hash.
- SHA2_384_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.BlockHashAlgorithm
-
* A SHA2 algorithm SHA-384 hash.
- shard - Variable in class com.hedera.hashgraph.sdk.AccountId
-
The shard number
- shard - Variable in exception class com.hedera.hashgraph.sdk.BadEntityIdException
-
the shard portion of the account id
- shard - Variable in class com.hedera.hashgraph.sdk.ContractId
-
The shard number
- shard - Variable in class com.hedera.hashgraph.sdk.FileId
-
The shard number
- shard - Variable in class com.hedera.hashgraph.sdk.ScheduleId
-
The shard number
- shard - Variable in class com.hedera.hashgraph.sdk.TokenId
-
The shard number
- shard - Variable in class com.hedera.hashgraph.sdk.TopicId
-
The shard number
- ShardID - Class in com.hedera.hashgraph.sdk.proto
-
* A shard identifier.<br/> A shard is a partition of nodes running the network that processes transactions separately from other shards.
- SHARDID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- SHARDID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- SHARDID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileCreateTransactionBody
- ShardID.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A shard identifier.<br/> A shard is a partition of nodes running the network that processes transactions separately from other shards.
- ShardIDOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- SHARDNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountID
- SHARDNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractID
- SHARDNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileID
- SHARDNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RealmID
- SHARDNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleID
- SHARDNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ShardID
- SHARDNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenID
- SHARDNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TopicID
- SHARE_INDEX_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- shouldGetReceipt() - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
-
Should the receipt be retrieved?
- shouldGetReceipt() - Method in class com.hedera.hashgraph.sdk.FileAppendTransaction
- shouldRetryExceptionally(Throwable) - Method in class com.hedera.hashgraph.sdk.Executable.GrpcRequest
- shouldRetryExceptionally(Throwable) - Method in class com.hedera.hashgraph.sdk.Executable
- shuffle() - Method in class com.hedera.hashgraph.sdk.LockableList
-
Shuffle the list items.
- SIGMAP_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- SIGMAP_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Transaction
- sign(byte[]) - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Sign a message with this private key.
- sign(byte[]) - Method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
- sign(byte[]) - Method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
- sign(PrivateKey) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Set the private key that this transaction will be signed with.
- sign(PrivateKey) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Set the private key that this transaction will be signed with.
- sign(PrivateKey) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Sign the transaction.
- SignableNodeTransactionBodyBytes(AccountId, TransactionId, byte[]) - Constructor for class com.hedera.hashgraph.sdk.Transaction.SignableNodeTransactionBodyBytes
- signatories - Variable in class com.hedera.hashgraph.sdk.ScheduleInfo
-
The signatories that have provided signatures so far for the schedule transaction
- SIGNATORIES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- Signature - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- SIGNATURE_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.GossipEvent
- SIGNATURE_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.StateSignatureTransaction
- SIGNATURE_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofSignatureTransactionBody
- SIGNATURE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistorySignature
- SIGNATURE_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Signature.SignatureCase
-
Deprecated.
- SIGNATURE_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SignaturePair.SignatureCase
- Signature.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* This message is deprecated and MUST NOT be used to communicate with network nodes.
- Signature.SignatureCase - Enum Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- SignatureList - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- SIGNATURELIST - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Signature.SignatureCase
-
Deprecated.
- SIGNATURELIST_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- SignatureList.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* This message is deprecated and MUST NOT be used to communicate with network nodes.
- SignatureListOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- SignatureMap - Class in com.hedera.hashgraph.sdk.proto
-
* A set of signatures corresponding to every unique public key that signed a given transaction.
- SignatureMap.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A set of signatures corresponding to every unique public key that signed a given transaction.
- SignatureMapOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- SignatureOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- SignaturePair - Class in com.hedera.hashgraph.sdk.proto
-
* A public key and signature pair.<br/> Only Ed25519 and ECDSA(secp256k1) keys and signatures are currently supported as cryptographic (non-implied) signatures.
- SignaturePair.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A public key and signature pair.<br/> Only Ed25519 and ECDSA(secp256k1) keys and signatures are currently supported as cryptographic (non-implied) signatures.
- SignaturePair.SignatureCase - Enum Class in com.hedera.hashgraph.sdk.proto
- SignaturePairOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- SignedTransaction - Class in com.hedera.hashgraph.sdk.proto
-
* A combination transaction bytes and a map of signatures.<br/> This message contains a serialized `TransactionBody` in a byte array and a `SignatureMap` that contains all of the signatures offered to authenticate the transaction.
- SignedTransaction.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A combination transaction bytes and a map of signatures.<br/> This message contains a serialized `TransactionBody` in a byte array and a `SignatureMap` that contains all of the signatures offered to authenticate the transaction.
- SIGNEDTRANSACTIONBYTES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Transaction
- SignedTransactionOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- SIGNER_NONCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractFunctionResult
- SIGNER_NONCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmTransactionResult
- signerNonce - Variable in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
If not null this field specifies what the value of the signer account nonce is post transaction execution.
- signers - Variable in class com.hedera.hashgraph.sdk.Transaction
-
publicKeys and signers are parallel arrays.
- SIGNERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- SIGNING_NODE_IDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- SIGNING_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RecordedHistorySignature
- signSchedule(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceBlockingStub
-
Add signatures to an existing schedule.
- signSchedule(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceBlockingV2Stub
-
Add signatures to an existing schedule.
- signSchedule(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceFutureStub
-
Add signatures to an existing schedule.
- signSchedule(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.AsyncService
-
Add signatures to an existing schedule.
- signSchedule(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.ScheduleServiceGrpc.ScheduleServiceStub
-
Add signatures to an existing schedule.
- signTransaction(int) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Will sign the specific transaction at
indexThis function is only ever called after the transaction is frozen. - signTransaction(Transaction<?>) - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Sign a transaction.
- signWith(PublicKey, UnaryOperator<byte[]>) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Set the public key and key list that this transaction will be signed with.
- signWith(PublicKey, UnaryOperator<byte[]>) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Set the public key and key list that this transaction will be signed with.
- signWith(PublicKey, UnaryOperator<byte[]>) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Sign the transaction.
- signWithOperator(Client) - Method in class com.hedera.hashgraph.sdk.ContractCreateFlow
-
Set the operator that this transaction will be signed with.
- signWithOperator(Client) - Method in class com.hedera.hashgraph.sdk.TokenRejectFlow
-
Set the operator that this transaction will be signed with.
- signWithOperator(Client) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Sign the transaction with the configured client.
- SIGPAIR_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SignatureMap
- sigPairLists - Variable in class com.hedera.hashgraph.sdk.Transaction
-
A set of signatures corresponding to every unique public key used to sign the transaction.
- SIGS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SignatureList
-
Deprecated.
- SIGS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThresholdSignature
-
Deprecated.
- SIGS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Transaction
- SILENT - Enum constant in enum class com.hedera.hashgraph.sdk.logger.LogLevel
- size - Variable in class com.hedera.hashgraph.sdk.FileInfo
-
Number of bytes in contents.
- size() - Method in class com.hedera.hashgraph.sdk.KeyList
- size() - Method in class com.hedera.hashgraph.sdk.LockableList
-
How many items are in the list.
- SIZE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo
- slot - Variable in class com.hedera.hashgraph.sdk.StorageChange
-
Deprecated.The storage slot changed.
- SlotKey - Class in com.hedera.hashgraph.sdk.proto
-
* The key of a storage slot.
- SlotKey.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The key of a storage slot.
- SlotKeyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- SlotValue - Class in com.hedera.hashgraph.sdk.proto
-
* The value of a contract storage slot.
- SlotValue.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The value of a contract storage slot.
- SlotValueOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- SMART_CONTRACT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- SmartContractServiceGrpc - Class in com.hedera.hashgraph.sdk.proto
-
The Hedera Smart Contract Service (HSCS) provides an interface to an EVM compatible environment to create, store, manage, and execute smart contract calls.
- SmartContractServiceGrpc.AsyncService - Interface in com.hedera.hashgraph.sdk.proto
-
The Hedera Smart Contract Service (HSCS) provides an interface to an EVM compatible environment to create, store, manage, and execute smart contract calls.
- SmartContractServiceGrpc.SmartContractServiceBlockingStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do limited synchronous rpc calls to service SmartContractService.
- SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do synchronous rpc calls to service SmartContractService.
- SmartContractServiceGrpc.SmartContractServiceFutureStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do ListenableFuture-style rpc calls to service SmartContractService.
- SmartContractServiceGrpc.SmartContractServiceImplBase - Class in com.hedera.hashgraph.sdk.proto
-
Base class for the server implementation of the service SmartContractService.
- SmartContractServiceGrpc.SmartContractServiceStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do asynchronous rpc calls to service SmartContractService.
- SmartContractServiceImplBase() - Constructor for class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceImplBase
- SmartContractServiceOuterClass - Class in com.hedera.hashgraph.sdk.proto
- SOLIDITY_ADDRESS_LEN - Static variable in class com.hedera.hashgraph.sdk.EntityIdHelper
-
The length of a Solidity address in bytes.
- SOLIDITY_ADDRESS_LEN_HEX - Static variable in class com.hedera.hashgraph.sdk.EntityIdHelper
-
The length of a hexadecimal-encoded Solidity address, in ASCII characters (bytes).
- SOLIDITYID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetBySolidityIDQuery
-
Deprecated.
- SOME_SIGNATURES_WERE_INVALID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* At least one of the signatures in the provided sig map did not represent a valid signature for any required signer
- SOME_SIGNATURES_WERE_INVALID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
At least one of the signatures in the provided sig map did not represent a valid signature for any required signer
- SOME_SIGNATURES_WERE_INVALID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* At least one of the signatures in the provided sig map did not represent a valid signature for any required signer
- sortTransfersAndBuild() - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
- SOURCE_ROSTER_HASH_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- SOURCE_ROSTER_HASH_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- SOURCE_ROSTER_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- SOURCE_ROSTER_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- sourceTransactionBody - Variable in class com.hedera.hashgraph.sdk.Transaction
-
Transaction constructors end their work by setting sourceTransactionBody.
- spawnBodyBuilder(Client) - Method in class com.hedera.hashgraph.sdk.Transaction
- SPEC_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHook
- SPENDER_ACCOUNT_REPEATED_IN_ALLOWANCES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- SPENDER_ACCOUNT_REPEATED_IN_ALLOWANCES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Spender is repeated more than once in Crypto or Token or NFT allowance lists in a single CryptoApproveAllowance transaction.
- SPENDER_ACCOUNT_REPEATED_IN_ALLOWANCES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- SPENDER_ACCOUNT_SAME_AS_OWNER - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An approved allowance specifies a spender account that is the same as the hbar/token owner account.
- SPENDER_ACCOUNT_SAME_AS_OWNER - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An approved allowance specifies a spender account that is the same as the hbar/token owner account.
- SPENDER_ACCOUNT_SAME_AS_OWNER_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An approved allowance specifies a spender account that is the same as the hbar/token owner account.
- SPENDER_DOES_NOT_HAVE_ALLOWANCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The spender does not have an existing approved allowance with the hbar/token owner.
- SPENDER_DOES_NOT_HAVE_ALLOWANCE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The spender does not have an existing approved allowance with the hbar/token owner.
- SPENDER_DOES_NOT_HAVE_ALLOWANCE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The spender does not have an existing approved allowance with the hbar/token owner.
- SPENDER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoAllowance
- SPENDER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GrantedCryptoAllowance
- SPENDER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- SPENDER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- SPENDER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftAllowance
- SPENDER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- SPENDER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- SPENDER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountCryptoAllowance
- SPENDER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- SPENDER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Nft
- SPENDER_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenNftInfo
- spenderAccountId - Variable in class com.hedera.hashgraph.sdk.HbarAllowance
-
The account ID of the spender of the hbar allowance
- spenderAccountId - Variable in class com.hedera.hashgraph.sdk.TokenAllowance
-
The account ID of the spender of the hbar allowance
- spenderAccountId - Variable in class com.hedera.hashgraph.sdk.TokenNftAllowance
-
The account ID of the token allowance spender
- spenderId - Variable in class com.hedera.hashgraph.sdk.TokenNftInfo
-
If an allowance is granted for the NFT, its corresponding spender account
- STAGE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CRSState
- stake - Variable in class com.hedera.hashgraph.sdk.NodeAddress
-
The amount of tinybars staked to the node.
- STAKE_AT_START_OF_LAST_REWARDED_PERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- STAKE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeAddress
- STAKE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStake
- STAKE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- STAKE_NOT_REWARDED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStake
- STAKE_PERIOD_START_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- STAKE_PERIOD_START_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingInfo
- STAKE_REWARD_START_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- STAKE_REWARDED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStake
- STAKE_TO_NOT_REWARD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- STAKE_TO_REWARD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- STAKED_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Account.StakedIdCase
- STAKED_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.StakedIdCase
- STAKED_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.StakedIdCase
- STAKED_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.StakedIdCase
- STAKED_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.StakedIdCase
- STAKED_ACCOUNT_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.StakingInfo.StakedIdCase
- STAKED_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- STAKED_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- STAKED_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- STAKED_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- STAKED_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- STAKED_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingInfo
- STAKED_NODE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Account.StakedIdCase
- STAKED_NODE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.StakedIdCase
- STAKED_NODE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.StakedIdCase
- STAKED_NODE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.StakedIdCase
- STAKED_NODE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.StakedIdCase
- STAKED_NODE_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.StakingInfo.StakedIdCase
- STAKED_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- STAKED_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody
- STAKED_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody
- STAKED_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody
- STAKED_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody
- STAKED_NODE_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingInfo
- STAKED_TO_ME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- STAKED_TO_ME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingInfo
- stakedAccountId - Variable in class com.hedera.hashgraph.sdk.StakingInfo
-
The account to which this account or contract is staking.
- STAKEDID_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Account.StakedIdCase
- STAKEDID_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.StakedIdCase
- STAKEDID_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.StakedIdCase
- STAKEDID_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.StakedIdCase
- STAKEDID_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.StakedIdCase
- STAKEDID_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.StakingInfo.StakedIdCase
- stakedNodeId - Variable in class com.hedera.hashgraph.sdk.StakingInfo
-
The ID of the node this account or contract is staked to.
- stakedToMe - Variable in class com.hedera.hashgraph.sdk.StakingInfo
-
The total of balance of all accounts staked to this account or contract.
- stakePeriodStart - Variable in class com.hedera.hashgraph.sdk.StakingInfo
-
The staking period during which either the staking settings for this account or contract changed (such as starting staking or changing staked_node_id) or the most recent reward was earned, whichever is later.
- STAKERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse
-
Deprecated.
- STAKING_INFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- STAKING_INFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- STAKING_NOT_ENABLED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Native staking, while implemented, has not yet enabled by the council.
- STAKING_NOT_ENABLED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Native staking, while implemented, has not yet enabled by the council.
- STAKING_NOT_ENABLED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Native staking, while implemented, has not yet enabled by the council.
- STAKING_PERIOD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- STAKING_PERIODS_STORED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- STAKING_REWARD_FEE_FRACTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- STAKING_REWARD_RATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- STAKING_REWARDS_ACTIVATED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- STAKING_START_THRESHOLD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- stakingInfo - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
Staking metadata for this account.
- stakingInfo - Variable in class com.hedera.hashgraph.sdk.ContractInfo
-
Staking metadata for this account.
- StakingInfo - Class in com.hedera.hashgraph.sdk.proto
-
* Staking information for an account or a contract.
- StakingInfo - Class in com.hedera.hashgraph.sdk
-
Staking metadata for an account or a contract returned in CryptoGetInfo or ContractGetInfo queries
- StakingInfo(boolean, Instant, Hbar, Hbar, AccountId, Long) - Constructor for class com.hedera.hashgraph.sdk.StakingInfo
-
Constructor
- StakingInfo.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Staking information for an account or a contract.
- StakingInfo.StakedIdCase - Enum Class in com.hedera.hashgraph.sdk.proto
- StakingInfoOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- StakingNodeInfo - Class in com.hedera.hashgraph.sdk.proto
-
* An Hedera Token Service staking info entity.
- StakingNodeInfo.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An Hedera Token Service staking info entity.
- StakingNodeInfoOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- StakingNodeInfoOuterClass - Class in com.hedera.hashgraph.sdk.proto
- START_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery
- START_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- START_OF_BLOCK_STATE_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- START_TIME_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- STARTHOUR_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- STARTMIN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- STATE - Enum constant in enum class com.hedera.hashgraph.sdk.FeeEstimateMode
-
Uses latest known state.
- STATE_PROOF - Enum constant in enum class com.hedera.hashgraph.sdk.BlockNodeApi
-
The Block Node State Proof API.
- STATE_PROOF - Enum constant in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
-
* The Block Node State Proof API.
- STATE_PROOF_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
-
* The Block Node State Proof API.
- STATE_SIGNATURE_TRANSACTION - Enum constant in enum class com.hedera.hapi.platform.event.legacy.EventTransaction.TransactionCase
- STATE_SIGNATURE_TRANSACTION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- STATE_SIGNATURE_TRANSACTION - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Submit a signature of a state root hash gossiped to other nodes
- STATE_SIGNATURE_TRANSACTION_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.EventTransaction
- STATE_SIGNATURE_TRANSACTION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- stateChanges - Variable in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Deprecated.- Use mirror node for contract traceability instead
- STATEPROOF_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ResponseHeader
- StateSignatureTransaction - Class in com.hedera.hapi.platform.event.legacy
-
* An signature of a state snapshot gossiped to other nodes.
- StateSignatureTransaction - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Submit a signature of a state root hash gossiped to other nodes
- StateSignatureTransaction_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Submit a signature of a state root hash gossiped to other nodes
- StateSignatureTransaction.Builder - Class in com.hedera.hapi.platform.event.legacy
-
* An signature of a state snapshot gossiped to other nodes.
- StateSignatureTransactionOrBuilder - Interface in com.hedera.hapi.platform.event.legacy
- StateSignatureTransactionOuterClass - Class in com.hedera.hapi.platform.event.legacy
- status - Variable in exception class com.hedera.hashgraph.sdk.PrecheckStatusException
-
The status of the failing transaction
- status - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
Whether the transaction succeeded or failed (or is unknown).
- Status - Enum Class in com.hedera.hashgraph.sdk
- STATUS - Enum constant in enum class com.hedera.hashgraph.sdk.BlockNodeApi
-
The Block Node Status API.
- STATUS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
-
* The Block Node Status API.
- STATUS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- STATUS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- STATUS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
-
* The Block Node Status API.
- storage - Variable in class com.hedera.hashgraph.sdk.ContractInfo
-
Number of bytes of storage being used by this instance (which affects the cost to extend the expiration time).
- STORAGE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- STORAGE_SLOT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.UpdateCase
- STORAGE_SLOT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- STORAGE_UPDATES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHook
- STORAGE_UPDATES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HookStoreTransactionBody
- StorageChange - Class in com.hedera.hashgraph.sdk
-
Deprecated.- User mirror nodes for contract traceability instead A storage slot change description. See Hedera Documentation
- StorageChange(BigInteger, BigInteger, BigInteger) - Constructor for class com.hedera.hashgraph.sdk.StorageChange
-
Deprecated.Constructor.
- storageChanges - Variable in class com.hedera.hashgraph.sdk.ContractStateChange
-
Deprecated.The list of storage changes
- StorageSlot - Class in com.hedera.hashgraph.sdk.proto
- SUBMIT_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Topic
- SUBMIT_MESSAGE_WITH_CUSTOM_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.FeeDataType
-
The resource cost for the transaction type includes a ConsensusSubmitMessage for a topic with custom fees.
- SUBMIT_MESSAGE_WITH_CUSTOM_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type includes a ConsensusSubmitMessage for a topic with custom fees.
- SUBMIT_MESSAGE_WITH_CUSTOM_FEES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type includes a ConsensusSubmitMessage for a topic with custom fees.
- submitKey - Variable in class com.hedera.hashgraph.sdk.TopicInfo
-
Access control for ConsensusService.submitMessage.
- SUBMITKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusCreateTopicTransactionBody
- SUBMITKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusTopicInfo
- SUBMITKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- submitMessage(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceBlockingStub
-
Submit a message to an HCS topic.
- submitMessage(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceBlockingV2Stub
-
Submit a message to an HCS topic.
- submitMessage(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceFutureStub
-
Submit a message to an HCS topic.
- submitMessage(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.AsyncService
-
Submit a message to an HCS topic.
- submitMessage(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceStub
-
Submit a message to an HCS topic.
- subscribe(Client, Consumer<TopicMessage>) - Method in class com.hedera.hashgraph.sdk.TopicMessageQuery
-
Subscribe to the topic.
- SUBSCRIBE_STREAM - Enum constant in enum class com.hedera.hashgraph.sdk.BlockNodeApi
-
The Block Node Subscribe Stream API.
- SUBSCRIBE_STREAM - Enum constant in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
-
* The Block Node Subscribe Stream API.
- SUBSCRIBE_STREAM_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
-
* The Block Node Subscribe Stream API.
- subscribeTopic(ConsensusTopicQuery) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc.ConsensusServiceBlockingStub
- subscribeTopic(ConsensusTopicQuery) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc.ConsensusServiceBlockingV2Stub
- subscribeTopic(ConsensusTopicQuery, StreamObserver<ConsensusTopicResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc.AsyncService
- subscribeTopic(ConsensusTopicQuery, StreamObserver<ConsensusTopicResponse>) - Method in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc.ConsensusServiceStub
- SubscriptionHandle - Class in com.hedera.hashgraph.sdk
-
Subscribe to a topic ID's messages from a mirror node.
- SubscriptionHandle() - Constructor for class com.hedera.hashgraph.sdk.SubscriptionHandle
-
Constructor.
- SubType - Enum Class in com.hedera.hashgraph.sdk.proto
-
* A transaction sub type.<br/> This enumeration enables a set of transaction base fees to be broadly defined for a type of operation and also be modified, when necessary, based on specifics of the operation.
- SUBTYPE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeData
- SUCCESS - Enum constant in enum class com.hedera.hashgraph.sdk.ExecutionState
-
Indicates that the execution was successful
- SUCCESS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction succeeded
- SUCCESS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The transaction succeeded
- SUCCESS_BUT_MISSING_EXPECTED_OPERATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The throttle definitions file was updated, but some supported operations were not assigned a bucket
- SUCCESS_BUT_MISSING_EXPECTED_OPERATION - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The throttle definitions file was updated, but some supported operations were not assigned a bucket
- SUCCESS_BUT_MISSING_EXPECTED_OPERATION_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The throttle definitions file was updated, but some supported operations were not assigned a bucket
- SUCCESS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction succeeded
- SUPPLY_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- SUPPLY_TYPE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- supplyKey - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The key which can change the supply of a token.
- SUPPLYKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- SUPPLYKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- SUPPLYKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- supplyType - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The token supply type
- SUPPLYTYPE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- SUPPLYTYPE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- symbol - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
Symbol of token.
- symbol - Variable in class com.hedera.hashgraph.sdk.TokenRelationship
-
The Symbol of the token
- SYMBOL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- SYMBOL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- SYMBOL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- SYMBOL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- SYMBOL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- SYSTEM_DELETE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Delete a "system" "file" stored in the ledger.
"System" files are files with special purpose and ID values within a specific range.
These files require additional controls and can only be deleted when authorized by accounts with elevated privilege. - SYSTEM_UNDELETE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Undo the delete of a "system" "file" stored in the ledger.
"System" files are files with special purpose and ID values within a specific range.
These files require additional controls and can only be deleted when authorized by accounts with elevated privilege. - systemDelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingStub
-
Delete a "regular" file without "owner" authorization.<br/> This transaction _does not_ require signatures for the keys in the file `keys` list, but must be signed by a "privileged" account.
- systemDelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingV2Stub
-
Delete a "regular" file without "owner" authorization.<br/> This transaction _does not_ require signatures for the keys in the file `keys` list, but must be signed by a "privileged" account.
- systemDelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceFutureStub
-
Delete a "regular" file without "owner" authorization.<br/> This transaction _does not_ require signatures for the keys in the file `keys` list, but must be signed by a "privileged" account.
- systemDelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingStub
-
Deprecated.
- systemDelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub
-
Deprecated.
- systemDelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceFutureStub
-
Deprecated.
- systemDelete(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.FileServiceGrpc.AsyncService
-
Delete a "regular" file without "owner" authorization.<br/> This transaction _does not_ require signatures for the keys in the file `keys` list, but must be signed by a "privileged" account.
- systemDelete(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceStub
-
Delete a "regular" file without "owner" authorization.<br/> This transaction _does not_ require signatures for the keys in the file `keys` list, but must be signed by a "privileged" account.
- systemDelete(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.AsyncService
-
Deprecated.
- systemDelete(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceStub
-
Deprecated.
- SystemDelete - Class in com.hedera.hashgraph.sdk.proto
- SystemDelete - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete a "system" "file" stored in the ledger.<br/> "System" files are files with special purpose and ID values within a specific range.<br/> These files require additional controls and can only be deleted when authorized by accounts with elevated privilege.
- SYSTEMDELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- SYSTEMDELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- SYSTEMDELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- SYSTEMDELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- SystemDelete_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete a "system" "file" stored in the ledger.<br/> "System" files are files with special purpose and ID values within a specific range.<br/> These files require additional controls and can only be deleted when authorized by accounts with elevated privilege.
- SystemDeleteTransaction - Class in com.hedera.hashgraph.sdk
-
Deprecated.This transaction is obsolete, not supported, and SHALL fail with a pre-check result of `NOT_SUPPORTED`. Delete a file or contract bytecode as an administrative transaction. > Note >> A system delete/undelete for a `contractID` is not supported and >> SHALL return `INVALID_FILE_ID` or `MISSING_ENTITY_ID`. This transaction MAY be reversed by the `systemUndelete` transaction. A file deleted via `fileDelete`, however SHALL be irrecoverable.
This transaction MUST specify an expiration timestamp (with seconds precision). The file SHALL be permanently removed from state when network consensus time exceeds the specified expiration time.
This transaction MUST be signed by an Hedera administrative ("system") account. ### What is a "system" file A "system" file is any file with a file number less than or equal to the current configuration value for `ledger.numReservedSystemEntities`, typically `750`. ### Block Stream Effects None - SystemDeleteTransaction() - Constructor for class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.Constructor.
- SystemDeleteTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.Constructor.
- SystemDeleteTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.Constructor.
- SystemDeleteTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Delete a file or contract bytecode as an administrative transaction.
- SystemDeleteTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Delete a file or contract bytecode as an administrative transaction.
- SystemDeleteTransactionBody.IdCase - Enum Class in com.hedera.hashgraph.sdk.proto
- SystemDeleteTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- systemUndelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingStub
-
Undelete a "regular" file.
- systemUndelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingV2Stub
-
Undelete a "regular" file.
- systemUndelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceFutureStub
-
Undelete a "regular" file.
- systemUndelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingStub
-
Deprecated.
- systemUndelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub
-
Deprecated.
- systemUndelete(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceFutureStub
-
Deprecated.
- systemUndelete(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.FileServiceGrpc.AsyncService
-
Undelete a "regular" file.
- systemUndelete(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceStub
-
Undelete a "regular" file.
- systemUndelete(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.AsyncService
-
Deprecated.
- systemUndelete(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceStub
-
Deprecated.
- SystemUndelete - Class in com.hedera.hashgraph.sdk.proto
- SystemUndelete - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Undo the delete of a "system" "file" stored in the ledger.<br/> "System" files are files with special purpose and ID values within a specific range.<br/> These files require additional controls and can only be deleted when authorized by accounts with elevated privilege.
- SYSTEMUNDELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- SYSTEMUNDELETE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- SYSTEMUNDELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- SYSTEMUNDELETE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- SystemUndelete_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Undo the delete of a "system" "file" stored in the ledger.<br/> "System" files are files with special purpose and ID values within a specific range.<br/> These files require additional controls and can only be deleted when authorized by accounts with elevated privilege.
- SystemUndeleteTransaction - Class in com.hedera.hashgraph.sdk
-
Deprecated.This transaction is obsolete, not supported, and SHALL fail with a pre-check result of `NOT_SUPPORTED`. Recover a file or contract bytecode deleted from the Hedera File System (HFS) by a `systemDelete` transaction. > Note >> A system delete/undelete for a `contractID` is not supported and >> SHALL return `INVALID_FILE_ID` or `MISSING_ENTITY_ID`. This transaction can _only_ recover a file removed with the `systemDelete` transaction. A file deleted via `fileDelete` SHALL be irrecoverable.
This transaction MUST be signed by an Hedera administrative ("system") account. ### What is a "system" file A "system" file is any file with a file number less than or equal to the current configuration value for `ledger.numReservedSystemEntities`, typically `750`. ### Block Stream Effects None - SystemUndeleteTransaction() - Constructor for class com.hedera.hashgraph.sdk.SystemUndeleteTransaction
-
Deprecated.Constructor.
- SystemUndeleteTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.SystemUndeleteTransaction
-
Deprecated.Constructor.
- SystemUndeleteTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.SystemUndeleteTransaction
-
Deprecated.Constructor.
- SystemUndeleteTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Recover a file or contract bytecode deleted from the Hedera File System (HFS) by a `systemDelete` transaction.
- SystemUndeleteTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Recover a file or contract bytecode deleted from the Hedera File System (HFS) by a `systemDelete` transaction.
- SystemUndeleteTransactionBody.IdCase - Enum Class in com.hedera.hashgraph.sdk.proto
- SystemUndeleteTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
T
- TARGET_HISTORY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProof
- TARGET_PROOF - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.ProofStateCase
- TARGET_PROOF_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- TARGET_PROOF_KEYS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProof
- TARGET_ROSTER_HASH_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- TARGET_ROSTER_HASH_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- TARGET_ROSTER_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HintsConstruction
- TARGET_ROSTER_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- TELEMETRY_UPGRADE - Enum constant in enum class com.hedera.hashgraph.sdk.FreezeType
-
Prepare an upgrade of auxiliary services and containers providing telemetry/metrics.
- TELEMETRY_UPGRADE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
* Prepare an upgrade of auxiliary services and containers providing telemetry/metrics.
- TELEMETRY_UPGRADE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
* Prepare an upgrade of auxiliary services and containers providing telemetry/metrics.
- TESTNET - Enum constant in enum class com.hedera.hashgraph.sdk.NetworkName
-
Deprecated.
- TESTNET - Static variable in class com.hedera.hashgraph.sdk.LedgerId
-
The testnet ledger id
- ThreadLocalSecureRandom - Class in com.hedera.hashgraph.sdk
-
Internal utility class.
- threshold - Variable in class com.hedera.hashgraph.sdk.KeyList
-
The minimum number of keys that must sign.
- THRESHOLD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThresholdKey
- ThresholdKey - Class in com.hedera.hashgraph.sdk.proto
-
* A threshold value and a list of public keys that, together, form a threshold signature requirement.
- THRESHOLDKEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Key.KeyCase
- THRESHOLDKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Key
- ThresholdKey.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A threshold value and a list of public keys that, together, form a threshold signature requirement.
- ThresholdKeyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ThresholdSignature - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- THRESHOLDSIGNATURE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Signature.SignatureCase
-
Deprecated.
- THRESHOLDSIGNATURE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Signature
-
Deprecated.
- ThresholdSignature.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* This message is deprecated and MUST NOT be used to communicate with network nodes.
- ThresholdSignatureOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- THROTTLE_GROUP_HAS_ZERO_OPS_PER_SEC - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A throttle group was granted zero opsPerSec
- THROTTLE_GROUP_HAS_ZERO_OPS_PER_SEC - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A throttle group was granted zero opsPerSec
- THROTTLE_GROUP_HAS_ZERO_OPS_PER_SEC_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A throttle group was granted zero opsPerSec
- THROTTLE_GROUP_LCM_OVERFLOW - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The least common multiple of the throttle group's milliOpsPerSec is too large and it's overflowing.
- THROTTLE_GROUP_LCM_OVERFLOW - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The least common multiple of the throttle group's milliOpsPerSec is too large and it's overflowing.
- THROTTLE_GROUP_LCM_OVERFLOW_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The least common multiple of the throttle group's milliOpsPerSec is too large and it's overflowing.
- ThrottleBucket - Class in com.hedera.hashgraph.sdk.proto
-
* A "bucket" of performance allocated across one or more throttle groups.<br/> This entry combines one or more throttle groups into a single unit to calculate limitations and congestion.
- ThrottleBucket.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A "bucket" of performance allocated across one or more throttle groups.<br/> This entry combines one or more throttle groups into a single unit to calculate limitations and congestion.
- ThrottleBucketOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- THROTTLEBUCKETS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThrottleDefinitions
- THROTTLED_AT_CONSENSUS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Consensus throttle did not allow execution of this transaction.<br/> The transaction should be retried after a modest delay.
- THROTTLED_AT_CONSENSUS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Consensus throttle did not allow execution of this transaction.
The transaction should be retried after a modest delay. - THROTTLED_AT_CONSENSUS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Consensus throttle did not allow execution of this transaction.<br/> The transaction should be retried after a modest delay.
- ThrottleDefinitions - Class in com.hedera.hashgraph.sdk.proto
-
* A list of throttle buckets.<br/> This list, simultaneously enforced, defines a complete throttling policy.
- ThrottleDefinitions.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A list of throttle buckets.<br/> This list, simultaneously enforced, defines a complete throttling policy.
- ThrottleDefinitionsOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ThrottleDefinitionsOuterClass - Class in com.hedera.hashgraph.sdk.proto
- ThrottleGroup - Class in com.hedera.hashgraph.sdk.proto
-
* A single throttle limit applied to one or more operations.
- ThrottleGroup.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single throttle limit applied to one or more operations.
- ThrottleGroupOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- THROTTLEGROUPS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThrottleBucket
- ThrottleUsageSnapshot - Class in com.hedera.hashgraph.sdk.proto
-
* A single snapshot of the used throttle capacity for a throttle and point in time.
- ThrottleUsageSnapshot.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A single snapshot of the used throttle capacity for a throttle and point in time.
- ThrottleUsageSnapshotOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ThrottleUsageSnapshots - Class in com.hedera.hashgraph.sdk.proto
-
* All point-in-time snapshots of throttle usage for TPS, "gas" throttle values for a given point in time and evm ops duration throttle.
- ThrottleUsageSnapshots.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* All point-in-time snapshots of throttle usage for TPS, "gas" throttle values for a given point in time and evm ops duration throttle.
- ThrottleUsageSnapshotsOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- ThrottleUsageSnapshotsOuterClass - Class in com.hedera.hashgraph.sdk.proto
- TIME_CREATED_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.EventCore
- Timestamp - Class in com.hedera.hashgraph.sdk.proto
-
* An exact date and time.<br/> This is the same data structure as the Google protobuf Timestamp.proto.
- Timestamp.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An exact date and time.<br/> This is the same data structure as the Google protobuf Timestamp.proto.
- TimestampOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TimestampOuterClass - Class in com.hedera.hashgraph.sdk.proto
- TimestampSeconds - Class in com.hedera.hashgraph.sdk.proto
-
* An exact date and time, with a resolution of one second.
- TimestampSeconds.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An exact date and time, with a resolution of one second.
- TimestampSecondsOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- tinybar - Variable in enum class com.hedera.hashgraph.sdk.HbarUnit
- TINYBAR - Enum constant in enum class com.hedera.hashgraph.sdk.HbarUnit
-
The atomic (smallest) unit of hbar, used natively by the Hedera network.
- TINYBAR_BALANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- to - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
-
The receiver of the transaction
- to - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataLegacy
-
The receiver of the transaction
- to(HbarUnit) - Method in class com.hedera.hashgraph.sdk.Hbar
-
Convert this hbar value to a different unit.
- toAccountId(long, long) - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Retrieve the account id.
- toAccountId(long, long) - Method in class com.hedera.hashgraph.sdk.PublicKey
-
Create a new account id.
- toArray() - Method in class com.hedera.hashgraph.sdk.KeyList
- toArray(T[]) - Method in class com.hedera.hashgraph.sdk.KeyList
- toBytes() - Method in class com.hedera.hashgraph.sdk.AccountBalance
-
Convert the account balance object to a byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.AccountId
-
Extract a byte array representation.
- toBytes() - Method in class com.hedera.hashgraph.sdk.AccountInfo
-
Extract a byte array representation.
- toBytes() - Method in class com.hedera.hashgraph.sdk.AssessedCustomFee
-
Create a byte array representation.
- toBytes() - Method in class com.hedera.hashgraph.sdk.ContractId
- toBytes() - Method in class com.hedera.hashgraph.sdk.ContractInfo
-
Create a byte array representation.
- toBytes() - Method in class com.hedera.hashgraph.sdk.ContractLogInfo
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.ContractNonceInfo
-
Create a byte array representation.
- toBytes() - Method in class com.hedera.hashgraph.sdk.CustomFee
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.EthereumTransactionData
-
Serialize the ethereum transaction data into bytes using RLP
- toBytes() - Method in class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
- toBytes() - Method in class com.hedera.hashgraph.sdk.EthereumTransactionDataLegacy
- toBytes() - Method in class com.hedera.hashgraph.sdk.EvmAddress
- toBytes() - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Convert fee component object to byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.FeeData
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.FeeSchedule
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.FeeSchedules
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.FileId
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.FileInfo
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.HbarAllowance
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.Key
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.LedgerId
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.LiveHash
-
Extract the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.NetworkVersionInfo
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.NftId
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.NodeAddressBook
-
Create the byte string.
- toBytes() - Method in class com.hedera.hashgraph.sdk.PrivateKey
- toBytes() - Method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
- toBytes() - Method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
- toBytes() - Method in class com.hedera.hashgraph.sdk.PublicKey
- toBytes() - Method in class com.hedera.hashgraph.sdk.PublicKeyECDSA
- toBytes() - Method in class com.hedera.hashgraph.sdk.PublicKeyED25519
- toBytes() - Method in class com.hedera.hashgraph.sdk.RegisteredNode
-
Create a byte array representation.
- toBytes() - Method in class com.hedera.hashgraph.sdk.ScheduleId
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.ScheduleInfo
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.SemanticVersion
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.StakingInfo
-
Convert the staking info object to a byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.TokenAllowance
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.TokenAssociation
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.TokenId
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.TokenInfo
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.TokenNftAllowance
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.TokenNftInfo
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.TokenNftTransfer
-
Deprecated.
- toBytes() - Method in class com.hedera.hashgraph.sdk.TokenRelationship
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.TopicId
-
Extracts a byte array representation.
- toBytes() - Method in class com.hedera.hashgraph.sdk.TopicInfo
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.Transaction
-
Extract a byte array representation.
- toBytes() - Method in class com.hedera.hashgraph.sdk.TransactionFeeSchedule
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Extract the byte array representation.
- toBytes() - Method in class com.hedera.hashgraph.sdk.TransactionReceipt
-
Create the byte array.
- toBytes() - Method in class com.hedera.hashgraph.sdk.TransactionRecord
-
Create the byte array.
- toBytes(String) - Method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
-
Get the encoding of the currently added parameters as a
ByteString. - toBytesDER() - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Extract the byte array encoded as DER.
- toBytesDER() - Method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
- toBytesDER() - Method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
- toBytesDER() - Method in class com.hedera.hashgraph.sdk.PublicKey
-
Extract the DER represented as a byte array.
- toBytesDER() - Method in class com.hedera.hashgraph.sdk.PublicKeyECDSA
- toBytesDER() - Method in class com.hedera.hashgraph.sdk.PublicKeyED25519
- toBytesRaw() - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Extract the raw byte array.
- toBytesRaw() - Method in class com.hedera.hashgraph.sdk.PrivateKeyECDSA
- toBytesRaw() - Method in class com.hedera.hashgraph.sdk.PrivateKeyED25519
- toBytesRaw() - Method in class com.hedera.hashgraph.sdk.PublicKey
-
Extract the raw byte representation.
- toBytesRaw() - Method in class com.hedera.hashgraph.sdk.PublicKeyECDSA
- toBytesRaw() - Method in class com.hedera.hashgraph.sdk.PublicKeyED25519
- toByteString() - Method in class com.hedera.hashgraph.sdk.LedgerId
-
Extract the byte string representation.
- toCompletableFuture(ListenableFuture<T>) - Static method in class com.hedera.hashgraph.sdk.FutureConverter
-
Generate a T object from a listenable future.
- toEvmAddress() - Method in class com.hedera.hashgraph.sdk.AccountId
-
toEvmAddress returns EVM-compatible address representation of the entity
- toEvmAddress() - Method in class com.hedera.hashgraph.sdk.ContractId
-
toEvmAddress returns EVM-compatible address representation of the entity
- toEvmAddress() - Method in class com.hedera.hashgraph.sdk.FileId
-
Converts this FileId to an EVM address string.
- toEvmAddress() - Method in class com.hedera.hashgraph.sdk.PublicKey
-
Converts the key to EVM address
- toEvmAddress() - Method in class com.hedera.hashgraph.sdk.PublicKeyECDSA
- toEvmAddress() - Method in class com.hedera.hashgraph.sdk.PublicKeyED25519
- toEvmAddress() - Method in class com.hedera.hashgraph.sdk.TokenId
-
Converts this TokenId to an EVM address string.
- toEvmAddress() - Method in class com.hedera.hashgraph.sdk.TopicId
-
Converts this TopicId to an EVM address string.
- toFixedFeeProtobuf() - Method in class com.hedera.hashgraph.sdk.CustomFixedFee
-
Convert to a protobuf.
- toFractionalFeeProtobuf() - Method in class com.hedera.hashgraph.sdk.CustomFractionalFee
-
Convert the fractional fee object to a protobuf.
- toFungibleHook(HookCall, FungibleHookType) - Static method in class com.hedera.hashgraph.sdk.TransferTransaction
- toGrantedProtobuf() - Method in class com.hedera.hashgraph.sdk.HbarAllowance
-
Convert a crypto allowance into a granted crypto allowance protobuf.
- toGrantedProtobuf() - Method in class com.hedera.hashgraph.sdk.TokenAllowance
-
Create the byte array.
- toHardenedIndex(int) - Static method in class com.hedera.hashgraph.sdk.utils.Bip32Utils
-
Harden the index
- toInsecure() - Method in class com.hedera.hashgraph.sdk.BaseNodeAddress
-
Create a new insecure managed node.
- toInsecure() - Method in class com.hedera.hashgraph.sdk.Node
-
Create an insecure version of this node
- toInt() - Method in enum class com.hedera.hashgraph.sdk.logger.LogLevel
- token - Variable in class com.hedera.hashgraph.sdk.AccountBalance
-
Deprecated.- Use `tokens` instead
- Token - Class in com.hedera.hashgraph.sdk.proto
-
* An Hedera Token Service(HTS) token.
- TOKEN_ACCOUNT_WIPE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Wipe all amounts for a specific HTS token from a specified account.
- TOKEN_AIRDROP - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Airdrop one or more tokens to one or more accounts.
- TOKEN_AIRDROP_WITH_FALLBACK_ROYALTY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The token to be airdropped has a fallback royalty fee and cannot be sent or claimed via an airdrop transaction.
- TOKEN_AIRDROP_WITH_FALLBACK_ROYALTY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The token to be airdropped has a fallback royalty fee and cannot be sent or claimed via an airdrop transaction.
- TOKEN_AIRDROP_WITH_FALLBACK_ROYALTY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The token to be airdropped has a fallback royalty fee and cannot be sent or claimed via an airdrop transaction.
- TOKEN_ALLOWANCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- TOKEN_ALREADY_ASSOCIATED_TO_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
An <tt>associateToken</tt> operation specified a token already associated to the account
- TOKEN_ALREADY_ASSOCIATED_TO_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An associateToken operation specified a token already associated to the account
- TOKEN_ALREADY_ASSOCIATED_TO_ACCOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
An <tt>associateToken</tt> operation specified a token already associated to the account
- TOKEN_ASSOCIATE_TO_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Associate a specific HTS token to an account.
- TOKEN_BURN - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Burn HTS token amounts from the treasury account for that token.
- TOKEN_CANCEL_AIRDROP - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Remove one or more pending airdrops from state on behalf of the sender(s) for each airdrop.
- TOKEN_CLAIM_AIRDROP - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Claim one or more pending airdrops
- TOKEN_CREATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Create a token for the Hedera Token Service (HTS).
- TOKEN_DELETE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Delete a specific HTS token.
- TOKEN_DISSOCIATE_FROM_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Dissociate a specific HTS token from an account.
- TOKEN_FEE_SCHEDULE_UPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKEN_FEE_SCHEDULE_UPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKEN_FEE_SCHEDULE_UPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Update a token's custom fee schedule.
- TOKEN_FEE_SCHEDULE_UPDATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKEN_FEE_SCHEDULE_UPDATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenBurnTransactionBody
- TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenDeleteTransactionBody
- TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenFreezeAccountTransactionBody
- TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetInfoQuery
- TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGrantKycTransactionBody
- TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenMintTransactionBody
- TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenPauseTransactionBody
- TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRevokeKycTransactionBody
- TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
- TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUnpauseTransactionBody
- TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateNftsTransactionBody
- TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- TOKEN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenWipeAccountTransactionBody
- TOKEN_FREEZE_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Freeze a specific account with respect to a specific HTS token.
- TOKEN_FUNGIBLE_COMMON - Enum constant in enum class com.hedera.hashgraph.sdk.FeeDataType
-
The resource cost for the transaction type includes an operation on a fungible/common token
- TOKEN_FUNGIBLE_COMMON - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type includes an operation on a fungible/common token
- TOKEN_FUNGIBLE_COMMON_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type includes an operation on a fungible/common token
- TOKEN_FUNGIBLE_COMMON_WITH_CUSTOM_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.FeeDataType
-
The resource cost for the transaction type includes an operation on a fungible/common token with a custom fee schedule
- TOKEN_FUNGIBLE_COMMON_WITH_CUSTOM_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type includes an operation on a fungible/common token with a custom fee schedule
- TOKEN_FUNGIBLE_COMMON_WITH_CUSTOM_FEES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type includes an operation on a fungible/common token with a custom fee schedule
- TOKEN_GET_ACCOUNT_NFT_INFOS - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get NFT metadata (information) for a range of NFTs associated to a specific non-fungible/unique HTS token and owned by a specific account.
- TOKEN_GET_INFO - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get metadata (information) for an HTS token.
- TOKEN_GET_NFT_INFO - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get metadata (information) for a specific NFT identified by token and serial number.
- TOKEN_GET_NFT_INFOS - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get NFT metadata (information) for a range of NFTs associated to a specific non-fungible/unique HTS token.
- TOKEN_GRANT_KYC_TO_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Grant KYC status to an account for a specific HTS token.
- TOKEN_HAS_NO_ADMIN_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Admin key is not set on token
- TOKEN_HAS_NO_ADMIN_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Admin key is not set on token
- TOKEN_HAS_NO_ADMIN_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Admin key is not set on token
- TOKEN_HAS_NO_FEE_SCHEDULE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Fee schedule key is not set on token
- TOKEN_HAS_NO_FEE_SCHEDULE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Fee schedule key is not set on token
- TOKEN_HAS_NO_FEE_SCHEDULE_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Fee schedule key is not set on token
- TOKEN_HAS_NO_FREEZE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Freeze key is not set on token
- TOKEN_HAS_NO_FREEZE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Freeze key is not set on token
- TOKEN_HAS_NO_FREEZE_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Freeze key is not set on token
- TOKEN_HAS_NO_KYC_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
KYC key is not set on token
- TOKEN_HAS_NO_KYC_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
KYC key is not set on token
- TOKEN_HAS_NO_KYC_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
KYC key is not set on token
- TOKEN_HAS_NO_METADATA_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Metadata key is not set on token
- TOKEN_HAS_NO_METADATA_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Metadata key is not set on token
- TOKEN_HAS_NO_METADATA_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Metadata key is not set on token
- TOKEN_HAS_NO_METADATA_OR_SUPPLY_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The token has no metadata or supply key
- TOKEN_HAS_NO_METADATA_OR_SUPPLY_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The token has no metadata or supply key
- TOKEN_HAS_NO_METADATA_OR_SUPPLY_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The token has no metadata or supply key
- TOKEN_HAS_NO_PAUSE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Pause key is not set on token
- TOKEN_HAS_NO_PAUSE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Pause key is not set on token
- TOKEN_HAS_NO_PAUSE_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Pause key is not set on token
- TOKEN_HAS_NO_SUPPLY_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Supply key is not set on token
- TOKEN_HAS_NO_SUPPLY_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Supply key is not set on token
- TOKEN_HAS_NO_SUPPLY_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Supply key is not set on token
- TOKEN_HAS_NO_WIPE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Wipe key is not set on token
- TOKEN_HAS_NO_WIPE_KEY - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Wipe key is not set on token
- TOKEN_HAS_NO_WIPE_KEY_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Wipe key is not set on token
- TOKEN_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowance
- TOKEN_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AccountFungibleTokenAllowance
- TOKEN_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AssessedCustomFee
- TOKEN_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EntityIDPair
-
Deprecated.
- TOKEN_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GrantedNftAllowance
- TOKEN_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GrantedTokenAllowance
- TOKEN_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftID
- TOKEN_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftRemoveAllowance
- TOKEN_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- TOKEN_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenAssociation
- TOKEN_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBody
- TOKEN_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelation
- TOKEN_ID_REPEATED_IN_TOKEN_LIST - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Same TokenIDs present in the token list
- TOKEN_ID_REPEATED_IN_TOKEN_LIST - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Same TokenIDs present in the token list
- TOKEN_ID_REPEATED_IN_TOKEN_LIST_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Same TokenIDs present in the token list
- TOKEN_IS_IMMUTABLE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Token does not have Admin key set, thus update/delete transactions cannot be performed
- TOKEN_IS_IMMUTABLE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Token does not have Admin key set, thus update/delete transactions cannot be performed
- TOKEN_IS_IMMUTABLE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Token does not have Admin key set, thus update/delete transactions cannot be performed
- TOKEN_IS_PAUSED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Token is paused.
- TOKEN_IS_PAUSED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Token is paused.
- TOKEN_IS_PAUSED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Token is paused.
- TOKEN_MAX_SUPPLY_REACHED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A token cannot have more units minted due to its configured supply ceiling
- TOKEN_MAX_SUPPLY_REACHED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A token cannot have more units minted due to its configured supply ceiling
- TOKEN_MAX_SUPPLY_REACHED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A token cannot have more units minted due to its configured supply ceiling
- TOKEN_MINT - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Mint HTS token amounts to the treasury account for that token.
- TOKEN_NAME_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Token Name is too long
- TOKEN_NAME_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Token Name is too long
- TOKEN_NAME_TOO_LONG_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Token Name is too long
- TOKEN_NON_FUNGIBLE_UNIQUE - Enum constant in enum class com.hedera.hashgraph.sdk.FeeDataType
-
The resource cost for the transaction type includes an operation on a non-fungible/unique token
- TOKEN_NON_FUNGIBLE_UNIQUE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type includes an operation on a non-fungible/unique token
- TOKEN_NON_FUNGIBLE_UNIQUE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type includes an operation on a non-fungible/unique token
- TOKEN_NON_FUNGIBLE_UNIQUE_WITH_CUSTOM_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.FeeDataType
-
The resource cost for the transaction type includes an operation on a non-fungible/unique token with a custom fee schedule
- TOKEN_NON_FUNGIBLE_UNIQUE_WITH_CUSTOM_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type includes an operation on a non-fungible/unique token with a custom fee schedule
- TOKEN_NON_FUNGIBLE_UNIQUE_WITH_CUSTOM_FEES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type includes an operation on a non-fungible/unique token with a custom fee schedule
- TOKEN_NOT_ASSOCIATED_TO_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
A required token-account relationship is missing
- TOKEN_NOT_ASSOCIATED_TO_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A required token-account relationship is missing
- TOKEN_NOT_ASSOCIATED_TO_ACCOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
A required token-account relationship is missing
- TOKEN_NOT_ASSOCIATED_TO_FEE_COLLECTOR - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Any of the token Ids in customFees are not associated to feeCollector
- TOKEN_NOT_ASSOCIATED_TO_FEE_COLLECTOR - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Any of the token Ids in customFees are not associated to feeCollector
- TOKEN_NOT_ASSOCIATED_TO_FEE_COLLECTOR_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Any of the token Ids in customFees are not associated to feeCollector
- TOKEN_PAUSE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKEN_PAUSE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKEN_PAUSE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Pause a specific HTS token
- TOKEN_PAUSE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKEN_PAUSE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TOKEN_REFERENCE_LIST_SIZE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction attempted to use more than the allowed number of `TokenReference`.
- TOKEN_REFERENCE_LIST_SIZE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The transaction attempted to use more than the allowed number of `TokenReference`.
- TOKEN_REFERENCE_LIST_SIZE_LIMIT_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction attempted to use more than the allowed number of `TokenReference`.
- TOKEN_REFERENCE_REPEATED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction attempted to use duplicate `TokenReference`.<br/> This affects `TokenReject` attempting to reject same token reference more than once.
- TOKEN_REFERENCE_REPEATED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The transaction attempted to use duplicate `TokenReference`.
This affects `TokenReject` attempting to reject same token reference more than once. - TOKEN_REFERENCE_REPEATED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The transaction attempted to use duplicate `TokenReference`.<br/> This affects `TokenReject` attempting to reject same token reference more than once.
- TOKEN_REJECT - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Transfer one or more token balances held by the requesting account to the treasury for each token type.
- TOKEN_RELATIONSHIPS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetails
- TOKEN_REVOKE_KYC_FROM_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Revoke KYC status from an account for a specific HTS token.
- TOKEN_SYMBOL_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The provided token symbol was too long
- TOKEN_SYMBOL_TOO_LONG - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The provided token symbol was too long
- TOKEN_SYMBOL_TOO_LONG_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The provided token symbol was too long
- TOKEN_TRANSFER_LIST_SIZE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Exceeded the number of token transfers (both from and to) allowed for token transfer list
- TOKEN_TRANSFER_LIST_SIZE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Exceeded the number of token transfers (both from and to) allowed for token transfer list
- TOKEN_TRANSFER_LIST_SIZE_LIMIT_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Exceeded the number of token transfers (both from and to) allowed for token transfer list
- TOKEN_TRANSFERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenAirdropTransactionBody
- TOKEN_TYPE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- TOKEN_UNFREEZE_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Remove a "freeze" from an account with respect to a specific HTS token.
- TOKEN_UNPAUSE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKEN_UNPAUSE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKEN_UNPAUSE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Unpause a paused HTS token.
- TOKEN_UNPAUSE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKEN_UNPAUSE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TOKEN_UPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Update a specific HTS token.
- TOKEN_UPDATE_NFTS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKEN_UPDATE_NFTS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKEN_UPDATE_NFTS - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Update the metadata of one or more NFT's of a specific token type.
- TOKEN_UPDATE_NFTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKEN_UPDATE_NFTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TOKEN_WAS_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Token transactions cannot be executed on deleted token
- TOKEN_WAS_DELETED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Token transactions cannot be executed on deleted token
- TOKEN_WAS_DELETED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Token transactions cannot be executed on deleted token
- Token.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An Hedera Token Service(HTS) token.
- TokenAccountWipe - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Wipe all amounts for a specific HTS token from a specified account.
- TokenAccountWipe_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Wipe all amounts for a specific HTS token from a specified account.
- TokenAirdrop - Class in com.hedera.hashgraph.sdk.proto
- TokenAirdrop - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Airdrop one or more tokens to one or more accounts.
- TOKENAIRDROP - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENAIRDROP - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENAIRDROP_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENAIRDROP_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenAirdrop_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Airdrop one or more tokens to one or more accounts.
- TokenAirdropTransaction - Class in com.hedera.hashgraph.sdk
-
Token Airdrop An "airdrop" is a distribution of tokens from a funding account to one or more recipient accounts, ideally with no action required by the recipient account(s).
- TokenAirdropTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenAirdropTransaction
-
Constructor.
- TokenAirdropTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenAirdropTransaction
-
Constructor.
- TokenAirdropTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenAirdropTransaction
-
Constructor.
- TokenAirdropTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Airdrop one or more tokens to one or more accounts.
- TokenAirdropTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Airdrop one or more tokens to one or more accounts.
- TokenAirdropTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenAllowance - Class in com.hedera.hashgraph.sdk.proto
-
* An approved allowance of fungible/common token transfers.
- TokenAllowance - Class in com.hedera.hashgraph.sdk
-
An approved allowance of token transfers for a spender.
- TokenAllowance(TokenId, AccountId, AccountId, long) - Constructor for class com.hedera.hashgraph.sdk.TokenAllowance
-
Constructor.
- TokenAllowance.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An approved allowance of fungible/common token transfers.
- tokenAllowanceAdjustments - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
Deprecated.
- TokenAllowanceOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- tokenAllowances - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
Deprecated.
- TOKENALLOWANCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoApproveAllowanceTransactionBody
- TokenAssociate - Class in com.hedera.hashgraph.sdk.proto
- TOKENASSOCIATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENASSOCIATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENASSOCIATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENASSOCIATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenAssociateToAccount - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Associate a specific HTS token to an account.
- TokenAssociateToAccount_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Associate a specific HTS token to an account.
- TokenAssociateTransaction - Class in com.hedera.hashgraph.sdk
-
Associate a Hedera Token Service (HTS) token and an account.
- TokenAssociateTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenAssociateTransaction
-
Constructor.
- TokenAssociateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenAssociateTransaction
-
Constructor.
- TokenAssociateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenAssociateTransaction
-
Constructor.
- TokenAssociateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Associate an Hedera Token Service (HTS) token and an account.
- TokenAssociateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Associate an Hedera Token Service (HTS) token and an account.
- TokenAssociateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenAssociation - Class in com.hedera.hashgraph.sdk.proto
-
* An association between a token and an account.
- TokenAssociation - Class in com.hedera.hashgraph.sdk
-
Associates the provided Hedera account with the provided Hedera token(s).
- TokenAssociation(TokenId, AccountId) - Constructor for class com.hedera.hashgraph.sdk.TokenAssociation
-
Constructor.
- TokenAssociation.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An association between a token and an account.
- TokenAssociationOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenBalance - Class in com.hedera.hashgraph.sdk.proto
-
* A number of _transferable units_ of a specified token.
- TokenBalance.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A number of _transferable units_ of a specified token.
- TokenBalanceOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenBalances - Class in com.hedera.hashgraph.sdk.proto
-
* A set of token balance values.
- TOKENBALANCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse
- TOKENBALANCES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenBalances
- TokenBalances.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A set of token balance values.
- TokenBalancesOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenBurn - Class in com.hedera.hashgraph.sdk.proto
- TokenBurn - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Burn HTS token amounts from the treasury account for that token.
- TOKENBURN - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENBURN - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENBURN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENBURN_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenBurn_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Burn HTS token amounts from the treasury account for that token.
- TokenBurnTransaction - Class in com.hedera.hashgraph.sdk
-
Burns tokens from the Token's treasury Account.
- TokenBurnTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenBurnTransaction
-
Constructor.
- TokenBurnTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenBurnTransaction
-
Constructor.
- TokenBurnTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenBurnTransaction
-
Constructor.
- TokenBurnTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Burns tokens from the Token's treasury Account.
- TokenBurnTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Burns tokens from the Token's treasury Account.
- TokenBurnTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenCancelAirdrop - Class in com.hedera.hashgraph.sdk.proto
- TokenCancelAirdrop - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Remove one or more pending airdrops from state on behalf of the sender(s) for each airdrop.
- TOKENCANCELAIRDROP - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENCANCELAIRDROP - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENCANCELAIRDROP_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENCANCELAIRDROP_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenCancelAirdrop_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Remove one or more pending airdrops from state on behalf of the sender(s) for each airdrop.
- TokenCancelAirdropTransaction - Class in com.hedera.hashgraph.sdk
-
Token cancel airdrop
Remove one or more pending airdrops from state on behalf of the sender(s) for each airdrop. - TokenCancelAirdropTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenCancelAirdropTransaction
-
Constructor.
- TokenCancelAirdropTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenCancelAirdropTransaction
-
Constructor.
- TokenCancelAirdropTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenCancelAirdropTransaction
-
Constructor.
- TokenCancelAirdropTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Token cancel airdrop<br/> Remove one or more pending airdrops from state on behalf of the sender(s) for each airdrop.
- TokenCancelAirdropTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Token cancel airdrop<br/> Remove one or more pending airdrops from state on behalf of the sender(s) for each airdrop.
- TokenCancelAirdropTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenClaimAirdrop - Class in com.hedera.hashgraph.sdk.proto
- TokenClaimAirdrop - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Claim one or more pending airdrops
- TOKENCLAIMAIRDROP - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENCLAIMAIRDROP - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENCLAIMAIRDROP_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENCLAIMAIRDROP_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenClaimAirdrop_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Claim one or more pending airdrops
- TokenClaimAirdropTransaction - Class in com.hedera.hashgraph.sdk
-
Token claim airdrop
Complete one or more pending transfers on behalf of the recipient(s) for an airdrop. - TokenClaimAirdropTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenClaimAirdropTransaction
-
Constructor.
- TokenClaimAirdropTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenClaimAirdropTransaction
-
Constructor.
- TokenClaimAirdropTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenClaimAirdropTransaction
-
Constructor.
- TokenClaimAirdropTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Token claim airdrop<br/> Complete one or more pending transfers on behalf of the recipient(s) for an airdrop.
- TokenClaimAirdropTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Token claim airdrop<br/> Complete one or more pending transfers on behalf of the recipient(s) for an airdrop.
- TokenClaimAirdropTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenCreate - Class in com.hedera.hashgraph.sdk.proto
- TokenCreate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a token for the Hedera Token Service (HTS).
- TokenCreate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Create a token for the Hedera Token Service (HTS).
- TokenCreateTransaction - Class in com.hedera.hashgraph.sdk
-
Create an HTS token.
- TokenCreateTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Constructor.
- TokenCreateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Constructor.
- TokenCreateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenCreateTransaction
-
Constructor.
- TokenCreateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Create an HTS token.
- TokenCreateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Create an HTS token.
- TokenCreateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TOKENCREATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENCREATION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENCREATION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENCREATION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- tokenDecimals - Variable in class com.hedera.hashgraph.sdk.AccountBalance
- TokenDelete - Class in com.hedera.hashgraph.sdk.proto
- TokenDelete - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete a specific HTS token.
- TokenDelete_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Delete a specific HTS token.
- TokenDeleteTransaction - Class in com.hedera.hashgraph.sdk
-
Deleting a token marks a token as deleted, though it will remain in the ledger.
- TokenDeleteTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenDeleteTransaction
-
Constructor.
- TokenDeleteTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenDeleteTransaction
-
Constructor.
- TokenDeleteTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenDeleteTransaction
-
Constructor.
- TokenDeleteTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Mark a token as deleted.<br/> A deleted token remains present in the network state, but is no longer active, cannot be held in a balance, and all operations on that token fail.
- TokenDeleteTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Mark a token as deleted.<br/> A deleted token remains present in the network state, but is no longer active, cannot be held in a balance, and all operations on that token fail.
- TokenDeleteTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TOKENDELETION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENDELETION - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENDELETION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENDELETION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenDissociate - Class in com.hedera.hashgraph.sdk.proto
- TOKENDISSOCIATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENDISSOCIATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENDISSOCIATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENDISSOCIATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenDissociateFromAccount - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Dissociate a specific HTS token from an account.
- TokenDissociateFromAccount_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Dissociate a specific HTS token from an account.
- TokenDissociateTransaction - Class in com.hedera.hashgraph.sdk
-
Dissociate an account from one or more HTS tokens.
- TokenDissociateTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenDissociateTransaction
-
Constructor.
- TokenDissociateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenDissociateTransaction
-
Constructor.
- TokenDissociateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenDissociateTransaction
-
Constructor.
- TokenDissociateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Dissociate an account from one or more HTS tokens.
- TokenDissociateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Dissociate an account from one or more HTS tokens.
- TokenDissociateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenFeeScheduleUpdate - Class in com.hedera.hashgraph.sdk.proto
- TokenFeeScheduleUpdate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update a token's custom fee schedule.
- TokenFeeScheduleUpdate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update a token's custom fee schedule.
- TokenFeeScheduleUpdateTransaction - Class in com.hedera.hashgraph.sdk
-
Update the custom fees for a given token.
- TokenFeeScheduleUpdateTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenFeeScheduleUpdateTransaction
-
Constructor.
- TokenFeeScheduleUpdateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenFeeScheduleUpdateTransaction
-
Constructor.
- TokenFeeScheduleUpdateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenFeeScheduleUpdateTransaction
-
Constructor.
- TokenFeeScheduleUpdateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Update the custom fee schedule for a token type.
- TokenFeeScheduleUpdateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Update the custom fee schedule for a token type.
- TokenFeeScheduleUpdateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TOKENFREEZE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENFREEZE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENFREEZE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENFREEZE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenFreezeAccount - Class in com.hedera.hashgraph.sdk.proto
- TokenFreezeAccount - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Freeze a specific account with respect to a specific HTS token.
- TokenFreezeAccount_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Freeze a specific account with respect to a specific HTS token.
- TokenFreezeAccountTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Block transfers of a token type for an account.<br/> This, effectively, freezes assets of one account with respect to one token type.
- TokenFreezeAccountTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Block transfers of a token type for an account.<br/> This, effectively, freezes assets of one account with respect to one token type.
- TokenFreezeAccountTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenFreezeStatus - Enum Class in com.hedera.hashgraph.sdk.proto
-
* Possible token freeze status values.
- TokenFreezeTransaction - Class in com.hedera.hashgraph.sdk
-
Block transfers of a token type for an account.
This, effectively, freezes assets of one account with respect to one token type. - TokenFreezeTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenFreezeTransaction
-
Constructor.
- TokenFreezeTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenFreezeTransaction
-
Constructor.
- TokenFreezeTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenFreezeTransaction
-
Constructor.
- TokenGetAccountNftInfos - Class in com.hedera.hashgraph.sdk.proto
- TokenGetAccountNftInfos - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- TOKENGETACCOUNTNFTINFOS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- TOKENGETACCOUNTNFTINFOS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- TOKENGETACCOUNTNFTINFOS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- TOKENGETACCOUNTNFTINFOS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- TokenGetAccountNftInfos_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- TokenGetAccountNftInfosQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Deleted and unsupported.
- TokenGetAccountNftInfosQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Deleted and unsupported.
- TokenGetAccountNftInfosQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenGetAccountNftInfosResponse - Class in com.hedera.hashgraph.sdk.proto
-
* Deleted and unsupported.
- TokenGetAccountNftInfosResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Deleted and unsupported.
- TokenGetAccountNftInfosResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenGetInfo - Class in com.hedera.hashgraph.sdk.proto
- TokenGetInfo - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get metadata (information) for an HTS token.
- TOKENGETINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- TOKENGETINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- TOKENGETINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- TOKENGETINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- TokenGetInfo_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get metadata (information) for an HTS token.
- TokenGetInfoQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Request information for a token.
- TokenGetInfoQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Request information for a token.
- TokenGetInfoQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenGetInfoResponse - Class in com.hedera.hashgraph.sdk.proto
-
* A response message for the `getTokenInfo` query.
- TokenGetInfoResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A response message for the `getTokenInfo` query.
- TokenGetInfoResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenGetNftInfo - Class in com.hedera.hashgraph.sdk.proto
- TokenGetNftInfo - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- TOKENGETNFTINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- TOKENGETNFTINFO - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- TOKENGETNFTINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- TOKENGETNFTINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- TokenGetNftInfo_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- TokenGetNftInfoQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Applicable only to tokens of type NON_FUNGIBLE_UNIQUE.
- TokenGetNftInfoQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Applicable only to tokens of type NON_FUNGIBLE_UNIQUE.
- TokenGetNftInfoQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenGetNftInfoResponse - Class in com.hedera.hashgraph.sdk.proto
-
* UNDOCUMENTED
- TokenGetNftInfoResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* UNDOCUMENTED
- TokenGetNftInfoResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenGetNftInfos - Class in com.hedera.hashgraph.sdk.proto
- TokenGetNftInfos - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get NFT metadata (information) for a range of NFTs associated to a specific non-fungible/unique HTS token.
- TOKENGETNFTINFOS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- TOKENGETNFTINFOS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- TOKENGETNFTINFOS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- TOKENGETNFTINFOS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- TokenGetNftInfos_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get NFT metadata (information) for a range of NFTs associated to a specific non-fungible/unique HTS token.
- TokenGetNftInfosQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Deleted and unsupported.
- TokenGetNftInfosQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Deleted and unsupported.
- TokenGetNftInfosQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenGetNftInfosResponse - Class in com.hedera.hashgraph.sdk.proto
-
* Deleted and unsupported.
- TokenGetNftInfosResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Deleted and unsupported.
- TokenGetNftInfosResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenGrantKyc - Class in com.hedera.hashgraph.sdk.proto
- TOKENGRANTKYC - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENGRANTKYC - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENGRANTKYC_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENGRANTKYC_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenGrantKycToAccount - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Grant KYC status to an account for a specific HTS token.
- TokenGrantKycToAccount_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Grant KYC status to an account for a specific HTS token.
- TokenGrantKycTransaction - Class in com.hedera.hashgraph.sdk
-
Grant "Know Your Customer"(KYC) for one account for a single token.
- TokenGrantKycTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenGrantKycTransaction
-
Configure.
- TokenGrantKycTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenGrantKycTransaction
-
Constructor.
- TokenGrantKycTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenGrantKycTransaction
-
Constructor.
- TokenGrantKycTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Grant "Know Your Customer"(KYC) for one account for a single token.
- TokenGrantKycTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Grant "Know Your Customer"(KYC) for one account for a single token.
- TokenGrantKycTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- tokenId - Variable in class com.hedera.hashgraph.sdk.AssessedCustomFee
-
The denomination of the fee; taken as hbar if left unset
- tokenId - Variable in class com.hedera.hashgraph.sdk.NftId
-
The (non-fungible) token of which this NFT is an instance
- tokenId - Variable in class com.hedera.hashgraph.sdk.TokenAllowance
-
The token that the allowance pertains to
- tokenId - Variable in class com.hedera.hashgraph.sdk.TokenAssociation
-
The token involved in the association
- tokenId - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The ID of the token for which information is requested.
- tokenId - Variable in class com.hedera.hashgraph.sdk.TokenInfoQuery
- tokenId - Variable in class com.hedera.hashgraph.sdk.TokenNftAllowance
-
The NFT token type that the allowance pertains to
- tokenId - Variable in class com.hedera.hashgraph.sdk.TokenNftTransfer
-
The ID of the token
- tokenId - Variable in class com.hedera.hashgraph.sdk.TokenRelationship
-
A unique token id
- tokenId - Variable in class com.hedera.hashgraph.sdk.TokenTransfer
- tokenId - Variable in class com.hedera.hashgraph.sdk.TokenTransferList
- tokenId - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
The token ID, if a new token was created.
- TokenId - Class in com.hedera.hashgraph.sdk
-
Constructs a TokenId.
- TokenId(long) - Constructor for class com.hedera.hashgraph.sdk.TokenId
-
Deprecated.
- TokenId(long, long, long) - Constructor for class com.hedera.hashgraph.sdk.TokenId
-
Constructor.
- TokenId(long, long, long, String) - Constructor for class com.hedera.hashgraph.sdk.TokenId
-
Constructor.
- TokenID - Class in com.hedera.hashgraph.sdk.proto
-
* Unique identifier for a token.<br/> As with all entity identifiers within the network, a token identifier consists of a combination of shard number, realm number, and entity number.
- TOKENID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NftAllowance
- TOKENID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenAllowance
- TOKENID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenBalance
- TOKENID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosQuery
- TOKENID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetNftInfosResponse
- TOKENID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- TOKENID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenRelationship
- TOKENID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- TokenID.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Unique identifier for a token.<br/> As with all entity identifiers within the network, a token identifier consists of a combination of shard number, realm number, and entity number.
- TOKENIDENTIFIER_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenReference.TokenIdentifierCase
- TokenIDOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenInfo - Class in com.hedera.hashgraph.sdk.proto
-
* An Hedera Token Service(HTS) token.
- TokenInfo - Class in com.hedera.hashgraph.sdk
-
Gets information about a fungible or non-fungible token instance.
- TokenInfo(TokenId, String, String, int, long, AccountId, Key, Key, Key, Key, Key, Key, Boolean, Boolean, boolean, AccountId, Duration, Instant, String, List<CustomFee>, TokenType, TokenSupplyType, long, Key, Boolean, byte[], Key, LedgerId) - Constructor for class com.hedera.hashgraph.sdk.TokenInfo
- TOKENINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenGetInfoResponse
- TokenInfo.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An Hedera Token Service(HTS) token.
- TokenInfoOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenInfoQuery - Class in com.hedera.hashgraph.sdk
-
Initializes the TokenInfoQuery object.
- TokenInfoQuery() - Constructor for class com.hedera.hashgraph.sdk.TokenInfoQuery
-
Constructor.
- TokenKeyValidation - Enum Class in com.hedera.hashgraph.sdk.proto
-
* Types of validation strategies for token keys.
- TokenKeyValidation - Enum Class in com.hedera.hashgraph.sdk
-
Types of validation strategies for token keys.
- TokenKycStatus - Enum Class in com.hedera.hashgraph.sdk.proto
-
* Possible token "KYC" status values.
- tokenMemo - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The memo associated with the token
- TokenMint - Class in com.hedera.hashgraph.sdk.proto
- TokenMint - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Mint HTS token amounts to the treasury account for that token.
- TOKENMINT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENMINT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENMINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENMINT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenMint_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Mint HTS token amounts to the treasury account for that token.
- TokenMintTransaction - Class in com.hedera.hashgraph.sdk
-
Mint tokens and deliver the new tokens to the token treasury account.
- TokenMintTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenMintTransaction
-
Constructor.
- TokenMintTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenMintTransaction
-
Constructor.
- TokenMintTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenMintTransaction
-
Constructor.
- TokenMintTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Mint tokens and deliver the new tokens to the token treasury account.
- TokenMintTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Mint tokens and deliver the new tokens to the token treasury account.
- TokenMintTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenNftAllowance - Class in com.hedera.hashgraph.sdk
-
Class to encapsulate the nft methods for token allowance's.
- TokenNftAllowance(TokenId, AccountId, AccountId, AccountId, Collection<Long>, Boolean) - Constructor for class com.hedera.hashgraph.sdk.TokenNftAllowance
-
Constructor.
- tokenNftAllowanceAdjustments - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
Deprecated.
- tokenNftAllowances - Variable in class com.hedera.hashgraph.sdk.AccountInfo
-
Deprecated.
- TokenNftInfo - Class in com.hedera.hashgraph.sdk.proto
-
* Information for one non-fungible/unique token (NFT).
- TokenNftInfo - Class in com.hedera.hashgraph.sdk
- TokenNftInfo(NftId, AccountId, Instant, byte[], LedgerId, AccountId) - Constructor for class com.hedera.hashgraph.sdk.TokenNftInfo
-
Constructor.
- TokenNftInfo.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Information for one non-fungible/unique token (NFT).
- TokenNftInfoOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenNftInfoQuery - Class in com.hedera.hashgraph.sdk
-
A query that returns information about a non-fungible token (NFT).
- TokenNftInfoQuery() - Constructor for class com.hedera.hashgraph.sdk.TokenNftInfoQuery
-
Constructor.
- TokenNftTransfer - Class in com.hedera.hashgraph.sdk
-
Internal utility class.
- TokenNftTransfer(TokenId, AccountId, AccountId, long, boolean) - Constructor for class com.hedera.hashgraph.sdk.TokenNftTransfer
-
Constructor.
- TokenNftTransfer(TokenId, AccountId, AccountId, long, boolean, NftHookCall, NftHookCall) - Constructor for class com.hedera.hashgraph.sdk.TokenNftTransfer
- tokenNftTransfers - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
All NFT Token transfers as a result of this transaction
- TOKENNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenID
- TokenOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenOuterClass - Class in com.hedera.hashgraph.sdk.proto
- TokenPause - Class in com.hedera.hashgraph.sdk.proto
- TokenPause - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Pause a specific HTS token
- TokenPause_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Pause a specific HTS token
- TokenPauseStatus - Enum Class in com.hedera.hashgraph.sdk.proto
-
* Possible Pause status values.
- TokenPauseTransaction - Class in com.hedera.hashgraph.sdk
-
Pause transaction activity for a token.
- TokenPauseTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenPauseTransaction
-
Constructor.
- TokenPauseTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenPauseTransaction
-
Constructor.
- TokenPauseTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenPauseTransaction
-
Constructor.
- TokenPauseTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Pause transaction activity for a token.
- TokenPauseTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Pause transaction activity for a token.
- TokenPauseTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenReference - Class in com.hedera.hashgraph.sdk.proto
-
* A union token identifier.
- TOKENREFERENCE_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.PendingAirdropId.TokenReferenceCase
- TokenReference.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A union token identifier.
- TokenReference.TokenIdentifierCase - Enum Class in com.hedera.hashgraph.sdk.proto
- TokenReferenceOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenReject - Class in com.hedera.hashgraph.sdk.proto
- TokenReject - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Transfer one or more token balances held by the requesting account to the treasury for each token type.
- TOKENREJECT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENREJECT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENREJECT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENREJECT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenReject_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Transfer one or more token balances held by the requesting account to the treasury for each token type.
- TokenRejectFlow - Class in com.hedera.hashgraph.sdk
-
Reject undesired token(s) and dissociate in a single flow.
- TokenRejectFlow() - Constructor for class com.hedera.hashgraph.sdk.TokenRejectFlow
- TokenRejectTransaction - Class in com.hedera.hashgraph.sdk
-
Reject undesired token(s).
Transfer one or more token balances held by the requesting account to the treasury for each token type. - TokenRejectTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenRejectTransaction
-
Constructor
- TokenRejectTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenRejectTransaction
-
Constructor.
- TokenRejectTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenRejectTransaction
-
Constructor.
- TokenRejectTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Reject undesired token(s).<br/> Transfer one or more token balances held by the requesting account to the treasury for each token type.
- TokenRejectTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Reject undesired token(s).<br/> Transfer one or more token balances held by the requesting account to the treasury for each token type.
- TokenRejectTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenRelation - Class in com.hedera.hashgraph.sdk.proto
-
* An Hedera Token Service token relationship.
- TokenRelation.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An Hedera Token Service token relationship.
- TokenRelationOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenRelationOuterClass - Class in com.hedera.hashgraph.sdk.proto
- TokenRelationship - Class in com.hedera.hashgraph.sdk.proto
-
* An Hedera Token Service token relationship.
- TokenRelationship - Class in com.hedera.hashgraph.sdk
-
Token's information related to the given Account.
- TokenRelationship(TokenId, String, long, Boolean, Boolean, int, boolean) - Constructor for class com.hedera.hashgraph.sdk.TokenRelationship
- TokenRelationship.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An Hedera Token Service token relationship.
- TokenRelationshipOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- tokenRelationships - Variable in class com.hedera.hashgraph.sdk.AccountInfo
- tokenRelationships - Variable in class com.hedera.hashgraph.sdk.ContractInfo
-
The tokens associated to the contract
- TOKENRELATIONSHIPS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractGetInfoResponse.ContractInfo
- TOKENRELATIONSHIPS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo
- TokenRevokeKyc - Class in com.hedera.hashgraph.sdk.proto
- TOKENREVOKEKYC - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENREVOKEKYC - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENREVOKEKYC_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENREVOKEKYC_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenRevokeKycFromAccount - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Revoke KYC status from an account for a specific HTS token.
- TokenRevokeKycFromAccount_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Revoke KYC status from an account for a specific HTS token.
- TokenRevokeKycTransaction - Class in com.hedera.hashgraph.sdk
-
Revoke "Know Your Customer"(KYC) from one account for a single token.
- TokenRevokeKycTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenRevokeKycTransaction
-
Constructor.
- TokenRevokeKycTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenRevokeKycTransaction
-
Constructor.
- TokenRevokeKycTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenRevokeKycTransaction
-
Constructor.
- TokenRevokeKycTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Revoke "Know Your Customer"(KYC) from one account for a single token.
- TokenRevokeKycTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Revoke "Know Your Customer"(KYC) from one account for a single token.
- TokenRevokeKycTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- tokens - Variable in class com.hedera.hashgraph.sdk.AccountBalance
- TOKENS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenAssociateTransactionBody
- TOKENS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenDissociateTransactionBody
- TOKENS_PER_ACCOUNT_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
An involved account already has more than <tt>tokens.maxPerAccount</tt> associations with non-deleted tokens.
- TOKENS_PER_ACCOUNT_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An involved account already has more than tokens.maxPerAccount associations with non-deleted tokens.
- TOKENS_PER_ACCOUNT_LIMIT_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
An involved account already has more than <tt>tokens.maxPerAccount</tt> associations with non-deleted tokens.
- TokenServiceGrpc - Class in com.hedera.hashgraph.sdk.proto
-
Transactions and queries for the Token Service
- TokenServiceGrpc.AsyncService - Interface in com.hedera.hashgraph.sdk.proto
-
Transactions and queries for the Token Service
- TokenServiceGrpc.TokenServiceBlockingStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do limited synchronous rpc calls to service TokenService.
- TokenServiceGrpc.TokenServiceBlockingV2Stub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do synchronous rpc calls to service TokenService.
- TokenServiceGrpc.TokenServiceFutureStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do ListenableFuture-style rpc calls to service TokenService.
- TokenServiceGrpc.TokenServiceImplBase - Class in com.hedera.hashgraph.sdk.proto
-
Base class for the server implementation of the service TokenService.
- TokenServiceGrpc.TokenServiceStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do asynchronous rpc calls to service TokenService.
- TokenServiceImplBase() - Constructor for class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceImplBase
- TokenServiceOuterClass - Class in com.hedera.hashgraph.sdk.proto
- TokenSupplyType - Enum Class in com.hedera.hashgraph.sdk.proto
-
* Possible Token Supply Types (IWA Compatibility).
- TokenSupplyType - Enum Class in com.hedera.hashgraph.sdk
-
Possible Token Supply Types (IWA Compatibility).
- TokenTransfer - Class in com.hedera.hashgraph.sdk
-
A token transfer record.
- TokenTransfer(TokenId, AccountId, long, boolean) - Constructor for class com.hedera.hashgraph.sdk.TokenTransfer
-
Constructor.
- TokenTransfer(TokenId, AccountId, long, Integer, boolean) - Constructor for class com.hedera.hashgraph.sdk.TokenTransfer
-
Constructor.
- TokenTransfer(TokenId, AccountId, long, Integer, boolean, FungibleHookCall) - Constructor for class com.hedera.hashgraph.sdk.TokenTransfer
- tokenTransferList - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
All fungible token transfers as a result of this transaction as a list
- TokenTransferList - Class in com.hedera.hashgraph.sdk.proto
-
* A list of transfers for a particular (non-HBAR) token type.
- TokenTransferList - Class in com.hedera.hashgraph.sdk
- TokenTransferList(TokenId, Integer, TokenTransfer, TokenNftTransfer) - Constructor for class com.hedera.hashgraph.sdk.TokenTransferList
- TokenTransferList.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A list of transfers for a particular (non-HBAR) token type.
- TokenTransferListOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TOKENTRANSFERLISTS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- tokenTransfers - Variable in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
- tokenTransfers - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
All fungible token transfers as a result of this transaction as a map
- TOKENTRANSFERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- tokenType - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The token type
- TokenType - Enum Class in com.hedera.hashgraph.sdk.proto
-
* Possible Token Types (IWA Compatibility).
- TokenType - Enum Class in com.hedera.hashgraph.sdk
-
Possible Token Types (IWA Compatibility).
- TOKENTYPE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- TOKENTYPE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- TOKENUNFREEZE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENUNFREEZE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENUNFREEZE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENUNFREEZE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenUnfreezeAccount - Class in com.hedera.hashgraph.sdk.proto
- TokenUnfreezeAccount - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Remove a "freeze" from an account with respect to a specific HTS token.
- TokenUnfreezeAccount_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Remove a "freeze" from an account with respect to a specific HTS token.
- TokenUnfreezeAccountTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Resume transfers of a token type for an account.<br/> This releases previously frozen assets of one account with respect to one token type.
- TokenUnfreezeAccountTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Resume transfers of a token type for an account.<br/> This releases previously frozen assets of one account with respect to one token type.
- TokenUnfreezeAccountTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenUnfreezeTransaction - Class in com.hedera.hashgraph.sdk
-
Resume transfers of a token type for an account.
This releases previously frozen assets of one account with respect to one token type. - TokenUnfreezeTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenUnfreezeTransaction
-
Constructor.
- TokenUnfreezeTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenUnfreezeTransaction
-
Constructor.
- TokenUnfreezeTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenUnfreezeTransaction
-
Constructor.
- TokenUnpause - Class in com.hedera.hashgraph.sdk.proto
- TokenUnpause - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Unpause a paused HTS token.
- TokenUnpause_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Unpause a paused HTS token.
- TokenUnpauseTransaction - Class in com.hedera.hashgraph.sdk
-
Resume transaction activity for a token.
- TokenUnpauseTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenUnpauseTransaction
-
Constructor
- TokenUnpauseTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenUnpauseTransaction
-
Constructor.
- TokenUnpauseTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenUnpauseTransaction
-
Constructor.
- TokenUnpauseTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Resume transaction activity for a token.
- TokenUnpauseTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Resume transaction activity for a token.
- TokenUnpauseTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenUpdate - Class in com.hedera.hashgraph.sdk.proto
- TokenUpdate - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update a specific HTS token.
- TOKENUPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENUPDATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENUPDATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENUPDATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenUpdate_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update a specific HTS token.
- TokenUpdateNfts - Class in com.hedera.hashgraph.sdk.proto
- TokenUpdateNfts - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update the metadata of one or more NFT's of a specific token type.
- TokenUpdateNfts_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Update the metadata of one or more NFT's of a specific token type.
- TokenUpdateNftsTransaction - Class in com.hedera.hashgraph.sdk
-
Modify the metadata field for an individual non-fungible/unique token (NFT).
- TokenUpdateNftsTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
-
Constructor.
- TokenUpdateNftsTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
- TokenUpdateNftsTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
-
Constructor.
- TokenUpdateNftsTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Modify the metadata field for an individual non-fungible/unique token (NFT).
- TokenUpdateNftsTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Modify the metadata field for an individual non-fungible/unique token (NFT).
- TokenUpdateNftsTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenUpdateTransaction - Class in com.hedera.hashgraph.sdk
-
Update an existing token.
- TokenUpdateTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Constructor.
- TokenUpdateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Constructor.
- TokenUpdateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenUpdateTransaction
-
Constructor.
- TokenUpdateTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Update an existing token.
- TokenUpdateTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Update an existing token.
- TokenUpdateTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TOKENWIPE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- TOKENWIPE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- TOKENWIPE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TOKENWIPE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TokenWipeAccount - Class in com.hedera.hashgraph.sdk.proto
- TokenWipeAccountTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Wipe (administratively burn) tokens held by a non-treasury account.<br/> On success, the requested tokens will be removed from the identified account and the token supply will be reduced by the amount "wiped".
- TokenWipeAccountTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Wipe (administratively burn) tokens held by a non-treasury account.<br/> On success, the requested tokens will be removed from the identified account and the token supply will be reduced by the amount "wiped".
- TokenWipeAccountTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TokenWipeTransaction - Class in com.hedera.hashgraph.sdk
-
Wipe (administratively burn) tokens held by a non-treasury account.
On success, the requested tokens will be removed from the identified account and the token supply will be reduced by the amount "wiped". - TokenWipeTransaction() - Constructor for class com.hedera.hashgraph.sdk.TokenWipeTransaction
-
Constructor.
- TokenWipeTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TokenWipeTransaction
-
Constructor.
- TokenWipeTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TokenWipeTransaction
-
Constructor.
- toLegacyPrivateKey() - Method in class com.hedera.hashgraph.sdk.Mnemonic
-
Extract the private key.
- toNetworkName() - Method in class com.hedera.hashgraph.sdk.LedgerId
-
Deprecated.
- toNftHook(HookCall, NftHookType) - Static method in class com.hedera.hashgraph.sdk.TransferTransaction
- TOO_MANY_EVM_HOOK_STORAGE_UPDATES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The HookStore tried to update too many storage slots in a single transaction.
- TOO_MANY_EVM_HOOK_STORAGE_UPDATES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The HookStore tried to update too many storage slots in a single transaction.
- TOO_MANY_EVM_HOOK_STORAGE_UPDATES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The HookStore tried to update too many storage slots in a single transaction.
- TOO_MANY_HOOK_INVOCATIONS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The number of hook invocations exceeds the maximum allowed per transaction.
- TOO_MANY_HOOK_INVOCATIONS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The number of hook invocations exceeds the maximum allowed per transaction.
- TOO_MANY_HOOK_INVOCATIONS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The number of hook invocations exceeds the maximum allowed per transaction.
- Topic - Class in com.hedera.hashgraph.sdk.proto
-
* Representation of an Hedera Consensus Service(HCS) topic.
- TOPIC_CREATE_WITH_CUSTOM_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.FeeDataType
-
The resource cost for the transaction type includes a TopicCreate with custom fees.
- TOPIC_CREATE_WITH_CUSTOM_FEES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type includes a TopicCreate with custom fees.
- TOPIC_CREATE_WITH_CUSTOM_FEES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.SubType
-
* The resource cost for the transaction type includes a TopicCreate with custom fees.
- TOPIC_EXPIRED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The topic has expired, was not automatically renewed, and is in a 7 day grace period before the topic will be deleted unrecoverably.
- TOPIC_EXPIRED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The topic has expired, was not automatically renewed, and is in a 7 day grace period before the topic will be deleted unrecoverably.
- TOPIC_EXPIRED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The topic has expired, was not automatically renewed, and is in a 7 day grace period before the topic will be deleted unrecoverably.
- TOPIC_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractLoginfo
- TOPIC_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Topic
- Topic.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Representation of an Hedera Consensus Service(HCS) topic.
- TopicCreateTransaction - Class in com.hedera.hashgraph.sdk
-
Create a topic to accept and group consensus messages.
- TopicCreateTransaction() - Constructor for class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Constructor.
- TopicCreateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Constructor.
- TopicCreateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TopicCreateTransaction
-
Constructor.
- TopicDeleteTransaction - Class in com.hedera.hashgraph.sdk
-
Delete a topic.
- TopicDeleteTransaction() - Constructor for class com.hedera.hashgraph.sdk.TopicDeleteTransaction
-
Constructor.
- TopicDeleteTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TopicDeleteTransaction
-
Constructor.
- TopicDeleteTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TopicDeleteTransaction
-
Constructor.
- topicId - Variable in class com.hedera.hashgraph.sdk.TopicInfo
-
The ID of the topic for which information is requested.
- topicId - Variable in class com.hedera.hashgraph.sdk.TopicInfoQuery
- topicId - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
The topic ID, if a new topic was created.
- TopicId - Class in com.hedera.hashgraph.sdk
-
Unique identifier for a topic (used by the consensus service).
- TopicId(long) - Constructor for class com.hedera.hashgraph.sdk.TopicId
-
Deprecated.
- TopicId(long, long, long) - Constructor for class com.hedera.hashgraph.sdk.TopicId
-
Constructor.
- TopicId(long, long, long, String) - Constructor for class com.hedera.hashgraph.sdk.TopicId
-
Constructor.
- TopicID - Class in com.hedera.hashgraph.sdk.proto
-
* An unique identifier for a topic.<br/> Topics are part of the consensus service, messages are published to a topic.
- TOPICID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusDeleteTopicTransactionBody
- TOPICID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoQuery
- TOPICID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- TOPICID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessageTransactionBody
- TOPICID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusUpdateTopicTransactionBody
- TOPICID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.mirror.ConsensusTopicQuery
- TOPICID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- TopicID.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An unique identifier for a topic.<br/> Topics are part of the consensus service, messages are published to a topic.
- TopicIDOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TopicInfo - Class in com.hedera.hashgraph.sdk
-
Current state of a topic.
- TOPICINFO_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusGetTopicInfoResponse
- TopicInfoQuery - Class in com.hedera.hashgraph.sdk
-
Retrieve the latest state of a topic.
- TopicInfoQuery() - Constructor for class com.hedera.hashgraph.sdk.TopicInfoQuery
-
Constructor.
- topicMemo - Variable in class com.hedera.hashgraph.sdk.TopicInfo
-
Short publicly visible memo about the topic.
- TopicMessage - Class in com.hedera.hashgraph.sdk
-
Topic message records.
- TopicMessage(Instant, byte[], byte[], long, TopicMessageChunk[], TransactionId) - Constructor for class com.hedera.hashgraph.sdk.TopicMessage
-
Constructor.
- TopicMessageChunk - Class in com.hedera.hashgraph.sdk
-
A chunk of the topic message.
- TopicMessageChunk(ConsensusTopicResponse) - Constructor for class com.hedera.hashgraph.sdk.TopicMessageChunk
-
Create a topic message chunk from a protobuf.
- TopicMessageQuery - Class in com.hedera.hashgraph.sdk
-
Subscribe to a topic ID's messages from a mirror node.
- TopicMessageQuery() - Constructor for class com.hedera.hashgraph.sdk.TopicMessageQuery
-
Constructor.
- TopicMessageSubmitTransaction - Class in com.hedera.hashgraph.sdk
-
Submit a message for consensus.
- TopicMessageSubmitTransaction() - Constructor for class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
Constructor.
- TopicMessageSubmitTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
Constructor.
- TopicMessageSubmitTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
-
Constructor.
- TOPICNUM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TopicID
- TopicOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TopicOuterClass - Class in com.hedera.hashgraph.sdk.proto
- topicRunningHash - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
Updated running hash for a consensus service topic.
- TOPICRUNNINGHASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- TOPICRUNNINGHASHVERSION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- topics - Variable in class com.hedera.hashgraph.sdk.ContractLogInfo
-
Topics of a particular event.
- topicSequenceNumber - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
Updated sequence number for a consensus service topic.
- TOPICSEQUENCENUMBER_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceipt
- TopicUpdateTransaction - Class in com.hedera.hashgraph.sdk
-
Update a topic.
- TopicUpdateTransaction() - Constructor for class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Constructor.
- TopicUpdateTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Constructor.
- TopicUpdateTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TopicUpdateTransaction
-
Constructor.
- toPrivateKey() - Method in class com.hedera.hashgraph.sdk.Mnemonic
-
Deprecated.use
Mnemonic.toStandardEd25519PrivateKey(String, int)()} orMnemonic.toStandardECDSAsecp256k1PrivateKey(String, int)(String, int)} instead Recover a private key from this mnemonic phrase. - toPrivateKey(String) - Method in class com.hedera.hashgraph.sdk.Mnemonic
-
Deprecated.use
Mnemonic.toStandardEd25519PrivateKey(String, int)()} orMnemonic.toStandardECDSAsecp256k1PrivateKey(String, int)(String, int)} instead Recover a private key from this mnemonic phrase.This is not compatible with the phrases generated by the Android and iOS wallets; use the no-passphrase version instead.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.AccountBalance
-
Convert an account balance object into a protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.AccountId
-
Extract the account id protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.AccountInfo
-
Convert an account info object into a protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.AssessedCustomFee
-
Create the protobuf representation.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.BlockNodeServiceEndpoint
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
-
Create the protobuf representation.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.ContractId
-
Convert contract id to protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.ContractInfo
-
Build the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.ContractLogInfo
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.ContractNonceInfo
-
Build the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.CustomFee
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.CustomFeeLimit
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.CustomFixedFee
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.CustomFractionalFee
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.CustomRoyaltyFee
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.Endpoint
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.EvmHook
-
Convert this EvmHook to a protobuf message.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.EvmHookCall
-
Convert this EvmHookCall to a protobuf message.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.EvmHookMappingEntry
-
Convert this mapping entry to a protobuf message.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookMappingEntries
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookStorageSlot
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate
-
Convert this storage update to a protobuf message.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.FeeComponents
-
Convert fee component object to protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.FeeData
-
Convert the fee data type into a protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.FeeSchedule
-
Convert to a protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.FeeSchedules
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.FileId
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.FileInfo
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.GeneralServiceEndpoint
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.HbarAllowance
-
Convert a crypto allowance into a protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.HookCall
-
Convert this HookCall to a protobuf message.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.HookCreationDetails
-
Convert this HookCreationDetails to a protobuf message.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.HookEntityId
-
Convert this HookEntityId to a protobuf message.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.HookId
-
Convert this HookId to a protobuf message.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.KeyList
-
Convert into protobuf representation.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.LiveHash
-
Convert the live hash into a protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.MirrorNodeServiceEndpoint
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.NetworkVersionInfo
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.NftId
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.NodeAddress
-
Convert the node address object into a protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.NodeAddressBook
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.PendingAirdropId
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.PendingAirdropRecord
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.RegisteredNode
-
Build the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.RegisteredServiceEndpoint
-
Build the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.RpcRelayServiceEndpoint
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.ScheduleId
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.ScheduleInfo
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.SemanticVersion
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.StakingInfo
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TokenAllowance
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TokenAssociation
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TokenId
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TokenInfo
-
Create the protobuf.
- toProtobuf() - Method in enum class com.hedera.hashgraph.sdk.TokenKeyValidation
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TokenNftAllowance
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TokenNftInfo
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TokenNftTransfer
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TokenRelationship
-
Create the protobuf.
- toProtobuf() - Method in enum class com.hedera.hashgraph.sdk.TokenSupplyType
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TokenTransfer
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TokenTransferList
- toProtobuf() - Method in enum class com.hedera.hashgraph.sdk.TokenType
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TopicId
-
Extracts a protobuf representing the token id.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TopicInfo
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TransactionFeeSchedule
-
Build the transaction body.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Extract the transaction id protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TransactionReceipt
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.TransactionRecord
-
Create the protobuf.
- toProtobuf() - Method in class com.hedera.hashgraph.sdk.Transfer
-
Create the protobuf.
- toProtobuf(Duration) - Static method in class com.hedera.hashgraph.sdk.DurationConverter
-
Convert the duration object into a protobuf.
- toProtobuf(Duration) - Static method in class com.hedera.hashgraph.sdk.InstantConverter
- toProtobuf(Instant) - Static method in class com.hedera.hashgraph.sdk.InstantConverter
-
Convert an instance into a timestamp.
- toProtobufKey() - Method in class com.hedera.hashgraph.sdk.ContractId
- toProtobufKey() - Method in class com.hedera.hashgraph.sdk.DelegateContractId
- toProtobufKey() - Method in class com.hedera.hashgraph.sdk.EvmAddress
- toProtobufKey() - Method in class com.hedera.hashgraph.sdk.Key
-
Serialize this key as a protobuf object
- toProtobufKey() - Method in class com.hedera.hashgraph.sdk.KeyList
- toProtobufKey() - Method in class com.hedera.hashgraph.sdk.PrivateKey
- toProtobufKey() - Method in class com.hedera.hashgraph.sdk.PublicKeyECDSA
- toProtobufKey() - Method in class com.hedera.hashgraph.sdk.PublicKeyED25519
- toRemoveProtobuf() - Method in class com.hedera.hashgraph.sdk.TokenNftAllowance
-
Create the protobuf.
- toResponseCode() - Method in enum class com.hedera.hashgraph.sdk.Status
- toRoyaltyFeeProtobuf() - Method in class com.hedera.hashgraph.sdk.CustomRoyaltyFee
-
Convert the royalty fee object to a protobuf.
- toSecondsProtobuf(Instant) - Static method in class com.hedera.hashgraph.sdk.InstantConverter
-
Convert an instance into a timestamp in seconds.
- toSecure() - Method in class com.hedera.hashgraph.sdk.BaseNodeAddress
-
Create a new managed node.
- toSecure() - Method in class com.hedera.hashgraph.sdk.Node
-
Create a secure version of this node
- toSeed(String) - Method in class com.hedera.hashgraph.sdk.Mnemonic
-
Convert passphrase to a byte array.
- toSignaturePairProtobuf(byte[]) - Method in class com.hedera.hashgraph.sdk.PublicKey
-
Serialize this key as a SignaturePair protobuf object
- toSignaturePairProtobuf(byte[]) - Method in class com.hedera.hashgraph.sdk.PublicKeyECDSA
- toSignaturePairProtobuf(byte[]) - Method in class com.hedera.hashgraph.sdk.PublicKeyED25519
- toSolidityAddress() - Method in class com.hedera.hashgraph.sdk.AccountId
-
Deprecated.This method is deprecated. Use
AccountId.toEvmAddress()instead. - toSolidityAddress() - Method in class com.hedera.hashgraph.sdk.ContractId
-
Deprecated.This method is deprecated. Use
ContractId.toEvmAddress()instead. - toSolidityAddress() - Method in class com.hedera.hashgraph.sdk.FileId
-
Deprecated.This method is deprecated. Use
FileId.toEvmAddress()instead. - toSolidityAddress() - Method in class com.hedera.hashgraph.sdk.TokenId
-
Deprecated.This method is deprecated. Use
TokenId.toEvmAddress()instead. - toSolidityAddress() - Method in class com.hedera.hashgraph.sdk.TopicId
-
Deprecated.This method is deprecated. Use
TopicId.toEvmAddress()instead. - toSolidityAddress(long, long, long) - Static method in class com.hedera.hashgraph.sdk.EntityIdHelper
-
Generate a solidity address.
- toStandardECDSAsecp256k1PrivateKey(String, int) - Method in class com.hedera.hashgraph.sdk.Mnemonic
-
Recover an ECDSAsecp256k1 private key from this mnemonic phrase, with an optional passphrase.
- toStandardECDSAsecp256k1PrivateKeyCustomDerivationPath(String, String) - Method in class com.hedera.hashgraph.sdk.Mnemonic
-
Recover an ECDSAsecp256k1 private key from this mnemonic phrase and derivation path, with an optional passphrase.
- toStandardEd25519PrivateKey(String, int) - Method in class com.hedera.hashgraph.sdk.Mnemonic
-
Recover an Ed25519 private key from this mnemonic phrase, with an optional passphrase.
- toString() - Method in class com.hedera.hashgraph.sdk.AccountBalance
- toString() - Method in class com.hedera.hashgraph.sdk.AccountId
- toString() - Method in class com.hedera.hashgraph.sdk.AccountInfo
- toString() - Method in class com.hedera.hashgraph.sdk.AssessedCustomFee
- toString() - Method in class com.hedera.hashgraph.sdk.BaseNodeAddress
- toString() - Method in enum class com.hedera.hashgraph.sdk.BlockNodeApi
- toString() - Method in class com.hedera.hashgraph.sdk.BlockNodeServiceEndpoint
- toString() - Method in class com.hedera.hashgraph.sdk.ContractFunctionResult
- toString() - Method in class com.hedera.hashgraph.sdk.ContractId
- toString() - Method in class com.hedera.hashgraph.sdk.ContractInfo
- toString() - Method in class com.hedera.hashgraph.sdk.ContractLogInfo
- toString() - Method in class com.hedera.hashgraph.sdk.ContractNonceInfo
- toString() - Method in class com.hedera.hashgraph.sdk.CustomFixedFee
- toString() - Method in class com.hedera.hashgraph.sdk.CustomFractionalFee
- toString() - Method in class com.hedera.hashgraph.sdk.CustomRoyaltyFee
- toString() - Method in class com.hedera.hashgraph.sdk.Endpoint
- toString() - Method in class com.hedera.hashgraph.sdk.EthereumTransactionData
-
Serialize the ethereum transaction data into a string
- toString() - Method in class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
- toString() - Method in class com.hedera.hashgraph.sdk.EthereumTransactionDataLegacy
- toString() - Method in class com.hedera.hashgraph.sdk.EvmAddress
- toString() - Method in class com.hedera.hashgraph.sdk.EvmHook
- toString() - Method in class com.hedera.hashgraph.sdk.EvmHookCall
- toString() - Method in class com.hedera.hashgraph.sdk.EvmHookMappingEntry
- toString() - Method in class com.hedera.hashgraph.sdk.EvmHookSpec
- toString() - Method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookMappingEntries
- toString() - Method in class com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookStorageSlot
- toString() - Method in class com.hedera.hashgraph.sdk.ExchangeRate
- toString() - Method in class com.hedera.hashgraph.sdk.ExchangeRates
- toString() - Method in enum class com.hedera.hashgraph.sdk.FeeAssessmentMethod
- toString() - Method in class com.hedera.hashgraph.sdk.FeeComponents
- toString() - Method in class com.hedera.hashgraph.sdk.FeeData
- toString() - Method in enum class com.hedera.hashgraph.sdk.FeeDataType
- toString() - Method in class com.hedera.hashgraph.sdk.FeeEstimate
- toString() - Method in enum class com.hedera.hashgraph.sdk.FeeEstimateMode
- toString() - Method in class com.hedera.hashgraph.sdk.FeeEstimateResponse
- toString() - Method in class com.hedera.hashgraph.sdk.FeeExtra
- toString() - Method in class com.hedera.hashgraph.sdk.FeeSchedule
- toString() - Method in class com.hedera.hashgraph.sdk.FeeSchedules
- toString() - Method in class com.hedera.hashgraph.sdk.FileId
- toString() - Method in class com.hedera.hashgraph.sdk.FileInfo
- toString() - Method in enum class com.hedera.hashgraph.sdk.FreezeType
- toString() - Method in class com.hedera.hashgraph.sdk.GeneralServiceEndpoint
- toString() - Method in class com.hedera.hashgraph.sdk.Hbar
- toString() - Method in class com.hedera.hashgraph.sdk.HbarAllowance
- toString() - Method in enum class com.hedera.hashgraph.sdk.HbarUnit
-
Get the name of this unit.
- toString() - Method in class com.hedera.hashgraph.sdk.HookCall
- toString() - Method in class com.hedera.hashgraph.sdk.HookCreationDetails
- toString() - Method in class com.hedera.hashgraph.sdk.HookEntityId
- toString() - Method in class com.hedera.hashgraph.sdk.HookId
- toString() - Method in class com.hedera.hashgraph.sdk.KeyList
- toString() - Method in class com.hedera.hashgraph.sdk.LedgerId
-
Extract the string representation.
- toString() - Method in class com.hedera.hashgraph.sdk.LiveHash
- toString() - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractCallQuery
- toString() - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractEstimateGasQuery
- toString() - Method in class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
- toString() - Method in class com.hedera.hashgraph.sdk.MirrorNodeServiceEndpoint
- toString() - Method in class com.hedera.hashgraph.sdk.Mnemonic
- toString() - Method in class com.hedera.hashgraph.sdk.NetworkFee
- toString() - Method in enum class com.hedera.hashgraph.sdk.NetworkName
-
Deprecated.
- toString() - Method in class com.hedera.hashgraph.sdk.NftId
- toString() - Method in class com.hedera.hashgraph.sdk.Node
- toString() - Method in class com.hedera.hashgraph.sdk.NodeAddress
- toString() - Method in class com.hedera.hashgraph.sdk.NodeAddressBook
- toString() - Method in class com.hedera.hashgraph.sdk.PendingAirdropId
- toString() - Method in class com.hedera.hashgraph.sdk.PendingAirdropRecord
- toString() - Method in class com.hedera.hashgraph.sdk.PrivateKey
- toString() - Method in class com.hedera.hashgraph.sdk.ProxyStaker
- toString() - Method in class com.hedera.hashgraph.sdk.PublicKey
- toString() - Method in class com.hedera.hashgraph.sdk.Query
- toString() - Method in class com.hedera.hashgraph.sdk.RegisteredNode
- toString() - Method in enum class com.hedera.hashgraph.sdk.RequestType
- toString() - Method in class com.hedera.hashgraph.sdk.RpcRelayServiceEndpoint
- toString() - Method in class com.hedera.hashgraph.sdk.ScheduleId
- toString() - Method in class com.hedera.hashgraph.sdk.ScheduleInfo
- toString() - Method in class com.hedera.hashgraph.sdk.SemanticVersion
- toString() - Method in class com.hedera.hashgraph.sdk.StakingInfo
- toString() - Method in enum class com.hedera.hashgraph.sdk.Status
- toString() - Method in class com.hedera.hashgraph.sdk.TokenAllowance
- toString() - Method in class com.hedera.hashgraph.sdk.TokenAssociation
- toString() - Method in class com.hedera.hashgraph.sdk.TokenId
- toString() - Method in class com.hedera.hashgraph.sdk.TokenInfo
- toString() - Method in enum class com.hedera.hashgraph.sdk.TokenKeyValidation
- toString() - Method in class com.hedera.hashgraph.sdk.TokenNftAllowance
- toString() - Method in class com.hedera.hashgraph.sdk.TokenNftInfo
- toString() - Method in class com.hedera.hashgraph.sdk.TokenNftTransfer
- toString() - Method in class com.hedera.hashgraph.sdk.TokenRelationship
- toString() - Method in enum class com.hedera.hashgraph.sdk.TokenSupplyType
- toString() - Method in class com.hedera.hashgraph.sdk.TokenTransfer
- toString() - Method in enum class com.hedera.hashgraph.sdk.TokenType
- toString() - Method in class com.hedera.hashgraph.sdk.TopicId
- toString() - Method in class com.hedera.hashgraph.sdk.TopicInfo
- toString() - Method in class com.hedera.hashgraph.sdk.TopicMessage
- toString() - Method in class com.hedera.hashgraph.sdk.Transaction
- toString() - Method in class com.hedera.hashgraph.sdk.TransactionFeeSchedule
- toString() - Method in class com.hedera.hashgraph.sdk.TransactionId
- toString() - Method in class com.hedera.hashgraph.sdk.TransactionReceipt
- toString() - Method in class com.hedera.hashgraph.sdk.TransactionRecord
- toString() - Method in class com.hedera.hashgraph.sdk.TransactionResponse
- toString() - Method in class com.hedera.hashgraph.sdk.Transfer
- toString(long, long, long) - Static method in class com.hedera.hashgraph.sdk.EntityIdHelper
-
Generate a string representation.
- toString(HbarUnit) - Method in class com.hedera.hashgraph.sdk.Hbar
-
Convert hbar to string representation in specified units.
- toStringDER() - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Extract the DER encoded hex string.
- toStringDER() - Method in class com.hedera.hashgraph.sdk.PublicKey
-
Extract the DER encoded string.
- toStringHelper() - Method in class com.hedera.hashgraph.sdk.CustomFee
-
Serializes the class to ToStringHelper
- toStringHelper() - Method in class com.hedera.hashgraph.sdk.RegisteredServiceEndpoint
-
Serializes the class to ToStringHelper
- toStringRaw() - Method in class com.hedera.hashgraph.sdk.PrivateKey
-
Extract the raw hex string.
- toStringRaw() - Method in class com.hedera.hashgraph.sdk.PublicKey
-
Extract the raw string.
- tostringwithchecksum(Client) - Method in class com.hedera.hashgraph.sdk.TopicId
-
Create a string representation that includes the checksum.
- toStringWithChecksum(long, long, long, Client, String) - Static method in class com.hedera.hashgraph.sdk.EntityIdHelper
-
Generate a string representation with a checksum.
- toStringWithChecksum(Client) - Method in class com.hedera.hashgraph.sdk.AccountId
-
Extract a string representation with the checksum.
- toStringWithChecksum(Client) - Method in class com.hedera.hashgraph.sdk.ContractId
-
Create a string representation that includes the checksum.
- toStringWithChecksum(Client) - Method in class com.hedera.hashgraph.sdk.FileId
-
Convert the client to a string representation with a checksum.
- toStringWithChecksum(Client) - Method in class com.hedera.hashgraph.sdk.NftId
-
Generate a string representation with checksum.
- toStringWithChecksum(Client) - Method in class com.hedera.hashgraph.sdk.ScheduleId
-
Convert the schedule id into a string with checksum.
- toStringWithChecksum(Client) - Method in class com.hedera.hashgraph.sdk.TokenId
-
Create a string representation with checksum.
- toStringWithChecksum(Client) - Method in class com.hedera.hashgraph.sdk.TransactionId
-
Convert to a string representation with checksum.
- TOTAL_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ConsensusMessageChunkInfo
- TOTAL_LEDGER_BALANCE_INVALID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
TOTAL_LEDGER_BALANCE_INVALID = 108; - TOTAL_LEDGER_BALANCE_INVALID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
- TOTAL_LEDGER_BALANCE_INVALID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
TOTAL_LEDGER_BALANCE_INVALID = 108; - TOTAL_STAKED_REWARD_START_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- TOTAL_STAKED_START_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NetworkStakingRewards
- TOTAL_SUPPLY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- totalSupply - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
Total Supply of token.
- totalSupply - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
In the receipt of TokenMint, TokenWipe, TokenBurn, For fungible tokens - the current total supply of this token.
- TOTALSUPPLY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- toTinybars() - Method in class com.hedera.hashgraph.sdk.Hbar
-
Convert this hbar value to Tinybars.
- toTopicFeeProtobuf() - Method in class com.hedera.hashgraph.sdk.CustomFixedFee
- TPS_THROTTLES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshots
- trace(String, Object...) - Method in class com.hedera.hashgraph.sdk.logger.Logger
-
Log trace
- TRACE - Enum constant in enum class com.hedera.hashgraph.sdk.logger.LogLevel
- TRACE_DATA_ROOT_HASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- trackSubscription(SubscriptionHandle) - Method in class com.hedera.hashgraph.sdk.Client
- TRAILING_BLOCK_HASHES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- TRAILING_OUTPUT_HASHES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockStreamInfo
- Transaction - Class in com.hedera.hashgraph.sdk.proto
-
* A wrapper around signed transaction bytes.<br/> This was originally a transaction with body, signatures, and/or bytes, but is not only a wrapper around a byte array containing signed transction bytes.
- Transaction<T> - Class in com.hedera.hashgraph.sdk
-
Base class for all transactions that may be built and submitted to Hedera.
- Transaction() - Constructor for class com.hedera.hashgraph.sdk.Transaction
-
Constructor.
- Transaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.Transaction
-
Constructor.
- Transaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.Transaction
-
Constructor.
- TRANSACTION_EXPIRED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Pre-Check error when TransactionValidStart + transactionValidDuration is less than current consensus time.
- TRANSACTION_EXPIRED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Pre-Check error when TransactionValidStart + transactionValidDuration is less than current consensus time.
- TRANSACTION_EXPIRED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Pre-Check error when TransactionValidStart + transactionValidDuration is less than current consensus time.
- TRANSACTION_GET_FAST_RECORD - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get a record for a "recent" transaction.
- TRANSACTION_GET_RECEIPT - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get a receipt for a specified transaction ID.
- TRANSACTION_GET_RECORD - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Get transaction record(s) for a specified transaction ID.
- TRANSACTION_HAS_UNKNOWN_FIELDS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction's protobuf message includes unknown fields; could mean that a client expects not-yet-released functionality to be available.
- TRANSACTION_HAS_UNKNOWN_FIELDS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A transaction's protobuf message includes unknown fields; could mean that a client expects not-yet-released functionality to be available.
- TRANSACTION_HAS_UNKNOWN_FIELDS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A transaction's protobuf message includes unknown fields; could mean that a client expects not-yet-released functionality to be available.
- TRANSACTION_ID_FIELD_NOT_ALLOWED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The scheduled field in the TransactionID may not be set to true
- TRANSACTION_ID_FIELD_NOT_ALLOWED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The scheduled field in the TransactionID may not be set to true
- TRANSACTION_ID_FIELD_NOT_ALLOWED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The scheduled field in the TransactionID may not be set to true
- TRANSACTION_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry
- TRANSACTION_IDS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQuery
-
Deprecated.
- TRANSACTION_LIST_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionList
- TRANSACTION_NOT_SET - Enum constant in enum class com.hedera.hapi.platform.event.legacy.EventTransaction.TransactionCase
- TRANSACTION_OVERSIZE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The size of the Transaction is greater than transactionMaxBytes
- TRANSACTION_OVERSIZE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The size of the Transaction is greater than transactionMaxBytes
- TRANSACTION_OVERSIZE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The size of the Transaction is greater than transactionMaxBytes
- TRANSACTION_RECORD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecordEntry
- TRANSACTION_REQUIRES_ZERO_HOOKS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The attempted operation is invalid until all the target entity's hooks have been deleted.
- TRANSACTION_REQUIRES_ZERO_HOOKS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The attempted operation is invalid until all the target entity's hooks have been deleted.
- TRANSACTION_REQUIRES_ZERO_HOOKS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The attempted operation is invalid until all the target entity's hooks have been deleted.
- TRANSACTION_REQUIRES_ZERO_TOKEN_BALANCES - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
An attempted operation is invalid until all token balances for the target account are zero
- TRANSACTION_REQUIRES_ZERO_TOKEN_BALANCES - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An attempted operation is invalid until all token balances for the target account are zero
- TRANSACTION_REQUIRES_ZERO_TOKEN_BALANCES_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
An attempted operation is invalid until all token balances for the target account are zero
- TRANSACTION_TOO_MANY_LAYERS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The Transaction has more than 50 levels
- TRANSACTION_TOO_MANY_LAYERS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The Transaction has more than 50 levels
- TRANSACTION_TOO_MANY_LAYERS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The Transaction has more than 50 levels
- Transaction.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A wrapper around signed transaction bytes.<br/> This was originally a transaction with body, signatures, and/or bytes, but is not only a wrapper around a byte array containing signed transction bytes.
- Transaction.SignableNodeTransactionBodyBytes - Class in com.hedera.hashgraph.sdk
- transactionBody - Variable in class com.hedera.hashgraph.sdk.ScheduleInfo
-
The scheduled transaction (inner transaction).
- TransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body.
- TransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction body.
- TransactionBody.DataCase - Enum Class in com.hedera.hashgraph.sdk.proto
- TransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TRANSACTIONBYTES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.UncheckedSubmitBody
-
Deprecated.
- TransactionContents - Class in com.hedera.hashgraph.sdk.proto
- transactionFee - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
The actual transaction fee charged, not the original transactionFee value from TransactionBody.
- TRANSACTIONFEE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- TRANSACTIONFEE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TRANSACTIONFEE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- TransactionFeeSchedule - Class in com.hedera.hashgraph.sdk.proto
-
* The fee schedule for a specific transaction or query based on the fee data.
- TransactionFeeSchedule - Class in com.hedera.hashgraph.sdk
-
The fees for a specific transaction or query based on the fee data.
- TransactionFeeSchedule() - Constructor for class com.hedera.hashgraph.sdk.TransactionFeeSchedule
-
Constructor.
- TRANSACTIONFEESCHEDULE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeSchedule
- TransactionFeeSchedule.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The fee schedule for a specific transaction or query based on the fee data.
- TransactionFeeScheduleOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TransactionGetFastRecord - Class in com.hedera.hashgraph.sdk.proto
- TransactionGetFastRecord - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- TRANSACTIONGETFASTRECORD - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- TRANSACTIONGETFASTRECORD - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- TRANSACTIONGETFASTRECORD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- TRANSACTIONGETFASTRECORD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- TransactionGetFastRecord_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- TransactionGetFastRecordQuery - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- TransactionGetFastRecordQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* Get the tx record of a transaction, given its transaction ID.
- TransactionGetFastRecordQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- TransactionGetFastRecordResponse - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- TransactionGetFastRecordResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* Response when the client sends the node TransactionGetFastRecordQuery.
- TransactionGetFastRecordResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- TransactionGetReceipt - Class in com.hedera.hashgraph.sdk.proto
- TransactionGetReceipt - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get a receipt for a specified transaction ID.
- TRANSACTIONGETRECEIPT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- TRANSACTIONGETRECEIPT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- TRANSACTIONGETRECEIPT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- TRANSACTIONGETRECEIPT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- TransactionGetReceipt_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get a receipt for a specified transaction ID.
- TransactionGetReceiptQuery - Class in com.hedera.hashgraph.sdk.proto
-
* A query to retrieve a transaction receipt.
- TransactionGetReceiptQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A query to retrieve a transaction receipt.
- TransactionGetReceiptQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TransactionGetReceiptResponse - Class in com.hedera.hashgraph.sdk.proto
-
* Response message for a `getTransactionReceipts` query.
- TransactionGetReceiptResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Response message for a `getTransactionReceipts` query.
- TransactionGetReceiptResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TransactionGetRecord - Class in com.hedera.hashgraph.sdk.proto
- TransactionGetRecord - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get transaction record(s) for a specified transaction ID.
- TRANSACTIONGETRECORD - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
- TRANSACTIONGETRECORD - Enum constant in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
- TRANSACTIONGETRECORD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Query
- TRANSACTIONGETRECORD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Response
- TransactionGetRecord_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Get transaction record(s) for a specified transaction ID.
- TransactionGetRecordQuery - Class in com.hedera.hashgraph.sdk.proto
-
* Request for a `TransactionGetRecord` (a.k.a.
- TransactionGetRecordQuery.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Request for a `TransactionGetRecord` (a.k.a.
- TransactionGetRecordQueryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TransactionGetRecordResponse - Class in com.hedera.hashgraph.sdk.proto
-
* Response message for a `getTxRecordByTxID` query.
- TransactionGetRecordResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Response message for a `getTxRecordByTxID` query.
- TransactionGetRecordResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- transactionHash - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
The hash of the Transaction that executed (not the hash of any Transaction that failed for having a duplicate TransactionID).
- transactionHash - Variable in class com.hedera.hashgraph.sdk.TransactionResponse
-
The transaction hash
- TRANSACTIONHASH_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- transactionId - Variable in exception class com.hedera.hashgraph.sdk.PrecheckStatusException
-
The ID of the transaction that failed.
- transactionId - Variable in exception class com.hedera.hashgraph.sdk.ReceiptStatusException
-
The ID of the transaction that failed, in case that context is no longer available (e.g.
- transactionId - Variable in class com.hedera.hashgraph.sdk.TopicMessage
-
The transaction id
- transactionId - Variable in class com.hedera.hashgraph.sdk.TransactionReceipt
-
The transaction's ID
- transactionId - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
The ID of the transaction this record represents.
- transactionId - Variable in class com.hedera.hashgraph.sdk.TransactionResponse
-
The transaction ID
- TransactionId - Class in com.hedera.hashgraph.sdk
-
The client-generated ID for a transaction.
- TransactionId(AccountId, Instant) - Constructor for class com.hedera.hashgraph.sdk.TransactionId
-
No longer part of the public API.
- TransactionID - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction identifier.<br/> This is used for retrieving receipts and records for a transaction and internally by the network for detecting when duplicate transactions are submitted.
- TRANSACTIONID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TRANSACTIONID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQuery
-
Deprecated.
- TRANSACTIONID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetReceiptQuery
- TRANSACTIONID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordQuery
- TRANSACTIONID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- TransactionID.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A transaction identifier.<br/> This is used for retrieving receipts and records for a transaction and internally by the network for detecting when duplicate transactions are submitted.
- TransactionIDOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- transactionIds - Variable in class com.hedera.hashgraph.sdk.Transaction
-
List of IDs for the transaction based on the operator because the transaction ID includes the operator's account
- TransactionList - Class in com.hedera.hashgraph.sdk.proto
-
* A simple protobuf wrapper to store a list of transactions.
- TransactionList.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A simple protobuf wrapper to store a list of transactions.
- TransactionListOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TransactionListOuterClass - Class in com.hedera.hashgraph.sdk.proto
- transactionMemo - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
The memo that was submitted as part of the transaction (max 100 bytes).
- TransactionOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TransactionOuterClass - Class in com.hedera.hashgraph.sdk.proto
- TransactionReceipt - Class in com.hedera.hashgraph.sdk.proto
-
* The summary of a transaction's result so far.<br/> If the transaction has not reached consensus, this result will be necessarily incomplete.
- TransactionReceipt - Class in com.hedera.hashgraph.sdk
-
The consensus result for a transaction, which might not be currently known, or may succeed or fail.
- TransactionReceipt(TransactionId, Status, ExchangeRate, ExchangeRate, AccountId, FileId, ContractId, TopicId, TokenId, Long, ByteString, Long, ScheduleId, TransactionId, List<Long>, long, long, List<TransactionReceipt>, List<TransactionReceipt>) - Constructor for class com.hedera.hashgraph.sdk.TransactionReceipt
- TransactionReceipt.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The summary of a transaction's result so far.<br/> If the transaction has not reached consensus, this result will be necessarily incomplete.
- TransactionReceiptEntries - Class in com.hedera.hashgraph.sdk.proto
-
* A cache of transaction receipts.<br/> As transactions are handled and receipts are created, they are stored in state for a configured time limit (perhaps, for example, 3 minutes).
- TransactionReceiptEntries.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A cache of transaction receipts.<br/> As transactions are handled and receipts are created, they are stored in state for a configured time limit (perhaps, for example, 3 minutes).
- TransactionReceiptEntriesOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TransactionReceiptEntry - Class in com.hedera.hashgraph.sdk.proto
-
* An entry in the record cache with the receipt for a transaction.
- TransactionReceiptEntry.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* An entry in the record cache with the receipt for a transaction.
- TransactionReceiptEntryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TransactionReceiptOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TransactionReceiptOuterClass - Class in com.hedera.hashgraph.sdk.proto
- TransactionReceiptQuery - Class in com.hedera.hashgraph.sdk
-
Get the receipt of a transaction, given its transaction ID.
- TransactionReceiptQuery() - Constructor for class com.hedera.hashgraph.sdk.TransactionReceiptQuery
-
Constructor.
- TransactionRecord - Class in com.hedera.hashgraph.sdk.proto
-
* Response when the client sends the node TransactionGetRecordResponse
- TransactionRecord - Class in com.hedera.hashgraph.sdk
-
The complete record for a transaction on Hedera that has reached consensus.
- TransactionRecord(TransactionReceipt, ByteString, Instant, TransactionId, String, long, ContractFunctionResult, List<Transfer>, Map<TokenId, Map<AccountId, Long>>, List<TokenTransfer>, Map<TokenId, List<TokenNftTransfer>>, ScheduleId, List<AssessedCustomFee>, List<TokenAssociation>, PublicKey, List<TransactionRecord>, List<TransactionRecord>, Instant, ByteString, List<Transfer>, ByteString, Integer, ByteString, List<PendingAirdropRecord>, long) - Constructor for class com.hedera.hashgraph.sdk.TransactionRecord
- TRANSACTIONRECORD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
-
Deprecated.
- TRANSACTIONRECORD_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionGetRecordResponse
- TransactionRecord.BodyCase - Enum Class in com.hedera.hashgraph.sdk.proto
- TransactionRecord.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Response when the client sends the node TransactionGetRecordResponse
- TransactionRecord.EntropyCase - Enum Class in com.hedera.hashgraph.sdk.proto
- TransactionRecordEntry - Class in com.hedera.hashgraph.sdk.proto
-
* As transactions are handled and records and receipts are created, they are stored in state for a configured time period (for example, 3 minutes).
- TransactionRecordEntry.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* As transactions are handled and records and receipts are created, they are stored in state for a configured time period (for example, 3 minutes).
- TransactionRecordEntryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TransactionRecordOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TransactionRecordOuterClass - Class in com.hedera.hashgraph.sdk.proto
- TransactionRecordQuery - Class in com.hedera.hashgraph.sdk
-
Get the record for a transaction.
- TransactionRecordQuery() - Constructor for class com.hedera.hashgraph.sdk.TransactionRecordQuery
-
Constructor.
- TransactionResponse - Class in com.hedera.hashgraph.sdk.proto
-
* A message sent by a node in response to a transaction submission.<br/> This message only acknowledges that the individual node has checked the transaction, completed pre-check, and checked the fee offered.
- TransactionResponse - Class in com.hedera.hashgraph.sdk
-
When the client sends the node a transaction of any kind, the node replies with this, which simply says that the transaction passed the pre-check (so the node will submit it to the network) or it failed (so it won't).
- TransactionResponse(AccountId, TransactionId, byte[], TransactionId, Transaction) - Constructor for class com.hedera.hashgraph.sdk.TransactionResponse
-
Constructor.
- TransactionResponse.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A message sent by a node in response to a transaction submission.<br/> This message only acknowledges that the individual node has checked the transaction, completed pre-check, and checked the fee offered.
- TransactionResponseOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- TransactionResponseOuterClass - Class in com.hedera.hashgraph.sdk.proto
- TRANSACTIONS_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.GossipEvent
- TRANSACTIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AtomicBatchTransactionBody
- transactionSigner - Variable in class com.hedera.hashgraph.sdk.Client.Operator
- TRANSACTIONVALIDDURATION_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- TRANSACTIONVALIDSTART_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionID
- Transfer - Class in com.hedera.hashgraph.sdk
-
A transfer of Hbar that occurred within a transaction.
- Transfer(AccountId, Hbar) - Constructor for class com.hedera.hashgraph.sdk.Transfer
- TRANSFER_ACCOUNT_SAME_AS_DELETE_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Transfer Account should not be same as Account to be deleted
- TRANSFER_ACCOUNT_SAME_AS_DELETE_ACCOUNT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Transfer Account should not be same as Account to be deleted
- TRANSFER_ACCOUNT_SAME_AS_DELETE_ACCOUNT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Transfer Account should not be same as Account to be deleted
- TRANSFER_LIST_SIZE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Exceeded the number of accounts (both from and to) allowed for crypto transfer list
- TRANSFER_LIST_SIZE_LIMIT_EXCEEDED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Exceeded the number of accounts (both from and to) allowed for crypto transfer list
- TRANSFER_LIST_SIZE_LIMIT_EXCEEDED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* Exceeded the number of accounts (both from and to) allowed for crypto transfer list
- TRANSFER_TO_FEE_COLLECTION_ACCOUNT_NOT_ALLOWED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* This operation cannot be completed because the target account is a "Fee Collection Account".<br/> Any attempt to transfer to a fee collection account is not permitted.
- TRANSFER_TO_FEE_COLLECTION_ACCOUNT_NOT_ALLOWED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
This operation cannot be completed because the target account is a "Fee Collection Account".
Any attempt to transfer to a fee collection account is not permitted. - TRANSFER_TO_FEE_COLLECTION_ACCOUNT_NOT_ALLOWED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* This operation cannot be completed because the target account is a "Fee Collection Account".<br/> Any attempt to transfer to a fee collection account is not permitted.
- TRANSFERACCOUNTID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.ObtainersCase
- TRANSFERACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- TRANSFERACCOUNTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoDeleteTransactionBody
- TRANSFERCONTRACTID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.ObtainersCase
- TRANSFERCONTRACTID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody
- TransferList - Class in com.hedera.hashgraph.sdk.proto
-
* A list of accounts and amounts to transfer.
- TRANSFERLIST_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionRecord
- TransferList.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A list of accounts and amounts to transfer.
- TransferListOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- transfers - Variable in class com.hedera.hashgraph.sdk.TokenTransferList
- transfers - Variable in class com.hedera.hashgraph.sdk.TransactionRecord
-
All hbar transfers as a result of this transaction, such as fees, or transfers performed by the transaction, or by a smart contract it calls, or by the creation of threshold records that it triggers.
- TRANSFERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.CryptoTransferTransactionBody
- TRANSFERS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenTransferList
- TRANSFERS_NOT_ZERO_SUM_FOR_TOKEN - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Amounts in transfer list are not net zero
- TRANSFERS_NOT_ZERO_SUM_FOR_TOKEN - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
Amounts in transfer list are not net zero
- TRANSFERS_NOT_ZERO_SUM_FOR_TOKEN_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Amounts in transfer list are not net zero
- TransferTransaction - Class in com.hedera.hashgraph.sdk
-
A transaction that transfers hbars and tokens between Hedera accounts.
- TransferTransaction() - Constructor for class com.hedera.hashgraph.sdk.TransferTransaction
-
Constructor.
- TransferTransaction(TransactionBody) - Constructor for class com.hedera.hashgraph.sdk.TransferTransaction
-
Constructor.
- TransferTransaction(LinkedHashMap<TransactionId, LinkedHashMap<AccountId, Transaction>>) - Constructor for class com.hedera.hashgraph.sdk.TransferTransaction
-
Constructor.
- TRANSPLANT_IN_PROGRESS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RosterState
- transportSecurity - Variable in class com.hedera.hashgraph.sdk.BaseNetwork
-
Is the network using transport security
- TREASURY_ACCOUNT_ID_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- TREASURY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- TREASURY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- TREASURY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- TREASURY_MUST_OWN_BURNED_NFT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A NFT can only be burned when owned by the unique token's treasury
- TREASURY_MUST_OWN_BURNED_NFT - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A NFT can only be burned when owned by the unique token's treasury
- TREASURY_MUST_OWN_BURNED_NFT_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A NFT can only be burned when owned by the unique token's treasury
- treasuryAccountId - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The ID of the account which is set as Treasury
- TSS_MESSAGE_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.tss.legacy.TssMessageTransactionBody
- TSS_VOTE_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.tss.legacy.TssVoteTransactionBody
- TssEncryptionKey - Class in com.hedera.hapi.services.auxiliary.tss.legacy
- TssEncryptionKeys - Class in com.hedera.hapi.node.state.tss.legacy
-
* A message containing a node's current and next TSS encryption keys, where the next key (if present) will be switched to the node's current key during the first transaction at the beginning of a staking period.<br/>
- TssEncryptionKeys.Builder - Class in com.hedera.hapi.node.state.tss.legacy
-
* A message containing a node's current and next TSS encryption keys, where the next key (if present) will be switched to the node's current key during the first transaction at the beginning of a staking period.<br/>
- TssEncryptionKeysOrBuilder - Interface in com.hedera.hapi.node.state.tss.legacy
- TssEncryptionKeysOuterClass - Class in com.hedera.hapi.node.state.tss.legacy
- TssEncryptionKeyTransactionBody - Class in com.hedera.hapi.services.auxiliary.tss.legacy
-
* A transaction body for sending the public TSS encryption key.
- TssEncryptionKeyTransactionBody.Builder - Class in com.hedera.hapi.services.auxiliary.tss.legacy
-
* A transaction body for sending the public TSS encryption key.
- TssEncryptionKeyTransactionBodyOrBuilder - Interface in com.hedera.hapi.services.auxiliary.tss.legacy
- TssMessage - Class in com.hedera.hapi.services.auxiliary.tss.legacy
- TssMessageMapKey - Class in com.hedera.hapi.node.state.tss.legacy
-
* A key for use in the Threshold Signature Scheme (TSS) TssMessageMaps.
- TssMessageMapKey.Builder - Class in com.hedera.hapi.node.state.tss.legacy
-
* A key for use in the Threshold Signature Scheme (TSS) TssMessageMaps.
- TssMessageMapKeyOrBuilder - Interface in com.hedera.hapi.node.state.tss.legacy
- TssMessageMapKeyOuterClass - Class in com.hedera.hapi.node.state.tss.legacy
- TssMessageTransactionBody - Class in com.hedera.hapi.services.auxiliary.tss.legacy
-
* A transaction body to to send a Threshold Signature Scheme (TSS) Message.<br/> This is a wrapper around several different TSS message types that a node might communicate with other nodes in the network.
- TssMessageTransactionBody.Builder - Class in com.hedera.hapi.services.auxiliary.tss.legacy
-
* A transaction body to to send a Threshold Signature Scheme (TSS) Message.<br/> This is a wrapper around several different TSS message types that a node might communicate with other nodes in the network.
- TssMessageTransactionBodyOrBuilder - Interface in com.hedera.hapi.services.auxiliary.tss.legacy
- TssVote - Class in com.hedera.hapi.services.auxiliary.tss.legacy
- TssVoteMapKey - Class in com.hedera.hapi.node.state.tss.legacy
-
* A key for use in the Threshold Signature Scheme (TSS) TssVoteMaps.
- TssVoteMapKey.Builder - Class in com.hedera.hapi.node.state.tss.legacy
-
* A key for use in the Threshold Signature Scheme (TSS) TssVoteMaps.
- TssVoteMapKeyOrBuilder - Interface in com.hedera.hapi.node.state.tss.legacy
- TssVoteMapKeyOuterClass - Class in com.hedera.hapi.node.state.tss.legacy
- TssVoteTransactionBody - Class in com.hedera.hapi.services.auxiliary.tss.legacy
-
* A transaction body to vote on the validity of Threshold Signature Scheme (TSS) Messages for a candidate roster.
- TssVoteTransactionBody.Builder - Class in com.hedera.hapi.services.auxiliary.tss.legacy
-
* A transaction body to vote on the validity of Threshold Signature Scheme (TSS) Messages for a candidate roster.
- TssVoteTransactionBodyOrBuilder - Interface in com.hedera.hapi.services.auxiliary.tss.legacy
- TV_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeComponents
- twoConsumers(CompletableFuture<T>, Consumer<T>, Consumer<Throwable>) - Static method in class com.hedera.hashgraph.sdk.ConsumerHelper
- TYPE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookState
U
- uint256(long, int) - Static method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
- uint256(BigInteger, int) - Static method in class com.hedera.hashgraph.sdk.ContractFunctionParameters
- UNAUTHORIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An attempted operation was not authorized (ie - a deleteTopic for a topic with no adminKey).
- UNAUTHORIZED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
An attempted operation was not authorized (ie - a deleteTopic for a topic with no adminKey).
- UNAUTHORIZED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* An attempted operation was not authorized (ie - a deleteTopic for a topic with no adminKey).
- UNCHECKED_SUBMIT - Enum constant in enum class com.hedera.hashgraph.sdk.RequestType
-
Submit a transaction, bypassing intake checking.
- uncheckedSubmit(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceBlockingStub
-
Deprecated.
- uncheckedSubmit(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceBlockingV2Stub
-
Deprecated.
- uncheckedSubmit(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceFutureStub
-
Deprecated.
- uncheckedSubmit(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.AsyncService
-
Deprecated.
- uncheckedSubmit(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceStub
-
Deprecated.
- UncheckedSubmit - Class in com.hedera.hashgraph.sdk.proto
- UncheckedSubmit - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Submit a transaction, bypassing intake checking.
- UNCHECKEDSUBMIT - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- UNCHECKEDSUBMIT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- UncheckedSubmit_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Submit a transaction, bypassing intake checking.
- UncheckedSubmitBody - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- UncheckedSubmitBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
Deprecated.* Submit an arbitrary (serialized) Transaction to the network without pre-check.
- UncheckedSubmitBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
-
Deprecated.
- UNCLAIMED_STAKE_REWARD_START_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- UNCOMPRESSED_WRAPS_PROOF_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProof
- UNEXPECTED_TOKEN_DECIMALS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A fungible token transfer expected a different number of decimals than the involved type actually has.
- UNEXPECTED_TOKEN_DECIMALS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A fungible token transfer expected a different number of decimals than the involved type actually has.
- UNEXPECTED_TOKEN_DECIMALS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A fungible token transfer expected a different number of decimals than the involved type actually has.
- unfreezeTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Unfreeze the transfer of tokens to or from an identified Account.
- unfreezeTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Unfreeze the transfer of tokens to or from an identified Account.
- unfreezeTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Unfreeze the transfer of tokens to or from an identified Account.
- unfreezeTokenAccount(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Unfreeze the transfer of tokens to or from an identified Account.
- unfreezeTokenAccount(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Unfreeze the transfer of tokens to or from an identified Account.
- Unfrozen - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenFreezeStatus
-
* The token is not currently frozen for the designated account.
- Unfrozen_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenFreezeStatus
-
* The token is not currently frozen for the designated account.
- unhealthyBackoffRemaining() - Method in class com.hedera.hashgraph.sdk.BaseNode
-
Extract the unhealthy backoff time remaining.
- UNKNOWN - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The responding node has submitted the transaction to the network.
- UNKNOWN - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The responding node has submitted the transaction to the network.
- UNKNOWN_FREEZE_TYPE - Enum constant in enum class com.hedera.hashgraph.sdk.FreezeType
-
An invalid freeze type.
- UNKNOWN_FREEZE_TYPE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
* An invalid freeze type.
- UNKNOWN_FREEZE_TYPE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
* An invalid freeze type.
- UNKNOWN_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The responding node has submitted the transaction to the network.
- unknownWordIndices - Variable in exception class com.hedera.hashgraph.sdk.BadMnemonicException
-
If not null, these are the indices in the mnemonic that were not found in the BIP-39 standard English word list.
- UnknownWords - Enum constant in enum class com.hedera.hashgraph.sdk.BadMnemonicReason
-
The mnemonic contained words which were not found in the BIP-39 standard English word list.
- UNPARSEABLE_THROTTLE_DEFINITIONS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The new contents for the throttle definitions system file were not valid protobuf
- UNPARSEABLE_THROTTLE_DEFINITIONS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The new contents for the throttle definitions system file were not valid protobuf
- UNPARSEABLE_THROTTLE_DEFINITIONS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The new contents for the throttle definitions system file were not valid protobuf
- Unpaused - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenPauseStatus
-
* The token is not currently paused.
- Unpaused_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.TokenPauseStatus
-
* The token is not currently paused.
- unpauseToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Unpause (resume) a token.
- unpauseToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Unpause (resume) a token.
- unpauseToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Unpause (resume) a token.
- unpauseToken(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Unpause (resume) a token.
- unpauseToken(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Unpause (resume) a token.
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.BlockHashAlgorithm
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CRSStage
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.FreezeType
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookExtensionPoint
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HookType
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseType
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SubType
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenFreezeStatus
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenKeyValidation
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenKycStatus
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenPauseStatus
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenSupplyType
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TokenType
- UNRECOGNIZED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
- UNRESERVED_STAKING_REWARD_BALANCE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.NodeStakeUpdateTransactionBody
- UNRESOLVABLE_REQUIRED_SIGNERS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The required signers for a scheduled transaction cannot be resolved, for example because they do not exist or have been deleted
- UNRESOLVABLE_REQUIRED_SIGNERS - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The required signers for a scheduled transaction cannot be resolved, for example because they do not exist or have been deleted
- UNRESOLVABLE_REQUIRED_SIGNERS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The required signers for a scheduled transaction cannot be resolved, for example because they do not exist or have been deleted
- unsubscribe() - Method in class com.hedera.hashgraph.sdk.SubscriptionHandle
-
Call the callback.
- untrackSubscription(SubscriptionHandle) - Method in class com.hedera.hashgraph.sdk.Client
- unusableKey() - Static method in class com.hedera.hashgraph.sdk.PublicKey
-
Returns an "unusable" public key.
- UPDATE_FILE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FreezeTransactionBody
- UPDATE_FILE_HASH_CHANGED_SINCE_PREPARE_UPGRADE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The update file hash when handling a FREEZE_UPGRADE transaction differs from the file hash at the time of handling the PREPARE_UPGRADE transaction.
- UPDATE_FILE_HASH_CHANGED_SINCE_PREPARE_UPGRADE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The update file hash when handling a FREEZE_UPGRADE transaction differs from the file hash at the time of handling the PREPARE_UPGRADE transaction.
- UPDATE_FILE_HASH_CHANGED_SINCE_PREPARE_UPGRADE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The update file hash when handling a FREEZE_UPGRADE transaction differs from the file hash at the time of handling the PREPARE_UPGRADE transaction.
- UPDATE_FILE_HASH_DOES_NOT_MATCH_PREPARED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* If an NMT upgrade has been prepared, the subsequent FREEZE_UPGRADE transaction must confirm the hash of the file to be used in the upgrade.
- UPDATE_FILE_HASH_DOES_NOT_MATCH_PREPARED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
If an NMT upgrade has been prepared, the subsequent FREEZE_UPGRADE transaction must confirm the hash of the file to be used in the upgrade.
- UPDATE_FILE_HASH_DOES_NOT_MATCH_PREPARED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* If an NMT upgrade has been prepared, the subsequent FREEZE_UPGRADE transaction must confirm the hash of the file to be used in the upgrade.
- UPDATE_FILE_ID_DOES_NOT_MATCH_PREPARED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* If an NMT upgrade has been prepared, the subsequent FREEZE_UPGRADE transaction must confirm the id of the file to be used in the upgrade.
- UPDATE_FILE_ID_DOES_NOT_MATCH_PREPARED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
If an NMT upgrade has been prepared, the subsequent FREEZE_UPGRADE transaction must confirm the id of the file to be used in the upgrade.
- UPDATE_FILE_ID_DOES_NOT_MATCH_PREPARED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* If an NMT upgrade has been prepared, the subsequent FREEZE_UPGRADE transaction must confirm the id of the file to be used in the upgrade.
- UPDATE_NODE_ACCOUNT_NOT_ALLOWED - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The node account is not allowed to be updated
- UPDATE_NODE_ACCOUNT_NOT_ALLOWED - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The node account is not allowed to be updated
- UPDATE_NODE_ACCOUNT_NOT_ALLOWED_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
The node account is not allowed to be updated
- UPDATE_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.UpdateCase
- updateAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingStub
-
Update an account by submitting the transaction
- updateAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceBlockingV2Stub
-
Update an account by submitting the transaction
- updateAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub
-
Update an account by submitting the transaction
- updateAccount(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
-
Update an account by submitting the transaction
- updateAccount(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceStub
-
Update an account by submitting the transaction
- updateContract(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingStub
-
Modify a smart contract.<br/> Any change other than updating the expiration time requires that the contract be modifiable (has a valid `adminKey`) and that the transaction be signed by the `adminKey` <p> Fields _not set_ on the request SHALL NOT be modified.
- updateContract(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceBlockingV2Stub
-
Modify a smart contract.<br/> Any change other than updating the expiration time requires that the contract be modifiable (has a valid `adminKey`) and that the transaction be signed by the `adminKey` <p> Fields _not set_ on the request SHALL NOT be modified.
- updateContract(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceFutureStub
-
Modify a smart contract.<br/> Any change other than updating the expiration time requires that the contract be modifiable (has a valid `adminKey`) and that the transaction be signed by the `adminKey` <p> Fields _not set_ on the request SHALL NOT be modified.
- updateContract(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.AsyncService
-
Modify a smart contract.<br/> Any change other than updating the expiration time requires that the contract be modifiable (has a valid `adminKey`) and that the transaction be signed by the `adminKey` <p> Fields _not set_ on the request SHALL NOT be modified.
- updateContract(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceStub
-
Modify a smart contract.<br/> Any change other than updating the expiration time requires that the contract be modifiable (has a valid `adminKey`) and that the transaction be signed by the `adminKey` <p> Fields _not set_ on the request SHALL NOT be modified.
- updateFile(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingStub
-
Update a file in HFS.
- updateFile(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceBlockingV2Stub
-
Update a file in HFS.
- updateFile(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceFutureStub
-
Update a file in HFS.
- updateFile(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.FileServiceGrpc.AsyncService
-
Update a file in HFS.
- updateFile(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.FileServiceGrpc.FileServiceStub
-
Update a file in HFS.
- updateNetworkFromAddressBook() - Method in class com.hedera.hashgraph.sdk.Client
-
Trigger an immediate address book update to refresh the client's network with the latest node information.
- updateNfts(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Update multiple non-fungible/unique tokens (NFTs) in a collection.<br/> The NFTs are identified by token identifier and one or more serial numbers.
- updateNfts(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Update multiple non-fungible/unique tokens (NFTs) in a collection.<br/> The NFTs are identified by token identifier and one or more serial numbers.
- updateNfts(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Update multiple non-fungible/unique tokens (NFTs) in a collection.<br/> The NFTs are identified by token identifier and one or more serial numbers.
- updateNfts(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Update multiple non-fungible/unique tokens (NFTs) in a collection.<br/> The NFTs are identified by token identifier and one or more serial numbers.
- updateNfts(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Update multiple non-fungible/unique tokens (NFTs) in a collection.<br/> The NFTs are identified by token identifier and one or more serial numbers.
- updateNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceBlockingStub
-
A transaction to update an existing consensus node from the network address book.
- updateNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceBlockingV2Stub
-
A transaction to update an existing consensus node from the network address book.
- updateNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceFutureStub
-
A transaction to update an existing consensus node from the network address book.
- updateNode(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceStub
-
A transaction to update an existing consensus node from the network address book.
- updateNode(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AsyncService
-
A transaction to update an existing consensus node from the network address book.
- updateRegisteredNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceBlockingStub
-
A transaction to update an existing registered node in the network address book.
- updateRegisteredNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceBlockingV2Stub
-
A transaction to update an existing registered node in the network address book.
- updateRegisteredNode(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceFutureStub
-
A transaction to update an existing registered node in the network address book.
- updateRegisteredNode(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AddressBookServiceStub
-
A transaction to update an existing registered node in the network address book.
- updateRegisteredNode(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.AddressBookServiceGrpc.AsyncService
-
A transaction to update an existing registered node in the network address book.
- updateToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Update a token.
- updateToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Update a token.
- updateToken(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Update a token.
- updateToken(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Update a token.
- updateToken(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Update a token.
- updateTokenFeeSchedule(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Update the custom fee schedule for a token.
- updateTokenFeeSchedule(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Update the custom fee schedule for a token.
- updateTokenFeeSchedule(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Update the custom fee schedule for a token.
- updateTokenFeeSchedule(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Update the custom fee schedule for a token.
- updateTokenFeeSchedule(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Update the custom fee schedule for a token.
- updateTopic(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceBlockingStub
-
Update an HCS topic.
- updateTopic(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceBlockingV2Stub
-
Update an HCS topic.
- updateTopic(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceFutureStub
-
Update an HCS topic.
- updateTopic(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.AsyncService
-
Update an HCS topic.
- updateTopic(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.ConsensusServiceGrpc.ConsensusServiceStub
-
Update an HCS topic.
- USE_SERIALIZED_TX_MESSAGE_HASH_ALGORITHM_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SignedTransaction
- USED_AUTO_ASSOCIATIONS_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Account
- USED_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ThrottleUsageSnapshot
- UTIL_PRNG - Enum constant in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
- UTIL_PRNG - Enum constant in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
- UTIL_PRNG_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody
- UTIL_PRNG_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TransactionBody
- UtilPrng - Class in com.hedera.hashgraph.sdk.proto
- UtilPrng - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Generate and return a pseudorandom number based on network state.
- UtilPrng_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
* Generate and return a pseudorandom number based on network state.
- UtilPrngTransactionBody - Class in com.hedera.hashgraph.sdk.proto
-
* Request a deterministic pseudo-random number.
- UtilPrngTransactionBody.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* Request a deterministic pseudo-random number.
- UtilPrngTransactionBodyOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- UtilServiceGrpc - Class in com.hedera.hashgraph.sdk.proto
-
The Utility Service provides a pseudo-random number generator.
- UtilServiceGrpc.AsyncService - Interface in com.hedera.hashgraph.sdk.proto
-
The Utility Service provides a pseudo-random number generator.
- UtilServiceGrpc.UtilServiceBlockingStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do limited synchronous rpc calls to service UtilService.
- UtilServiceGrpc.UtilServiceBlockingV2Stub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do synchronous rpc calls to service UtilService.
- UtilServiceGrpc.UtilServiceFutureStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do ListenableFuture-style rpc calls to service UtilService.
- UtilServiceGrpc.UtilServiceImplBase - Class in com.hedera.hashgraph.sdk.proto
-
Base class for the server implementation of the service UtilService.
- UtilServiceGrpc.UtilServiceStub - Class in com.hedera.hashgraph.sdk.proto
-
A stub to allow clients to do asynchronous rpc calls to service UtilService.
- UtilServiceImplBase() - Constructor for class com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceImplBase
- UtilServiceOuterClass - Class in com.hedera.hashgraph.sdk.proto
V
- v - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataLegacy
-
The V value of the signature
- validate(long, long, long, Client, String) - Static method in class com.hedera.hashgraph.sdk.EntityIdHelper
-
Validate the configured client.
- validate(Client) - Method in class com.hedera.hashgraph.sdk.AccountId
-
Deprecated.Use
AccountId.validateChecksum(Client)instead. - validate(Client) - Method in class com.hedera.hashgraph.sdk.ContractId
-
Deprecated.Use
ContractId.validateChecksum(Client)instead. - validate(Client) - Method in class com.hedera.hashgraph.sdk.FileId
-
Deprecated.Use
FileId.validateChecksum(Client)instead. - validate(Client) - Method in class com.hedera.hashgraph.sdk.ScheduleId
-
Deprecated.Use
ScheduleId.validateChecksum(Client)instead. - validate(Client) - Method in class com.hedera.hashgraph.sdk.TokenId
-
Deprecated.Use
TokenId.validateChecksum(Client)instead. - validate(Client) - Method in class com.hedera.hashgraph.sdk.TopicId
-
Deprecated.Use
TopicId.validateChecksum(Client)instead. - validateChecksum(Client) - Method in class com.hedera.hashgraph.sdk.AccountId
-
Verify that the client has a valid checksum.
- validateChecksum(Client) - Method in class com.hedera.hashgraph.sdk.ContractId
-
Verify the checksum.
- validateChecksum(Client) - Method in class com.hedera.hashgraph.sdk.FileId
-
Validate that the client is configured correctly.
- validateChecksum(Client) - Method in class com.hedera.hashgraph.sdk.ScheduleId
-
Validate the configured client.
- validateChecksum(Client) - Method in class com.hedera.hashgraph.sdk.TokenId
-
Validate the configured client.
- validateChecksum(Client) - Method in class com.hedera.hashgraph.sdk.TopicId
-
Verify that the client has a valid checksum.
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.AbstractTokenTransferTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceAdjustTransaction
-
Deprecated.
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceApproveTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.AccountAllowanceDeleteTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.AccountBalanceQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.AccountCreateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.AccountDeleteTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.AccountInfoQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.AccountRecordsQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.AccountUpdateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.BatchTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.ContractByteCodeQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.ContractCallQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.ContractCreateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.ContractDeleteTransaction
-
Validates tha the contract id, transfer contract id and the transfer account id are valid.
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.ContractExecuteTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.ContractInfoQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.ContractUpdateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.CustomFee
-
Verify the validity of the client object.
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.CustomFixedFee
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.EthereumTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.FileAppendTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.FileContentsQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.FileCreateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.FileDeleteTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.FileInfoQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.FileUpdateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.FreezeTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.HbarAllowance
-
Validate that the client is configured correctly.
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.HookStoreTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.LiveHashAddTransaction
-
Deprecated.
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.LiveHashDeleteTransaction
-
Deprecated.
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.LiveHashQuery
-
Deprecated.
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.NetworkVersionInfoQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.NodeCreateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.NodeDeleteTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.NodeUpdateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.PendingAirdropLogic
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.PrngTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.Query
-
Validate the checksums.
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeCreateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeDeleteTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.RegisteredNodeUpdateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.ScheduleCreateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.ScheduleDeleteTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.ScheduleInfoQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.ScheduleSignTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.SystemDeleteTransaction
-
Deprecated.
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.SystemUndeleteTransaction
-
Deprecated.
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenAllowance
-
Validate the configured client.
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenAssociateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenBurnTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenCreateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenDeleteTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenDissociateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenFeeScheduleUpdateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenFreezeTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenGrantKycTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenInfoQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenMintTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenNftAllowance
-
Validate the configured client.
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenNftInfoQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenPauseTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenRejectTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenRevokeKycTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenUnfreezeTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenUnpauseTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenUpdateNftsTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenUpdateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TokenWipeTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TopicCreateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TopicDeleteTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TopicInfoQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TopicMessageSubmitTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TopicUpdateTransaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.Transaction
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TransactionReceiptQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TransactionRecordQuery
- validateChecksums(Client) - Method in class com.hedera.hashgraph.sdk.TransferTransaction
- validateNoIpAndDomain(Endpoint) - Static method in class com.hedera.hashgraph.sdk.Endpoint
-
Validate that the endpoint does not contain both an IP address and a domain name.
- validateNoIpAndDomain(RegisteredServiceEndpoint) - Static method in class com.hedera.hashgraph.sdk.RegisteredServiceEndpoint
-
Validate that the endpoint does not contain both an IP address and a domain name.
- validateReceiptStatus(boolean) - Method in class com.hedera.hashgraph.sdk.TransactionRecord
-
Validate the transaction status in the receipt.
- validateStatus(boolean) - Method in class com.hedera.hashgraph.sdk.TransactionReceipt
-
Validate the transaction status in the receipt.
- validStart - Variable in class com.hedera.hashgraph.sdk.TransactionId
-
The time from when this transaction is valid.
- value - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataEip1559
-
The transaction value
- value - Variable in class com.hedera.hashgraph.sdk.EthereumTransactionDataLegacy
-
The transaction value
- VALUE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry
- VALUE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.EvmHookStorageSlot
- VALUE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.InternalCallContext
- VALUE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ProtoBoolean
- VALUE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ProtoBytes
- VALUE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ProtoInteger
- VALUE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ProtoLong
- VALUE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ProtoString
- VALUE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Setting
- VALUE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.SlotValue
- valueOf(boolean) - Static method in enum class com.hedera.hashgraph.sdk.FeeAssessmentMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class com.hedera.hapi.platform.event.legacy.EventTransaction.TransactionCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.DataCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.FeeEstimateMode
-
Convert a protobuf-encoded fee estimate mode value to the corresponding enum.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.Account.StakedIdCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.AccountAmount.HookCallCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.AccountID.AccountCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.BlockHashAlgorithm
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.ProofCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.InitcodeSourceCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.StakedIdCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.ObtainersCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractID.ContractCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.MemoFieldCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.StakedIdCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CRSStage
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.StakedIdCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.BalanceSourceCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiveRecordThresholdFieldCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.SendRecordThresholdFieldCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.StakedIdCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.CustomFee.FeeCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.EntityID.EntityCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.EntryKeyCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.EvmHookSpec.BytecodeSourceCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.UpdateCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HintsConstruction.PreprocessingStateCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.ProofStateCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HistoryProofVote.VoteCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookCall.CallSpecCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookCall.IdCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookCreationDetails.HookCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.ActionCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookEntityId.EntityIdCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookExtensionPoint
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookType
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.Key.KeyCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.ReceiverAllowanceHookCallCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.SenderAllowanceHookCallCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.PendingAirdropId.TokenReferenceCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.PreprocessingVote.VoteCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.AddressCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.EndpointTypeCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ResponseType
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.ScheduleInfo.DataCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.Signature.SignatureCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.SignaturePair.SignatureCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.StakingInfo.StakedIdCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.SubType
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.IdCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.IdCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenFreezeStatus
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenKeyValidation
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenKycStatus
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenPauseStatus
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenReference.TokenIdentifierCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenSupplyType
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenType
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.BodyCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.EntropyCase
-
Deprecated.
- valueOf(int) - Static method in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
-
Deprecated.
- valueOf(FreezeType) - Static method in enum class com.hedera.hashgraph.sdk.FreezeType
-
Returns the enum constant of this class with the specified name.
- valueOf(HederaFunctionality) - Static method in enum class com.hedera.hashgraph.sdk.RequestType
-
Returns the enum constant of this class with the specified name.
- valueOf(RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi) - Static method in enum class com.hedera.hashgraph.sdk.BlockNodeApi
-
Returns the enum constant of this class with the specified name.
- valueOf(ResponseCodeEnum) - Static method in enum class com.hedera.hashgraph.sdk.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(SubType) - Static method in enum class com.hedera.hashgraph.sdk.FeeDataType
-
Returns the enum constant of this class with the specified name.
- valueOf(TokenKeyValidation) - Static method in enum class com.hedera.hashgraph.sdk.TokenKeyValidation
-
Returns the enum constant of this class with the specified name.
- valueOf(TokenSupplyType) - Static method in enum class com.hedera.hashgraph.sdk.TokenSupplyType
-
What type are we.
- valueOf(TokenType) - Static method in enum class com.hedera.hashgraph.sdk.TokenType
-
What type are we.
- valueOf(String) - Static method in enum class com.hedera.hapi.platform.event.legacy.EventTransaction.TransactionCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.DataCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.BadMnemonicReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.BlockNodeApi
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.ExecutionState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.FeeAssessmentMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.FeeDataType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.FeeEstimateMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.FreezeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.FungibleHookType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.HbarUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.HookExtensionPoint
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.logger.LogLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.NetworkName
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.NftHookType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.Account.StakedIdCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.AccountAmount.HookCallCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.AccountID.AccountCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.BlockHashAlgorithm
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.ProofCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.InitcodeSourceCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.StakedIdCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.ObtainersCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractID.ContractCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.MemoFieldCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.StakedIdCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.CRSStage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.StakedIdCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.BalanceSourceCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiveRecordThresholdFieldCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.SendRecordThresholdFieldCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.StakedIdCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.CustomFee.FeeCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.EntityID.EntityCase
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.EntryKeyCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.EvmHookSpec.BytecodeSourceCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.UpdateCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.HintsConstruction.PreprocessingStateCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.ProofStateCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.HistoryProofVote.VoteCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookCall.CallSpecCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookCall.IdCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookCreationDetails.HookCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.ActionCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookEntityId.EntityIdCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookExtensionPoint
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.HookType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.Key.KeyCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.ReceiverAllowanceHookCallCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.SenderAllowanceHookCallCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.PendingAirdropId.TokenReferenceCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.PreprocessingVote.VoteCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.AddressCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.EndpointTypeCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.ResponseType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.ScheduleInfo.DataCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.Signature.SignatureCase
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.SignaturePair.SignatureCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.StakingInfo.StakedIdCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.SubType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.IdCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.IdCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenFreezeStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenKeyValidation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenKycStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenPauseStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenReference.TokenIdentifierCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenSupplyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.BodyCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.EntropyCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.RequestType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.TokenKeyValidation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.TokenSupplyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.hedera.hashgraph.sdk.TokenType
-
Returns the enum constant of this class with the specified name.
- valueRead - Variable in class com.hedera.hashgraph.sdk.StorageChange
-
Deprecated.The value read from the storage slot.
- values() - Static method in enum class com.hedera.hapi.platform.event.legacy.EventTransaction.TransactionCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.DataCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.BadMnemonicReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.BlockNodeApi
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.ExecutionState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.FeeAssessmentMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.FeeDataType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.FeeEstimateMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.FreezeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.FungibleHookType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.HbarUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.HookExtensionPoint
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.logger.LogLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.NetworkName
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.NftHookType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.Account.StakedIdCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.AccountAmount.HookCallCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.AccountID.AccountCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.BlockHashAlgorithm
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.ProofCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.InitcodeSourceCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractCreateTransactionBody.StakedIdCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractDeleteTransactionBody.ObtainersCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractID.ContractCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.MemoFieldCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.ContractUpdateTransactionBody.StakedIdCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.CRSStage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoCreateTransactionBody.StakedIdCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceQuery.BalanceSourceCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiveRecordThresholdFieldCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.SendRecordThresholdFieldCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.StakedIdCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.CustomFee.FeeCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.EntityID.EntityCase
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.EvmHookMappingEntry.EntryKeyCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.EvmHookSpec.BytecodeSourceCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate.UpdateCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.FreezeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.HederaFunctionality
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.HintsConstruction.PreprocessingStateCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.ProofStateCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.HistoryProofVote.VoteCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.HookCall.CallSpecCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.HookCall.IdCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.HookCreationDetails.HookCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody.ActionCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.HookEntityId.EntityIdCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.HookExtensionPoint
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.HookType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.Key.KeyCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.ReceiverAllowanceHookCallCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.NftTransfer.SenderAllowanceHookCallCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.PendingAirdropId.TokenReferenceCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.PreprocessingVote.VoteCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.Query.QueryCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.AddressCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.EndpointTypeCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.Response.ResponseCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.ResponseType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.SchedulableTransactionBody.DataCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.ScheduleInfo.DataCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.Signature.SignatureCase
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.SignaturePair.SignatureCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.StakingInfo.StakedIdCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.SubType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.SystemDeleteTransactionBody.IdCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.IdCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenFreezeStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenKeyValidation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenKycStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenPauseStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenReference.TokenIdentifierCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenSupplyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.TokenType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.TransactionBody.DataCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.BodyCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.TransactionRecord.EntropyCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.proto.WrapsPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.RequestType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.TokenKeyValidation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.TokenSupplyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.hedera.hashgraph.sdk.TokenType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueWritten - Variable in class com.hedera.hashgraph.sdk.StorageChange
-
Deprecated.The new value written to the slot.
- verboseLog(Node) - Method in class com.hedera.hashgraph.sdk.Executable.GrpcRequest
- VERIFICATION_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.AggregatedNodeSignatures
- VERIFICATION_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.PreprocessedKeys
- verify(byte[], byte[]) - Method in class com.hedera.hashgraph.sdk.PublicKey
-
Verify a signature on a message with this public key.
- verify(byte[], byte[]) - Method in class com.hedera.hashgraph.sdk.PublicKeyECDSA
- verify(byte[], byte[]) - Method in class com.hedera.hashgraph.sdk.PublicKeyED25519
- verifySignature(Client, AccountId, byte[], byte[]) - Static method in class com.hedera.hashgraph.sdk.AccountInfoFlow
-
Is the signature valid.
- verifySignatureAsync(Client, AccountId, byte[], byte[]) - Static method in class com.hedera.hashgraph.sdk.AccountInfoFlow
-
Asynchronously determine if the signature is valid.
- verifyTransaction(Transaction<?>) - Method in class com.hedera.hashgraph.sdk.PublicKey
-
Is the given transaction valid?
- verifyTransactionSignature(Client, AccountId, Transaction<?>) - Static method in class com.hedera.hashgraph.sdk.AccountInfoFlow
-
Is the transaction signature valid.
- verifyTransactionSignatureAsync(Client, AccountId, Transaction<?>) - Static method in class com.hedera.hashgraph.sdk.AccountInfoFlow
-
Asynchronously determine if the signature is valid.
- VERSION_FIELD_NUMBER - Static variable in class com.hedera.hapi.platform.event.legacy.EventCore
- VOTE_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.hints.legacy.HintsPreprocessingVoteTransactionBody
- VOTE_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofVoteTransactionBody
- VOTE_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HistoryProofVote.VoteCase
- VOTE_NOT_SET - Enum constant in enum class com.hedera.hashgraph.sdk.proto.PreprocessingVote.VoteCase
- VPT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.FeeComponents
W
- WAIT_FOR_EXPIRY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Schedule
- WAIT_FOR_EXPIRY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleCreateTransactionBody
- WAIT_FOR_EXPIRY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ScheduleInfo
- waitForExpiry - Variable in class com.hedera.hashgraph.sdk.ScheduleInfo
-
When set to true, the transaction will be evaluated for execution at expiration_time instead of when all required signatures are received.
- WAITING_FOR_ADOPTING_FINAL_CRS - Enum constant in enum class com.hedera.hashgraph.sdk.proto.CRSStage
-
* The network is waiting for some grace period to allow the verification future to be completed after the last node has contributed to the CRS.
- WAITING_FOR_ADOPTING_FINAL_CRS_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.CRSStage
-
* The network is waiting for some grace period to allow the verification future to be completed after the last node has contributed to the CRS.
- WAITING_FOR_LEDGER_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The target network is waiting for the ledger ID to be set, which is a side effect of finishing the network's TSS construction.
- WAITING_FOR_LEDGER_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
The target network is waiting for the ledger ID to be set, which is a side effect of finishing the network's TSS construction.
- WAITING_FOR_LEDGER_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* The target network is waiting for the ledger ID to be set, which is a side effect of finishing the network's TSS construction.
- warn(String, Object...) - Method in class com.hedera.hashgraph.sdk.logger.Logger
-
Log warn
- WARN - Enum constant in enum class com.hedera.hashgraph.sdk.logger.LogLevel
- WEIGHT_FIELD_NUMBER - Static variable in class com.hedera.hapi.node.tss.legacy.LedgerIdNodeContribution
- WEIGHT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Node
- WEIGHT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.RosterEntry
- WEIGHT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.StakingNodeInfo
- WIPE_KEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.Token
- wipeKey - Variable in class com.hedera.hashgraph.sdk.TokenInfo
-
The key which can wipe token balance of an account.
- WIPEKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenCreateTransactionBody
- WIPEKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenInfo
- WIPEKEY_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.TokenUpdateTransactionBody
- wipeTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingStub
-
Wipe one or more tokens from an identified Account.
- wipeTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceBlockingV2Stub
-
Wipe one or more tokens from an identified Account.
- wipeTokenAccount(Transaction) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceFutureStub
-
Wipe one or more tokens from an identified Account.
- wipeTokenAccount(Transaction, StreamObserver<TransactionResponse>) - Method in interface com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.AsyncService
-
Wipe one or more tokens from an identified Account.
- wipeTokenAccount(Transaction, StreamObserver<TransactionResponse>) - Method in class com.hedera.hashgraph.sdk.proto.TokenServiceGrpc.TokenServiceStub
-
Wipe one or more tokens from an identified Account.
- wipeTransactionLists(int) - Method in class com.hedera.hashgraph.sdk.ChunkedTransaction
- wipeTransactionLists(int) - Method in class com.hedera.hashgraph.sdk.Transaction
-
Wipe / reset the transaction list.
- withPreimage(byte[], byte[]) - Static method in class com.hedera.hashgraph.sdk.EvmHookMappingEntry
-
Create a new mapping entry with a preimage key.
- withThreshold(int) - Static method in class com.hedera.hashgraph.sdk.KeyList
-
Create a new key list where at least
thresholdkeys must sign. - withValidStart(AccountId, Instant) - Static method in class com.hedera.hashgraph.sdk.TransactionId
-
Create a transaction id.
- words - Variable in class com.hedera.hashgraph.sdk.Mnemonic
-
The list of words in this mnemonic.
- WRAPPED_INTERMEDIATE_BLOCK_ROOTS_LEAF_COUNT_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- WRAPPED_INTERMEDIATE_BLOCK_ROOTS_LEAF_COUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockInfo
- WRAPPED_INTERMEDIATE_PREVIOUS_BLOCK_ROOT_HASHES_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- WRAPPED_INTERMEDIATE_PREVIOUS_BLOCK_ROOT_HASHES_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.BlockInfo
- WRAPS_MESSAGE - Enum constant in enum class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody.DataCase
- WRAPS_MESSAGE_FIELD_NUMBER - Static variable in class com.hedera.hapi.services.auxiliary.history.legacy.HistoryProofKeyPublicationTransactionBody
- WRAPS_PROOF - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof.ProofCase
- WRAPS_PROOF_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.ChainOfTrustProof
- WRAPS_RETRY_COUNT_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- WRAPS_SIGNING_STATE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction.ProofStateCase
- WRAPS_SIGNING_STATE_FIELD_NUMBER - Static variable in class com.hedera.hashgraph.sdk.proto.HistoryProofConstruction
- WrapsMessageDetails - Class in com.hedera.hashgraph.sdk.proto
-
* A message published by a node during a WRAPS proof construction.
- WrapsMessageDetails.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A message published by a node during a WRAPS proof construction.
- WrapsMessageDetailsOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- WrapsMessageHistory - Class in com.hedera.hashgraph.sdk.proto
-
* A history of messages published during a WRAPS proof construction.
- WrapsMessageHistory.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* A history of messages published during a WRAPS proof construction.
- WrapsMessageHistoryOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- WrapsPhase - Enum Class in com.hedera.hashgraph.sdk.proto
-
* The phase of a WRAPS proof construction.
- WrapsSigningState - Class in com.hedera.hashgraph.sdk.proto
-
* The state of an ongoing WRAPS signature protocol.
- WrapsSigningState.Builder - Class in com.hedera.hashgraph.sdk.proto
-
* The state of an ongoing WRAPS signature protocol.
- WrapsSigningStateOrBuilder - Interface in com.hedera.hashgraph.sdk.proto
- writeEncryptedPrivateKey(PrivateKeyInfo, Writer, String) - Static method in class com.hedera.hashgraph.sdk.Pem
-
For some reason, this generates PEM encodings that we ourselves can import, but OpenSSL doesn't like.
- WRONG_CHAIN_ID - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* EthereumTransaction was signed against a chainId that this network does not support.
- WRONG_CHAIN_ID - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
EthereumTransaction was signed against a chainId that this network does not support.
- WRONG_CHAIN_ID_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* EthereumTransaction was signed against a chainId that this network does not support.
- WRONG_HOOK_ENTITY_TYPE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A HookStore referenced a valid entity number but with the wrong entity type.
- WRONG_HOOK_ENTITY_TYPE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
A HookStore referenced a valid entity number but with the wrong entity type.
- WRONG_HOOK_ENTITY_TYPE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* A HookStore referenced a valid entity number but with the wrong entity type.
- WRONG_NONCE - Enum constant in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* This transaction specified an ethereumNonce that is not the current ethereumNonce of the account.
- WRONG_NONCE - Enum constant in enum class com.hedera.hashgraph.sdk.Status
-
This transaction specified an ethereumNonce that is not the current ethereumNonce of the account.
- WRONG_NONCE_VALUE - Static variable in enum class com.hedera.hashgraph.sdk.proto.ResponseCodeEnum
-
* This transaction specified an ethereumNonce that is not the current ethereumNonce of the account.
Z
A B C D E F G H I K L M N O P Q R S T U V W ZAll Classes and Interfaces|All Packages|Constant Field Values|Serialized Form