cosmjs-util/packages/tendermint-rpc
2020-09-24 18:02:38 +02:00
..
nonces Add nonces 2020-09-24 17:58:42 +02:00
src Roll out all symbols from the responses module 2020-09-22 18:37:53 +02:00
types Roll out all symbols from the responses module 2020-09-22 18:37:53 +02:00
.eslintignore tendermint-rpc: Fork package from @iov-one 2020-06-24 12:10:51 +02:00
.gitignore tendermint-rpc: Fork package from @iov-one 2020-06-24 12:10:51 +02:00
.nycrc.yml Add remaining packages to coverage report 2020-06-25 15:34:09 +02:00
jasmine-testrunner.js eslint: Update file-based rule overrides 2020-07-15 13:29:21 +02:00
karma.conf.js tendermint-rpc: Fork package from @iov-one 2020-06-24 12:10:51 +02:00
package.json v0.23.0-alpha.0 2020-09-24 18:02:38 +02:00
README.md tendermint-rpc: Update README 2020-06-24 13:27:11 +02:00
tsconfig.json tendermint-rpc: Fork package from @iov-one 2020-06-24 12:10:51 +02:00
typedoc.js Remove unnecessary target config 2020-07-02 10:37:41 +02:00
webpack.web.config.js tendermint-rpc: Fork package from @iov-one 2020-06-24 12:10:51 +02:00

@cosmjs/tendermint-rpc

npm version

This package provides a type-safe wrapper around Tendermint RPC. Notably, all binary data is passed in and out as Uint8Array, and this module is reponsible for the hex/base64 encoding/decoding depending on the field and version of Tendermint. Also handles converting numbers to and from strings.

License

This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).