cosmjs-util/packages/stream
2020-06-25 16:03:54 +02:00
..
nonces stream: Remove nonces 2020-06-25 16:03:54 +02:00
src stream: Fork @iov/stream 2020-06-25 16:03:51 +02:00
types stream: Fork @iov/stream 2020-06-25 16:03:51 +02:00
.eslintignore stream: Fork @iov/stream 2020-06-25 16:03:51 +02:00
.gitignore stream: Fork @iov/stream 2020-06-25 16:03:51 +02:00
jasmine-testrunner.js stream: Fork @iov/stream 2020-06-25 16:03:51 +02:00
karma.conf.js stream: Fork @iov/stream 2020-06-25 16:03:51 +02:00
package.json stream: Fork @iov/stream 2020-06-25 16:03:51 +02:00
README.md stream: Fork @iov/stream 2020-06-25 16:03:51 +02:00
tsconfig.json stream: Fork @iov/stream 2020-06-25 16:03:51 +02:00
tslint.json stream: Fork @iov/stream 2020-06-25 16:03:51 +02:00
typedoc.js stream: Fork @iov/stream 2020-06-25 16:03:51 +02:00
webpack.web.config.js stream: Fork @iov/stream 2020-06-25 16:03:51 +02:00

@iov/stream

npm version

@iov/stream are some helper methods and classes to ceal with stream processing. As BCP's BlockchainConnection exposes a Stream based event API, and tendermint/RpcClient exposes Stream based subscriptions, there is common useful functionality for creating and consuming streams both in applications as well as in the test code.

License

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