UNPKG

@siglesiasg/node-red-hyperledger-fabric-gateway

Version:

Hyperledger Fabric 2.x nodes for node-red with latest fabric-gateway library

8 lines 273 B
import { ConnectionNodeDef } from '../connection-config-node.def'; export interface FabricBlockInfoDef extends ConnectionNodeDef { method: string; blockNumber?: string; blockHash?: string; txId?: string; } //# sourceMappingURL=fabric-block-info.def.d.ts.map