|
Nostrduino
|
#include <NostrEvent.h>
Public Member Functions | |
| NostrEvent () | |
| virtual | ~NostrEvent () |
| unsigned long int | getCreatedAt () const |
| unsigned int | getKind () const |
| NostrEventTags * | getTags () |
| const NostrEventTags * | getTags () const |
| NostrString | getContent () const |
Protected Member Functions | |
| NostrEvent (unsigned int kind, NostrEventTags tags, NostrString content, unsigned long int created_at) | |
Protected Attributes | |
| unsigned int | kind |
| NostrEventTags | tags |
| NostrString | content |
| unsigned long int | created_at |
Base class for NostrEvent
|
inline |
|
inlinevirtual |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |