Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.18 KB

File metadata and controls

16 lines (13 loc) · 1.18 KB

harmony-connect-client.Model.EntryData

Properties

Name Type Description Notes
EntryHash string The unique identitfier of the entry.
Chain EntryListChain
CreatedAt string The time when this entry was created. Sent in ISO 8601 Format. For example: `YYYY-MM-DDThh:mm:ss.ssssssZ` [optional]
ExternalIds List<string> 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 string This is the data that is stored by the entry. Content will be sent in Base64 format.
Stage string 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]