I’m trying to find the best way to write out function return values for debugging.
Creating a script which returns the value I need seems to be a good idea. But when the script doesn’t create any contracts, I cannot see the return value on the tab which opens when I click to Script results
, because the tab is totally empty. Is that intentional?
When I put any contract creation into the script, the script result gets printed under the transaction view, so I use this workaround. But this is awkward.