SmartWallet.SendTransaction

Sends a raw transaction as a user operation from the connected Smart Wallet. It is recommended to use ThirdwebContract.Write instead.

Usage

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