pub async fn is_blocked(
    db: &DbWrite<DbKindConductor>,
    target_id: BlockTargetId,
    timestamp: Timestamp
) -> StateQueryResult<bool>