Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.12 KB

File metadata and controls

17 lines (13 loc) · 1.12 KB

EntryData

Properties

Name Type Description Notes
entry_hash str The SHA256 Hash of this entry.
chain EntryListChain
created_at str The time when this entry was created. Sent in ISO 8601 Format. For example: `YYYY-MM-DDThh:mm:ss.ssssssZ` [optional]
external_ids list[str] Tags that can be used to identify your entry. You can search for records that contain a particular external_id using Connect. External IDs are returned in Base64.
content str This is the data that is stored by the entry. Content will be sent in Base64 format.
stage str The level of immutability that this entry has reached.
dblock EntryDataDblock [optional]
eblock EntryDataEblock [optional]

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