@signumjs/core
Version:
Principal package with functions and models for building Signum Network applications.
15 lines • 415 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getContract = void 0;
/**
* Use with {@link ApiComposer} and belongs to {@link ContractApi}.
*
* See details at {@link ContractApi.getContract}
*
* @category factories
*/
const getContract = (service) => (id) => service.query('getAT', {
at: id,
});
exports.getContract = getContract;
//# sourceMappingURL=getContract.js.map