pub async fn indexer_owned_by(
    conn: &mut IndexerConnection,
    namespace: &str,
    identifier: &str,
    pubkey: &str
) -> Result<()>
Expand description

Return whether or not the given user (identified by a public key) owns the given indexer.