UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

10 lines 503 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.baseIndexDefinition = void 0; exports.baseIndexDefinition = { _ts: { altName: 'ts', index: { type: 'NUMERIC', sortable: true } }, _created: { altName: 'created', index: { type: 'NUMERIC', sortable: true } }, _creator: { altName: 'creator', index: { type: 'TEXT' } }, _organization: { altName: 'organization', index: { type: 'TEXT', sortable: true } }, }; //# sourceMappingURL=baseIndexDefinition.js.map