Nostrduino
Loading...
Searching...
No Matches
Data Structures | Namespaces | Typedefs | Enumerations
Nip47.h File Reference
#include <Arduino.h>
#include "ArduinoJson.h"
#include "Nip04.h"
#include "Nip44.h"
#include "NostrEvent.h"
#include "NostrAmount.h"
#include "NostrString.h"
#include "NostrUtils.h"
#include <initializer_list>
#include <vector>

Go to the source code of this file.

Data Structures

struct  nostr::s_Invoice
 
struct  nostr::s_TLVRecords
 
struct  nostr::s_KeySend
 
class  nostr::Nip47Response< T >
 
struct  nostr::s_PayInvoiceResponse
 
struct  nostr::s_MultiPayInvoiceResponse
 
struct  nostr::s_PayKeySendResponse
 
struct  nostr::s_MultiPayKeySendResponse
 
struct  nostr::s_MakeInvoiceResponse
 
struct  nostr::s_LookUpInvoiceResponse
 
struct  nostr::s_Transaction
 
struct  nostr::s_ListTransactionsResponse
 
struct  nostr::s_GetBalanceResponse
 
struct  nostr::s_GetInfoResponse
 
struct  nostr::s_NWCData
 
struct  nostr::s_Nip47Notification
 
struct  nostr::s_NotificationResponse
 
class  nostr::Nip47
 

Namespaces

namespace  nostr
 

Typedefs

typedef struct nostr::s_Invoice nostr::Invoice
 
typedef struct nostr::s_TLVRecords nostr::TLVRecords
 
typedef struct nostr::s_KeySend nostr::KeySend
 
typedef struct nostr::s_PayInvoiceResponse nostr::PayInvoiceResponse
 
typedef struct nostr::s_MultiPayInvoiceResponse nostr::MultiPayInvoiceResponse
 
typedef struct nostr::s_PayKeySendResponse nostr::PayKeySendResponse
 
typedef struct nostr::s_MultiPayKeySendResponse nostr::MultiPayKeySendResponse
 
typedef struct nostr::s_MakeInvoiceResponse nostr::MakeInvoiceResponse
 
typedef struct nostr::s_LookUpInvoiceResponse nostr::LookUpInvoiceResponse
 
typedef struct nostr::s_Transaction nostr::Transaction
 
typedef struct nostr::s_ListTransactionsResponse nostr::ListTransactionsResponse
 
typedef struct nostr::s_GetBalanceResponse nostr::GetBalanceResponse
 
typedef struct nostr::s_GetInfoResponse nostr::GetInfoResponse
 
typedef struct nostr::s_NWCData nostr::NWCData
 
typedef struct nostr::s_Nip47Notification nostr::Nip47Notification
 
typedef struct nostr::s_NotificationResponse nostr::NotificationResponse
 

Enumerations

enum class  nostr::Nip47Encryption { nostr::Nip04 , nostr::Nip44V2 }