Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 802 Bytes

ContractInterface.md

File metadata and controls

12 lines (9 loc) · 802 Bytes

# ContractInterface

Properties

Name Type Description Notes
storage_schema mixed JSON Schema of the contract storage in humanified format (as returned by API) [optional]
entrypoints \Bzzhh\Tzkt\Model\EntrypointInterface[] List of terminal entrypoints [optional]
big_maps \Bzzhh\Tzkt\Model\BigMapInterface[] List of currently available Big_maps [optional]
events \Bzzhh\Tzkt\Model\EventInterface[] List of events extractable from the code ("static") [optional]

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