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.

4 lines (3 loc) 167 B
import { EventInfo } from 'fabric-common'; import { BlockEvent } from '../../events'; export declare function newFilteredBlockEvent(eventInfo: EventInfo): BlockEvent;