Class DeltaTransactionRetriever
Inheritance
System.Object
DeltaTransactionRetriever
Implements
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 SourceDeltaTransactionRetriever(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 SourceTransactionComparer
Declaration
public ITransactionComparer TransactionComparer { get; }
Property Value
Type | Description |
---|---|
ITransactionComparer |
Methods
| Improve this Doc View SourceGetMempoolTransactionsByPriority(Int32)
Declaration
public IList<TransactionBroadcast> GetMempoolTransactionsByPriority(int maxCount = 2147483647)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | maxCount |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<TransactionBroadcast> |