UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

8 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getContract = void 0; const getContract = async (network) => ({ contract: network.getContract('eventstore'), }); exports.getContract = getContract; //# sourceMappingURL=contract.js.map