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