Get DID Profile Info List
Get information about a list of DIDs that connect with a service.
Future<List<Map<String, dynamic>>> getDidProfileInfoList({
required String did,
required String privateKey,
required List<FilterEntity>? filters,
});
did
is the DID we interactedd with.
The privateKey
is the key used to access all the sensitive information from the identity and also to realize operations like generating proofs.
filters
are used to apply queries to the information saved.