Function to send a transaction using the connected Abstract Global Wallet.
sendTransaction
method that can be used to sign and submit a transaction to the chain using the connected Abstract Global Wallet.
Transactions are signed by the approved signer account (EOA) of the Abstract Global Wallet and sent from
the AGW smart contract itself.
gasPrice/baseFeePerGas + maxPriorityFeePerGas
).paymasterInput
field.paymaster
field.eip712
.Promise<Hex>
containing the transaction hash of the submitted transaction.