Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 1 KB

File metadata and controls

13 lines (10 loc) · 1 KB

OriginStamp.Client.Model.TimestampResponse

Properties

Name Type Description Notes
Comment string The comment which was added in the submission of the hash. [optional]
Created bool? Field is set to true if it is a novel hash.If the flag is false, the hash was already submitted before. [optional]
DateCreated long? The time when your hash was submitted to OriginStamp. The date is returned in the following format: [ms] since 1.1.1970 (unix epoch), timezone: UTC. This is not considered as a true timestamp. [optional]
HashString string The submitted hash in hex representation. [optional]
Timestamps List<TimestampData> Contains all the timestamp data of your hash until now. [optional]

[Back to Model list] [Back to API list] [Back to README]