menu
nostr package
documentation
nostr.dart
Nip20
Nip20.new constructor
Nip20.new constructor
dark_mode
light_mode
Nip20
constructor
Nip20
(
String
eventId
,
bool
status
,
String
message
)
Default constructor
Implementation
Nip20(this.eventId, this.status, this.message);
nostr package
documentation
nostr
Nip20
Nip20.new constructor
Nip20 class