mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 18:14:21 +01:00
simple support for nip07
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
class AuthResult {
|
||||
static const int OK = 1;
|
||||
|
||||
static const int CANCEL = -1;
|
||||
static const int REJECT = -1;
|
||||
|
||||
static const int ASK = 0;
|
||||
}
|
||||
|
||||
3
lib/const/reasonable_permissions.dart
Normal file
3
lib/const/reasonable_permissions.dart
Normal file
@@ -0,0 +1,3 @@
|
||||
class ReasonablePermissions {
|
||||
static const String text = "1;3;4;5;6;7,2-22242";
|
||||
}
|
||||
5
lib/const/zap_type.dart
Normal file
5
lib/const/zap_type.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
class ZapType {
|
||||
static const int LIGHTNING_APP = 1;
|
||||
|
||||
static const int NWC = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user