pipermerriam/ethereum-function-signature-registry

Should be two way

Closed this issue · 1 comments

You should be able to send it either a four-byte code and it return either just the function name or the whole function signature, or send it a function name and have it return the four-byte code. I've hacked up a ABI function signature thing for myself in C++ as part of a larger project, and I found that I need both capabilities in almost every use case.

Addressed by issue #9