announce: TxDescriptor<
    { cid: Binary; maybe_expire?: TraitsScheduleDispatchTime },
>

Publish an announcement.

Parameters:

  • origin: Must be the [Config::AnnouncementOrigin].
  • cid: CID of the IPFS document to announce.
  • maybe_expire: Expiration block of the announcement. If None [Config::AnnouncementLifetime] used as a default.