Manages youchain subscriptions. This is an internal package.
npm install youchain-core-subscriptionsThis is a sub package of [youchain.js][repo]. The subscriptions package is used within some [youchain.js][repo] packages.
If you would like to know all supported subscriptions please have a look in the src/subscriptions folder.
``bash`
npm install youchain-core-subscriptions
`js``
SubscriptionsFactory;
LogSubscription;
AbstractSubscription;
All the typescript typings are placed in the types folder.
[repo]: https://github.com/youchainhq/youchain.js