UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

18 lines 582 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.commitSearchDefinition = void 0; exports.commitSearchDefinition = { commitId: {}, entityName: { index: { type: 'TEXT', sortable: true }, }, id: { index: { type: 'TEXT', sortable: true } }, mspId: { index: { type: 'TAG' } }, version: {}, creator: { index: { type: 'TEXT' } }, event: { index: { type: 'TAG' } }, evstr: {}, ts: { index: { type: 'NUMERIC', sortable: true } }, signedRequest: {}, }; //# sourceMappingURL=commitSearchDefinition.js.map