Function pallet_handles::pallet::dispatchables::retire_handle
source · pub fn retire_handle<T: Config>()
Expand description
Retire a handle for a given DisplayHandle
owner.
Arguments
origin
- The origin of the call.
Errors
This function can return the following errors:
InvalidHandleByteLength
- If the length of thepayload.display_handle
exceeds the maximum allowed size.InvalidMessageSourceAccount
- If caller of this extrinsic does not have a valid MSA (Message Source Account) ID.
Events
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::retire_handle
.