UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

5 lines (4 loc) 244 B
import { Observable } from 'rxjs'; import type { DeleteByEntityIdCommitIdAction } from '../types'; declare const _default: (action$: Observable<DeleteByEntityIdCommitIdAction>, _: any, context: any) => Observable<any>; export default _default;