pub fn remove_announcement<T: Config<I>, I: 'static>(cid: OpaqueCid)
Expand description
Remove an announcement.
Transaction fee refunded for expired announcements.
Parameters:
origin
: Must be the Config::AnnouncementOrigin or signed for expired announcements.cid
: CID of the IPFS document to remove.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::remove_announcement
.