Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.21 KB

DBlockShort.md

File metadata and controls

17 lines (13 loc) · 1.21 KB

DBlockShort

Properties

Name Type Description Notes
Height int32 The height of a directory block indicates how many blocks were created before this block. This is used to identify blocks in the blockchain. [optional]
StartedAt string The timestamp for when this block was built. Sent in ISO 8601 Format. For example: `YYYY-MM-DDThh:mm:ssZ` [optional]
Keymr string The Key Merkle Root for this block. [optional]
Href string The link to retrieve all information for this directory block. [optional]
AdminEntries string The number of entries contained in the admin block. [optional]
EcEntries string The number of entries contained in the entry credit block. [optional]
FactoidEntries string The number of entries contained in the factoid block. [optional]
Entries string The number of entries contained in the entry blocks. [optional]

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