Skip to content
On this page

Type alias: AbiConstructor

AbiConstructor: object

ABI "constructor" type

Type declaration

inputs

inputs: readonly AbiParameter[]


payable

optional payable: boolean

Deprecated

use payable or nonpayable from AbiStateMutability instead

See

https://github.com/ethereum/solidity/issues/992


stateMutability

stateMutability: Extract< AbiStateMutability, "payable" | "nonpayable" >


type

type: "constructor"

Defined In

node_modules/.pnpm/abitype@0.7.1_typescript@4.9.5/node_modules/abitype/dist/abi-7aa1f183.d.ts:71


Generated using TypeDoc and typedoc-plugin-markdown