Skip to content

Commit dec8c3c

Browse files
Update Usage.md
1 parent 5fa02a9 commit dec8c3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/Usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,21 +122,21 @@ switch convenienceTransferResult {
122122
}
123123
```
124124

125-
### Get gas price
125+
### Get Transaction Gas Price
126126

127127
```swift
128128
let web3Main = Web3.InfuraMainnetWeb3()
129129
let gasPriceResult = web3Main.eth.getGasPrice()
130130
guard case .success(let gasPrice) = gasPriceResult else {return}
131131
```
132132

133-
### Serialize & deserialize transactions
133+
### Serialize And Deserialize transactions
134134

135135

136-
### Get result
136+
### Get Result
137137

138138

139139
### Get Block number
140140

141141

142-
### Get gas price
142+
### Get Block Gas Price

0 commit comments

Comments
 (0)