Web3.swift
                                
                                 Web3.swift copied to clipboard
                                
                                    Web3.swift copied to clipboard
                            
                            
                            
                        Make from optional for createTransaction
The from value for the createTransaction function in SolidityInvocation should be optional just like in the EthereumTransaction initializer as it is not really required if you want to send a raw transaction.
Good catch!