UNPKG

@signumjs/core

Version:

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

20 lines 622 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSingleContractMapValue = void 0; /** * Use with {@link ApiComposer} and belongs to {@link ContractApi}. * * See details at {@link ContractApi.getSingleContractMapValue} * * @category factories */ const getSingleContractMapValue = (service) => (args) => { const params = { at: args.contractId, key1: args.key1, key2: args.key2 }; return service.query('getATMapValue', params); }; exports.getSingleContractMapValue = getSingleContractMapValue; //# sourceMappingURL=getSingleContractMapValue.js.map