Function pallet_assets::pallet::dispatchables::start_destroy
source · pub fn start_destroy<T: Config<I>, I: 'static>(id: T::AssetIdParameter)
Expand description
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 be Signed
by the asset’s owner
.
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
.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::start_destroy
.