Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 822 Bytes

ContractDoc.md

File metadata and controls

16 lines (10 loc) · 822 Bytes

ContractDoc

Properties

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