Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.13 KB

EBlockLong.md

File metadata and controls

18 lines (14 loc) · 1.13 KB

EBlockLong

Properties

Name Type Description Notes
Keymr string The Key Merkle Root for this entry block.
Sequence int32 Shows where this entry block falls within the list of entry blocks that are contained in the parent directory block.
Prev EBlockLongPrev [optional]
Next EBlockLongNext [optional]
Chain EBlockShortChain
Dblock EBlockShortDblock
StartedAt map[string]interface{} The timestamp for when this block was built. Sent in ISO 8601 Format. For example: `YYYY-MM-DDThh:mm:ssZ`
Href string An API link to retrieve all information about this entry block.
Entries string An API link to all of the entries in this entry block.

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