Skip to content

Commit

Permalink
README table fix, was broken by autoformatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Takadenoshi committed Oct 2, 2023
1 parent 2b70ed6 commit 3ee60b7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/libs/chainweb-stream-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ Find more detailed examples under `src/examples`.

## Constructor Options

| Key | Required | Description | Example Values | | |
| ----------------- | :------: | --------------------------------------------------------------- | ----------------------- | --------- | ----- |
| network | Yes | Chainweb network | \`mainnet01 | testnet04 | ...\` |
| type | Yes | Transaction type to stream (event/account) | \`event | account\` | |
| id | Yes | Account ID or module/event name | `k:abcdef01234..` | | |
| host | Yes | Chainweb-stream backend URL | `http://localhost:4000` | | |
| limit | No | Initial data load limit | 100 | | |
| connectTimeout | No | Connection timeout in ms | 10_000 | | |
| heartbeatTimeout | No | Stale connection timeout in ms | 30_000 | | |
| maxReconnects | No | How many reconnections to attempt before giving up | 5 | | |
| confirmationDepth | No | How many confirmations for a transaction to be considered final | 6 | | |
| Key | Required | Description | Example Values |
| ----------------- | :------: | --------------------------------------------------------------- | --------------------------- |
| network | Yes | Chainweb network | `mainnet01`/`testnet04`/... |
| type | Yes | Transaction type to stream (event/account) | `event`/`account` |
| id | Yes | Account ID or module/event name | `k:abcdef01234..` |
| host | Yes | Chainweb-stream backend URL | `http://localhost:4000` |
| limit | No | Initial data load limit | 100 |
| connectTimeout | No | Connection timeout in ms | 10_000 |
| heartbeatTimeout | No | Stale connection timeout in ms | 30_000 |
| maxReconnects | No | How many reconnections to attempt before giving up | 5 |
| confirmationDepth | No | How many confirmations for a transaction to be considered final | 6 |

## Considerations ⚠️

Expand Down

0 comments on commit 3ee60b7

Please sign in to comment.