Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 881 Bytes

ReadAbiFunction.md

File metadata and controls

26 lines (14 loc) · 881 Bytes

ReadAbiFunction

Properties

Name Type Description Notes
stateMutability string [default to undefined]
type string [default to undefined]
inputs Array<ParameterWithValue> [default to undefined]
outputs Array<Parameter> [optional] [default to undefined]
name string [optional] [default to undefined]
description string [optional] [default to undefined]

Enum: ReadAbiFunctionStateMutabilityEnum

  • Pure (value: 'pure')

  • View (value: 'view')

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