Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 998 Bytes

Constant.md

File metadata and controls

17 lines (14 loc) · 998 Bytes

# Constant

Properties

Name Type Description Notes
address string Global address (expression hash) [optional]
value mixed Constant value (either micheline, michelson or bytes, depending on the `format` parameter) [optional]
size int Constant size in bytes [optional]
refs int Number of contracts referencing this constant [optional]
creator \Bzzhh\Tzkt\Model\ConstantCreator [optional]
creation_level int Level of the first block baked with this software [optional]
creation_time \DateTime Datetime of the first block baked with this software [optional]
extras mixed Off-chain extras [optional]
metadata mixed [DEPRECATED] [optional]

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