deleteCast

deleteCast - deletes a cast

Method signature:

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

Last updated