Пример #1
0
        public HashNodeList GetStructuresArray()
        {
            HashNodeList nodeList = new HashNodeList();

            nodeList.Add(this.Tip);

            return(nodeList);
        }
        public override HashNodeList GetStructuresArray()
        {
            HashNodeList nodeList = base.GetStructuresArray();

            nodeList.Add(this.SAFUDailyRatio);

            return(nodeList);
        }
        public override HashNodeList GetStructuresArray()
        {
            HashNodeList nodeList = base.GetStructuresArray();

            nodeList.Add(this.neuraliumIntermediaryElectionResultsimplementation);

            return(nodeList);
        }
Пример #4
0
        public override HashNodeList GetStructuresArray()
        {
            HashNodeList nodeList = base.GetStructuresArray();

            nodeList.Add(this.BountyShare);

            return(nodeList);
        }
Пример #5
0
        public override HashNodeList GetStructuresArray()
        {
            HashNodeList hasNodes = base.GetStructuresArray();

            hasNodes.Add(this.SuspectTransactionFreezeTree);

            return(hasNodes);
        }
        public override HashNodeList GetStructuresArray()
        {
            HashNodeList nodeList = base.GetStructuresArray();

            nodeList.Add(this.Recipient);
            nodeList.Add(this.Amount);

            return(nodeList);
        }
Пример #7
0
            public HashNodeList GetStructuresArray()
            {
                HashNodeList hasNodes = new HashNodeList();

                hasNodes.Add(this.AccountId);
                hasNodes.Add(this.Notes);

                return(hasNodes);
            }
Пример #8
0
        public virtual HashNodeList GetStructuresArray()
        {
            HashNodeList hashNodeList = new HashNodeList();

            hashNodeList.Add(this.BountyAllocations);
            hashNodeList.Add(this.InfrastructureServiceFees);

            return(hashNodeList);
        }
Пример #9
0
            public HashNodeList GetStructuresArray()
            {
                HashNodeList hasNodes = new HashNodeList();

                hasNodes.Add(this.TransactionId);
                hasNodes.Add(this.Amount);
                hasNodes.Add(this.OutgoingSuspectTransactions);

                return(hasNodes);
            }
Пример #10
0
        public override HashNodeList GetStructuresArray()
        {
            HashNodeList hasNodes = new HashNodeList();

            hasNodes.Add(this.FreezeId);
            hasNodes.Add(this.Reason);
            hasNodes.Add(this.Accounts);

            return(hasNodes);
        }
        public override HashNodeList GetStructuresArray()
        {
            HashNodeList hasNodes = base.GetStructuresArray();

            hasNodes.Add(this.FreezeId);
            hasNodes.Add(this.EventDescription);
            hasNodes.Add(this.AccountUnwindImpacts);
            hasNodes.Add(this.AccountRestoreImpacts);

            return(hasNodes);
        }
Пример #12
0
        public override HashNodeList GetStructuresArray()
        {
            HashNodeList nodeList = base.GetStructuresArray();

            nodeList.Add(this.AcceptSAFUTermsOfService);
            nodeList.Add(this.Total);
            nodeList.Add(this.DailyProtection);
            nodeList.Add(this.Start);

            return(nodeList);
        }
Пример #13
0
        public HashNodeList GetStructuresArray()
        {
            HashNodeList nodeList = new HashNodeList();

            nodeList.Add(this.Bounty);
            nodeList.Add(this.MaintenanceServiceFeesEnabled);
            nodeList.Add(this.MaintenanceServiceFees);

            nodeList.Add(this.BountyAllocationMethod);

            return(nodeList);
        }
Пример #14
0
        public override HashNodeList GetStructuresArray()
        {
            HashNodeList nodeList = base.GetStructuresArray();

            nodeList.Add(this.Total);

            nodeList.Add(this.Recipients.Count);

            foreach (RecipientSet entry in this.Recipients)
            {
                nodeList.Add(entry.Recipient);
                nodeList.Add(entry.Amount);
            }

            return(nodeList);
        }
Пример #15
0
        public override HashNodeList GetStructuresArray()
        {
            HashNodeList nodeList = base.GetStructuresArray();

            if (this.CertificateType == AccreditationCertificateTypes.Instance.SDK_PROVIDER)
            {
                nodeList.Add(this.ProviderBountyshare);
                nodeList.Add(this.InfrastructureServiceFees);
            }

            if (this.CertificateType == AccreditationCertificateTypes.Instance.DELEGATE)
            {
                nodeList.Add(this.InfrastructureServiceFees);
            }

            return(nodeList);
        }
        public virtual HashNodeList GetStructuresArray()
        {
            HashNodeList nodeList = new HashNodeList();

            return(nodeList);
        }
Пример #17
0
        public override HashNodeList GetStructuresArray()
        {
            HashNodeList nodeList = base.GetStructuresArray();

            return(nodeList);
        }