Interface ICatalystNode
Assembly: Catalyst.Abstractions.dll
Syntax
public interface ICatalystNode
Properties
|
Improve this Doc
View Source
Consensus
Declaration
IConsensus Consensus { get; }
Property Value
Methods
|
Improve this Doc
View Source
RunAsync(CancellationToken)
Declaration
Task RunAsync(CancellationToken cancellationSourceToken)
Parameters
Type |
Name |
Description |
System.Threading.CancellationToken |
cancellationSourceToken |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
|
Improve this Doc
View Source
StartSockets()
Declaration
Returns
Type |
Description |
System.Threading.Tasks.Task |
|