deleteCast - deletes a cast
deleteCast
deleteCast = async (hash: string): Promise<boolean>
hash: target hash of the cast about to be removed
returns true if the cast was deleted false if there was an error
true
false
Last updated 10 months ago