Class TransactionComparerByFeeTimestampAndHash
Inheritance
System.Object
TransactionComparerByFeeTimestampAndHash
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Modules.Consensus
Assembly: Catalyst.Core.Modules.Consensus.dll
Syntax
public class TransactionComparerByFeeTimestampAndHash : ITransactionComparer, IComparer<TransactionBroadcast>
Properties
| Improve this Doc View SourceDefault
Declaration
public static ITransactionComparer Default { get; }
Property Value
Type | Description |
---|---|
ITransaction |
Methods
| Improve this Doc View SourceCompare(TransactionBroadcast, TransactionBroadcast)
Declaration
public int Compare(TransactionBroadcast x, TransactionBroadcast y)
Parameters
Type | Name | Description |
---|---|---|
Transaction |
x | |
Transaction |
y |
Returns
Type | Description |
---|---|
System. |
Implements
System.Collections.Generic.IComparer<T>