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

Latest commit

 

History

History
14 lines (11 loc) · 1.25 KB

File metadata and controls

14 lines (11 loc) · 1.25 KB

OriginStamp.Client.Model.TimestampData

Properties

Name Type Description Notes
CurrencyId int? 0: Bitcoin [optional]
PrivateKey string The private key represents the top hash in the Merkle Tree (see https://en.wikipedia.org/wiki/Merkle_tree ) or the hash of all hashes in the transaction. [optional]
SeedId string ID of associated seed which can be used to request separate seed information. [optional]
SubmitStatus long? The submit status of the hash: 0: the hash was not broadcasted yet 1: the hash was included into a transaction and broadcasted to the network, but not included into a block 2: the transaction was included into the latest block 3: the timestamp for your hash was successfully created. [optional]
Timestamp long? The date is returned in the following format: [ms] since 1.1.1970 (unix epoch), timezone: UTC. This is a true timestamp. [optional]
Transaction string If available: the transaction hash of the timestamp. [optional]

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