UNPKG

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

Version:

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

5 lines 326 B
export type FabricDecoderType = (getResult: Uint8Array) => string; export declare function buildGenericDecoder(): FabricDecoderType; export declare function buildChannelInfoDecoder(): FabricDecoderType; export declare function buildBlockDecoder(channel: string): FabricDecoderType; //# sourceMappingURL=fabric-decoder.d.ts.map