UNPKG

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

Version:

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

10 lines (6 loc) 216 B
/* * SPDX-License-Identifier: Apache-2.0 */ import {AssetTransferContract} from './assetTransfer'; export {AssetTransferContract} from './assetTransfer'; export const contracts: any[] = [AssetTransferContract];