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 3256554 commit ee35150Copy full SHA for ee35150
README.md
@@ -144,6 +144,7 @@ Ethereum addresses are checksum checked if they are not lowercased and always le
144
145
146
### Setting options
147
+
148
```
149
var options = Web3Options.defaultOptions()
150
// public var to: EthereumAddress? = nil - to what address transaction is aimed
@@ -155,6 +156,18 @@ options.gasPrice = gasPrice
155
156
options.gasLimit = gasLimit
157
options.from = EthereumAddress("0xE6877A4d8806e9A9F12eB2e8561EA6c1db19978d")
158
159
160
+### Encoding Transaction
161
162
+```
163
+//TODO
164
165
166
+### Signing Transaction
167
168
169
170
171
### Getting ETH balance
172
173
let address = EthereumAddress("0xE6877A4d8806e9A9F12eB2e8561EA6c1db19978d")!
0 commit comments