UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

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