UNPKG

@ledgerhq/coin-canton

Version:
9 lines 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.broadcast = broadcast; const node_1 = require("../../network/node"); async function broadcast(signedTx) { const submittedPayment = await (0, node_1.submit)(signedTx); return submittedPayment.tx_hash; } //# sourceMappingURL=broadcast.js.map