Sends a raw transaction from the connected wallet (if supported), waits for it to be mined and returns the receipt. It is recommended to use ThirdwebContract.Write instead.
ThirdwebContract.Write
var receipt = await wallet.ExecuteTransaction(new ThirdwebTransactionInput(...));
ThirdwebTransactionInput object containing necessary transaction details such as To, Data, Value.
ThirdwebTransactionInput
To
Data
Value
The transaction receipt as a ThirdwebTransactionReceipt.
ThirdwebTransactionReceipt