ethers-io / ethers.objc

Fast, simple and complete library for Ethereum in Objective-C.
MIT License
157 stars 57 forks source link

Obtaining a transaction signature is not right #20

Open changning420 opened 6 years ago

changning420 commented 6 years ago

Hello, how to get the transaction signature by sending, receiving the address amount, oil fee nonce.

changning420 commented 6 years ago

how to send transaction?

changning420 commented 6 years ago

I need you !

ricmoo commented 6 years ago

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. :)

changning420 commented 6 years ago

ok,thank you!