Skip to content

Commit

Permalink
Minor fixes to typescript-client README
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrano authored Jun 28, 2024
1 parent 803f9c6 commit 24afe35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wallet-views/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ as it acts as an indexed view of the state of the Daml ledger (visible to the pa

![alt text](./img/high_level_architecture.jpg)

### Future state
### Future State

In the future, the topology may be changed to use the Daml 3.0 application architecture: Scribe would read
from a separate participant using a party that is an observer of the wallet users' contracts. The wallet users could
Expand Down Expand Up @@ -463,7 +463,7 @@ future.

The API assumes that the batch key is a unique identifier for each `Batch`, where the batch key is defined as the
combination of batch ID and the set of requesting parties. This applies even for `Batch`es which are already archived
on the ledger. The `Batch`es and `Instruction`es are grouped together by the batch key. This requires the requesting
on the ledger. The `Batch`es and `Instruction`s are grouped together by the batch key. This requires the requesting
parties to use a trusted supplier of unique identifiers from off the ledger.

### List Holding Contracts
Expand Down Expand Up @@ -566,7 +566,7 @@ Note: only active contracts are returned.
```

#### Required permissions
- N/A (only returns data which is visible to parties that the user has readAs or actAs rights for).
- N/A (only returns data that is visible to parties that the user has readAs or actAs rights for).

#### HTTP Response
- Content-Type: `application/json`
Expand Down

0 comments on commit 24afe35

Please sign in to comment.