Show / Hide Table of Contents

    Class TransactionComparerByFeeTimestampAndHash

    Inheritance
    System.Object
    TransactionComparerByFeeTimestampAndHash
    Implements
    ITransactionComparer
    System.Collections.Generic.IComparer<TransactionBroadcast>
    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 Source

    Default

    Declaration
    public static ITransactionComparer Default { get; }
    Property Value
    Type Description
    ITransactionComparer

    Methods

    | Improve this Doc View Source

    Compare(TransactionBroadcast, TransactionBroadcast)

    Declaration
    public int Compare(TransactionBroadcast x, TransactionBroadcast y)
    Parameters
    Type Name Description
    TransactionBroadcast x
    TransactionBroadcast y
    Returns
    Type Description
    System.Int32

    Implements

    ITransactionComparer
    System.Collections.Generic.IComparer<T>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network