Request object for the mutation
PromiseResult with void
await client.publication.notInterested.add({
on: '0x02-0x01',
});
Undo marking a publication as "not interested".
⚠️ Requires authenticated LensClient.
Request object for the mutation
PromiseResult with void
await client.publication.notInterested.undo({
on: '0x02-0x01',
});
Mark a publication as "not interested".
⚠️ Requires authenticated LensClient.