UNPKG

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

Version:

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

9 lines (7 loc) 223 B
import { ConnectionNodeDef } from '../connection-config-node.def'; export interface FabricBlockInfoDef extends ConnectionNodeDef { method: string; blockNumber?: string; blockHash?: string; txId?: string; }