UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

11 lines 420 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.counterIndexDefinition = void 0; exports.counterIndexDefinition = { id: { index: { type: 'TEXT', sortable: true } }, value: { altName: 'val' }, desc: { altName: 'de', index: { type: 'TEXT' } }, tag: { index: { type: 'TAG' } }, event: { index: { type: 'TAG' } }, }; //# sourceMappingURL=counterIndexDefinition.js.map