Module ethnum::serde::permissive

source ·
Expand description

Module for use with #[serde(with = "ethnum::serde::permissive")] to specify extremely permissive serialization for 256-bit integer types.

This allows serialization to also accept standard numerical types as values in addition to prefixed strings.