UNPKG

@fruitsjs/core

Version:

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

8 lines 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getContract = void 0; const getContract = (service) => (id) => service.query('getAT', { at: id, }); exports.getContract = getContract; //# sourceMappingURL=getContract.js.map