Deprecated API
Contents
-
Deprecated InterfacesInterfaceDescription
-
Deprecated ClassesClassDescriptionwith no replacement- 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 DocumentationThis 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".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 NoneThis query is no longer supported. Requests a livehash associated to an account.- User mirror nodes for contract traceability instead A storage slot change description. See Hedera DocumentationThis 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 NoneThis 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
-
Deprecated Enum Classes
-
Deprecated Exception ClassesException ClassDescription
-
Deprecated FieldsFieldDescription- Use `tokens` instead- Use mirror node for contract traceability instead
-
Deprecated MethodsMethodDescriptioncom.hedera.hapi.platform.event.legacy.GossipEvent.Builder.addEventTransaction
(int, EventTransaction) com.hedera.hapi.platform.event.legacy.GossipEvent.Builder.setEventTransaction(int, EventTransaction) with no replacement- UseAccountAllowanceApproveTransaction.getHbarApprovals()instead- UseAccountAllowanceApproveTransaction.getTokenApprovals()insteadwith no replacementwith no replacementwith no replacementwith no replacementwith no replacement Extract the proxy account id.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.This method is deprecated. UseAccountId.fromEvmAddress(EvmAddress, long, long)instead.Use 'populateAccountEvmAddress' instead due to its nearly identical operation.Use 'populateAccountNum' instead due to its nearly identical operation.This method is deprecated. UseAccountId.toEvmAddress()instead.UseAccountId.validateChecksum(Client)instead.with no replacementwith no replacement Sets the new key.useClient.getLedgerId()instead- UseClient.getNodeMaxBackoff()insteadUseClient.setDefaultMaxQueryPayment(Hbar)instead.UseClient.setDefaultMaxTransactionFee(Hbar)instead.Mirror nodes can only be accessed using TLSuseClient.setLedgerId(LedgerId)instead- UseClient.setNodeMinBackoff(Duration)()} insteadwith no replacementwith 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.with no replacementExtract the proxy account id.
with no replacementSets 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.
with no replacement Extract the proxy account id.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.
This method is deprecated. UseContractId.fromEvmAddress(long, long, String)instead.Use 'populateContractNum' instead due to its nearly identical operation.This method is deprecated. UseContractId.toEvmAddress()instead.UseContractId.validateChecksum(Client)instead.with no replacementwith 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.
UseExecutable.getMaxAttempts()instead.UseExecutable.setMaxAttempts(int)instead.This method is deprecated. UseFileId.fromEvmAddress(long, long, String)instead.This method is deprecated. UseFileId.toEvmAddress()instead.UseFileId.validateChecksum(Client)instead.with no replacementUseFreezeTransaction.getFileHash()instead.UseFreezeTransaction.getFileId()instead.with no replacementUseFreezeTransaction.setStartTime(Instant)instead.UseFreezeTransaction.setFileHash(byte[])instead.UseFreezeTransaction.setFileId(FileId)instead.useMnemonic.toStandardEd25519PrivateKey(String, int)()} orMnemonic.toStandardECDSAsecp256k1PrivateKey(String, int)(String, int)} instead Recover a private key from this mnemonic phrase.useMnemonic.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.
useMnemonic.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.useMnemonic.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.
usePrivateKey.generateED25519()orPrivateKey.generateECDSA()insteadproto.ContractCallLocalQuery.maxResultSize is deprecated. See contract_call_local.proto;l=88proto.ContractCallLocalQuery.maxResultSize is deprecated. See contract_call_local.proto;l=88proto.ContractCallLocalQuery.maxResultSize is deprecated. See contract_call_local.proto;l=88proto.ContractCallLocalQuery.maxResultSize is deprecated. See contract_call_local.proto;l=88proto.ContractCallLocalQuery.maxResultSize is deprecated. See contract_call_local.proto;l=88proto.ContractCreateTransactionBody.proxyAccountID is deprecated. See contract_create.proto;l=145proto.ContractCreateTransactionBody.proxyAccountID is deprecated. See contract_create.proto;l=145com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder.addCreatedContractIDs(int, ContractID) com.hedera.hashgraph.sdk.proto.ContractFunctionResult.Builder.setCreatedContractIDs(int, ContractID) proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103proto.ContractUpdateTransactionBody.fileID is deprecated. See contract_update.proto;l=95proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103proto.ContractUpdateTransactionBody.proxyAccountID is deprecated. See contract_update.proto;l=82proto.ContractUpdateTransactionBody.fileID is deprecated. See contract_update.proto;l=95proto.ContractUpdateTransactionBody.memo is deprecated. See contract_update.proto;l=103proto.ContractUpdateTransactionBody.proxyAccountID is deprecated. See contract_update.proto;l=82proto.CryptoCreateTransactionBody.receiveRecordThreshold is deprecated. See crypto_create.proto;l=79proto.CryptoCreateTransactionBody.sendRecordThreshold is deprecated. See crypto_create.proto;l=71proto.CryptoCreateTransactionBody.receiveRecordThreshold is deprecated. See crypto_create.proto;l=79proto.CryptoCreateTransactionBody.sendRecordThreshold is deprecated. See crypto_create.proto;l=71proto.CryptoCreateTransactionBody.receiveRecordThreshold is deprecated. See crypto_create.proto;l=79proto.CryptoCreateTransactionBody.sendRecordThreshold is deprecated. See crypto_create.proto;l=71proto.CryptoCreateTransactionBody.receiveRecordThreshold is deprecated. See crypto_create.proto;l=79proto.CryptoCreateTransactionBody.sendRecordThreshold is deprecated. See crypto_create.proto;l=71proto.CryptoCreateTransactionBody.newRealmAdminKey is deprecated. See crypto_create.proto;l=129proto.CryptoCreateTransactionBody.proxyAccountID is deprecated. See crypto_create.proto;l=63proto.CryptoCreateTransactionBody.receiveRecordThreshold is deprecated. See crypto_create.proto;l=79proto.CryptoCreateTransactionBody.sendRecordThreshold is deprecated. See crypto_create.proto;l=71proto.CryptoCreateTransactionBody.newRealmAdminKey is deprecated. See crypto_create.proto;l=129proto.CryptoCreateTransactionBody.proxyAccountID is deprecated. See crypto_create.proto;l=63proto.CryptoGetInfoResponse.AccountInfo.generateReceiveRecordThreshold is deprecated. See crypto_get_info.proto;l=162proto.CryptoGetInfoResponse.AccountInfo.generateSendRecordThreshold is deprecated. See crypto_get_info.proto;l=155proto.CryptoGetInfoResponse.AccountInfo.proxyReceived is deprecated. See crypto_get_info.proto;l=130proto.CryptoGetInfoResponse.AccountInfo.generateReceiveRecordThreshold is deprecated. See crypto_get_info.proto;l=162proto.CryptoGetInfoResponse.AccountInfo.generateSendRecordThreshold is deprecated. See crypto_get_info.proto;l=155proto.CryptoGetInfoResponse.AccountInfo.proxyReceived is deprecated. See crypto_get_info.proto;l=130com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.Builder.getTokenRelationshipsList()proto.CryptoGetInfoResponse.AccountInfo.generateReceiveRecordThreshold is deprecated. See crypto_get_info.proto;l=162proto.CryptoGetInfoResponse.AccountInfo.generateSendRecordThreshold is deprecated. See crypto_get_info.proto;l=155proto.CryptoGetInfoResponse.AccountInfo.proxyReceived is deprecated. See crypto_get_info.proto;l=130com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.getGenerateReceiveRecordThreshold()proto.CryptoGetInfoResponse.AccountInfo.generateReceiveRecordThreshold is deprecated. See crypto_get_info.proto;l=162proto.CryptoGetInfoResponse.AccountInfo.generateSendRecordThreshold is deprecated. See crypto_get_info.proto;l=155proto.CryptoGetInfoResponse.AccountInfo.proxyReceived is deprecated. See crypto_get_info.proto;l=130com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfo.getTokenRelationshipsOrBuilder(int) proto.CryptoGetInfoResponse.AccountInfo.generateReceiveRecordThreshold is deprecated. See crypto_get_info.proto;l=162proto.CryptoGetInfoResponse.AccountInfo.generateSendRecordThreshold is deprecated. See crypto_get_info.proto;l=155proto.CryptoGetInfoResponse.AccountInfo.proxyAccountID is deprecated. See crypto_get_info.proto;l=124proto.CryptoGetInfoResponse.AccountInfo.proxyReceived is deprecated. See crypto_get_info.proto;l=130com.hedera.hashgraph.sdk.proto.CryptoGetInfoResponse.AccountInfoOrBuilder.getTokenRelationships(int) proto.CryptoGetInfoResponse.AccountInfo.proxyAccountID is deprecated. See crypto_get_info.proto;l=124com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceFutureStub.deleteLiveHash(Transaction) proto.CryptoUpdateTransactionBody.proxyFraction is deprecated. See crypto_update.proto;l=83proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.Builder.clearSendRecordThresholdWrapper()proto.CryptoUpdateTransactionBody.proxyFraction is deprecated. See crypto_update.proto;l=83proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93proto.CryptoUpdateTransactionBody.proxyFraction is deprecated. See crypto_update.proto;l=83proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93proto.CryptoUpdateTransactionBody.proxyFraction is deprecated. See crypto_update.proto;l=83proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase.valueOf(int) com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.SendRecordThresholdFieldCase.valueOf(int) proto.CryptoUpdateTransactionBody.proxyAccountID is deprecated. See crypto_update.proto;l=76proto.CryptoUpdateTransactionBody.proxyFraction is deprecated. See crypto_update.proto;l=83proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113proto.CryptoUpdateTransactionBody.receiveRecordThresholdWrapper is deprecated. See crypto_update.proto;l=121proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93proto.CryptoUpdateTransactionBody.sendRecordThresholdWrapper is deprecated. See crypto_update.proto;l=101proto.CryptoUpdateTransactionBody.proxyAccountID is deprecated. See crypto_update.proto;l=76proto.CryptoUpdateTransactionBody.receiveRecordThreshold is deprecated. See crypto_update.proto;l=113proto.CryptoUpdateTransactionBody.receiveRecordThresholdWrapper is deprecated. See crypto_update.proto;l=121proto.CryptoUpdateTransactionBody.receiverSigRequired is deprecated. See crypto_update.proto;l=155proto.CryptoUpdateTransactionBody.sendRecordThreshold is deprecated. See crypto_update.proto;l=93proto.CryptoUpdateTransactionBody.sendRecordThresholdWrapper is deprecated. See crypto_update.proto;l=101proto.FileCreateTransactionBody.newRealmAdminKey is deprecated. See file_create.proto;l=114proto.FileCreateTransactionBody.newRealmAdminKey is deprecated. See file_create.proto;l=114proto.FreezeTransactionBody.endHour is deprecated. See freeze.proto;l=72proto.FreezeTransactionBody.endMin is deprecated. See freeze.proto;l=79proto.FreezeTransactionBody.startHour is deprecated. See freeze.proto;l=59proto.FreezeTransactionBody.startMin is deprecated. See freeze.proto;l=65proto.FreezeTransactionBody.endHour is deprecated. See freeze.proto;l=72proto.FreezeTransactionBody.endMin is deprecated. See freeze.proto;l=79proto.FreezeTransactionBody.startHour is deprecated. See freeze.proto;l=59proto.FreezeTransactionBody.startMin is deprecated. See freeze.proto;l=65proto.FreezeTransactionBody.endHour is deprecated. See freeze.proto;l=72proto.FreezeTransactionBody.endMin is deprecated. See freeze.proto;l=79proto.FreezeTransactionBody.startHour is deprecated. See freeze.proto;l=59proto.FreezeTransactionBody.startMin is deprecated. See freeze.proto;l=65proto.FreezeTransactionBody.endHour is deprecated. See freeze.proto;l=72proto.FreezeTransactionBody.endMin is deprecated. See freeze.proto;l=79proto.FreezeTransactionBody.startHour is deprecated. See freeze.proto;l=59proto.FreezeTransactionBody.startMin is deprecated. See freeze.proto;l=65proto.FreezeTransactionBody.endHour is deprecated. See freeze.proto;l=72proto.FreezeTransactionBody.endMin is deprecated. See freeze.proto;l=79proto.FreezeTransactionBody.startHour is deprecated. See freeze.proto;l=59proto.FreezeTransactionBody.startMin is deprecated. See freeze.proto;l=65com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder.getProxyAccountId()proto.GetAccountDetailsResponse.AccountDetails.proxy_account_id is deprecated. See get_account_details.proto;l=132com.hedera.hashgraph.sdk.proto.GetAccountDetailsResponse.AccountDetailsOrBuilder.hasProxyAccountId()proto.GetAccountDetailsResponse.AccountDetails.proxy_account_id is deprecated. See get_account_details.proto;l=132proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068proto.Key.ECDSA_384 is deprecated. See basic_types.proto;l=1074proto.Key.RSA_3072 is deprecated. See basic_types.proto;l=1068com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceBlockingStub.getExecutionTime(Query) com.hedera.hapi.node.state.addressbook.Node.weight is deprecated. See node.proto;l=116com.hedera.hapi.node.state.addressbook.Node.weight is deprecated. See node.proto;l=116com.hedera.hapi.node.state.addressbook.Node.weight is deprecated. See node.proto;l=116com.hedera.hapi.node.state.addressbook.Node.weight is deprecated. See node.proto;l=116proto.NodeAddress.ipAddress is deprecated. See basic_types.proto;l=2152proto.NodeAddress.memo is deprecated. See basic_types.proto;l=2168proto.NodeAddress.portno is deprecated. See basic_types.proto;l=2160proto.NodeAddress.stake is deprecated. See basic_types.proto;l=2236proto.NodeAddress.ipAddress is deprecated. See basic_types.proto;l=2152proto.NodeAddress.memo is deprecated. See basic_types.proto;l=2168proto.NodeAddress.portno is deprecated. See basic_types.proto;l=2160proto.NodeAddress.stake is deprecated. See basic_types.proto;l=2236proto.NodeAddress.ipAddress is deprecated. See basic_types.proto;l=2152proto.NodeAddress.memo is deprecated. See basic_types.proto;l=2168proto.NodeAddress.portno is deprecated. See basic_types.proto;l=2160proto.NodeAddress.stake is deprecated. See basic_types.proto;l=2236proto.NodeAddress.ipAddress is deprecated. See basic_types.proto;l=2152proto.NodeAddress.memo is deprecated. See basic_types.proto;l=2168proto.NodeAddress.portno is deprecated. See basic_types.proto;l=2160proto.NodeAddress.stake is deprecated. See basic_types.proto;l=2236proto.NodeAddress.ipAddress is deprecated. See basic_types.proto;l=2152proto.NodeAddress.memo is deprecated. See basic_types.proto;l=2168proto.NodeAddress.portno is deprecated. See basic_types.proto;l=2160proto.NodeAddress.stake is deprecated. See basic_types.proto;l=2236com.hedera.hapi.node.state.addressbook.Node.weight is deprecated. See node.proto;l=116proto.NodeStakeUpdateTransactionBody.staking_reward_rate is deprecated. See node_stake_update.proto;l=135proto.NodeStakeUpdateTransactionBody.staking_reward_rate is deprecated. See node_stake_update.proto;l=135proto.NodeStakeUpdateTransactionBody.staking_reward_rate is deprecated. See node_stake_update.proto;l=135proto.NodeStakeUpdateTransactionBody.staking_reward_rate is deprecated. See node_stake_update.proto;l=135proto.NodeStakeUpdateTransactionBody.staking_reward_rate is deprecated. See node_stake_update.proto;l=135com.hedera.hashgraph.sdk.proto.Query.Builder.setCryptoGetProxyStakers(CryptoGetStakersQuery.Builder) proto.Query.ContractGetRecords is deprecated. See query.proto;l=105proto.Query.cryptoGetLiveHash is deprecated. See query.proto;l=130proto.Query.cryptoGetProxyStakers is deprecated. See query.proto;l=138proto.Query.networkGetExecutionTime is deprecated. See query.proto;l=223proto.Query.tokenGetAccountNftInfos is deprecated. See query.proto;l=200proto.Query.tokenGetNftInfos is deprecated. See query.proto;l=215proto.Query.ContractGetRecords is deprecated. See query.proto;l=105proto.Query.cryptoGetLiveHash is deprecated. See query.proto;l=130proto.Query.cryptoGetProxyStakers is deprecated. See query.proto;l=138proto.Query.networkGetExecutionTime is deprecated. See query.proto;l=223proto.Query.tokenGetAccountNftInfos is deprecated. See query.proto;l=200proto.Query.tokenGetNftInfos is deprecated. See query.proto;l=215com.hedera.hashgraph.sdk.proto.RegisteredServiceEndpoint.BlockNodeEndpoint.BlockNodeApi.valueOf(int) proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304proto.SignaturePair.ECDSA_384 is deprecated. See basic_types.proto;l=1310proto.SignaturePair.RSA_3072 is deprecated. See basic_types.proto;l=1304proto.StakingNodeInfo.weight is deprecated. See staking_node_info.proto;l=133proto.StakingNodeInfo.weight is deprecated. See staking_node_info.proto;l=133proto.StakingNodeInfo.weight is deprecated. See staking_node_info.proto;l=133proto.StakingNodeInfo.weight is deprecated. See staking_node_info.proto;l=133proto.StakingNodeInfo.weight is deprecated. See staking_node_info.proto;l=133proto.Transaction.bodyBytes is deprecated. See transaction.proto;l=147proto.Transaction.bodyBytes is deprecated. See transaction.proto;l=147proto.Transaction.bodyBytes is deprecated. See transaction.proto;l=147proto.Transaction.bodyBytes is deprecated. See transaction.proto;l=147proto.TransactionBody.generateRecord is deprecated. See transaction.proto;l=239proto.TransactionBody.generateRecord is deprecated. See transaction.proto;l=239proto.TransactionBody.generateRecord is deprecated. See transaction.proto;l=239proto.TransactionBody.generateRecord is deprecated. See transaction.proto;l=239proto.TransactionBody.cryptoAddLiveHash is deprecated. See transaction.proto;l=276proto.TransactionBody.cryptoDeleteLiveHash is deprecated. See transaction.proto;l=294proto.TransactionBody.generateRecord is deprecated. See transaction.proto;l=239proto.TransactionBody.cryptoAddLiveHash is deprecated. See transaction.proto;l=276proto.TransactionBody.cryptoDeleteLiveHash is deprecated. See transaction.proto;l=294proto.TransactionFeeSchedule.feeData is deprecated. See basic_types.proto;l=1987proto.TransactionFeeSchedule.feeData is deprecated. See basic_types.proto;l=1987proto.Transaction.body is deprecated. See transaction.proto;l=129proto.Transaction.bodyBytes is deprecated. See transaction.proto;l=147proto.Transaction.sigMap is deprecated. See transaction.proto;l=141proto.Transaction.sigs is deprecated. See transaction.proto;l=135proto.Transaction.body is deprecated. See transaction.proto;l=129proto.Transaction.sigMap is deprecated. See transaction.proto;l=141proto.Transaction.sigs is deprecated. See transaction.proto;l=135UseScheduleId.validateChecksum(Client)instead.This method is deprecated. UseTokenId.fromEvmAddress(long, long, String)instead.This method is deprecated. UseTokenId.toEvmAddress()instead.UseTokenId.validateChecksum(Client)instead.with no replacementuseTokenNftInfoQuery.setNftId(NftId)insteadwith no replacementwith no replacementwith no replacementThis method is deprecated. UseTopicId.fromEvmAddress(long, long, String)instead.This method is deprecated. UseTopicId.toEvmAddress()instead.UseTopicId.validateChecksum(Client)instead.UseTopicUpdateTransaction.clearAutoRenewAccountId()Clear the auto renew account ID for this topic.
-
Deprecated ConstructorsConstructorDescription
-
Deprecated Enum ConstantsEnum ConstantDescription