UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

4 lines (3 loc) 180 B
export declare type CommitInRedis = { [K in 'id' | 'entityName' | 'v' | 'commitId' | 'entityId' | 'mspId' | 'event' | 'creator' | 'ts' | 'evstr' | 'signedRequest']: string; };