mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-18 21:32:27 +01:00
9 lines
126 B
C#
9 lines
126 B
C#
namespace BTCPayServer.Client.Models
|
|
{
|
|
public enum TransactionStatus
|
|
{
|
|
Unconfirmed,
|
|
Confirmed
|
|
}
|
|
}
|