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] |