domain_layer/usecases/inbox_outbox/get_nip_65_data library

Functions

getNip65Data(List<String> pubkeys, CacheManager cacheManager) Future<List<Nip65>>
reads the latest nip65 data from cache pubkeys pubkeys you want nip65 data for cacheManger the cache manager you want to use
getNip65DataSingle(String pubkey, CacheManager cacheManager) Future<Nip65>
reads the latest nip65 data from cache pubkey pubkey you want nip65 data for cacheManger the cache manager you want to use