Module vec

Source
Expand description

Serde functions for encoding a list of primitive numbers using the Ethereum “quantity” format.

See quantity for more information.

Functions§

deserialize
Deserializes a vector of primitive numbers from a “quantity” hex string.
serialize
Serializes a vector of primitive numbers as a “quantity” hex string.