ethers.objc
                                
                                 ethers.objc copied to clipboard
                                
                                    ethers.objc copied to clipboard
                            
                            
                            
                        Obtaining a transaction signature is not right
Hello, how to get the transaction signature by sending, receiving the address amount, oil fee nonce.
how to send transaction?
I need you !
Please see the Signer code from EthersWallet for an example: https://github.com/ethers-io/EthersWallet-ios/blob/master/EthersWallet/src/Utilities/Signers/CloudKeychainSigner.m#L919
That should get you started. :)
ok,thank you!