Show / Hide Table of Contents

    Class Mempool

    Mempool class wraps around a IKeyValueStore

    Inheritance
    System.Object
    Mempool
    Implements
    IMempool<MempoolDocument>
    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 Source

    Mempool(IMempoolRepository<MempoolDocument>)

    Declaration
    public Mempool(IMempoolRepository<MempoolDocument> transactionStore)
    Parameters
    Type Name Description
    IMempoolRepository<MempoolDocument> transactionStore

    Properties

    | Improve this Doc View Source

    Repository

    Declaration
    public IMempoolRepository<MempoolDocument> Repository { get; }
    Property Value
    Type Description
    IMempoolRepository<MempoolDocument>

    Implements

    IMempool<T>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network