ThirdwebTransaction.Create

The ThirdwebTransaction.Create method allows advanced users to manually create transactions using specific wallet credentials and transaction inputs. This method is ideal for users who need precise control over the transaction details.

Usage

ThirdwebTransaction transaction = await ThirdwebTransaction.Create(wallet, txInput, chainId);