Properties
Optional anonymous
anonymous: undefined | false | true
Optional constant
constant: undefined | false | true
Optional name
name: undefined | string
Optional payable
payable: undefined | false | true
Optional stateMutability
stateMutability: "pure" | "view" | "nonpayable" | "payable" | string
type
type: "function" | "constructor" | "event" | "fallback" | string