sendTransaction

suspend fun sendTransaction(network: Network, signedTxHex: String): Result<Broadcast>

Broadcast a signed transaction to the network.

Return

Result containing Broadcast with the transaction hash on success

Parameters

network

The network to broadcast to

signedTxHex

The signed transaction as a hex string (with 0x prefix for EVM)