2020-06-24 13:27:11 +02:00
|
|
|
# @cosmjs/tendermint-rpc
|
2020-06-15 16:08:26 +01:00
|
|
|
|
2020-06-24 13:27:11 +02:00
|
|
|
[](https://www.npmjs.com/package/@cosmjs/tendermint-rpc)
|
2020-06-15 16:08:26 +01:00
|
|
|
|
|
|
|
This package provides a type-safe wrapper around
|
|
|
|
[Tendermint RPC](https://docs.tendermint.com/master/rpc/). Notably, all binary
|
2020-06-24 13:27:11 +02:00
|
|
|
data is passed in and out as `Uint8Array`, and this module is reponsible for the
|
2020-06-15 16:08:26 +01:00
|
|
|
hex/base64 encoding/decoding depending on the field and version of Tendermint.
|
|
|
|
Also handles converting numbers to and from strings.
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
2020-06-24 13:27:11 +02:00
|
|
|
This package is part of the cosmjs repository, licensed under the Apache License
|
2021-01-19 23:37:10 +01:00
|
|
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
|
|
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|