Future<void> init(List<int> ss58List) async { store = KeyringPrivateStore(ss58List); await store.init(); }