btcpayserver/BTCPayServer/Services/Altcoins/Zcash/Payments/ZcashPaymentMethodConfig.cs

11 lines
214 B
C#
Raw Normal View History

using BTCPayServer.Payments;
using Newtonsoft.Json;
namespace BTCPayServer.Services.Altcoins.Zcash.Payments
{
public class ZcashPaymentMethodConfig
{
public long AccountIndex { get; set; }
}
}