@ledgerhq/coin-stellar
Version:
Ledger Stellar Coin integration
10 lines • 370 B
JavaScript
;
// SPDX-FileCopyrightText: © 2026 LEDGER SAS
// SPDX-License-Identifier: Apache-2.0
Object.defineProperty(exports, "__esModule", { value: true });
exports.broadcast = broadcast;
const network_1 = require("../network");
async function broadcast(signature) {
return (0, network_1.broadcastTransaction)(signature);
}
//# sourceMappingURL=broadcast.js.map