UNPKG

fabric-network

Version:

SDK for writing node.js applications to interact with Hyperledger Fabric. This package encapsulates the APIs to connect to a Fabric network, submit transactions and perform queries against the ledger.

3 lines (2 loc) 95 B
import { Utils } from 'fabric-common'; export declare const getLogger: typeof Utils.getLogger;