pub type ECDSAKeyStore<BE> = GenericKeyStore<BE, Pair>;
struct ECDSAKeyStore<BE> { /* private fields */ }