Module pallet_session::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
- 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.