Skip to content
New issue

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

Update documentation and fix broken links #107

Merged
merged 1 commit into from
May 31, 2023

Conversation

dikel
Copy link
Collaborator

@dikel dikel commented May 15, 2023

Description:

  • updates the java examples
  • fixes broken links
  • adds missing methods and properties to some of the files

Fixes: Java SDK's Issue #1348


**Read-only**. Use `setOperator` or `setOperatorWith` to set.
Max number of attempts a request executed with this client will do.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there defaults set in the SDK?

##### `requestTimeout`: `Duration`
##### `maxBackoff` () : `Duration`

The maximum amount of time to wait between retries
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there defaults set in the SDK?


Enable or disable TLS for both networks.
Max number of times any node in the network can receive a bad gRPC status before being removed from the network.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there defaults set in the SDK?


Only available in Java and Go SDKs
---
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there defaults set in the SDK?


If present, the client will periodically attempt to update its consensus node network in the background using
an [`AddressBookQuery`](../network/AddressBookQuery.md) against its current mirror network.
If the query fails, the consensus node network will remain unchanged and the query failure will be logged.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there defaults set in the SDK?


##### `requestTimeout`: `Duration`

Maximum amount of time a request can run
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there defaults set in the SDK?

The nodeaccount IDs that will be queried.
The number of times to retry submitting this transaction. Transactions are retried when Hedera
Hashgraph returns a status code that implies the transaction should be resubmitted, or when a node
doesn't respond.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there defaults set in the SDK?

##### `minBackoff`: `Duration`

The minimum amount of time to wait between retries

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there defaults set in the SDK?


##### `freezeWith` ( `client`: [`Client`](reference/core/Client.md) ): `Transaction`
This value is set by the SDK

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add the default value set in the SDK which is 1 I believe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants