| Name | Type | Description | Notes |
|---|---|---|---|
| kind | string | Is it devdoc or userdoc | [default to undefined] |
| methods | { [key: string]: FunctionDoc; } | The description of the contract functions | [default to undefined] |
| version | number | The version of the contract | [default to undefined] |
| details | string | A description of the contract | [optional] [default to undefined] |
| events | string | A description of the contract`s events | [optional] [default to undefined] |
[Back to top] [Back to API list] [Back to Model list] [Back to README]