SendRawTransaction
Executes a raw transaction to the blockchain from the connected wallet, and returns a receipt.
Create a TransactionRequest
struct with the raw transaction data, and pass it to this method.
The method will return the transaction receipt once the transaction is mined.
TransactionReceipt
: The transaction receipt.