Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 369 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 369 Bytes

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. :)