Skip to content

Better type annotation syntax is needed.  #25

@jokerwyt

Description

@jokerwyt

For example, get_rpc_header(rpc, 'appnet-rpc-id', rpc_id) needs to know the type of rpc_id to generate C++ type cast code. for now we just use:

rpc_id = 0
rpc_id = get_rpc_header(rpc, 'appnet-rpc-id', rpc_id)

which is not that pleasing to the eye.

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