Exemple #1
0
        private bool UseAbiStruct(GenerationInfo generationInfo)
        {
            if (!ContainerType.CanGenerateAbiStruct(new LogWriter(ContainerType.CName)))
            {
                return(false);
            }

            return(AbiField?.GetOffsetName != null && generationInfo.GlueWriter == null);
        }