fabric-wrapper
v1.3.0
Published
utils to make fabric client easier to use.
Downloads
44
Maintainers
Readme
fabric-wrapper
NOTICE: version 1.2 is no longer compatible whit previous versions.
Version x.y.z will be a wrapper of fabric-client @x.y.*
Usage
Client & Channel are inherited from origin fabric-client Client & Channel, so you can use them in the same way of fabric-client except the override functions.
See code in examples to check how to use it. :)