Add a new function to the GPACT API for returning the bytes return value. This allows calling application code to decode the actual result, whether is be a single value or multiple values.
Added an example showing how to use the new functionality. Additionally, this example is used to test the functionality.
Add a new function to the GPACT API for returning the bytes return value. This allows calling application code to decode the actual result, whether is be a single value or multiple values.
Added an example showing how to use the new functionality. Additionally, this example is used to test the functionality.
Resolves issue: https://github.com/ConsenSys/gpact/issues/15