ethabi icon indicating copy to clipboard operation
ethabi copied to clipboard

Implement Derive for `ParamType::Tuple`

Open fordN opened this issue 5 years ago • 1 comments

Tuple support has been implemented without derive for now. The derive functions that need Tuple implementations are as follows (click to link to the code):

fordN avatar Jan 13 '20 21:01 fordN

I just ran into this. Has anyone done any work here? Any suggestions for how to do this? This issue blocks me from using ethabi_derive.

I'd help, but this is my first time really using proc macros and so I'll need to learn a lot before I do anything

BlinkyStitt avatar Mar 30 '20 19:03 BlinkyStitt