Show / Hide Table of Contents

    Class DeltaTransactionRetriever

    Inheritance
    System.Object
    DeltaTransactionRetriever
    Implements
    IDeltaTransactionRetriever
    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.Deltas
    Assembly: Catalyst.Core.Modules.Consensus.dll
    Syntax
    public class DeltaTransactionRetriever : IDeltaTransactionRetriever

    Constructors

    | Improve this Doc View Source

    DeltaTransactionRetriever(IMempool<MempoolDocument>, ITransactionComparer)

    Declaration
    public DeltaTransactionRetriever(IMempool<MempoolDocument> mempool, ITransactionComparer transactionComparer)
    Parameters
    Type Name Description
    IMempool<MempoolDocument> mempool
    ITransactionComparer transactionComparer

    Properties

    | Improve this Doc View Source

    TransactionComparer

    Declaration
    public ITransactionComparer TransactionComparer { get; }
    Property Value
    Type Description
    ITransactionComparer

    Methods

    | Improve this Doc View Source

    GetMempoolTransactionsByPriority(Int32)

    Declaration
    public IList<TransactionBroadcast> GetMempoolTransactionsByPriority(int maxCount = 2147483647)
    Parameters
    Type Name Description
    System.Int32 maxCount
    Returns
    Type Description
    System.Collections.Generic.IList<TransactionBroadcast>

    Implements

    IDeltaTransactionRetriever
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network