BTCPayServer.Vault/BTCPayServer.Hwi/HwiCommands.cs
2019-10-27 16:40:25 +09:00

23 lines
272 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace BTCPayServer.Hwi
{
public enum HwiCommands
{
Enumerate,
SignTx,
GetXpub,
SignMessage,
GetKeypool,
DisplayAddress,
Setup,
Wipe,
Restore,
Backup,
PromptPin,
SendPin
}
}