UNPKG

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

Version:

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

6 lines 228 B
export declare class ChannelInfoModel { height: number; lastBlockHash: string; } export declare function buildChannelInfoModel(chainInfoBin: Uint8Array): ChannelInfoModel; //# sourceMappingURL=channel-info.model.d.ts.map