menu
ndk package
documentation
shared/nips/nip19/nip19.dart
Nip19
isPrivateKey static method
isPrivateKey static method
dark_mode
light_mode
isPrivateKey
static method
bool
isPrivateKey
(
String
str
)
Implementation
static bool isPrivateKey(String str) { return isKey(Hrps.PRIVATE_KEY, str); }
ndk package
documentation
shared/nips/nip19/nip19
Nip19
isPrivateKey static method
Nip19 class