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) 233 B
import { ConnectionNodeDef } from './connection-config-node.def'; export interface ChaincodeNodeDef extends ConnectionNodeDef { contractSelector: string; transaction: string; args?: string; transientData?: string; }