Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 882 Bytes

File metadata and controls

20 lines (16 loc) · 882 Bytes

BlockType

Properties

Name Type Description Notes
hash str [optional]
number str [optional]
view int [optional]
coinbase str [optional]
parent_hash str [optional]
timestamp str Block timestamp in milliseconds specified by the block forger. There can be a time drift up to 30 seconds. [optional]
transactions_root str [optional]
results_root str [optional]
state_root str [optional]
data str [optional]
transactions list[TransactionType] [optional]

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