Class LedgerController
Inheritance
System.Object
LedgerController
Assembly: Catalyst.Core.Modules.Web3.dll
Syntax
public sealed class LedgerController : Controller
Constructors
|
Improve this Doc
View Source
LedgerController(IDeltaHashProvider, IDfs, ILogger)
Declaration
public LedgerController(IDeltaHashProvider deltaHashProvider, IDfs dfs, ILogger logger)
Parameters
Methods
|
Improve this Doc
View Source
GetLatestDelta(Nullable<DateTime>)
Declaration
public Task<JsonResult> GetLatestDelta(DateTime? asOf)
Parameters
Type |
Name |
Description |
System.Nullable<System.DateTime> |
asOf |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<JsonResult> |
|