You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming the entire ABI is available, Is it not possible to decode the entire Input string to get the name of the function as well as the parameters without first knowing which function we're decoding for?
The text was updated successfully, but these errors were encountered:
I see an example of how to decode Transaction input for specific functions here : http://playground.nethereum.com/csharp/id/1063 .
Assuming the entire ABI is available, Is it not possible to decode the entire Input string to get the name of the function as well as the parameters without first knowing which function we're decoding for?
The text was updated successfully, but these errors were encountered: