Class MempoolController<T>
Inheritance
System.Object
MempoolController<T>
Assembly: Catalyst.Core.Modules.Web3.dll
Syntax
public sealed class MempoolController<T> : AspNetCore.Mvc.Controller where T : class, IMempoolItem
Type Parameters
Constructors
|
Improve this Doc
View Source
MempoolController(IMempoolRepository<T>)
Declaration
public MempoolController(IMempoolRepository<T> mempoolRepository)
Parameters
Methods
|
Improve this Doc
View Source
GetBalance(String)
Declaration
public IActionResult GetBalance(string publicKey)
Parameters
Type |
Name |
Description |
System.String |
publicKey |
|
Returns
Type |
Description |
IActionResult |
|
|
Improve this Doc
View Source
GetMempool()
Declaration
public JsonResult GetMempool()
Returns
Type |
Description |
JsonResult |
|
|
Improve this Doc
View Source
GetMempoolTransaction(String)
Declaration
public JsonResult GetMempoolTransaction(string publicKey)
Parameters
Type |
Name |
Description |
System.String |
publicKey |
|
Returns
Type |
Description |
JsonResult |
|