AbiConstructor: {
    inputs: readonly AbiParameter[];
    payable?: boolean;
    stateMutability: Extract<AbiStateMutability, "payable" | "nonpayable">;
    type: "constructor";
}

ABI "constructor" type

Type declaration

Generated using TypeDoc