Пример #1
0
 private static string GenerateStorageTypeCode(SolidityType type) => type.IsComplexType() ? " memory" : string.Empty;