pub fn execute_message_recovery<T: Config>(
domain_address: DomainAddress,
message_hash: MessageHash,
router_id: T::RouterId
)
Expand description
Manually increase the proof count for a particular message and executes it if the required count is reached.
Can only be called by AdminOrigin
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::execute_message_recovery
.