pub fn prune_domain_execution_receipt<T: Config>(
    domain_id: DomainId,
    bad_receipt_hash: ReceiptHashFor<T>,
)
Expand description

Prunes a given execution receipt for given frozen domain. This call assumes the execution receipt to be bad and implicitly trusts Sudo to do necessary validation of the ER before dispatching this call.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::prune_domain_execution_receipt.