referrerpolicy=no-referrer-when-downgrade

set_full_admin

Function set_full_admin 

Source
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 whose full_admin is being changed.
  • new_admin: The new full_admin origin.

§Errors

§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.