Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Name event parameters #5913

Closed
Closed
@xlc

Description

@xlc

Currently event parameters are unnamed, so the only way to know the meaning of each value is by looking at the type and docs.

It will be good if there is a way annotate the parameter name in metadata so SDK can generate named accessor.

For now we are going to try to parse the doc comments to look something like (from, to, value) to get the name, but it does not always work.

/// Transfer succeeded (from, to, value).

Metadata

Metadata

Assignees

No one assigned

    Labels

    J0-enhancementAn additional feature request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions