UNPKG

@ledgerhq/coin-stellar

Version:
9 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.lastBlock = void 0; const network_1 = require("../network"); async function lastBlock() { return await (0, network_1.getLastBlock)(); } exports.lastBlock = lastBlock; //# sourceMappingURL=lastBlock.js.map