Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 898 Bytes

Parameter.md

File metadata and controls

16 lines (10 loc) · 898 Bytes

Parameter

Properties

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

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