Package Exports
- @cosmjs/tendermint-rpc
- @cosmjs/tendermint-rpc/build/rpcclients/rpcclient
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@cosmjs/tendermint-rpc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@cosmjs/tendermint-rpc
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).