Show / Hide Table of Contents

    Class MempoolEfCoreRepository

    Inheritance
    System.Object
    MempoolEfCoreRepository
    Namespace: Catalyst.Core.Lib.Repository
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public class MempoolEfCoreRepository : EfCoreRepository<TransactionBroadcastDao, string>

    Constructors

    | Improve this Doc View Source

    MempoolEfCoreRepository(IDbContext, ICachingStrategy<TransactionBroadcastDao, String>)

    Declaration
    public MempoolEfCoreRepository(IDbContext dbContext, ICachingStrategy<TransactionBroadcastDao, string> cachingStrategy = null)
    Parameters
    Type Name Description
    IDbContext dbContext
    ICachingStrategy<TransactionBroadcastDao, System.String> cachingStrategy
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network