forked from dapphub/dapptools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO
37 lines (26 loc) · 1.03 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
- eth_newBlockFilter
- eth_newPendingTransactionFilter
[TODO: Rename to `--abi-decode-result'?]
Usage: seth --abi-decode <name>(<in-types>)(<out-types>) <hexdata>
[TODO: Add `-h' option?]
Usage: seth balance [-B <block>] <account>
[TODO: Add <block> argument to find the number of a specific block?]
Usage: seth block-number
[TODO: Allow <block> to be `current' (also defaulting to `latest')?]
[TODO: Allow setting the second parameter of `eth_getBlockByHash'?]
Usage: seth block [-j|--json] <block> [<field>]
[TODO: Allow passing <text> through standard input?]
Usage: seth --from-ascii <text>...
[TODO: Add `-h' option?]
Usage: seth gas-price
[TODO: Allow passing <hexdata> through standard input?]
Usage: seth keccak <hexdata>
[TODO: Allow more than one address?]
[TODO: Allow other filter options?]
Usage: seth logs [-B <block>] [--follow] <address>
[TODO: Add `-h' option?]
Usage: seth ls
[TODO: Allow passing <hexdata> through standard input?]
Usage: seth sign [-F <sender>] <hexdata>
[TODO: Remove?]
Usage: seth --to-wei <amount> [<unit>]