Skip to content

JSONABIArgument

Defined in: types/Contract.types.ts:108

Properties

anonymous?

optional anonymous: false

Defined in: types/Contract.types.ts:109


constant?

optional constant: boolean

Defined in: types/Contract.types.ts:125


gas?

optional gas: number

Defined in: types/Contract.types.ts:124


inputs

inputs: object[]

Defined in: types/Contract.types.ts:110

indexed?

optional indexed: boolean

internalType?

optional internalType: string

name

name: string

type

type: string


name?

optional name: string

Defined in: types/Contract.types.ts:116


outputs?

optional outputs: object[]

Defined in: types/Contract.types.ts:117

internalType?

optional internalType: string

name

name: string

type

type: string


payable?

optional payable: boolean

Defined in: types/Contract.types.ts:126


stateMutability?

optional stateMutability: string

Defined in: types/Contract.types.ts:122


type

type: "function" | "event" | "constructor" | "error" | "fallback"

Defined in: types/Contract.types.ts:123