JSONABIArgument
Defined in: types/Contract.types.ts:108
Properties
anonymous?
optionalanonymous:false
Defined in: types/Contract.types.ts:109
constant?
optionalconstant:boolean
Defined in: types/Contract.types.ts:125
gas?
optionalgas:number
Defined in: types/Contract.types.ts:124
inputs
inputs:
object[]
Defined in: types/Contract.types.ts:110
indexed?
optionalindexed:boolean
internalType?
optionalinternalType:string
name
name:
string
type
type:
string
name?
optionalname:string
Defined in: types/Contract.types.ts:116
outputs?
optionaloutputs:object[]
Defined in: types/Contract.types.ts:117
internalType?
optionalinternalType:string
name
name:
string
type
type:
string
payable?
optionalpayable:boolean
Defined in: types/Contract.types.ts:126
stateMutability?
optionalstateMutability:string
Defined in: types/Contract.types.ts:122
type
type:
"function"|"event"|"constructor"|"error"|"fallback"
Defined in: types/Contract.types.ts:123