2019-09-30 10:32:43 +02:00
|
|
|
using BTCPayServer.Contracts;
|
|
|
|
|
2019-09-30 20:42:31 +09:00
|
|
|
namespace BTCPayServer.Altcoins.Monero
|
2019-09-30 10:32:43 +02:00
|
|
|
{
|
|
|
|
public class MoneroStoreNavExtension: IStoreNavExtension
|
|
|
|
{
|
|
|
|
public string Partial { get; } = "Monero/StoreNavMoneroExtension";
|
|
|
|
}
|
|
|
|
}
|