Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 950 Bytes

ContractView.md

File metadata and controls

15 lines (12 loc) · 950 Bytes

ContractView

Properties

Name Type Description Notes
name str Contract view name [optional]
json_parameter_type object Parameter type in human-readable JSON format [optional]
json_return_type object Return type in human-readable JSON format [optional]
micheline_parameter_type OneOfContractViewMichelineParameterType Parameter type in micheline format [optional]
micheline_return_type OneOfContractViewMichelineReturnType Return type in micheline format [optional]
michelson_parameter_type str Parameter type in michelson format [optional]
michelson_return_type str Return type in michelson format [optional]

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