We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client
tracking issue for missing fields / methods in Client
setMirrorNetwork
getMirrorNetwork
forNetwork
forName
forMainnet
forPreviewnet
fromConfig(String)
fromConfig(Reader)
fromConfigFile(String)
fromConfigFile(File)
setNetworkFromAddressBook
setNetwork
getNetwork
setTransportSecurity
setMirrorTransportSecurity
isTransportSecurity
mirrorIsTransportSecurity
isMirrorTransportSecurity
setVerifycertificates
isVerifyCertificates
pingAsync(AccountId)
ping
pingAsync(AccountId, Duration)
pingAllAsync()
pingAll
pingAllAsync(Duration)
setOperatorWith
getNetworkName
setNetworkName
getLedgerId
setLedgerId
getMaxAttempts
setMaxAttempts
getMaxBackoff
setMaxBackoff
getMinBackoff
setMinBackoff
getMaxNodeAttempts
setMaxNodeAttempts
getNodeMinBackoff
setNodeMinBackoff
getNodeMaxBackoff
setNodeMaxBackoff
getMinNodeReadmitTime
setMinNodeReadmitTime
getMaxNodeReadmitTime
setMaxNodeReadmitTime
setMaxNodesPerTransaction
setAutoValidateChecksums
isAutoValidateChecksumsEnabled
getOperatorAccountId
getOperatorPublicKey
getDefaultMaxTransactionFee
setDefaultMaxTransactionFee
getDefaultMaxQueryPayment
setDefaultMaxQueryPayment
getDefaultRegenerateTransactionId
setDefaultRegenerateTransactionId
getRequestTimeout
setRequestTimeout
getCloseTimeout
setCloseTimeout
getOperator
getNetworkUpdatePeriod
setNetworkUpdatePeriod
close()
close(Duration)
The text was updated successfully, but these errors were encountered:
config format reference: https://docs.hedera.com/hedera/sdks-and-apis/sdks/client
Sorry, something went wrong.
No branches or pull requests
tracking issue for missing fields / methods in
Client
setMirrorNetwork
getMirrorNetwork
forNetwork
forName
forMainnet
forPreviewnet
fromConfig(String)
fromConfig(Reader)
fromConfigFile(String)
fromConfigFile(File)
setNetworkFromAddressBook
setNetwork
getNetwork
setTransportSecurity
setMirrorTransportSecurity
isTransportSecurity
not in JS (an extant sdk)mirrorIsTransportSecurity
(rename toisMirrorTransportSecurity
? I don't think we can do that...)setVerifycertificates
isVerifyCertificates
pingAsync(AccountId)
- namedping
pingAsync(AccountId, Duration)
- namedping
pingAllAsync()
- namedpingAll
pingAllAsync(Duration)
- namedpingAll
setOperatorWith
(deprecated)getNetworkName
(deprecated)setNetworkName
getLedgerId
setLedgerId
getMaxAttempts
setMaxAttempts
getMaxBackoff
setMaxBackoff
getMinBackoff
setMinBackoff
getMaxNodeAttempts
setMaxNodeAttempts
getNodeMinBackoff
setNodeMinBackoff
getNodeMaxBackoff
setNodeMaxBackoff
getMinNodeReadmitTime
(time or period? Tied between JS/Java/Go)setMinNodeReadmitTime
(time or period? Tied between JS/Java/Go)getMaxNodeReadmitTime
(time or period? Tied between JS/Java/Go)setMaxNodeReadmitTime
(time or period? Tied between JS/Java/Go)setMaxNodesPerTransaction
setAutoValidateChecksums
isAutoValidateChecksumsEnabled
getOperatorAccountId
getOperatorPublicKey
getDefaultMaxTransactionFee
setDefaultMaxTransactionFee
getDefaultMaxQueryPayment
setDefaultMaxQueryPayment
getDefaultRegenerateTransactionId
setDefaultRegenerateTransactionId
getRequestTimeout
setRequestTimeout
getCloseTimeout
setCloseTimeout
getOperator
getNetworkUpdatePeriod
setNetworkUpdatePeriod
close()
close(Duration)
The text was updated successfully, but these errors were encountered: