go-transaction-decoder
go-transaction-decoder copied to clipboard
go ethereum transaction input decoder
Results
1
go-transaction-decoder issues
Sort by
recently updated
recently updated
newest added
In order to unpack input data, I have to [define](https://github.com/huahuayu/go-transaction-decoder/blob/386992bff2efe9d92dac2b633d7cf185176be290/main.go#L46) the input fields. But if I want to make a generic decoder apply to any contract, for any function input,...