Table of Contents

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

nodeOptions IOptions<NodeOptions>
secureKeyManager ISecureKeyManager
services IServiceProvider
tcpService ITcpService

Methods

QueryAsync(CancellationToken)

public Task<NodeInfoResponse> QueryAsync(CancellationToken ct)

Parameters

ct CancellationToken

Returns

Task<NodeInfoResponse>