Module serde_helpers

Source

Enums§

StringifiedBlockNumber
Helper type to parse numeric strings, u64 and U256
StringifiedNumeric
Helper type to parse numeric strings, u64 and U256

Functions§

deserialize_stringified_block_number
Supports parsing block number as strings
deserialize_stringified_bool_or_u64
Supports parsing either a u64 or a boolean (which will then be converted to u64)
deserialize_stringified_numeric
Supports parsing numbers as strings
deserialize_stringified_numeric_opt
Supports parsing numbers as strings
deserialize_stringified_u64
Supports parsing u64
deserialize_stringified_u64_opt
Supports parsing u64