Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5941f32

Browse files
authored
Updated examples
1 parent 0bff7a8 commit 5941f32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,12 @@ Examples (arguments and results) for all methods may be found as JSON files [her
177177
}
178178
```
179179

180-
where `kwargs` refer to the required arguments and `res` refers to the expected result if you run:
180+
where `kwargs` refer to the required arguments and `res` refers to the expected result if you were to run:
181181

182182
``` python
183183
eth.get_block_number_by_timestamp(timestamp="1578638524", closest="before")
184+
185+
> '9251482'
184186
```
185187

186188
**Disclaimer**: Those examples blindly use the arguments originally showcased [here](https://api.etherscan.io/apis) and the selected wallets/contracts do not reflect any personal views. You should refer to the same source for additional information regarding specific argument values.

0 commit comments

Comments
 (0)