factory WalletIdentityData.fromJson(Map<String, dynamic> json) { return WalletIdentityData( polkadot: json['polkadot'], subsocial: json['subsocial']); }