menu
ndk package
documentation
shared/nips/nip19/nip19.dart
Nip19TLV
Nip19TLV.new constructor
Nip19TLV.new constructor
dark_mode
light_mode
Nip19TLV
constructor
Nip19TLV
(
int
type
,
int
length
,
List
<
int
>
value
)
Implementation
Nip19TLV(this.type, this.length, this.value);
ndk package
documentation
shared/nips/nip19/nip19
Nip19TLV
Nip19TLV.new constructor
Nip19TLV class