UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

7 lines (6 loc) 208 B
import { AnyAction } from 'redux'; export declare const getSuccessAction: <TResult = any>(type: string) => ({ tx_id, result, args }: { tx_id: string; result: TResult; args?: any; }) => AnyAction;