const rxNostr = createRxNostr();

await rxNostr.switchRelays([RELAY]);

const req = createRxOneshotReq({

filters: [

{

kinds: 30078,

authors: getPublicKey(HEX),

limit: 1,

},

],

});

const result = rxNostr.use(req).pipe(

verify(),

latest(),

);

console.log(result);

return;

これ of これ

Reply to this note

Please Login to reply.

Discussion

No replies yet.