Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 961 Bytes

ContractView.md

File metadata and controls

15 lines (12 loc) · 961 Bytes

# ContractView

Properties

Name Type Description Notes
name string Contract view name [optional]
json_parameter_type mixed Parameter type in human-readable JSON format [optional]
json_return_type mixed Return type in human-readable JSON format [optional]
micheline_parameter_type \Bzzhh\Tzkt\Model\ContractViewMichelineParameterType [optional]
micheline_return_type \Bzzhh\Tzkt\Model\ContractViewMichelineReturnType [optional]
michelson_parameter_type string Parameter type in michelson format [optional]
michelson_return_type string Return type in michelson format [optional]

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