Skip to content

Need a better way to represent arguments that are tuples #7

@danjm

Description

@danjm

Encodings of contract arguments can include tuples (and tuples within tuples, etc.)

An example signature: fillOrder((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes),uint256,bytes)

After #6, we represent the arguments in the tuple flatly, on equal level to the other args. This could be misleading if the tuple was representing a struct, for example.

We will need to improve this, but I am not sure what the correct representation of the tuples should be.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions