pub type KeychainIndexed<K, T> = ((K, u32), T);
A tuple of keychain K, derivation index (u32) and a T associated with them.
K
u32
T