We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa76cbc commit 7d277aaCopy full SHA for 7d277aa
packages/tendermint-rpc/README.md
@@ -4,9 +4,9 @@
4
5
This package provides a type-safe wrapper around
6
[Tendermint RPC](https://docs.tendermint.com/master/rpc/). Notably, all binary
7
-data is passed in and out as `Uint8Array`, and this module is responsible for the
8
-hex/base64 encoding/decoding depending on the field and version of Tendermint.
9
-Also handles converting numbers to and from strings.
+data is passed in and out as `Uint8Array`, and this module is responsible for
+the hex/base64 encoding/decoding depending on the field and version of
+Tendermint. Also handles converting numbers to and from strings.
10
11
## License
12
0 commit comments