menu
nostr package
documentation
nostr.dart
Nip19
encodePrivkey static method
encodePrivkey static method
dark_mode
light_mode
encodePrivkey
static method
dynamic
encodePrivkey
(
String
privkey
)
Implementation
static encodePrivkey(String privkey) { return bech32Encode("nsec", privkey); }
nostr package
documentation
nostr
Nip19
encodePrivkey static method
Nip19 class