Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 979 Bytes

Entrypoint.md

File metadata and controls

13 lines (10 loc) · 979 Bytes

# Entrypoint

Properties

Name Type Description Notes
name string Entrypoint name [optional]
json_parameters mixed A kind of JSON schema, describing how parameters will look like in a human-readable JSON format [optional]
micheline_parameters \Bzzhh\Tzkt\Model\EntrypointMichelineParameters [optional]
michelson_parameters string Parameters schema in michelson format [optional]
unused bool Unused means that the entrypoint can be normalized to a more specific one. For example here `(or %entry1 (unit %entry2) (nat %entry3))` the `%entry1` is unused entrypoint because it can be normalized to `%entry2` or `%entry3` [optional]

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