/**
* @description Hyperledger Fabric Shared Module for Decaf-ts
* @summary This module provides common logic to the client and contract sides of Hyperledger Fabric
* @namespace shared
* @memberOf module:for-fabric
*/
export * from "./overrides";
export * from "./events";
export * from "./utils";
export * from "./types";
export * from "../client/services";
export * from "./model";
export * from "./decorators";
export * from "./constants";
Source