UNPKG

@ledgerhq/coin-stellar

Version:
10 lines 350 B
"use strict"; // SPDX-FileCopyrightText: © 2026 LEDGER SAS // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.lastBlock = lastBlock; const network_1 = require("../network"); async function lastBlock() { return await (0, network_1.getLastBlock)(); } //# sourceMappingURL=lastBlock.js.map