Table of Contents

Interface ITlvConverterFactory

Namespace
NLightning.Domain.Protocol.Factories
Assembly
NLightning.Domain.dll
public interface ITlvConverterFactory

Methods

GetConverter<TTlv>()

ITlvConverter<TTlv>? GetConverter<TTlv>() where TTlv : BaseTlv

Returns

ITlvConverter<TTlv>

Type Parameters

TTlv