Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 606 Bytes

Parameter.md

File metadata and controls

17 lines (9 loc) · 606 Bytes

Parameter

Properties

Name Type Description Notes
name String The name of the parameter as it appears in the ABI
description String A description of the parameter, fetched from the devdoc of this contract [optional]
internalType String The internal type of the parameter as it appears in the ABI [optional]
type String The type of the parameter as it appears in the ABI
components List<Parameter> [optional]