Function pallet_vesting::pallet::dispatchables::vest

source ·
pub fn vest<T: Config>()
Expand description

Unlock any vested funds of the sender account.

The dispatch origin for this call must be Signed and the sender must have funds still locked under this pallet.

Emits either VestingCompleted or VestingUpdated.

§Complexity

  • O(1).

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::vest.