Replies: 1 comment
-
Maybe this helps? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
// Signs a json transaction with private key.
I see that there is no use example and explanation of this method in your application document. I hope you can give some explanation and example of ETH. Thank you very much! The method is as follows:
public static func signJSON(_ json: String, key: Data, coin: CoinType) -> String
Beta Was this translation helpful? Give feedback.
All reactions