Skip to content

constructor name should be undefined in README example #24

@esaulpaugh

Description

@esaulpaugh

According to the abi-spec:

Constructor and fallback function never have `name` or `outputs`

but the ABI example defines a constructor with name of empty string:

"type": "constructor",
"name": "",

The name value should be null or the name key should not be present at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions