Start the process of destroying a fungible asset class.
start_destroy is the first in a series of extrinsics that should be called, to allow destruction of an asset class.
start_destroy
The origin must conform to ForceOrigin or must be Signed by the asset's owner.
ForceOrigin
Signed
owner
id
It will fail with either [Error::ContainsHolds] or [Error::ContainsFreezes] if an account contains holds or freezes in place.
Error::ContainsHolds
Error::ContainsFreezes
Start the process of destroying a fungible asset class.
start_destroyis the first in a series of extrinsics that should be called, to allow destruction of an asset class.The origin must conform to
ForceOriginor must beSignedby the asset'sowner.id: The identifier of the asset to be destroyed. This must identify an existing asset.It will fail with either [
Error::ContainsHolds] or [Error::ContainsFreezes] if an account contains holds or freezes in place.