UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

6 lines (5 loc) 180 B
import { AnyAction } from 'redux'; export declare const getErrorAction: <TError = any>(type: string) => ({ tx_id, error }: { tx_id: string; error: TError; }) => AnyAction;