ethabi
ethabi copied to clipboard
support function types in ParamType
Related to https://github.com/rust-ethereum/ethabi/issues/273. From the argument encoding documentation, a function
as argument type is similar to a 24-byte array (20 bytes address + 4 bytes function selector).