Module pallet_session::pallet::dispatchables
source · Expand description
Functions§
- Removes any session key(s) of the function caller.
- Sets the session key(s) of the function caller to
keys
. Allows an account to set its session key prior to becoming a validator. This doesn’t take effect until the next session.