UNPKG

@fruitsjs/core

Version:

Principal package with functions and models for building Fruits Eco-Blockchain applications.

6 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAllContractIds = void 0; const getAllContractIds = (service) => () => service.query('getATIds'); exports.getAllContractIds = getAllContractIds; //# sourceMappingURL=getAllContractIds.js.map