You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client.pingAsync() and Client.pingAllAsync() useful for validating all nodes within the
network before executing any real request
Client.[set|get]MaxAttempts() default max attempts for all transactions
Client.[set|get]MaxNodeAttempts() set max attempts to retry a node which returns bad gRPC status
such as UNAVAILBLE
Client.[set|get]NodeWaitTime() change the default delay before attempting a node again which has
returned a bad gRPC status
Client.setAutoValidateChecksums() set whether checksums on ids will be automatically validated upon attempting to execute a transaction or query. Disabled by default. Check status with Client.isAutoValidateChecksumsEnabled()
*Id.toString() no longer stringifies with checksums. Use *Id.getChecksum() to get the checksum that was parsed, or use *Id.toStringWithChecksum(client) to stringify with the correct checksum for that ID on the client's network.
*Id.validateChecksum() to validate a checksum. Throws new BadEntityIdException
Client.[set|get]NetworkName() declare which network this client is connected to, for purposes of checksum validation.
CustomFixedFee.[set|get]HbarAmount() makes this fixed fee an Hbar fee of the specified amount
CustomFixedFee.setDenominatingTokenToSameToken() this fixed fee will be charged in the same token.
Deprecated
*Id.validate() use *Id.validateChecksum() instead
Fixed
ScheduleInfo.getTransaction() incorrectly setting max transaction fee to 2 Hbars