/**
* @description Hyperledger Fabric Module for Decaf-ts
* @summary Provides client-side and chaincode-side tooling for building Hyperledger Fabric applications with Decaf-ts. Exposes client adapters, repositories, contract adapters, sequences, utilities, and shared types to streamline development and interaction with Fabric networks. See {@link module:fabric.client}, {@link module:fabric.contracts}, and {@link module:fabric.shared} for grouped exports.
* @module for-fabric
*/
// export * from "./client";
export * from "./contracts";
// export * from "./shared";
export * from "./version";
Source