UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

8 lines (7 loc) 266 B
import { Store } from 'redux'; import type { Logger } from 'winston'; import type { Commit, RepoFcn_Id } from '../types'; export declare const queryGetCommitByEntityId: (entityName: string, option: { logger: Logger; store: Store; }) => RepoFcn_Id<Commit[]>;