esaulpaugh / headlong

High-performance Contract ABI and RLP for Ethereum
Apache License 2.0
76 stars 20 forks source link

Generic tuples #63

Closed esaulpaugh closed 7 months ago

esaulpaugh commented 8 months ago

Replace Tuple.of with:

Single.of Pair.of Triple.of Quadruple.of Quintuple.of Sextuple.of Tuple.from

add internalType to annotations;