UNPKG

@ledgerhq/coin-canton

Version:
6 lines 218 B
import { submit } from "../../network/node"; export async function broadcast(signedTx) { const submittedPayment = await submit(signedTx); return submittedPayment.tx_hash; } //# sourceMappingURL=broadcast.js.map