broadcastTx
The broadcastTx method broadcasts a signed transaction.
Usage
const txHash = await evmChain.broadcastTx('0x02f8...')Parameters
| Parameter | Type | Description |
|---|---|---|
txSerialized | string | The serialized signed transaction |
Returns
| Type | Description |
|---|---|
string | The transaction hash |
