removeLike
removeLike - removes a like
Method signature:
async (hash: string, fid: number): Promise<boolean>hash: target hash of the cast about to be liked
fid: fid of the author of that cast
returns
trueif the like was removedfalseif there was an error
Last updated