Module tendermint::serializers::timestamp[][src]

Expand description

Serialize/deserialize Timestamp type from and into string:

Structs

Helper struct to serialize and deserialize Timestamp into an RFC3339-compatible string This is required because the serde with attribute is only available to fields of a struct but not the whole struct.

Functions

Serialization helper for converting a DateTime<Utc> object to a string.

Deserialize string into Timestamp

Serialize from Timestamp into string