Is there a known way to decode the response from a SC Query into a readable object in C# ?
If my contract returns a custom structure which has the TypeAbi decorator, is there a way to read that data in C# or is there another way to decode it except using the abi.json file?