Interface IReceivedHtlcOutputAdapter
- Assembly
- NLightning.Infrastructure.Bitcoin.dll
Interface for adapters that convert domain received HTLC output info models to infrastructure received HTLC outputs.
public interface IReceivedHtlcOutputAdapter : IOutputAdapter<ReceivedHtlcOutputInfo, ReceivedHtlcOutput>
- Inherited Members