|
Nostrduino
|
#include <NWC.h>
Public Member Functions | |
| void | call (Nip47 *nip47, SignedNostrEvent *ev) override |
Public Member Functions inherited from nostr::NWCResponseCallbackBase | |
| virtual | ~NWCResponseCallbackBase ()=default |
| bool | accept (SignedNostrEvent *event) |
Data Fields | |
| std::function< void(T)> | onRes = nullptr |
Data Fields inherited from nostr::NWCResponseCallbackBase | |
| std::function< void(NostrString, NostrString)> | onErr = nullptr |
| unsigned long long | timestampSeconds |
| unsigned int | timeoutSeconds = NWC_DEFAULT_TIMEOUT |
| NostrString | eventId |
| NostrString | subId |
| unsigned int | n = 1 |
| bool | requiresItemId = false |
| bool | strictItemIds = false |
| std::vector< NostrString > | expectedItemIds |
| std::vector< NostrString > | seenItemIds |
| std::vector< NostrString > | seenEventIds |
|
inlineoverridevirtual |
Reimplemented from nostr::NWCResponseCallbackBase.