@ledgerhq/coin-stellar
Version:
Ledger Stellar Coin integration
10 lines • 350 B
JavaScript
;
// 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