Nostrduino
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
nostr::Nip47Response< T > Class Template Reference

#include <Nip47.h>

Public Member Functions

 Nip47Response ()
 
 Nip47Response (NostrString errorCode, NostrString errorMessage, NostrString resultType, T result)
 

Data Fields

NostrString errorCode = ""
 
NostrString errorMessage = ""
 
NostrString resultType = ""
 
T result {}
 

Constructor & Destructor Documentation

◆ Nip47Response() [1/2]

template<typename T >
nostr::Nip47Response< T >::Nip47Response ( )
inline

◆ Nip47Response() [2/2]

template<typename T >
nostr::Nip47Response< T >::Nip47Response ( NostrString  errorCode,
NostrString  errorMessage,
NostrString  resultType,
T  result 
)
inline

Field Documentation

◆ errorCode

template<typename T >
NostrString nostr::Nip47Response< T >::errorCode = ""

◆ errorMessage

template<typename T >
NostrString nostr::Nip47Response< T >::errorMessage = ""

◆ result

template<typename T >
T nostr::Nip47Response< T >::result {}

◆ resultType

template<typename T >
NostrString nostr::Nip47Response< T >::resultType = ""

The documentation for this class was generated from the following file: