menu
dart_nostr package
documentation
nostr/model/tlv.dart
TLV
TLV constructor
TLV constructor
dark_mode
light_mode
TLV
constructor
TLV
(
{
required
int
type
,
required
int
length
,
required
Uint8List
value
,
})
Implementation
TLV({ required this.type, required this.length, required this.value, });
dart_nostr package
documentation
nostr/model/tlv
TLV
TLV constructor
TLV class