Class Mempool
Mempool class wraps around a IKeyValueStore
Inheritance
System.Object
Mempool
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.Mempool
Assembly: Catalyst.Core.Modules.Mempool.dll
Syntax
public sealed class Mempool : IMempool<MempoolDocument>
Constructors
| Improve this Doc View SourceMempool(IMempoolRepository<MempoolDocument>)
Declaration
public Mempool(IMempoolRepository<MempoolDocument> transactionStore)
Parameters
Type | Name | Description |
---|---|---|
IMempoolRepository<MempoolDocument> | transactionStore |
Properties
| Improve this Doc View SourceRepository
Declaration
public IMempoolRepository<MempoolDocument> Repository { get; }
Property Value
Type | Description |
---|---|
IMempoolRepository<MempoolDocument> |