Module pallet_handles::pallet::dispatchables
source · Expand description
Auto-generated docs-only module listing all defined dispatchables for this pallet.
Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation
purposes. To see the real version of each dispatchable, look for them in Pallet
or
Call
.
Functions
- Changes the handle for a caller’s MSA (Message Source Account) based on the provided payload. This function performs several validations before claiming the handle, including checking the size of the base_handle, ensuring the caller has valid MSA keys, verifying the payload signature, and finally calling the internal
do_retire_handle
anddo_claim_handle
functions to retire the current handle and claim the new one. - Claims a handle for a caller’s MSA (Message Source Account) based on the provided payload. This function performs several validations before claiming the handle, including checking the size of the base_handle, ensuring the caller have valid MSA keys, verifying the payload signature, and finally calling the internal
do_claim_handle
function to claim the handle. - Retire a handle for a given
DisplayHandle
owner.