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] |