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