@fruitsjs/core
Version:
Principal package with functions and models for building Fruits Eco-Blockchain applications.
9 lines • 348 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getBlockByHeight = void 0;
const getBlockByHeight = (service) => (height, includeTransactions) => service.query('getBlock', {
height,
includeTransactions
});
exports.getBlockByHeight = getBlockByHeight;
//# sourceMappingURL=getBlockByHeight.js.map