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 SourceRepository
Declaration
IMempoolRepository<T> Repository { get; }
Property Value
Type | Description |
---|---|
IMempoolRepository<T> |