menu
ndk package
documentation
shared/nips/nip19/nip19.dart
Nip19
encodeNoteId static method
encodeNoteId static method
dark_mode
light_mode
encodeNoteId
static method
String
encodeNoteId
(
String
id
)
encode note id
Implementation
static String encodeNoteId(String id) { return _encodeKey(Hrps.NOTE_ID, id); }
ndk package
documentation
shared/nips/nip19/nip19
Nip19
encodeNoteId static method
Nip19 class