deleteCast
deleteCast - deletes a cast
Method signature:
deleteCast = async (hash: string): Promise<boolean>hash: target hash of the cast about to be removed
returns
trueif the cast was deletedfalseif there was an error
Last updated