UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

8 lines (7 loc) 252 B
import { Store } from 'redux'; import type { Logger } from 'winston'; import type { RepoFcn } from '../types'; export declare const queryDeleteCommitByEntityName: (entityName: string, option: { logger: Logger; store: Store; }) => RepoFcn<any>;