DynamicSDK.instance.bitcoin.sendRawTransaction broadcasts a raw transaction hex (or a finalized PSBT) to the Bitcoin network. Use it as the final step after building and signing a PSBT yourself, or to relay a transaction that was signed elsewhere.
Example
Parameters
Returns
Future<String> — the broadcasted transaction id (txid).