Remove usage of the pallet::getter macro from pallet-fast-unstake (#4514)
As per #3326, removes pallet::getter macro usage from
pallet-fast-unstake. The syntax `StorageItem::<T, I>::get()` should be
used instead.
cc @muraca
---------
Co-authored-by: Liam Aharon <[email protected]>