UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

3 lines (2 loc) 153 B
import type { QueryHandlerOption, QueryHandler } from './types'; export declare const createQueryHandler: (options: QueryHandlerOption) => QueryHandler;