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
The asset class must be frozen before calling start_destroy.
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.The origin must conform to
ForceOrigin
or must beSigned
by the asset'sowner
.id
: The identifier of the asset to be destroyed. This must identify an existing asset.The asset class must be frozen before calling
start_destroy
.