ethSendTransaction

suspend fun ethSendTransaction(chainId: String, transaction: EthTransactionParam): Any

Sends a signed Ethereum transaction to the blockchain.

Return

PortalProviderResult object representing the result of the eth_sendTransaction request.

Parameters

chainId

The ID of the target blockchain network

transaction

The EthTransactionParam object representing the signed transaction to be sent.

Throws

if there is an error during the transaction sending process