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