UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

18 lines 553 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAllContractIds = void 0; /** * Use with {@link ApiComposer} and belongs to {@link ContractApi}. * * See details at {@link ContractApi.getAllContractIds} * * @category factories */ const getAllContractIds = (service) => (args) => { const params = { machineCodeHashId: args?.machineCodeHash || undefined }; return service.query('getATIds', params); }; exports.getAllContractIds = getAllContractIds; //# sourceMappingURL=getAllContractIds.js.map