Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.07 KB

Protocol.md

File metadata and controls

16 lines (13 loc) · 1.07 KB

Protocol

Properties

Name Type Description Notes
code int Protocol code, representing a number of protocol changes since genesis (mod 256, but `-1` for the genesis block) [optional]
hash str Hash of the protocol [optional]
first_level int Block height where the protocol was applied [optional]
first_cycle int Index of the first cycle started with the protocol [optional]
first_cycle_level int Level of the first block of the first cycle started with the protocol [optional]
last_level int Block height where the protocol ends. `null` if the protocol is active [optional]
constants OneOfProtocolConstants Information about the protocol constants [optional]
metadata OneOfProtocolMetadata Offchain metadata [optional]

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