UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

11 lines (10 loc) 245 B
import { BaseCacheEntity } from '../../types'; export declare class CounterInRedis implements BaseCacheEntity { de: string; event: string; id: string; tag: string; tl: string; val: string | number; history: string; }