UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

3 lines (2 loc) 113 B
import { Commit } from '../types'; export declare const getHistory: (entities: Record<string, Commit>) => any[];