namespace Nethereum.ABI.FunctionEncoding { public class DecodedValue { public string AbiName { get; set; } public string AbiType { get; set; } public object Value { get; set; } } }