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 5fa02a9 commit dec8c3cCopy full SHA for dec8c3c
Documentation/Usage.md
@@ -122,21 +122,21 @@ switch convenienceTransferResult {
122
}
123
```
124
125
-### Get gas price
+### Get Transaction Gas Price
126
127
```swift
128
let web3Main = Web3.InfuraMainnetWeb3()
129
let gasPriceResult = web3Main.eth.getGasPrice()
130
guard case .success(let gasPrice) = gasPriceResult else {return}
131
132
133
-### Serialize & deserialize transactions
+### Serialize And Deserialize transactions
134
135
136
-### Get result
+### Get Result
137
138
139
### Get Block number
140
141
142
+### Get Block Gas Price
0 commit comments