pub trait UpgradeAuthorityKeys<NewAuthorityKeys> { // Required method fn upgrade(self) -> NewAuthorityKeys; }
Infallible cast from old to current T::AuthorityKeys, used for storage migration
T::AuthorityKeys
Should cast the old session keys type to the new one