UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

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