UNPKG

@ledgerhq/coin-stellar

Version:
9 lines (6 loc) 250 B
// SPDX-FileCopyrightText: © 2026 LEDGER SAS // SPDX-License-Identifier: Apache-2.0 import { broadcastTransaction } from '../network' export async function broadcast(signature: string): Promise<string> { return broadcastTransaction(signature) }