Class NodeInfoQueryService
- Namespace
- NLightning.Daemon.Services
- Assembly
- NLightning.Daemon.dll
public sealed class NodeInfoQueryService : INodeInfoQueryService
- Inheritance
-
NodeInfoQueryService
- Implements
- Inherited Members
Constructors
NodeInfoQueryService(IOptions<NodeOptions>, ISecureKeyManager, IServiceProvider, ITcpService)
public NodeInfoQueryService(IOptions<NodeOptions> nodeOptions, ISecureKeyManager secureKeyManager, IServiceProvider services, ITcpService tcpService)
Parameters
nodeOptionsIOptions<NodeOptions>secureKeyManagerISecureKeyManagerservicesIServiceProvidertcpServiceITcpService
Methods
QueryAsync(CancellationToken)
public Task<NodeInfoResponse> QueryAsync(CancellationToken ct)