Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.1 KB

File metadata and controls

17 lines (13 loc) · 1.1 KB

ChainData

Properties

Name Type Description Notes
chain_id str This is the unique identifier created for each chain.
content str This is the data that was stored in the first entry of this chain.
external_ids list[str] Tags that have been used to identify this entry.
stage str The immutability stage that this chain has reached.
entries ChainDataEntries
eblock ChainDataEblock [optional]
dblock ChainDataDblock [optional]
created_at str The time at which this chain was created. Sent in ISO 8601 Format. For example: `YYYY-MM-DDThh:mm:ss.ssssssZ` This will be null if the chain is not at least at the `factom` immutability stage. [optional]

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