An instance of IThirdwebWallet
. This represents the wallet that will be used to perform the transaction. The wallet's address must match the from address specified in txInput, if provided.
An instance of ThirdwebTransactionInput
. This structure includes necessary details such as the from address, value, gas limit, and data payload.
The from
field is optional and, if not provided, will default to the wallet's address.
The blockchain network's chain ID as a BigInteger
. This ID specifies which network the transaction is intended for.