pub fn recover_assets<T: Config>(
    domain_address: DomainAddress,
    incorrect_contract: [u8; 32],
    asset: [u8; 32],
    amount: U256
)
Expand description

Initiate the recovery of assets which were sent to an incorrect contract by the account represented by domain_address.

NOTE: Asset and contract addresses in 32 bytes in order to support future non-EVM chains.

Origin: Root.

§Warning: Doc-Only

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