IThirdwebWallet.ExecuteTransaction

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.

Usage

var receipt = await wallet.ExecuteTransaction(new ThirdwebTransactionInput(...));