Expand description
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.