# ContractDoc
## Properties
**details** | Option<**String**> | A description of the contract | [optional]
**events** | Option<**String**> | A description of the contract`s events | [optional]
**kind** | **String** | Is it devdoc or userdoc |
**methods** | [**std::collections::HashMap<String, models::FunctionDoc>**](FunctionDoc.md) | The description of the contract functions |
**version** | **String** | The version of the contract |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)