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