pub fn set_full_admin<T: Config>(
internal_asset: T::AssetId,
new_admin: Box<T::PalletsOrigin>,
)Expand description
Reassign the PSM’s full_admin. Callable by the current full_admin.
§Dispatch Origin
Must match the PSM’s current full_admin.
§Parameters
internal_asset: The PSM whosefull_adminis being changed.new_admin: The newfull_adminorigin.
§Errors
Error::PsmNotFound: No PSM is registered forinternal_asset.
§Events
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_full_admin.