Skip to content

Commit

Permalink
prog
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay committed Jul 18, 2022
1 parent a2f4248 commit 573df7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/adr/adr-004-state-interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Then, instead of performing a regular `gRPC` query against the celestia-app's ba
```

The result of the above request will contain the balance of the queried address and proofs that can be used to verify the returned balance against the current head's `AppHash`.
The proofs are returned as the type `crypto.ProofOps` which itself is not really functional until converted into a more useful type,

### Availability of `StateService` during sync
The `Syncer` in the `header` package provides one public method, `Finished()`, that indicates whether the syncer has
Expand Down

0 comments on commit 573df7e

Please sign in to comment.