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