UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

6 lines (5 loc) 203 B
import type { Commit, Reducer } from '../types'; export declare const commitsToGroupByEntityId: <TResult>(commits: Commit[], reducer: Reducer) => { currentStates: TResult[]; errors: string[]; };