SendRawTransaction
Send a raw transaction to the blockchain from the connected wallet, and returns a hash.
Create a TransactionRequest
struct with the raw transaction data, and pass it to this method.
The method will return the transaction hash once the transaction is sent to the blockchain.
string
: The transaction hash.