UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

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