ApeWorX / ethpm-types

Implementation of EIP-2678
Apache License 2.0
14 stars 8 forks source link

feat: allow list for tuple of line numbers [APE-679] #64

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

Hack that allows sending lists for to Tuple[int, int, int, int]. Makes some things easier down the line.

How I did it

How to verify it

Checklist