Show / Hide Table of Contents

    Interface IMempool<T>

    Namespace: Catalyst.Abstractions.Mempool
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IMempool<T>
    
        where T : class, IMempoolItem
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    Repository

    Declaration
    IMempoolRepository<T> Repository { get; }
    Property Value
    Type Description
    IMempoolRepository<T>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network