Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.22 KB

ParameterWithValue.md

File metadata and controls

18 lines (12 loc) · 1.22 KB

ParameterWithValue

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]
value string The value of the parameter. can also be ParameterWithValue [optional] [default to undefined]
functionValue LeanAbiFunction The function value of this param (if has one). If this is set, the `value` shouldn`t be. Used for proxies [optional] [default to undefined]

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