Function pallet_democracy::pallet::dispatchables::unlock
source · pub fn unlock<T: Config>(
target: <<T as Config>::Lookup as StaticLookup>::Source,
)
Expand description
Unlock tokens that have an expired lock.
The dispatch origin of this call must be Signed.
target
: The account to remove the lock on.
Weight: O(R)
with R number of vote of target.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::unlock
.