nip05Property method
Implementation
QueryBuilder<DbMetadata, (R1, R2, String?), QOperations> nip05Property() {
return QueryBuilder.apply(this, (query) {
return query.addProperty(11);
});
}
QueryBuilder<DbMetadata, (R1, R2, String?), QOperations> nip05Property() {
return QueryBuilder.apply(this, (query) {
return query.addProperty(11);
});
}