NostrEventOkCommand constructor
The ok command that is sent to the server when an event is accepted or declined.
Implementation
NostrEventOkCommand({
required this.eventId,
this.isEventAccepted,
this.message,
});
The ok command that is sent to the server when an event is accepted or declined.
NostrEventOkCommand({
required this.eventId,
this.isEventAccepted,
this.message,
});