Table of Contents

Namespace NLightning.Infrastructure.Bitcoin.Adapters.OutputAdapters

Interfaces

IAnchorOutputAdapter

Interface for adapters that convert domain anchor output info models to infrastructure anchor outputs.

IOfferedHtlcOutputAdapter

Interface for adapters that convert domain offered HTLC output info models to infrastructure offered HTLC outputs.

IOutputAdapter<TDomainOutput, TInfraOutput>

Base interface for adapters that convert domain output info models to infrastructure outputs.

IReceivedHtlcOutputAdapter

Interface for adapters that convert domain received HTLC output info models to infrastructure received HTLC outputs.

IToLocalOutputAdapter

Interface for adapters that convert domain to_local output info models to infrastructure to_local outputs.

IToRemoteOutputAdapter

Interface for adapters that convert domain to_remote output info models to infrastructure to_remote outputs.