cosmjs-util/packages/tendermint-rpc
2020-06-24 15:10:42 +02:00
..
nonces tendermint-rpc: Remove nonces 2020-06-24 12:58:10 +02:00
src tendermint-rpc: Remove tslint comments 2020-06-24 13:01:40 +02:00
types tendermint-rpc: Add v0.33 support (part 1) 2020-06-24 12:10:55 +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
jasmine-testrunner.js tendermint-rpc: Fork package from @iov-one 2020-06-24 12:10:51 +02:00
karma.conf.js tendermint-rpc: Fork package from @iov-one 2020-06-24 12:10:51 +02:00
package.json tendermint-rpc: Align package.json 2020-06-24 15:10:42 +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 tendermint-rpc: Fork package from @iov-one 2020-06-24 12:10:51 +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).