Module parsers

Source
Expand description

Cli parsers functions.

Enums§

SocketAddressParsingError
Error thrown while parsing a socket address.

Functions§

hash_or_num_value_parser
Parse [BlockHashOrNumber]
parse_duration_from_secs
Helper to parse a Duration from seconds
parse_duration_from_secs_or_ms
Helper to parse a Duration from seconds if it’s a number or milliseconds if the input contains a ms suffix:
parse_socket_address
Parse a SocketAddr from a str.
read_json_from_file
Wrapper around [reth_fs_util::read_json_file] which can be used as a clap value parser.