eth Send Transaction
Sends a signed Ethereum transaction to the blockchain.
Return
PortalProviderResult object representing the result of the eth_sendTransaction
request.
Parameters
chain Id
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