UNPKG

@ledgerhq/coin-stellar

Version:
10 lines (7 loc) 292 B
// SPDX-FileCopyrightText: © 2026 LEDGER SAS // SPDX-License-Identifier: Apache-2.0 import type { BlockInfo } from '@ledgerhq/coin-module-framework/api/index' import { getLastBlock } from '../network' export async function lastBlock(): Promise<BlockInfo> { return await getLastBlock() }