UNPKG

@fruitsjs/core

Version:

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

8 lines 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAliasById = void 0; const getAliasById = (service) => (aliasId) => service.query('getAlias', { aliasId, }); exports.getAliasById = getAliasById; //# sourceMappingURL=getAliasById.js.map