IThirdwebWallet.SendTransaction

Sends a raw transaction from the connected wallet (if supported) and returns the hash. It is recommended to use ThirdwebContract.Write instead.

Usage

string transactionHash = await wallet.SendTransaction(new ThirdwebTransactionInput(...));