Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.42 KB

DBlockLong.md

File metadata and controls

21 lines (16 loc) · 1.42 KB

DBlockLong

Properties

Name Type Description Notes
height String 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 List<String> The Key Merkle Root for this block. [optional]
btcAnchorEntry DBlockLongBtcAnchorEntry [optional]
btcBlockHash String The bitcoin block hash for the bitcoin anchor that matches this directory block. [optional]
btcTransaction String The bitcoin transaction ID for the transaction that includes the anchor message. [optional]
prev DBlockLongPrev [optional]
next DBlockLongNext [optional]
ablock DBlockLongAblock [optional]
ecblock DBlockLongEcblock [optional]
fblock DBlockLongFblock [optional]
eblocks List<DBlockLongEblocks> The entry blocks contained in this directory block. [optional]