mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Service page for LND Seed Backup
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace BTCPayServer.Models.ServerViewModels
|
||||
{
|
||||
public class LndSeedBackupViewModel
|
||||
{
|
||||
public bool IsWalletUnlockPresent { get; set; }
|
||||
|
||||
public string WalletPassword { get; set; }
|
||||
|
||||
public string[] Seed { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user