What is Nostr?
josh
npub1pc5…dmza
2025-02-18 17:13:49
in reply to nevent1q…s5yn

josh on Nostr: This would be an example of the events I'm trying to pull back and have them all ...

This would be an example of the events I'm trying to pull back and have them all decrypted:

const events = await ndk.fetchEvents({ kinds: [7376], authors: [serviceUserResponse.pubkey] });
for (const whe of walletHistoryEvents) {
const res = await ndk.signer.nip44Decrypt(ndkUser, whe.content);
console.log(res);
}
Author Public Key
npub1pc57ls4rad5kvsp733suhzl2d4u9y7h4upt952a2pucnalc59teq33dmza