Add claim_deallocation to the staking pallet

This commit is contained in:
Luke Parker
2023-10-12 00:26:35 -04:00
parent 3da5577950
commit 108e2b57d9
2 changed files with 17 additions and 3 deletions

View File

@@ -163,6 +163,7 @@ pub mod pallet {
#[pallet::getter(fn keys)]
pub type Keys<T: Config> = StorageMap<_, Twox64Concat, ValidatorSet, KeyPair, OptionQuery>;
// TODO: Expand
#[pallet::event]
#[pallet::generate_deposit(pub(super) fn deposit_event)]
pub enum Event<T: Config> {