mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-24 14:50:50 +01:00
7 lines
142 B
C#
7 lines
142 B
C#
|
namespace BTCPayServer.Data.Payouts.LightningLike
|
||
|
{
|
||
|
public interface ILightningLikeLikeClaimDestination : IClaimDestination
|
||
|
{
|
||
|
}
|
||
|
}
|