Nostrduino
Loading...
Searching...
No Matches
Data Structures | Namespaces | Typedefs
NostrEvent.h File Reference
#include <Arduino.h>
#include "ArduinoJson.h"
#include "NostrString.h"
#include "NostrLimits.h"
#include "NostrUtils.h"
#include <NostrAES.h>
#include <functional>
#include <initializer_list>
#include <map>
#include <vector>

Go to the source code of this file.

Data Structures

struct  nostr::s_NostrEventTag
 
class  nostr::NostrEventTags
 
class  nostr::NostrEvent
 
class  nostr::UnsignedNostrEvent
 
class  nostr::SignedNostrEvent
 

Namespaces

namespace  nostr
 

Typedefs

using nostr::EventSubmissionFailureCallback = std::function< void(const String &)>
 
typedef struct nostr::s_NostrEventTag nostr::NostrEventTag