@fruitsjs/core
Version:
Principal package with functions and models for building Fruits Eco-Blockchain applications.
8 lines • 347 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getContractsByAccount = void 0;
const getContractsByAccount = (service) => (accountId) => service.query('getAccountATs', {
account: accountId,
});
exports.getContractsByAccount = getContractsByAccount;
//# sourceMappingURL=getContractsByAccount.js.map