pub trait TimestampCommitment: Commitment<Timestamp> { // Provided method fn timestamp(&self) -> Timestamp { ... } }
A Commitment whose expected data is a Unix time.
Gets the timestamp as a Unix time.