We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a8f10 commit d4e6441Copy full SHA for d4e6441
README.md
@@ -206,10 +206,9 @@ transactionOptions: options)!
206
```
207
208
209
-##### Write Transaction with your custom contract ABI
210
-### Requirement : Your custom contract ABI string
+#### Write Transaction with your custom contract ABI
+#### Requirement : Your custom contract ABI string
211
```Code
212
-
213
let yourCoin = self.yourbalance.text ?? "0.0" //Get token for sending
214
let userDir = NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true)[0] //get user directory for keystore
215
if (FileManager.default.fileExists(atPath: userDir + "/keystore/key.json")) {
0 commit comments